Giter Club home page Giter Club logo

mlflow-easyauth's People

Contributors

jonnor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mlflow-easyauth's Issues

unintentionally changes the username postgres to postgresql

Hi

This string from mlflow.sh

# Fix naming convention mismatch between Heroku and mlflow
DATABASE_URL=${DATABASE_URL//postgres:/postgresql:} 

changes the username from:

postgresql://postgres:12345678@localhost:5432/mlflow

to

postgresql://postgresql:12345678@localhost:5432/mlflow

running dokcer build fail

Hi Jon,
Trying to run docker build, getting:

โžœ  mlflow-easyauth-master docker build -t repo/mlflow:local .
Sending build context to Docker daemon  11.11MB
Step 1/11 : FROM debian:buster-slim
 ---> e1635ddc0b1d
Step 2/11 : COPY ./requirements.txt ./requirements.txt
 ---> Using cache
 ---> 23cbd6a0dbcc
Step 3/11 : RUN set -x     && apt-get update     && apt-get install --no-install-recommends --no-install-suggests -y     python3 python3-pip python3-setuptools python3-pandas supervisor gettext-base nginx apache2-utils python3-psycopg2     && pip3 install wheel     && pip3 install -r requirements.txt     && apt-get remove --purge --auto-remove -y ca-certificates && rm -rf /var/lib/apt/lists/*
 ---> Running in 337f8cd24fa0
+ apt-get update
Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [466 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
Fetched 8597 kB in 7s (1256 kB/s)
Reading package lists...
+ apt-get install --no-install-recommends --no-install-suggests -y python3 python3-pip python3-setuptools python3-pandas supervisor gettext-base nginx apache2-utils python3-psycopg2
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ca-certificates fontconfig-config fonts-dejavu-core libapr1 libaprutil1
  libblas3 libbsd0 libexpat1 libfontconfig1 libfreetype6 libgd3 libgdbm6
  libgeoip1 libgfortran5 libgssapi-krb5-2 libicu63 libjbig0 libjpeg62-turbo
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblapack3 libldap-2.4-2
  libldap-common libmpdec2 libnginx-mod-http-auth-pam
  libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-geoip
  libnginx-mod-http-image-filter libnginx-mod-http-subs-filter
  libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter
  libnginx-mod-mail libnginx-mod-stream libpng16-16 libpq5 libpython-stdlib
  libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
  libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
  libsasl2-2 libsasl2-modules-db libsqlite3-0 libssl1.1 libtiff5 libwebp6
  libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 libxslt1.1
  lsb-base mime-support nginx-common nginx-full openssl python python-meld3
  python-minimal python-pip-whl python-pkg-resources python2 python2-minimal
  python2.7 python2.7-minimal python3-dateutil python3-distutils
  python3-lib2to3 python3-minimal python3-numpy python3-pandas-lib
  python3-pkg-resources python3-six python3-tz python3.7 python3.7-minimal
  readline-common sensible-utils ucf
Suggested packages:
  libgd-tools gdbm-l10n geoip-bin krb5-doc krb5-user fcgiwrap nginx-doc
  ssl-cert python-doc python-tk python-setuptools python2-doc python2.7-doc
  binutils binfmt-support python3-doc python3-tk python3-venv gcc gfortran
  python-numpy-doc python3-dev python3-pytest python3-numpy-dbg
  python-pandas-doc python-psycopg2-doc python-setuptools-doc python3.7-venv
  python3.7-doc readline-doc supervisor-doc
Recommended packages:
  geoip-database krb5-locales libsasl2-modules bzip2 file xz-utils
  python3-scipy python3-matplotlib python3-numexpr python3-tables python3-bs4
  python3-html5lib python3-lxml build-essential python3-dev python3-wheel
The following NEW packages will be installed:
  apache2-utils ca-certificates fontconfig-config fonts-dejavu-core
  gettext-base libapr1 libaprutil1 libblas3 libbsd0 libexpat1 libfontconfig1
  libfreetype6 libgd3 libgdbm6 libgeoip1 libgfortran5 libgssapi-krb5-2
  libicu63 libjbig0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3
  libkrb5support0 liblapack3 libldap-2.4-2 libldap-common libmpdec2
  libnginx-mod-http-auth-pam libnginx-mod-http-dav-ext libnginx-mod-http-echo
  libnginx-mod-http-geoip libnginx-mod-http-image-filter
  libnginx-mod-http-subs-filter libnginx-mod-http-upstream-fair
  libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream
  libpng16-16 libpq5 libpython-stdlib libpython2-stdlib libpython2.7-minimal
  libpython2.7-stdlib libpython3-stdlib libpython3.7-minimal
  libpython3.7-stdlib libquadmath0 libreadline7 libsasl2-2 libsasl2-modules-db
  libsqlite3-0 libssl1.1 libtiff5 libwebp6 libx11-6 libx11-data libxau6
  libxcb1 libxdmcp6 libxml2 libxpm4 libxslt1.1 lsb-base mime-support nginx
  nginx-common nginx-full openssl python python-meld3 python-minimal
  python-pip-whl python-pkg-resources python2 python2-minimal python2.7
  python2.7-minimal python3 python3-dateutil python3-distutils python3-lib2to3
  python3-minimal python3-numpy python3-pandas python3-pandas-lib python3-pip
  python3-pkg-resources python3-psycopg2 python3-setuptools python3-six
  python3-tz python3.7 python3.7-minimal readline-common sensible-utils
  supervisor ucf
0 upgraded, 98 newly installed, 0 to remove and 0 not upgraded.
Need to get 43.6 MB of archives.
After this operation, 165 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u1 [395 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 python2.7-minimal amd64 2.7.16-2+deb10u1 [1369 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 python2-minimal amd64 2.7.16-1 [41.4 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 python-minimal amd64 2.7.16-1 [21.0 kB]
Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u4 [1551 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
Get:7 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u6 [108 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
Get:10 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u1 [1912 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 python2.7 amd64 2.7.16-2+deb10u1 [305 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 libpython2-stdlib amd64 2.7.16-1 [20.8 kB]
Get:14 http://deb.debian.org/debian buster/main amd64 libpython-stdlib amd64 2.7.16-1 [20.8 kB]
Get:15 http://deb.debian.org/debian buster/main amd64 python2 amd64 2.7.16-1 [41.6 kB]
Get:16 http://deb.debian.org/debian buster/main amd64 python amd64 2.7.16-1 [22.8 kB]
Get:17 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u4 [589 kB]
Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u4 [1736 kB]
Get:19 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
Get:20 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
Get:21 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u4 [1733 kB]
Get:22 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7 amd64 3.7.3-2+deb10u4 [330 kB]
Get:23 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
Get:24 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
Get:25 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
Get:26 http://deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB]
Get:27 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
Get:28 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u5 [66.0 kB]
Get:29 http://deb.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u5 [122 kB]
Get:30 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u5 [369 kB]
Get:31 http://deb.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u5 [159 kB]
Get:32 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
Get:33 http://deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u5 [690 kB]
Get:34 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
Get:35 http://deb.debian.org/debian buster/main amd64 libapr1 amd64 1.6.5-1+b1 [102 kB]
Get:36 http://deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-4 [64.7 kB]
Get:37 http://deb.debian.org/debian-security buster/updates/main amd64 libaprutil1 amd64 1.6.1-4+deb10u1 [91.9 kB]
Get:38 http://deb.debian.org/debian-security buster/updates/main amd64 apache2-utils amd64 2.4.38-3+deb10u9 [237 kB]
Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u4 [855 kB]
Get:40 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
Get:41 http://deb.debian.org/debian buster/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Get:42 http://deb.debian.org/debian buster/main amd64 fontconfig-config all 2.13.1-2 [280 kB]
Get:43 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.3.0-6 [133 kB]
Get:44 http://deb.debian.org/debian buster/main amd64 libgfortran5 amd64 8.3.0-6 [581 kB]
Get:45 http://deb.debian.org/debian buster/main amd64 libblas3 amd64 3.8.0-2 [148 kB]
Get:46 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB]
Get:47 http://deb.debian.org/debian buster/main amd64 libpng16-16 amd64 1.6.36-6 [292 kB]
Get:48 http://deb.debian.org/debian buster/main amd64 libfreetype6 amd64 2.9.1-3+deb10u3 [380 kB]
Get:49 http://deb.debian.org/debian buster/main amd64 libfontconfig1 amd64 2.13.1-2 [346 kB]
Get:50 http://deb.debian.org/debian buster/main amd64 libjpeg62-turbo amd64 1:1.5.2-2+deb10u1 [133 kB]
Get:51 http://deb.debian.org/debian buster/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Get:52 http://deb.debian.org/debian buster/main amd64 libwebp6 amd64 0.6.1-2+deb10u1 [261 kB]
Get:53 http://deb.debian.org/debian-security buster/updates/main amd64 libtiff5 amd64 4.1.0+git191117-2~deb10u7 [273 kB]
Get:54 http://deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB]
Get:55 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:56 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB]
Get:57 http://deb.debian.org/debian buster/main amd64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
Get:58 http://deb.debian.org/debian buster/main amd64 libx11-6 amd64 2:1.6.7-1+deb10u2 [757 kB]
Get:59 http://deb.debian.org/debian buster/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Get:60 http://deb.debian.org/debian buster/main amd64 libgd3 amd64 2.2.5-5.2 [136 kB]
Get:61 http://deb.debian.org/debian buster/main amd64 libgeoip1 amd64 1.6.12-1 [93.1 kB]
Get:62 http://deb.debian.org/debian buster/main amd64 liblapack3 amd64 3.8.0-2 [2110 kB]
Get:63 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
Get:64 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
Get:65 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
Get:66 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB]
Get:67 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
Get:68 http://deb.debian.org/debian-security buster/updates/main amd64 nginx-common all 1.14.2-2+deb10u5 [121 kB]
Get:69 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-http-auth-pam amd64 1.14.2-2+deb10u5 [93.2 kB]
Get:70 http://deb.debian.org/debian-security buster/updates/main amd64 libxslt1.1 amd64 1.1.32-2.2~deb10u2 [236 kB]
Get:71 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-http-dav-ext amd64 1.14.2-2+deb10u5 [101 kB]
Get:72 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-http-echo amd64 1.14.2-2+deb10u5 [105 kB]
Get:73 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-http-geoip amd64 1.14.2-2+deb10u5 [94.5 kB]
Get:74 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-http-image-filter amd64 1.14.2-2+deb10u5 [98.0 kB]
Get:75 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-http-subs-filter amd64 1.14.2-2+deb10u5 [96.3 kB]
Get:76 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-http-upstream-fair amd64 1.14.2-2+deb10u5 [96.4 kB]
Get:77 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-http-xslt-filter amd64 1.14.2-2+deb10u5 [96.3 kB]
Get:78 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-mail amd64 1.14.2-2+deb10u5 [126 kB]
Get:79 http://deb.debian.org/debian-security buster/updates/main amd64 libnginx-mod-stream amd64 1.14.2-2+deb10u5 [147 kB]
Get:80 http://deb.debian.org/debian-security buster/updates/main amd64 libpq5 amd64 11.19-0+deb10u1 [173 kB]
Get:81 http://deb.debian.org/debian-security buster/updates/main amd64 nginx-full amd64 1.14.2-2+deb10u5 [501 kB]
Get:82 http://deb.debian.org/debian-security buster/updates/main amd64 nginx all 1.14.2-2+deb10u5 [88.9 kB]
Get:83 http://deb.debian.org/debian buster/main amd64 python-meld3 all 1.0.2-2 [37.3 kB]
Get:84 http://deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
Get:85 http://deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
Get:86 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
Get:87 http://deb.debian.org/debian buster/main amd64 python3-dateutil all 2.7.3-3 [64.5 kB]
Get:88 http://deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
Get:89 http://deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
Get:90 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
Get:91 http://deb.debian.org/debian buster/main amd64 python3-numpy amd64 1:1.16.2-1 [2119 kB]
Get:92 http://deb.debian.org/debian buster/main amd64 python3-tz all 2019.1-1 [27.1 kB]
Get:93 http://deb.debian.org/debian buster/main amd64 python3-pandas-lib amd64 0.23.3+dfsg-3 [3475 kB]
Get:94 http://deb.debian.org/debian buster/main amd64 python3-pandas all 0.23.3+dfsg-3 [1750 kB]
Get:95 http://deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
Get:96 http://deb.debian.org/debian buster/main amd64 python3-psycopg2 amd64 2.7.7-1 [161 kB]
Get:97 http://deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
Get:98 http://deb.debian.org/debian buster/main amd64 supervisor all 3.3.5-1 [284 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 43.6 MB in 7s (6202 kB/s)
Selecting previously unselected package libpython2.7-minimal:amd64.
(Reading database ... 6460 files and directories currently installed.)
Preparing to unpack .../00-libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../01-python2.7-minimal_2.7.16-2+deb10u1_amd64.deb ...
Unpacking python2.7-minimal (2.7.16-2+deb10u1) ...
Selecting previously unselected package python2-minimal.
Preparing to unpack .../02-python2-minimal_2.7.16-1_amd64.deb ...
Unpacking python2-minimal (2.7.16-1) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../03-python-minimal_2.7.16-1_amd64.deb ...
Unpacking python-minimal (2.7.16-1) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../04-libssl1.1_1.1.1n-0+deb10u4_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u4) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../05-mime-support_3.62_all.deb ...
Unpacking mime-support (3.62) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../06-libexpat1_2.2.6-2+deb10u6_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u6) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../07-readline-common_7.0-5_all.deb ...
Unpacking readline-common (7.0-5) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../08-libreadline7_7.0-5_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-5) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../09-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../10-libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../11-python2.7_2.7.16-2+deb10u1_amd64.deb ...
Unpacking python2.7 (2.7.16-2+deb10u1) ...
Selecting previously unselected package libpython2-stdlib:amd64.
Preparing to unpack .../12-libpython2-stdlib_2.7.16-1_amd64.deb ...
Unpacking libpython2-stdlib:amd64 (2.7.16-1) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../13-libpython-stdlib_2.7.16-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.16-1) ...
Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
Setting up python2.7-minimal (2.7.16-2+deb10u1) ...
Linking and byte-compiling packages for runtime python2.7...
Setting up python2-minimal (2.7.16-1) ...
Selecting previously unselected package python2.
(Reading database ... 7297 files and directories currently installed.)
Preparing to unpack .../python2_2.7.16-1_amd64.deb ...
Unpacking python2 (2.7.16-1) ...
Setting up python-minimal (2.7.16-1) ...
Selecting previously unselected package python.
(Reading database ... 7330 files and directories currently installed.)
Preparing to unpack .../python_2.7.16-1_amd64.deb ...
Unpacking python (2.7.16-1) ...
Selecting previously unselected package libpython3.7-minimal:amd64.
Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
Setting up libssl1.1:amd64 (1.1.1n-0+deb10u4) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u6) ...
Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 7584 files and directories currently installed.)
Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
Unpacking python3-minimal (3.7.3-1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-2) ...
Selecting previously unselected package libpython3.7-stdlib:amd64.
Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u4_amd64.deb ...
Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../python3.7_3.7.3-2+deb10u4_amd64.deb ...
Unpacking python3.7 (3.7.3-2+deb10u4) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up python3-minimal (3.7.3-1) ...
Selecting previously unselected package python3.
(Reading database ... 7996 files and directories currently installed.)
Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
Unpacking python3 (3.7.3-1) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../01-sensible-utils_0.0.12_all.deb ...
Unpacking sensible-utils (0.0.12) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../02-gettext-base_0.19.8.1-9_amd64.deb ...
Unpacking gettext-base (0.19.8.1-9) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6-6) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u5_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.17-3+deb10u5) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u5_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.17-3+deb10u5) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u5_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.17-3+deb10u5) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u5_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
Selecting previously unselected package libicu63:amd64.
Preparing to unpack .../08-libicu63_63.1-6+deb10u3_amd64.deb ...
Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../09-libxml2_2.9.4+dfsg1-7+deb10u5_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u5) ...
Selecting previously unselected package ucf.
Preparing to unpack .../10-ucf_3.0038+nmu1_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0038+nmu1) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../11-libapr1_1.6.5-1+b1_amd64.deb ...
Unpacking libapr1:amd64 (1.6.5-1+b1) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../12-libgdbm6_1.18.1-4_amd64.deb ...
Unpacking libgdbm6:amd64 (1.18.1-4) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../13-libaprutil1_1.6.1-4+deb10u1_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-4+deb10u1) ...
Selecting previously unselected package apache2-utils.
Preparing to unpack .../14-apache2-utils_2.4.38-3+deb10u9_amd64.deb ...
Unpacking apache2-utils (2.4.38-3+deb10u9) ...
Selecting previously unselected package openssl.
Preparing to unpack .../15-openssl_1.1.1n-0+deb10u4_amd64.deb ...
Unpacking openssl (1.1.1n-0+deb10u4) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../16-ca-certificates_20200601~deb10u2_all.deb ...
Unpacking ca-certificates (20200601~deb10u2) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../17-fonts-dejavu-core_2.37-1_all.deb ...
Unpacking fonts-dejavu-core (2.37-1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../18-fontconfig-config_2.13.1-2_all.deb ...
Unpacking fontconfig-config (2.13.1-2) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../19-libquadmath0_8.3.0-6_amd64.deb ...
Unpacking libquadmath0:amd64 (8.3.0-6) ...
Selecting previously unselected package libgfortran5:amd64.
Preparing to unpack .../20-libgfortran5_8.3.0-6_amd64.deb ...
Unpacking libgfortran5:amd64 (8.3.0-6) ...
Selecting previously unselected package libblas3:amd64.
Preparing to unpack .../21-libblas3_3.8.0-2_amd64.deb ...
Unpacking libblas3:amd64 (3.8.0-2) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../22-libbsd0_0.9.1-2+deb10u1_amd64.deb ...
Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../23-libpng16-16_1.6.36-6_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.36-6) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../24-libfreetype6_2.9.1-3+deb10u3_amd64.deb ...
Unpacking libfreetype6:amd64 (2.9.1-3+deb10u3) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../25-libfontconfig1_2.13.1-2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../26-libjpeg62-turbo_1%3a1.5.2-2+deb10u1_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../27-libjbig0_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../28-libwebp6_0.6.1-2+deb10u1_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2+deb10u1) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../29-libtiff5_4.1.0+git191117-2~deb10u7_amd64.deb ...
Unpacking libtiff5:amd64 (4.1.0+git191117-2~deb10u7) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../30-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../31-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../32-libxcb1_1.13.1-2_amd64.deb ...
Unpacking libxcb1:amd64 (1.13.1-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../33-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../34-libx11-6_2%3a1.6.7-1+deb10u2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../35-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 .../36-libgd3_2.2.5-5.2_amd64.deb ...
Unpacking libgd3:amd64 (2.2.5-5.2) ...
Selecting previously unselected package libgeoip1:amd64.
Preparing to unpack .../37-libgeoip1_1.6.12-1_amd64.deb ...
Unpacking libgeoip1:amd64 (1.6.12-1) ...
Selecting previously unselected package liblapack3:amd64.
Preparing to unpack .../38-liblapack3_3.8.0-2_amd64.deb ...
Unpacking liblapack3:amd64 (3.8.0-2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../39-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../40-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../41-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../42-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
Selecting previously unselected package lsb-base.
Preparing to unpack .../43-lsb-base_10.2019051400_all.deb ...
Unpacking lsb-base (10.2019051400) ...
Selecting previously unselected package nginx-common.
Preparing to unpack .../44-nginx-common_1.14.2-2+deb10u5_all.deb ...
Unpacking nginx-common (1.14.2-2+deb10u5) ...
Selecting previously unselected package libnginx-mod-http-auth-pam.
Preparing to unpack .../45-libnginx-mod-http-auth-pam_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-http-auth-pam (1.14.2-2+deb10u5) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../46-libxslt1.1_1.1.32-2.2~deb10u2_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.32-2.2~deb10u2) ...
Selecting previously unselected package libnginx-mod-http-dav-ext.
Preparing to unpack .../47-libnginx-mod-http-dav-ext_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-http-dav-ext (1.14.2-2+deb10u5) ...
Selecting previously unselected package libnginx-mod-http-echo.
Preparing to unpack .../48-libnginx-mod-http-echo_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-http-echo (1.14.2-2+deb10u5) ...
Selecting previously unselected package libnginx-mod-http-geoip.
Preparing to unpack .../49-libnginx-mod-http-geoip_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-http-geoip (1.14.2-2+deb10u5) ...
Selecting previously unselected package libnginx-mod-http-image-filter.
Preparing to unpack .../50-libnginx-mod-http-image-filter_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-http-image-filter (1.14.2-2+deb10u5) ...
Selecting previously unselected package libnginx-mod-http-subs-filter.
Preparing to unpack .../51-libnginx-mod-http-subs-filter_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-http-subs-filter (1.14.2-2+deb10u5) ...
Selecting previously unselected package libnginx-mod-http-upstream-fair.
Preparing to unpack .../52-libnginx-mod-http-upstream-fair_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-http-upstream-fair (1.14.2-2+deb10u5) ...
Selecting previously unselected package libnginx-mod-http-xslt-filter.
Preparing to unpack .../53-libnginx-mod-http-xslt-filter_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-http-xslt-filter (1.14.2-2+deb10u5) ...
Selecting previously unselected package libnginx-mod-mail.
Preparing to unpack .../54-libnginx-mod-mail_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-mail (1.14.2-2+deb10u5) ...
Selecting previously unselected package libnginx-mod-stream.
Preparing to unpack .../55-libnginx-mod-stream_1.14.2-2+deb10u5_amd64.deb ...
Unpacking libnginx-mod-stream (1.14.2-2+deb10u5) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../56-libpq5_11.19-0+deb10u1_amd64.deb ...
Unpacking libpq5:amd64 (11.19-0+deb10u1) ...
Selecting previously unselected package nginx-full.
Preparing to unpack .../57-nginx-full_1.14.2-2+deb10u5_amd64.deb ...
Unpacking nginx-full (1.14.2-2+deb10u5) ...
Selecting previously unselected package nginx.
Preparing to unpack .../58-nginx_1.14.2-2+deb10u5_all.deb ...
Unpacking nginx (1.14.2-2+deb10u5) ...
Selecting previously unselected package python-meld3.
Preparing to unpack .../59-python-meld3_1.0.2-2_all.deb ...
Unpacking python-meld3 (1.0.2-2) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../60-python-pip-whl_18.1-5_all.deb ...
Unpacking python-pip-whl (18.1-5) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../61-python-pkg-resources_40.8.0-1_all.deb ...
Unpacking python-pkg-resources (40.8.0-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../62-python3-six_1.12.0-1_all.deb ...
Unpacking python3-six (1.12.0-1) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../63-python3-dateutil_2.7.3-3_all.deb ...
Unpacking python3-dateutil (2.7.3-3) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../64-python3-lib2to3_3.7.3-1_all.deb ...
Unpacking python3-lib2to3 (3.7.3-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../65-python3-distutils_3.7.3-1_all.deb ...
Unpacking python3-distutils (3.7.3-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../66-python3-pkg-resources_40.8.0-1_all.deb ...
Unpacking python3-pkg-resources (40.8.0-1) ...
Selecting previously unselected package python3-numpy.
Preparing to unpack .../67-python3-numpy_1%3a1.16.2-1_amd64.deb ...
Unpacking python3-numpy (1:1.16.2-1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../68-python3-tz_2019.1-1_all.deb ...
Unpacking python3-tz (2019.1-1) ...
Selecting previously unselected package python3-pandas-lib.
Preparing to unpack .../69-python3-pandas-lib_0.23.3+dfsg-3_amd64.deb ...
Unpacking python3-pandas-lib (0.23.3+dfsg-3) ...
Selecting previously unselected package python3-pandas.
Preparing to unpack .../70-python3-pandas_0.23.3+dfsg-3_all.deb ...
Unpacking python3-pandas (0.23.3+dfsg-3) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../71-python3-pip_18.1-5_all.deb ...
Unpacking python3-pip (18.1-5) ...
Selecting previously unselected package python3-psycopg2.
Preparing to unpack .../72-python3-psycopg2_2.7.7-1_amd64.deb ...
Unpacking python3-psycopg2 (2.7.7-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../73-python3-setuptools_40.8.0-1_all.deb ...
Unpacking python3-setuptools (40.8.0-1) ...
Selecting previously unselected package supervisor.
Preparing to unpack .../74-supervisor_3.3.5-1_all.deb ...
Unpacking supervisor (3.3.5-1) ...
Setting up lsb-base (10.2019051400) ...
Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
Setting up libkeyutils1:amd64 (1.6-6) ...
Setting up mime-support (3.62) ...
Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
Setting up libapr1:amd64 (1.6.5-1+b1) ...
Setting up gettext-base (0.19.8.1-9) ...
Setting up nginx-common (1.14.2-2+deb10u5) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Setting up libicu63:amd64 (63.1-6+deb10u3) ...
Setting up libkrb5support0:amd64 (1.17-3+deb10u5) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
Setting up libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ...
Setting up libnginx-mod-http-auth-pam (1.14.2-2+deb10u5) ...
Setting up libx11-data (2:1.6.7-1+deb10u2) ...
Setting up libquadmath0:amd64 (8.3.0-6) ...
Setting up libpng16-16:amd64 (1.6.36-6) ...
Setting up libwebp6:amd64 (0.6.1-2+deb10u1) ...
Setting up fonts-dejavu-core (2.37-1) ...
Setting up libk5crypto3:amd64 (1.17-3+deb10u5) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
Setting up libgfortran5:amd64 (8.3.0-6) ...
Setting up libnginx-mod-http-echo (1.14.2-2+deb10u5) ...
Setting up libnginx-mod-http-subs-filter (1.14.2-2+deb10u5) ...
Setting up sensible-utils (0.0.12) ...
Setting up libgeoip1:amd64 (1.6.12-1) ...
Setting up libkrb5-3:amd64 (1.17-3+deb10u5) ...
Setting up libtiff5:amd64 (4.1.0+git191117-2~deb10u7) ...
Setting up libmpdec2:amd64 (2.4.2-2) ...
Setting up openssl (1.1.1n-0+deb10u4) ...
Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ...
Setting up readline-common (7.0-5) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u5) ...
Setting up libreadline7:amd64 (7.0-5) ...
Setting up libgdbm6:amd64 (1.18.1-4) ...
Setting up libaprutil1:amd64 (1.6.1-4+deb10u1) ...
Setting up libnginx-mod-mail (1.14.2-2+deb10u5) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
Setting up libxcb1:amd64 (1.13.1-2) ...
Setting up libnginx-mod-stream (1.14.2-2+deb10u5) ...
Setting up libnginx-mod-http-upstream-fair (1.14.2-2+deb10u5) ...
Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
Setting up ca-certificates (20200601~deb10u2) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Updating certificates in /etc/ssl/certs...
137 added, 0 removed; done.
Setting up libblas3:amd64 (3.8.0-2) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
Setting up libnginx-mod-http-geoip (1.14.2-2+deb10u5) ...
Setting up libfreetype6:amd64 (2.9.1-3+deb10u3) ...
Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
Setting up ucf (3.0038+nmu1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libxslt1.1:amd64 (1.1.32-2.2~deb10u2) ...
Setting up libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
Setting up python-pip-whl (18.1-5) ...
Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up apache2-utils (2.4.38-3+deb10u9) ...
Setting up libnginx-mod-http-dav-ext (1.14.2-2+deb10u5) ...
Setting up python3.7 (3.7.3-2+deb10u4) ...
Setting up liblapack3:amd64 (3.8.0-2) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up libxpm4:amd64 (1:3.5.12-1) ...
Setting up python2.7 (2.7.16-2+deb10u1) ...
Setting up libpython2-stdlib:amd64 (2.7.16-1) ...
Setting up fontconfig-config (2.13.1-2) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libpq5:amd64 (11.19-0+deb10u1) ...
Setting up python3 (3.7.3-1) ...
running python rtupdate hooks for python3.7...
running python post-rtupdate hooks for python3.7...
Setting up python2 (2.7.16-1) ...
Setting up python3-tz (2019.1-1) ...
Setting up python3-six (1.12.0-1) ...
Setting up libpython-stdlib:amd64 (2.7.16-1) ...
Setting up libnginx-mod-http-xslt-filter (1.14.2-2+deb10u5) ...
Setting up python3-psycopg2 (2.7.7-1) ...
Setting up python3-dateutil (2.7.3-3) ...
Setting up libfontconfig1:amd64 (2.13.1-2) ...
Setting up python3-lib2to3 (3.7.3-1) ...
Setting up python (2.7.16-1) ...
Setting up python3-pkg-resources (40.8.0-1) ...
Setting up python3-distutils (3.7.3-1) ...
Setting up python3-setuptools (40.8.0-1) ...
Setting up python-pkg-resources (40.8.0-1) ...
Setting up libgd3:amd64 (2.2.5-5.2) ...
Setting up python3-pip (18.1-5) ...
Setting up python3-numpy (1:1.16.2-1) ...
Setting up python-meld3 (1.0.2-2) ...
Setting up supervisor (3.3.5-1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python3-pandas-lib (0.23.3+dfsg-3) ...
Setting up libnginx-mod-http-image-filter (1.14.2-2+deb10u5) ...
Setting up nginx-full (1.14.2-2+deb10u5) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python3-pandas (0.23.3+dfsg-3) ...
Setting up nginx (1.14.2-2+deb10u5) ...
Processing triggers for libc-bin (2.28-10+deb10u2) ...
Processing triggers for ca-certificates (20200601~deb10u2) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
+ pip3 install wheel
Collecting wheel
  Downloading https://files.pythonhosted.org/packages/bd/7c/d38a0b30ce22fc26ed7dbc087c6d00851fb3395e9d0dac40bec1f905030c/wheel-0.38.4-py3-none-any.whl
Installing collected packages: wheel
Successfully installed wheel-0.38.4
+ pip3 install -r requirements.txt
Collecting google-cloud-storage==1.26.0 (from -r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/88/67/80761781f813ffbf8bc1db7270b6d23de7a96468da4601de3bf2e5e1d829/google_cloud_storage-1.26.0-py2.py3-none-any.whl (75kB)
Collecting mlflow==1.10.0 (from -r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/00/2f/2529268d85af0a1521b0b7c137b63b731dff4784e1322fb3055403a959fb/mlflow-1.10.0-py3-none-any.whl (12.4MB)
Collecting google-resumable-media<0.6dev,>=0.5.0 (from google-cloud-storage==1.26.0->-r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/f2/cc/cd05c633298fcbba5d61b6b8844de598e001954281a004fc1a13c61a5121/google_resumable_media-0.5.1-py2.py3-none-any.whl
Collecting google-auth<2.0dev,>=1.11.0 (from google-cloud-storage==1.26.0->-r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/fb/7a/1b3eb54caee1b8c73c2c3645f78a382eca4805a301a30c64a078e736e446/google_auth-1.35.0-py2.py3-none-any.whl (152kB)
Collecting google-cloud-core<2.0dev,>=1.2.0 (from google-cloud-storage==1.26.0->-r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/18/52/f1e01017a8e799e303b53f458bc5a09f864b7ac47a5afafbb6effed05b6d/google_cloud_core-1.7.3-py2.py3-none-any.whl
Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (from mlflow==1.10.0->-r requirements.txt (line 2)) (1.16.2)
Collecting alembic (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/4d/fc/d63e1d08acba9796f4db62dbe7c3f755e5fd033274198c65c111d47bd942/alembic-1.9.4-py3-none-any.whl (210kB)
Collecting docker>=4.0.0 (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d5/b3/a5e41798a6d4b92880998e0d9e6980e57c5d039f7f7144f87627a6b19084/docker-6.0.1-py3-none-any.whl (147kB)
Collecting Flask (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/95/9c/a3542594ce4973786236a1b7b702b8ca81dbf40ea270f0f96284f0c27348/Flask-2.2.3-py3-none-any.whl (101kB)
Collecting protobuf>=3.6.0 (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/2b/ed/8f2113e3446bc98555cce3a17403180f86c70a51b9e61ef973e9c8df7179/protobuf-4.22.0-py3-none-any.whl (172kB)
Collecting cloudpickle (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/15/80/44286939ca215e88fa827b2aeb6fa3fd2b4a7af322485c7170d6f9fd96e0/cloudpickle-2.2.1-py3-none-any.whl
Requirement already satisfied: pandas in /usr/lib/python3/dist-packages (from mlflow==1.10.0->-r requirements.txt (line 2)) (0.23.3+dfsg)
Collecting pyyaml (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB)
Collecting gorilla (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b3/2a/d0eab79744c9bc32b916226e8cb71e275eb1c4e73ed6d682d99f907e5d10/gorilla-0.4.0-py2.py3-none-any.whl
Collecting azure-storage-blob>=12.0 (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/46/cf/ef1daa7b7df2b2d72db82fa2a777bf50133f4797b4bdfa6b3bbea09660fe/azure_storage_blob-12.15.0-py3-none-any.whl (387kB)
Collecting querystring-parser (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/88/6b/572b2590fd55114118bf08bde63c0a421dcc82d593700f3e2ad89908a8a9/querystring_parser-1.2.4-py2.py3-none-any.whl
Collecting prometheus-flask-exporter (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ef/82/a794f15bdeb1ac8b9cc6548bce06001042d3489288f8ba294d1e65a62043/prometheus_flask_exporter-0.22.3-py3-none-any.whl
Collecting gitpython>=2.1.0 (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/8a/d1e02cc111d65b0346f70abb83c51f8593e7134bf694a4a56d1a470caaf7/GitPython-3.1.31-py3-none-any.whl (184kB)
Collecting sqlparse (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/97/d3/31dd2c3e48fc2060819f4acb0686248250a0f2326356306b38a42e059144/sqlparse-0.4.3-py3-none-any.whl (42kB)
Collecting sqlalchemy<=1.3.13 (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/af/47/35edeb0f86c0b44934c05d961c893e223ef27e79e1f53b5e6f14820ff553/SQLAlchemy-1.3.13.tar.gz (6.0MB)
Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from mlflow==1.10.0->-r requirements.txt (line 2)) (1.12.0)
Collecting requests>=2.17.3 (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d2/f4/274d1dbe96b41cf4e0efb70cbced278ffd61b5c7bb70338b62af94ccb25b/requests-2.28.2-py3-none-any.whl (62kB)
Collecting click>=7.0 (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/c2/f1/df59e28c642d583f7dacffb1e0965d0e00b218e0186d7858ac5233dce840/click-8.1.3-py3-none-any.whl (96kB)
Collecting entrypoints (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/35/a8/365059bbcd4572cbc41de17fd5b682be5868b218c3c5479071865cab9078/entrypoints-0.4-py3-none-any.whl
Collecting gunicorn; platform_system != "Windows" (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e4/dd/5b190393e6066286773a67dfcc2f9492058e9b57c4867a95f1ba5caf0a83/gunicorn-20.1.0-py3-none-any.whl (79kB)
Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (from mlflow==1.10.0->-r requirements.txt (line 2)) (2.7.3)
Collecting databricks-cli>=0.8.7 (from mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ca/18/be4b07af8cf405e60b665e8edc9bf310a6328fdbea5aca5504ed26907d12/databricks-cli-0.17.4.tar.gz (82kB)
Collecting cachetools<5.0,>=2.0.0 (from google-auth<2.0dev,>=1.11.0->google-cloud-storage==1.26.0->-r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/ea/c1/4740af52db75e6dbdd57fc7e9478439815bbac549c1c05881be27d19a17d/cachetools-4.2.4-py3-none-any.whl
Requirement already satisfied: setuptools>=40.3.0 in /usr/lib/python3/dist-packages (from google-auth<2.0dev,>=1.11.0->google-cloud-storage==1.26.0->-r requirements.txt (line 1)) (40.8.0)
Collecting pyasn1-modules>=0.2.1 (from google-auth<2.0dev,>=1.11.0->google-cloud-storage==1.26.0->-r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/95/de/214830a981892a3e286c3794f41ae67a4495df1108c3da8a9f62159b9a9d/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155kB)
Collecting rsa<5,>=3.1.4; python_version >= "3.6" (from google-auth<2.0dev,>=1.11.0->google-cloud-storage==1.26.0->-r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl
Collecting google-api-core<3.0.0dev,>=1.21.0 (from google-cloud-core<2.0dev,>=1.2.0->google-cloud-storage==1.26.0->-r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/f7/24/a17e75c733609dce285a2dae6f56837d69a9566963c9d1cab96d788546c8/google_api_core-2.11.0-py3-none-any.whl (120kB)
Collecting Mako (from alembic->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/03/3b/68690a035ba7347860f1b8c0cde853230ba69ff41df5884ea7d89fe68cd3/Mako-1.2.4-py3-none-any.whl (78kB)
Collecting importlib-resources; python_version < "3.9" (from alembic->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/38/71/c13ea695a4393639830bf96baea956538ba7a9d06fcce7cef10bfff20f72/importlib_resources-5.12.0-py3-none-any.whl
Collecting importlib-metadata; python_version < "3.9" (from alembic->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/26/a7/9da7d5b23fc98ab3d424ac2c65613d63c1f401efb84ad50f2fa27b2caab4/importlib_metadata-6.0.0-py3-none-any.whl
Collecting websocket-client>=0.32.0 (from docker>=4.0.0->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/6d/9a/6c793729c9d48fcca155ce55e4dfafacffb7fb52a62e3ae2198846c31af6/websocket_client-1.5.1-py3-none-any.whl (55kB)
Collecting urllib3>=1.26.0 (from docker>=4.0.0->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/ca/466766e20b767ddb9b951202542310cba37ea5f2d792dae7589f1741af58/urllib3-1.26.14-py2.py3-none-any.whl (140kB)
Collecting packaging>=14.0 (from docker>=4.0.0->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ed/35/a31aed2993e398f6b09a790a181a7927eb14610ee8bbf02dc14d31677f1c/packaging-23.0-py3-none-any.whl (42kB)
Collecting Jinja2>=3.0 (from Flask->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl (133kB)
Collecting itsdangerous>=2.0 (from Flask->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/68/5f/447e04e828f47465eeab35b5d408b7ebaaaee207f48b7136c5a7267a30ae/itsdangerous-2.1.2-py3-none-any.whl
Collecting Werkzeug>=2.2.2 (from Flask->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f6/f8/9da63c1617ae2a1dec2fbf6412f3a0cfe9d4ce029eccbda6e1e4258ca45f/Werkzeug-2.2.3-py3-none-any.whl (233kB)
Collecting isodate>=0.6.1 (from azure-storage-blob>=12.0->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b6/85/7882d311924cbcfc70b1890780763e36ff0b140c7e51c110fc59a532f087/isodate-0.6.1-py2.py3-none-any.whl (41kB)
Collecting cryptography>=2.1.4 (from azure-storage-blob>=12.0->mlflow==1.10.0->-r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fa/f3/f4b8c175ea9a1de650b0085858059050b7953a93d66c97ed89b93b232996/cryptography-39.0.2.tar.gz (604kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'error'
  Complete output from command /usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-abxmjrqw --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools>=40.6.0,!=60.9.0 wheel "cffi>=1.12; platform_python_implementation != 'PyPy'" setuptools-rust>=0.11.4:
  Collecting setuptools!=60.9.0,>=40.6.0
    Downloading https://files.pythonhosted.org/packages/2c/3a/e0340041dad00234d1fe569ed55b602d24eb11a4939b0a2ec844e970a87d/setuptools-67.4.0-py3-none-any.whl (1.1MB)
  Collecting wheel
    Using cached https://files.pythonhosted.org/packages/bd/7c/d38a0b30ce22fc26ed7dbc087c6d00851fb3395e9d0dac40bec1f905030c/wheel-0.38.4-py3-none-any.whl
  Collecting cffi>=1.12
    Downloading https://files.pythonhosted.org/packages/2b/a8/050ab4f0c3d4c1b8aaa805f70e26e84d0e27004907c5b8ecc1d31815f92a/cffi-1.15.1.tar.gz (508kB)
  Collecting setuptools-rust>=0.11.4
    Downloading https://files.pythonhosted.org/packages/ef/da/dca8f90986325abe3027a5e3af5e12ce1d78eeb664a11971b2e7e703b9e3/setuptools_rust-1.5.2-py3-none-any.whl
  Collecting pycparser (from cffi>=1.12)
    Downloading https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl (118kB)
  Collecting semantic-version<3,>=2.8.2 (from setuptools-rust>=0.11.4)
    Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl
  Collecting typing-extensions>=3.7.4.3 (from setuptools-rust>=0.11.4)
    Downloading https://files.pythonhosted.org/packages/31/25/5abcd82372d3d4a3932e1fa8c3dbf9efac10cc7c0d16e78467460571b404/typing_extensions-4.5.0-py3-none-any.whl
  Building wheels for collected packages: cffi
    Running setup.py bdist_wheel for cffi: started
    Running setup.py bdist_wheel for cffi: finished with status 'error'
    Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-r_wrzsdv/cffi/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-p_6qu78p --python-tag cp37:
    unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
    unable to execute 'x86_64-linux-gnu-gcc': No such file or directory

        No working compiler found, or bogus compiler options passed to
        the compiler from Python's standard "distutils" module.  See
        the error messages above.  Likely, the problem is not related
        to CFFI but generic to the setup.py of any Python package that
        tries to compile C code.  (Hints: on OS/X 10.8, for errors about
        -mno-fused-madd see http://stackoverflow.com/questions/22313407/
        Otherwise, see https://wiki.python.org/moin/CompLangPython or
        the IRC channel #python on irc.libera.chat.)

        Trying to continue anyway.  If you are trying to install CFFI from
        a build done in a different context, you can ignore this warning.

    running bdist_wheel
    running build
    running build_py
    Generating grammar tables from /usr/lib/python3.7/lib2to3/Grammar.txt
    Generating grammar tables from /usr/lib/python3.7/lib2to3/PatternGrammar.txt
    creating build
    creating build/lib.linux-x86_64-3.7
    creating build/lib.linux-x86_64-3.7/cffi
    copying cffi/vengine_gen.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/cparser.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/recompiler.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/__init__.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/ffiplatform.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/error.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/commontypes.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/lock.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/verifier.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/pkgconfig.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/api.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/model.py -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/_cffi_include.h -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/parse_c_type.h -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/_embedding.h -> build/lib.linux-x86_64-3.7/cffi
    copying cffi/_cffi_errors.h -> build/lib.linux-x86_64-3.7/cffi
    running build_ext
    building '_cffi_backend' extension
    creating build/temp.linux-x86_64-3.7
    creating build/temp.linux-x86_64-3.7/c
    x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DFFI_BUILDING=1 -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.7/c/_cffi_backend.o
    unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

    ----------------------------------------
    Failed building wheel for cffi
    Running setup.py clean for cffi
  Failed to build cffi
  Installing collected packages: setuptools, wheel, pycparser, cffi, semantic-version, typing-extensions, setuptools-rust
    Running setup.py install for cffi: started
      Running setup.py install for cffi: finished with status 'error'
      Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-r_wrzsdv/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-hhndrfye/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-abxmjrqw --compile:
      unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
      unable to execute 'x86_64-linux-gnu-gcc': No such file or directory

          No working compiler found, or bogus compiler options passed to
          the compiler from Python's standard "distutils" module.  See
          the error messages above.  Likely, the problem is not related
          to CFFI but generic to the setup.py of any Python package that
          tries to compile C code.  (Hints: on OS/X 10.8, for errors about
          -mno-fused-madd see http://stackoverflow.com/questions/22313407/
          Otherwise, see https://wiki.python.org/moin/CompLangPython or
          the IRC channel #python on irc.libera.chat.)

          Trying to continue anyway.  If you are trying to install CFFI from
          a build done in a different context, you can ignore this warning.

      running install
      running build
      running build_py
      creating build
      creating build/lib.linux-x86_64-3.7
      creating build/lib.linux-x86_64-3.7/cffi
      copying cffi/vengine_gen.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/cparser.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/recompiler.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/__init__.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/ffiplatform.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/error.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/commontypes.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/lock.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/verifier.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/pkgconfig.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/api.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/model.py -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/_cffi_include.h -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/parse_c_type.h -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/_embedding.h -> build/lib.linux-x86_64-3.7/cffi
      copying cffi/_cffi_errors.h -> build/lib.linux-x86_64-3.7/cffi
      running build_ext
      building '_cffi_backend' extension
      creating build/temp.linux-x86_64-3.7
      creating build/temp.linux-x86_64-3.7/c
      x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DFFI_BUILDING=1 -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.7/c/_cffi_backend.o
      unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
      error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

      ----------------------------------------
  Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-r_wrzsdv/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-hhndrfye/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-abxmjrqw --compile" failed with error code 1 in /tmp/pip-install-r_wrzsdv/cffi/

  ----------------------------------------
Command "/usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-abxmjrqw --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools>=40.6.0,!=60.9.0 wheel "cffi>=1.12; platform_python_implementation != 'PyPy'" setuptools-rust>=0.11.4" failed with error code 1 in None
The command '/bin/sh -c set -x     && apt-get update     && apt-get install --no-install-recommends --no-install-suggests -y     python3 python3-pip python3-setuptools python3-pandas supervisor gettext-base nginx apache2-utils python3-psycopg2     && pip3 install wheel     && pip3 install -r requirements.txt     && apt-get remove --purge --auto-remove -y ca-certificates && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 1

Can you help with that?
Also, does this solution compatible with mlflow 2.x version?
Thanks in advance!
Amir

Getting Error: spawnerr: command is not executable

I tried deploying an mlflow-tracking-server on Google Kubernetes Engine using your repo as a template, and it's having trouble executing the supervisord.conf file. All my config files are essentially the same as yours. Here is the log:

2020-03-27 07:11:54,661 INFO supervisord started with pid 1
2020-03-27 07:11:55,663 INFO spawnerr: command at '/app/webserver.sh' is not executable
2020-03-27 07:11:55,663 INFO spawnerr: command at '/app/mlflow.sh' is not executable
2020-03-27 07:11:56,664 INFO spawnerr: command at '/app/webserver.sh' is not executable
2020-03-27 07:11:56,665 INFO spawnerr: command at '/app/mlflow.sh' is not executable
2020-03-27 07:11:58,667 INFO spawnerr: command at '/app/webserver.sh' is not executable
2020-03-27 07:11:58,668 INFO spawnerr: command at '/app/mlflow.sh' is not executable
2020-03-27 07:12:01,671 INFO spawnerr: command at '/app/webserver.sh' is not executable
2020-03-27 07:12:01,672 INFO gave up: nginx entered FATAL state, too many start retries too quickly
2020-03-27 07:12:01,672 INFO spawnerr: command at '/app/mlflow.sh' is not executable
2020-03-27 07:12:01,672 INFO gave up: mlflow entered FATAL state, too many start retries too quickly

read-only mode

I am trying to figure out a way to start an mlflow server in read-only mode.
The use case is:
I log my metrics and stuff, then I want to share results. So I want to offer access to mlflow only for visual access and to prevent them to edit my results. Can this be done somehow?

Docker image build fails due to cartography library dependencies

When running docker image creation command


docker build -t my-mlflow-easyauth:latest .

It fails when building wheel for cartography

  =============================DEBUG ASSISTANCE=============================
  If you are seeing a compilation error please try the following steps to
  successfully install cryptography:
  1) Upgrade to the latest pip and try again. This will fix errors for most
     users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
  2) Read https://cryptography.io/en/latest/installation.html for specific
     instructions for your platform.
  3) Check our frequently asked questions for more information:
     https://cryptography.io/en/latest/faq.html
  4) Ensure you have a recent Rust toolchain installed:
     https://cryptography.io/en/latest/installation.html#rust
  5) If you are experiencing issues with Rust for *this release only* you may
     set the environment variable `CRYPTOGRAPHY_DONT_BUILD_RUST=1`.
  =============================DEBUG ASSISTANCE=============================

error: Can not find Rust compiler


Failed building wheel for cryptography

This error is produced due to issue pyca/cryptography#5771

It can be easily solved by upgrading pip in the Dockerfile

RUN set -x \
    && apt-get update \
    && apt-get install --no-install-recommends --no-install-suggests -y \
    python3 python3-pip python3-setuptools python3-pandas supervisor gettext-ba$
    && python3 -m pip install -U pip \
    && pip3 install wheel \
    && pip3 install -r requirements.txt \
    && apt-get remove --purge --auto-remove -y ca-certificates && rm -rf /var/l$

Error building the docker image

Hello!

While building the docker image I got the following errors:

x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.7/c/_cffi_backend.o
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

  ----------------------------------------

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-install-cwf7m6js/cffi/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-record-8jfgnipl/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-vkjk842e --compile" failed with error code 1 in /tmp/pip-install-cwf7m6js/cffi/


Command "/usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-vkjk842e --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools>=40.6.0 wheel "cffi>=1.12; platform_python_implementation != 'PyPy'" setuptools-rust>=0.11.4" failed with error code 1 in None
The command '/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y python3 python3-pip python3-setuptools python3-pandas supervisor gettext-base nginx apache2-utils python3-psycopg2 && pip3 install wheel && pip3 install -r requirements.txt && apt-get remove --purge --auto-remove -y ca-certificates && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.