How do I install pgAdmin4?

My YunoHost server

Hardware: Digital Ocean cloud server running Debian 11
YunoHost version: 11.2.3
I have access to my server : I have SSH access, SFTP, web admin panel access
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : I have not created any modifications to the server or Yunohost. Everything is as the install script configured it.
If yes, please explain:

Description

I have tried multiple times to install this. This is the error log:

I assume that the password is one that I am creating at the time of installation, not an existing password.

2023-09-03 14:33:35,289: DEBUG - + ynh_replace_special_string --match_string __ADMIN_PASSWORD__ --replace_string ********** --target_file ../conf/setup.exp
2023-09-03 14:33:35,498: DEBUG - + match_string=__ADMIN_PASSWORD__
2023-09-03 14:33:35,499: DEBUG - + replace_string=**********
2023-09-03 14:33:35,499: DEBUG - + match_string=__ADMIN_PASSWORD__
2023-09-03 14:33:35,500: DEBUG - + replace_string=**********
2023-09-03 14:33:35,500: DEBUG - + ynh_replace_string --match_string=__ADMIN_PASSWORD__ --replace_string=********** --target_file=../conf/setup.exp
2023-09-03 14:33:35,610: DEBUG - + sed --in-place $'s\001__ADMIN_PASSWORD__\001**********\001g' ../conf/setup.exp
2023-09-03 14:33:35,614: DEBUG - + ../conf/setup.exp /opt/yunohost/pgadmin/bin/python3 /opt/yunohost/pgadmin/lib/python3.9/site-packages/pgadmin4/setup.py sonsofliberty@admin.sonsofliberty.red
2023-09-03 14:33:35,642: DEBUG - spawn /opt/yunohost/pgadmin/bin/python3 /opt/yunohost/pgadmin/lib/python3.9/site-packages/pgadmin4/setup.py
2023-09-03 14:33:37,855: DEBUG - NOTE: Configuring authentication for SERVER mode.
2023-09-03 14:33:37,856: DEBUG - 
2023-09-03 14:33:37,856: DEBUG - Enter the email address and password to use for the initial pgAdmin user account:
2023-09-03 14:33:37,856: DEBUG - 
2023-09-03 14:33:37,856: DEBUG - Email address: sonsofliberty@admin.sonsofliberty.red
2023-09-03 14:33:37,867: DEBUG - Password:
2023-09-03 14:33:37,949: INFO - [##############+.....] > Configuring Postgresql database...
2023-09-03 14:33:37,950: DEBUG - + ynh_psql_test_if_first_run
2023-09-03 14:33:37,950: DEBUG - + grep -q 'ii  postgresql-13'
2023-09-03 14:33:37,951: DEBUG - + dpkg --list
2023-09-03 14:33:37,984: DEBUG - + yunohost tools regen-conf postgresql
2023-09-03 14:33:41,795: DEBUG - + ynh_psql_execute_as_root --sql 'CREATE USER pgadmin WITH PASSWORD '\''**********'\'' SUPERUSER CREATEDB CREATEROLE REPLICATION'
2023-09-03 14:33:41,851: DEBUG - + database=
2023-09-03 14:33:41,851: DEBUG - + '[' -n '' ']'
2023-09-03 14:33:41,852: DEBUG - ++ cat /etc/yunohost/psql
2023-09-03 14:33:41,855: DEBUG - + ynh_psql_connect_as --user=postgres --password=**********
2023-09-03 14:33:41,936: DEBUG - + database=
2023-09-03 14:33:41,936: DEBUG - + sudo --login --user=postgres PGUSER=postgres PGPASSWORD=********** psql ''
2023-09-03 14:33:42,109: DEBUG - CREATE ROLE
2023-09-03 14:33:42,117: DEBUG - + /opt/yunohost/pgadmin/bin/python3 config_database.py pgadmin **********
2023-09-03 14:33:42,174: WARNING - Traceback (most recent call last):
2023-09-03 14:33:42,177: WARNING -   File "/var/cache/yunohost/app_tmp_work_dirs/app_qnm0e6rm/scripts/config_database.py", line 20, in <module>
2023-09-03 14:33:42,178: WARNING -     cursor = conn.execute('SELECT `password`,1 FROM `user`')
2023-09-03 14:33:42,178: WARNING - sqlite3.OperationalError: no such table: user
2023-09-03 14:33:42,185: DEBUG - + ynh_exit_properly
2023-09-03 14:33:42,186: DEBUG - + [[ install =~ ^install$|^upgrade$|^restore$ ]]
2023-09-03 14:33:42,702: DEBUG - + ynh_clean_setup
2023-09-03 14:33:42,702: DEBUG - + ynh_clean_check_starting
2023-09-03 14:33:42,702: DEBUG - + '[' -n '' ']'
2023-09-03 14:33:42,702: DEBUG - + '[' -n '' ']'
2023-09-03 14:33:43,704: ERROR - Unable to install pgadmin: An error occurred inside the app installation script

Please share the full log.

1 Like
2023-09-15 14:28:54,685: INFO - Installing pgadmin...
2023-09-15 14:28:54,914: DEBUG - Nothing to update in LDAP
2023-09-15 14:28:54,915: DEBUG - Permission 'pgadmin.main' updated
2023-09-15 14:28:55,103: DEBUG - Full log of this operation: '<a href="#/tools/logs/20230915-142854-permission_url-pgadmin" style="text-decoration:underline">Update URL related to permission 'pgadmin'</a>'
2023-09-15 14:28:55,481: DEBUG - The permission database has been resynchronized
2023-09-15 14:28:55,789: DEBUG - SSOwat configuration regenerated
2023-09-15 14:28:55,974: DEBUG - Permission 'pgadmin.main' created
2023-09-15 14:28:55,975: DEBUG - Full log of this operation: '<a href="#/tools/logs/20230915-142854-permission_create-pgadmin" style="text-decoration:underline">Create permission 'pgadmin'</a>'
2023-09-15 14:28:56,005: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./install"  7>&1']'
2023-09-15 14:28:56,017: DEBUG - + source experimental_helper.sh
2023-09-15 14:28:56,018: DEBUG - + source _common.sh
2023-09-15 14:28:56,018: DEBUG - +++ python3 -V
2023-09-15 14:28:56,018: DEBUG - +++ cut '-d ' -f2
2023-09-15 14:28:56,020: DEBUG - +++ cut -d. -f1-2
2023-09-15 14:28:56,022: DEBUG - ++ python_version=3.9
2023-09-15 14:28:56,022: DEBUG - ++ pkg_dependencies='python3-pip build-essential python3-dev python3-venv postgresql uwsgi uwsgi-plugin-python3 expect libpq-dev libkrb5-dev'
2023-09-15 14:28:56,022: DEBUG - + source /usr/share/yunohost/helpers
2023-09-15 14:28:56,023: DEBUG - +++ set +o
2023-09-15 14:28:56,024: DEBUG - +++ grep xtrace
2023-09-15 14:28:56,026: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace'
2023-09-15 14:28:56,026: DEBUG - ++ XTRACE_ENABLE='set -o xtrace'
2023-09-15 14:28:56,062: DEBUG - + ynh_abort_if_errors
2023-09-15 14:28:56,062: DEBUG - + trap ynh_exit_properly EXIT
2023-09-15 14:28:56,063: DEBUG - + domain=postgresql.sonsofliberty.red
2023-09-15 14:28:56,063: DEBUG - + path_url=/
2023-09-15 14:28:56,063: DEBUG - + admin=sonsofliberty
2023-09-15 14:28:56,063: DEBUG - + admin_pwd=**********
2023-09-15 14:28:56,063: DEBUG - + db_user=pgadmin
2023-09-15 14:28:56,064: DEBUG - ++ ynh_string_random --length 30
2023-09-15 14:28:56,106: DEBUG - ++ length=30
2023-09-15 14:28:56,106: DEBUG - ++ filter=A-Za-z0-9
2023-09-15 14:28:56,106: DEBUG - ++ dd if=/dev/urandom bs=1 count=1000
2023-09-15 14:28:56,106: DEBUG - ++ sed --quiet 's/\(.\{30\}\).*/\1/p'
2023-09-15 14:28:56,107: DEBUG - ++ tr --complement --delete A-Za-z0-9
2023-09-15 14:28:56,112: DEBUG - + db_pwd=**********
2023-09-15 14:28:56,112: DEBUG - ++ ynh_app_upstream_version
2023-09-15 14:28:56,113: DEBUG - ++ manifest=
2023-09-15 14:28:56,113: DEBUG - ++ [[ '' != '' ]]
2023-09-15 14:28:56,113: DEBUG - ++ version_key_=7.6~ynh1
2023-09-15 14:28:56,117: DEBUG - ++ echo 7.6
2023-09-15 14:28:56,117: DEBUG - + app_version=7.6
2023-09-15 14:28:56,118: DEBUG - ++ cut -d- -f2
2023-09-15 14:28:56,119: DEBUG - ++ echo 7.6
2023-09-15 14:28:56,121: DEBUG - + app_sub_version=7.6
2023-09-15 14:28:56,121: DEBUG - + app=pgadmin
2023-09-15 14:28:56,121: DEBUG - + pgadmin_user=pgadmin
2023-09-15 14:28:56,196: INFO - [....................] > Validating installation parameters...
2023-09-15 14:28:56,197: DEBUG - + final_path=/opt/yunohost/pgadmin
2023-09-15 14:28:56,197: DEBUG - + test '!' -e /opt/yunohost/pgadmin
2023-09-15 14:28:56,197: DEBUG - + ynh_webpath_register --app=pgadmin --domain=postgresql.sonsofliberty.red --path_url=/
2023-09-15 14:28:56,286: DEBUG - + yunohost app register-url pgadmin postgresql.sonsofliberty.red /
2023-09-15 14:28:59,166: DEBUG - ++ ynh_user_get_info --username sonsofliberty --key mail
2023-09-15 14:28:59,244: DEBUG - ++ yunohost user info sonsofliberty --output-as json --quiet
2023-09-15 14:28:59,244: DEBUG - ++ jq -r .mail
2023-09-15 14:29:00,120: DEBUG - + email=sonsofliberty@admin.sonsofliberty.red
2023-09-15 14:29:00,120: DEBUG - + [[ -z sonsofliberty@admin.sonsofliberty.red ]]
2023-09-15 14:29:00,189: DEBUG - + ynh_app_setting_set --app=pgadmin --key=domain --value=postgresql.sonsofliberty.red
2023-09-15 14:29:00,189: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:29:00,190: INFO - [+...................] > Storing installation settings...
2023-09-15 14:29:00,291: DEBUG - + app=pgadmin
2023-09-15 14:29:00,291: DEBUG - + [[ domain =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:29:00,292: DEBUG - + ynh_app_setting set pgadmin domain postgresql.sonsofliberty.red
2023-09-15 14:29:00,365: DEBUG - + ynh_app_setting_set --app=pgadmin --key=path --value=/
2023-09-15 14:29:00,366: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:29:00,454: DEBUG - + app=pgadmin
2023-09-15 14:29:00,454: DEBUG - + [[ path =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:29:00,454: DEBUG - + ynh_app_setting set pgadmin path /
2023-09-15 14:29:00,533: DEBUG - + ynh_app_setting_set --app=pgadmin --key=admin --value=sonsofliberty
2023-09-15 14:29:00,534: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:29:00,616: DEBUG - + app=pgadmin
2023-09-15 14:29:00,616: DEBUG - + [[ admin =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:29:00,616: DEBUG - + ynh_app_setting set pgadmin admin sonsofliberty
2023-09-15 14:29:00,697: DEBUG - + ynh_app_setting_set --app=pgadmin --key=admin_pwd --value=**********
2023-09-15 14:29:00,698: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:29:00,791: DEBUG - + app=pgadmin
2023-09-15 14:29:00,791: DEBUG - + [[ admin_pwd =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:29:00,791: DEBUG - + ynh_app_setting set pgadmin admin_pwd **********
2023-09-15 14:29:00,871: DEBUG - + ynh_app_setting_set --app=pgadmin --key=db_user --value=pgadmin
2023-09-15 14:29:00,872: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:29:00,958: DEBUG - + app=pgadmin
2023-09-15 14:29:00,958: DEBUG - + [[ db_user =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:29:00,958: DEBUG - + ynh_app_setting set pgadmin db_user pgadmin
2023-09-15 14:29:01,040: DEBUG - + ynh_app_setting_set --app=pgadmin --key=db_pwd --value=**********
2023-09-15 14:29:01,040: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:29:01,124: DEBUG - + app=pgadmin
2023-09-15 14:29:01,124: DEBUG - + [[ db_pwd =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:29:01,124: DEBUG - + ynh_app_setting set pgadmin db_pwd **********
2023-09-15 14:29:01,351: DEBUG - + ynh_exec_warn_less ynh_install_app_dependencies python3-pip build-essential python3-dev python3-venv postgresql uwsgi uwsgi-plugin-python3 expect libpq-dev libkrb5-dev
2023-09-15 14:29:01,351: DEBUG - + [[ 11 -eq 1 ]]
2023-09-15 14:29:01,351: DEBUG - + ynh_install_app_dependencies python3-pip build-essential python3-dev python3-venv postgresql uwsgi uwsgi-plugin-python3 expect libpq-dev libkrb5-dev
2023-09-15 14:29:01,351: DEBUG - + local 'dependencies=python3-pip build-essential python3-dev python3-venv postgresql uwsgi uwsgi-plugin-python3 expect libpq-dev libkrb5-dev'
2023-09-15 14:29:01,351: INFO - [#++++...............] > Installing dependencies...
2023-09-15 14:29:01,352: DEBUG - ++ echo 'python3-pip build-essential python3-dev python3-venv postgresql uwsgi uwsgi-plugin-python3 expect libpq-dev libkrb5-dev'
2023-09-15 14:29:01,352: DEBUG - ++ sed 's/\([^\<=\>]\)\ \([^(]\)/\1, \2/g'
2023-09-15 14:29:01,356: DEBUG - + dependencies='python3-pip, build-essential, python3-dev, python3-venv, postgresql, uwsgi, uwsgi-plugin-python3, expect, libpq-dev, libkrb5-dev'
2023-09-15 14:29:01,356: DEBUG - + local 'dependencies=python3-pip, build-essential, python3-dev, python3-venv, postgresql, uwsgi, uwsgi-plugin-python3, expect, libpq-dev, libkrb5-dev'
2023-09-15 14:29:01,356: DEBUG - ++ ynh_read_manifest --manifest_key=version
2023-09-15 14:29:01,381: DEBUG - ++ '[' '!' -e '' ']'
2023-09-15 14:29:01,381: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/manifest.json ']'
2023-09-15 14:29:01,382: DEBUG - ++ manifest=/var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/manifest.json
2023-09-15 14:29:01,382: DEBUG - ++ echo /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/manifest.json
2023-09-15 14:29:01,382: DEBUG - ++ grep -q '\.json$'
2023-09-15 14:29:01,384: DEBUG - ++ jq .version /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/manifest.json --raw-output
2023-09-15 14:29:01,449: DEBUG - + local version=7.6~ynh1
2023-09-15 14:29:01,450: DEBUG - + '[' -z 7.6~ynh1 ']'
2023-09-15 14:29:01,450: DEBUG - + '[' 7.6~ynh1 == null ']'
2023-09-15 14:29:01,450: DEBUG - + local dep_app=pgadmin
2023-09-15 14:29:01,450: DEBUG - + [[ python3-pip, build-essential, python3-dev, python3-venv, postgresql, uwsgi, uwsgi-plugin-python3, expect, libpq-dev, libkrb5-dev =~ [<=>] ]]
2023-09-15 14:29:01,451: DEBUG - ++ grep -oP '(?<=php)[0-9.]+(?=-|\>)'
2023-09-15 14:29:01,453: DEBUG - ++ echo python3-pip, build-essential, python3-dev, python3-venv, postgresql, uwsgi, uwsgi-plugin-python3, expect, libpq-dev, libkrb5-dev
2023-09-15 14:29:01,454: DEBUG - ++ sort -u
2023-09-15 14:29:01,459: DEBUG - + local specific_php_version=
2023-09-15 14:29:01,459: DEBUG - + grep --quiet php
2023-09-15 14:29:01,463: DEBUG - ++ ynh_package_is_installed postgresql-13
2023-09-15 14:29:01,484: DEBUG - ++ ynh_wait_dpkg_free
2023-09-15 14:29:01,749: DEBUG - ++ return 0
2023-09-15 14:29:01,750: DEBUG - ++ grep --count 'ok installed'
2023-09-15 14:29:01,752: DEBUG - ++ dpkg-query --show '--showformat=${Status}' postgresql-13
2023-09-15 14:29:01,777: DEBUG - ++ echo yes
2023-09-15 14:29:01,778: DEBUG - + local psql_installed=yes
2023-09-15 14:29:01,778: DEBUG - + [[ true == \t\r\u\e ]]
2023-09-15 14:29:01,778: DEBUG - + YNH_INSTALL_APP_DEPENDENCIES_REPLACE=false
2023-09-15 14:29:01,779: DEBUG - + cat
2023-09-15 14:29:01,782: DEBUG - + ynh_package_install_from_equivs /tmp/pgadmin-ynh-deps.control
2023-09-15 14:29:01,783: DEBUG - + local controlfile=/tmp/pgadmin-ynh-deps.control
2023-09-15 14:29:01,784: DEBUG - ++ cut '--delimiter= ' --fields=2
2023-09-15 14:29:01,785: DEBUG - ++ grep '^Package: ' /tmp/pgadmin-ynh-deps.control
2023-09-15 14:29:01,789: DEBUG - + local pkgname=pgadmin-ynh-deps
2023-09-15 14:29:01,790: DEBUG - ++ cut '--delimiter= ' --fields=2
2023-09-15 14:29:01,794: DEBUG - ++ grep '^Version: ' /tmp/pgadmin-ynh-deps.control
2023-09-15 14:29:01,797: DEBUG - + local pkgversion=7.6~ynh1
2023-09-15 14:29:01,797: DEBUG - + [[ -z pgadmin-ynh-deps ]]
2023-09-15 14:29:01,797: DEBUG - + [[ -z 7.6~ynh1 ]]
2023-09-15 14:29:01,797: DEBUG - + ynh_package_update
2023-09-15 14:29:01,798: DEBUG - + ynh_apt update
2023-09-15 14:29:01,798: DEBUG - + ynh_wait_dpkg_free
2023-09-15 14:29:02,074: DEBUG - + return 0
2023-09-15 14:29:02,074: DEBUG - + LC_ALL=C
2023-09-15 14:29:02,075: DEBUG - + DEBIAN_FRONTEND=noninteractive
2023-09-15 14:29:02,075: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update
2023-09-15 14:29:02,330: DEBUG - Hit:1 http://deb.debian.org/debian bullseye InRelease
2023-09-15 14:29:02,330: DEBUG - Get:2 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
2023-09-15 14:29:02,336: DEBUG - Get:3 http://deb.debian.org/debian bullseye-backports InRelease [49.0 kB]
2023-09-15 14:29:02,337: DEBUG - Get:4 http://security.debian.org/debian-security bullseye-security InRelease [48.4 kB]
2023-09-15 14:29:02,350: DEBUG - Hit:5 https://repos.insights.digitalocean.com/apt/do-agent main InRelease
2023-09-15 14:29:02,361: DEBUG - Hit:6 https://repos-droplet.digitalocean.com/apt/droplet-agent main InRelease
2023-09-15 14:29:02,397: DEBUG - Hit:7 https://packages.sury.org/php bullseye InRelease
2023-09-15 14:29:02,694: DEBUG - Hit:8 http://forge.yunohost.org/debian bullseye InRelease
2023-09-15 14:29:02,813: DEBUG - Get:9 http://deb.debian.org/debian bullseye-updates/main Sources.diff/Index [21.8 kB]
2023-09-15 14:29:02,818: DEBUG - Get:10 http://deb.debian.org/debian bullseye-updates/main amd64 Packages.diff/Index [21.8 kB]
2023-09-15 14:29:02,825: DEBUG - Get:11 http://deb.debian.org/debian bullseye-updates/main Sources T-2023-09-14-2007.09-F-2023-09-14-2007.09.pdiff [241 B]
2023-09-15 14:29:02,858: DEBUG - Get:11 http://deb.debian.org/debian bullseye-updates/main Sources T-2023-09-14-2007.09-F-2023-09-14-2007.09.pdiff [241 B]
2023-09-15 14:29:02,860: DEBUG - Get:12 http://deb.debian.org/debian bullseye-updates/main amd64 Packages T-2023-09-14-2007.09-F-2023-09-14-2007.09.pdiff [1070 B]
2023-09-15 14:29:02,870: DEBUG - Get:12 http://deb.debian.org/debian bullseye-updates/main amd64 Packages T-2023-09-14-2007.09-F-2023-09-14-2007.09.pdiff [1070 B]
2023-09-15 14:29:03,606: DEBUG - Fetched 186 kB in 1s (134 kB/s)
2023-09-15 14:29:05,035: DEBUG - Reading package lists...
2023-09-15 14:29:05,066: DEBUG - ++ mktemp --directory
2023-09-15 14:29:05,072: DEBUG - + local TMPDIR=/tmp/tmp.L7hP78DcFc
2023-09-15 14:29:05,072: DEBUG - + rm -f /usr/share/equivs/template/debian/compat
2023-09-15 14:29:05,076: DEBUG - + ynh_wait_dpkg_free
2023-09-15 14:29:05,341: DEBUG - + return 0
2023-09-15 14:29:05,342: DEBUG - + cp /tmp/pgadmin-ynh-deps.control /tmp/tmp.L7hP78DcFc/control
2023-09-15 14:29:05,348: DEBUG - + cd /tmp/tmp.L7hP78DcFc
2023-09-15 14:29:05,348: DEBUG - + LC_ALL=C
2023-09-15 14:29:05,348: DEBUG - + equivs-build ./control
2023-09-15 14:29:05,711: DEBUG - dpkg-buildpackage: info: source package pgadmin-ynh-deps
2023-09-15 14:29:05,712: DEBUG - dpkg-buildpackage: info: source version 7.6~ynh1
2023-09-15 14:29:05,712: DEBUG - dpkg-buildpackage: info: source distribution unstable
2023-09-15 14:29:05,712: DEBUG - dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@admin.sonsofliberty.red>
2023-09-15 14:29:05,783: DEBUG -  dpkg-source --before-build .
2023-09-15 14:29:05,784: DEBUG - dpkg-buildpackage: info: host architecture amd64
2023-09-15 14:29:05,977: DEBUG -  debian/rules clean
2023-09-15 14:29:05,985: DEBUG - dh clean
2023-09-15 14:29:06,145: DEBUG -    dh_clean
2023-09-15 14:29:06,203: DEBUG -  debian/rules binary
2023-09-15 14:29:06,207: DEBUG - dh binary
2023-09-15 14:29:06,336: DEBUG -    dh_update_autotools_config
2023-09-15 14:29:06,384: DEBUG -    dh_autoreconf
2023-09-15 14:29:06,455: DEBUG -    create-stamp debian/debhelper-build-stamp
2023-09-15 14:29:06,456: DEBUG -    dh_prep
2023-09-15 14:29:06,506: DEBUG -    dh_install
2023-09-15 14:29:06,563: DEBUG -    dh_installdocs
2023-09-15 14:29:06,632: DEBUG -    dh_installchangelogs
2023-09-15 14:29:06,776: DEBUG -    dh_perl
2023-09-15 14:29:06,834: DEBUG -    dh_link
2023-09-15 14:29:06,895: DEBUG -    dh_strip_nondeterminism
2023-09-15 14:29:07,035: DEBUG -    dh_compress
2023-09-15 14:29:07,103: DEBUG -    dh_fixperms
2023-09-15 14:29:07,174: DEBUG -    dh_missing
2023-09-15 14:29:07,217: DEBUG -    dh_installdeb
2023-09-15 14:29:07,274: DEBUG -    dh_gencontrol
2023-09-15 14:29:07,496: DEBUG -    dh_md5sums
2023-09-15 14:29:07,551: DEBUG -    dh_builddeb
2023-09-15 14:29:07,601: DEBUG - dpkg-deb: building package 'pgadmin-ynh-deps' in '../pgadmin-ynh-deps_7.6~ynh1_all.deb'.
2023-09-15 14:29:07,643: DEBUG -  dpkg-genbuildinfo --build=binary
2023-09-15 14:29:08,829: DEBUG -  dpkg-genchanges --build=binary >../pgadmin-ynh-deps_7.6~ynh1_amd64.changes
2023-09-15 14:29:08,953: DEBUG - dpkg-genchanges: info: binary-only upload (no source code included)
2023-09-15 14:29:08,958: DEBUG -  dpkg-source --after-build .
2023-09-15 14:29:09,134: DEBUG - dpkg-buildpackage: info: binary-only upload (no source included)
2023-09-15 14:29:09,141: DEBUG - 
2023-09-15 14:29:09,142: DEBUG - The package has been created.
2023-09-15 14:29:09,142: DEBUG - Attention, the package has been created in the current directory,
2023-09-15 14:29:09,142: DEBUG - not in ".." as indicated by the message above!
2023-09-15 14:29:09,145: DEBUG - + LC_ALL=C
2023-09-15 14:29:09,145: DEBUG - + tee ./dpkg_log
2023-09-15 14:29:09,146: DEBUG - + dpkg --force-depends --install ./pgadmin-ynh-deps_7.6~ynh1_all.deb
2023-09-15 14:29:09,226: DEBUG - Selecting previously unselected package pgadmin-ynh-deps.
2023-09-15 14:29:09,634: DEBUG - (Reading database ... 66254 files and directories currently installed.)
2023-09-15 14:29:09,637: DEBUG - Preparing to unpack .../pgadmin-ynh-deps_7.6~ynh1_all.deb ...
2023-09-15 14:29:09,647: DEBUG - Unpacking pgadmin-ynh-deps (7.6~ynh1) ...
2023-09-15 14:29:09,691: DEBUG - dpkg: pgadmin-ynh-deps: dependency problems, but configuring anyway as you requested:
2023-09-15 14:29:09,692: DEBUG -  pgadmin-ynh-deps depends on uwsgi; however:
2023-09-15 14:29:09,692: DEBUG -   Package uwsgi is not installed.
2023-09-15 14:29:09,692: DEBUG -  pgadmin-ynh-deps depends on uwsgi-plugin-python3; however:
2023-09-15 14:29:09,692: DEBUG -   Package uwsgi-plugin-python3 is not installed.
2023-09-15 14:29:09,692: DEBUG -  pgadmin-ynh-deps depends on expect; however:
2023-09-15 14:29:09,692: DEBUG -   Package expect is not installed.
2023-09-15 14:29:09,692: DEBUG -  pgadmin-ynh-deps depends on libkrb5-dev; however:
2023-09-15 14:29:09,692: DEBUG -   Package libkrb5-dev is not installed.
2023-09-15 14:29:09,693: DEBUG - 
2023-09-15 14:29:09,693: DEBUG - Setting up pgadmin-ynh-deps (7.6~ynh1) ...
2023-09-15 14:29:09,765: DEBUG - + ynh_package_install --fix-broken
2023-09-15 14:29:09,765: DEBUG - + ynh_apt --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken
2023-09-15 14:29:09,765: DEBUG - + ynh_wait_dpkg_free
2023-09-15 14:29:10,017: DEBUG - + return 0
2023-09-15 14:29:10,017: DEBUG - + LC_ALL=C
2023-09-15 14:29:10,018: DEBUG - + DEBIAN_FRONTEND=noninteractive
2023-09-15 14:29:10,018: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken
2023-09-15 14:29:10,242: DEBUG - Reading package lists...
2023-09-15 14:29:10,638: DEBUG - Building dependency tree...
2023-09-15 14:29:10,641: DEBUG - Reading state information...
2023-09-15 14:29:10,889: DEBUG - Correcting dependencies... Done
2023-09-15 14:29:11,212: DEBUG - The following additional packages will be installed:
2023-09-15 14:29:11,213: DEBUG -   comerr-dev expect krb5-multidev libgssrpc4 libjansson4 libkadm5clnt-mit12
2023-09-15 14:29:11,214: DEBUG -   libkadm5srv-mit12 libkdb5-10 libkrb5-dev libtcl8.6 tcl-expect tcl8.6 uwsgi
2023-09-15 14:29:11,215: DEBUG -   uwsgi-core uwsgi-plugin-python3
2023-09-15 14:29:11,217: DEBUG - Suggested packages:
2023-09-15 14:29:11,217: DEBUG -   doc-base tk8.6 krb5-doc krb5-user tcl-tclreadline nginx-full | cherokee
2023-09-15 14:29:11,218: DEBUG -   | libapache2-mod-proxy-uwsgi | libapache2-mod-uwsgi | libapache2-mod-ruwsgi
2023-09-15 14:29:11,218: DEBUG -   uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators
2023-09-15 14:29:11,272: DEBUG - The following NEW packages will be installed:
2023-09-15 14:29:11,274: DEBUG -   comerr-dev expect krb5-multidev libgssrpc4 libjansson4 libkadm5clnt-mit12
2023-09-15 14:29:11,274: DEBUG -   libkadm5srv-mit12 libkdb5-10 libkrb5-dev libtcl8.6 tcl-expect tcl8.6 uwsgi
2023-09-15 14:29:11,275: DEBUG -   uwsgi-core uwsgi-plugin-python3
2023-09-15 14:29:12,308: DEBUG - 0 upgraded, 15 newly installed, 0 to remove and 33 not upgraded.
2023-09-15 14:29:12,308: DEBUG - Need to get 0 B/2846 kB of archives.
2023-09-15 14:29:12,308: DEBUG - After this operation, 10.1 MB of additional disk space will be used.
2023-09-15 14:29:12,377: DEBUG - Selecting previously unselected package comerr-dev:amd64.
2023-09-15 14:29:12,723: DEBUG - (Reading database ... 66258 files and directories currently installed.)
2023-09-15 14:29:12,729: DEBUG - Preparing to unpack .../00-comerr-dev_2.1-1.46.2-2_amd64.deb ...
2023-09-15 14:29:12,744: DEBUG - Unpacking comerr-dev:amd64 (2.1-1.46.2-2) ...
2023-09-15 14:29:12,837: DEBUG - Selecting previously unselected package libtcl8.6:amd64.
2023-09-15 14:29:12,843: DEBUG - Preparing to unpack .../01-libtcl8.6_8.6.11+dfsg-1_amd64.deb ...
2023-09-15 14:29:12,858: DEBUG - Unpacking libtcl8.6:amd64 (8.6.11+dfsg-1) ...
2023-09-15 14:29:13,097: DEBUG - Selecting previously unselected package tcl8.6.
2023-09-15 14:29:13,105: DEBUG - Preparing to unpack .../02-tcl8.6_8.6.11+dfsg-1_amd64.deb ...
2023-09-15 14:29:13,112: DEBUG - Unpacking tcl8.6 (8.6.11+dfsg-1) ...
2023-09-15 14:29:13,185: DEBUG - Selecting previously unselected package tcl-expect:amd64.
2023-09-15 14:29:13,192: DEBUG - Preparing to unpack .../03-tcl-expect_5.45.4-2+b1_amd64.deb ...
2023-09-15 14:29:13,204: DEBUG - Unpacking tcl-expect:amd64 (5.45.4-2+b1) ...
2023-09-15 14:29:13,268: DEBUG - Selecting previously unselected package expect.
2023-09-15 14:29:13,276: DEBUG - Preparing to unpack .../04-expect_5.45.4-2+b1_amd64.deb ...
2023-09-15 14:29:13,283: DEBUG - Unpacking expect (5.45.4-2+b1) ...
2023-09-15 14:29:13,365: DEBUG - Selecting previously unselected package libgssrpc4:amd64.
2023-09-15 14:29:13,370: DEBUG - Preparing to unpack .../05-libgssrpc4_1.18.3-6+deb11u3_amd64.deb ...
2023-09-15 14:29:13,376: DEBUG - Unpacking libgssrpc4:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:13,437: DEBUG - Selecting previously unselected package libkdb5-10:amd64.
2023-09-15 14:29:13,443: DEBUG - Preparing to unpack .../06-libkdb5-10_1.18.3-6+deb11u3_amd64.deb ...
2023-09-15 14:29:13,449: DEBUG - Unpacking libkdb5-10:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:13,513: DEBUG - Selecting previously unselected package libkadm5srv-mit12:amd64.
2023-09-15 14:29:13,518: DEBUG - Preparing to unpack .../07-libkadm5srv-mit12_1.18.3-6+deb11u3_amd64.deb ...
2023-09-15 14:29:13,522: DEBUG - Unpacking libkadm5srv-mit12:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:13,583: DEBUG - Selecting previously unselected package libkadm5clnt-mit12:amd64.
2023-09-15 14:29:13,590: DEBUG - Preparing to unpack .../08-libkadm5clnt-mit12_1.18.3-6+deb11u3_amd64.deb ...
2023-09-15 14:29:13,595: DEBUG - Unpacking libkadm5clnt-mit12:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:13,650: DEBUG - Selecting previously unselected package krb5-multidev:amd64.
2023-09-15 14:29:13,658: DEBUG - Preparing to unpack .../09-krb5-multidev_1.18.3-6+deb11u3_amd64.deb ...
2023-09-15 14:29:13,664: DEBUG - Unpacking krb5-multidev:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:13,759: DEBUG - Selecting previously unselected package libjansson4:amd64.
2023-09-15 14:29:13,767: DEBUG - Preparing to unpack .../10-libjansson4_2.13.1-1.1_amd64.deb ...
2023-09-15 14:29:13,776: DEBUG - Unpacking libjansson4:amd64 (2.13.1-1.1) ...
2023-09-15 14:29:13,832: DEBUG - Selecting previously unselected package libkrb5-dev:amd64.
2023-09-15 14:29:13,839: DEBUG - Preparing to unpack .../11-libkrb5-dev_1.18.3-6+deb11u3_amd64.deb ...
2023-09-15 14:29:13,845: DEBUG - Unpacking libkrb5-dev:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:13,912: DEBUG - Selecting previously unselected package uwsgi-core.
2023-09-15 14:29:13,920: DEBUG - Preparing to unpack .../12-uwsgi-core_2.0.19.1-7.1_amd64.deb ...
2023-09-15 14:29:13,925: DEBUG - Unpacking uwsgi-core (2.0.19.1-7.1) ...
2023-09-15 14:29:14,093: DEBUG - Selecting previously unselected package uwsgi.
2023-09-15 14:29:14,100: DEBUG - Preparing to unpack .../13-uwsgi_2.0.19.1-7.1_amd64.deb ...
2023-09-15 14:29:14,105: DEBUG - Unpacking uwsgi (2.0.19.1-7.1) ...
2023-09-15 14:29:14,163: DEBUG - Selecting previously unselected package uwsgi-plugin-python3.
2023-09-15 14:29:14,171: DEBUG - Preparing to unpack .../14-uwsgi-plugin-python3_2.0.19.1-7.1_amd64.deb ...
2023-09-15 14:29:14,176: DEBUG - Unpacking uwsgi-plugin-python3 (2.0.19.1-7.1) ...
2023-09-15 14:29:14,273: DEBUG - Setting up libjansson4:amd64 (2.13.1-1.1) ...
2023-09-15 14:29:14,288: DEBUG - Setting up libgssrpc4:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:14,304: DEBUG - Setting up comerr-dev:amd64 (2.1-1.46.2-2) ...
2023-09-15 14:29:14,323: DEBUG - Setting up libtcl8.6:amd64 (8.6.11+dfsg-1) ...
2023-09-15 14:29:14,338: DEBUG - Setting up libkadm5clnt-mit12:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:14,361: DEBUG - Setting up tcl8.6 (8.6.11+dfsg-1) ...
2023-09-15 14:29:14,380: DEBUG - Setting up libkdb5-10:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:14,397: DEBUG - Setting up tcl-expect:amd64 (5.45.4-2+b1) ...
2023-09-15 14:29:14,412: DEBUG - Setting up uwsgi-core (2.0.19.1-7.1) ...
2023-09-15 14:29:14,485: DEBUG - Setting up libkadm5srv-mit12:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:14,502: DEBUG - Setting up uwsgi (2.0.19.1-7.1) ...
2023-09-15 14:29:15,155: DEBUG - Setting up uwsgi-plugin-python3 (2.0.19.1-7.1) ...
2023-09-15 14:29:15,204: DEBUG - Setting up krb5-multidev:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:15,223: DEBUG - Setting up expect (5.45.4-2+b1) ...
2023-09-15 14:29:15,242: DEBUG - Setting up libkrb5-dev:amd64 (1.18.3-6+deb11u3) ...
2023-09-15 14:29:15,256: DEBUG - Processing triggers for man-db (2.9.4-2) ...
2023-09-15 14:29:16,346: DEBUG - Processing triggers for libc-bin (2.31-13+deb11u6) ...
2023-09-15 14:29:16,654: DEBUG - + [[ -n /tmp/tmp.L7hP78DcFc ]]
2023-09-15 14:29:16,658: DEBUG - + rm --recursive --force /tmp/tmp.L7hP78DcFc
2023-09-15 14:29:16,666: DEBUG - + ynh_package_is_installed pgadmin-ynh-deps
2023-09-15 14:29:16,681: DEBUG - + ynh_wait_dpkg_free
2023-09-15 14:29:16,917: DEBUG - + return 0
2023-09-15 14:29:16,917: DEBUG - + dpkg-query --show '--showformat=${Status}' pgadmin-ynh-deps
2023-09-15 14:29:16,918: DEBUG - + grep --count 'ok installed'
2023-09-15 14:29:16,946: DEBUG - + rm /tmp/pgadmin-ynh-deps.control
2023-09-15 14:29:16,949: DEBUG - ++ ynh_package_is_installed postgresql-13
2023-09-15 14:29:16,965: DEBUG - ++ ynh_wait_dpkg_free
2023-09-15 14:29:17,180: DEBUG - ++ return 0
2023-09-15 14:29:17,180: DEBUG - ++ dpkg-query --show '--showformat=${Status}' postgresql-13
2023-09-15 14:29:17,181: DEBUG - ++ grep --count 'ok installed'
2023-09-15 14:29:17,203: DEBUG - ++ echo yes
2023-09-15 14:29:17,204: DEBUG - + local psql_installed2=yes
2023-09-15 14:29:17,205: DEBUG - + [[ yes != \y\e\s ]]
2023-09-15 14:29:17,267: INFO - [#####+..............] > Configuring system user...
2023-09-15 14:29:17,284: DEBUG - + ynh_system_user_create --username=pgadmin --home_dir=/opt/yunohost/pgadmin
2023-09-15 14:29:17,343: DEBUG - + use_shell=0
2023-09-15 14:29:17,343: DEBUG - + home_dir=/opt/yunohost/pgadmin
2023-09-15 14:29:17,343: DEBUG - + groups=
2023-09-15 14:29:17,343: DEBUG - + ynh_system_user_exists pgadmin
2023-09-15 14:29:17,356: DEBUG - + getent passwd pgadmin
2023-09-15 14:29:17,379: DEBUG - + '[' -n /opt/yunohost/pgadmin ']'
2023-09-15 14:29:17,379: DEBUG - + local 'user_home_dir=--home-dir /opt/yunohost/pgadmin'
2023-09-15 14:29:17,379: DEBUG - + local 'shell=--shell /usr/sbin/nologin'
2023-09-15 14:29:17,380: DEBUG - + useradd --home-dir /opt/yunohost/pgadmin --system --user-group pgadmin --shell /usr/sbin/nologin
2023-09-15 14:29:17,545: INFO - [######..............] > Setting up source files...
2023-09-15 14:29:17,546: DEBUG - + ynh_app_setting_set --app=pgadmin --key=final_path --value=/opt/yunohost/pgadmin
2023-09-15 14:29:17,546: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:29:17,630: DEBUG - + app=pgadmin
2023-09-15 14:29:17,631: DEBUG - + [[ final_path =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:29:17,631: DEBUG - + ynh_app_setting set pgadmin final_path /opt/yunohost/pgadmin
2023-09-15 14:29:17,883: INFO - [######++++++........] > Installing sources files...
2023-09-15 14:29:17,883: DEBUG - + setup_dir
2023-09-15 14:29:17,884: DEBUG - + mkdir -p /var/lib/pgadmin
2023-09-15 14:29:17,886: DEBUG - + mkdir -p /var/log/pgadmin
2023-09-15 14:29:17,888: DEBUG - + mkdir -p /opt/yunohost/pgadmin
2023-09-15 14:29:17,892: DEBUG - + install_source
2023-09-15 14:29:17,892: DEBUG - + '[' '!' -e /opt/yunohost/pgadmin/lib/python3.9 ']'
2023-09-15 14:29:17,892: DEBUG - + ynh_secure_remove --file=/opt/yunohost/pgadmin/bin
2023-09-15 14:29:17,919: DEBUG - + ynh_secure_remove --file=/opt/yunohost/pgadmin/lib
2023-09-15 14:29:17,919: INFO - '/opt/yunohost/pgadmin/bin' wasn't deleted because it doesn't exist.
2023-09-15 14:29:17,945: DEBUG - + ynh_secure_remove --file=/opt/yunohost/pgadmin/lib64
2023-09-15 14:29:17,945: INFO - '/opt/yunohost/pgadmin/lib' wasn't deleted because it doesn't exist.
2023-09-15 14:29:17,976: DEBUG - + ynh_secure_remove --file=/opt/yunohost/pgadmin/include
2023-09-15 14:29:17,976: INFO - '/opt/yunohost/pgadmin/lib64' wasn't deleted because it doesn't exist.
2023-09-15 14:29:18,005: DEBUG - + ynh_secure_remove --file=/opt/yunohost/pgadmin/share
2023-09-15 14:29:18,005: INFO - '/opt/yunohost/pgadmin/include' wasn't deleted because it doesn't exist.
2023-09-15 14:29:18,033: DEBUG - + ynh_secure_remove --file=/opt/yunohost/pgadmin/pyvenv.cfg
2023-09-15 14:29:18,033: INFO - '/opt/yunohost/pgadmin/share' wasn't deleted because it doesn't exist.
2023-09-15 14:29:18,060: DEBUG - + mkdir -p /opt/yunohost/pgadmin
2023-09-15 14:29:18,060: INFO - '/opt/yunohost/pgadmin/pyvenv.cfg' wasn't deleted because it doesn't exist.
2023-09-15 14:29:18,063: DEBUG - + chown pgadmin:root -R /opt/yunohost/pgadmin
2023-09-15 14:29:18,073: DEBUG - ++ uname -m
2023-09-15 14:29:18,073: DEBUG - ++ grep arm
2023-09-15 14:29:18,077: DEBUG - + '[' -n '' ']'
2023-09-15 14:29:18,078: DEBUG - + test -e /opt/yunohost/pgadmin/bin/python3
2023-09-15 14:29:18,078: DEBUG - + python3 -m venv /opt/yunohost/pgadmin
2023-09-15 14:29:21,574: DEBUG - + u_arg=u
2023-09-15 14:29:21,574: DEBUG - + set +u
2023-09-15 14:29:21,574: DEBUG - + source /opt/yunohost/pgadmin/bin/activate
2023-09-15 14:29:21,575: DEBUG - ++ deactivate nondestructive
2023-09-15 14:29:21,575: DEBUG - ++ '[' -n '' ']'
2023-09-15 14:29:21,575: DEBUG - ++ '[' -n '' ']'
2023-09-15 14:29:21,575: DEBUG - ++ '[' -n /bin/bash -o -n '' ']'
2023-09-15 14:29:21,575: DEBUG - ++ hash -r
2023-09-15 14:29:21,575: DEBUG - ++ '[' -n '' ']'
2023-09-15 14:29:21,576: DEBUG - ++ unset VIRTUAL_ENV
2023-09-15 14:29:21,576: DEBUG - ++ '[' '!' nondestructive = nondestructive ']'
2023-09-15 14:29:21,576: DEBUG - ++ VIRTUAL_ENV=/opt/yunohost/pgadmin
2023-09-15 14:29:21,576: DEBUG - ++ export VIRTUAL_ENV
2023-09-15 14:29:21,576: DEBUG - ++ _OLD_VIRTUAL_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-09-15 14:29:21,576: DEBUG - ++ PATH=/opt/yunohost/pgadmin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-09-15 14:29:21,576: DEBUG - ++ export PATH
2023-09-15 14:29:21,577: DEBUG - ++ '[' -n '' ']'
2023-09-15 14:29:21,577: DEBUG - ++ '[' -z '' ']'
2023-09-15 14:29:21,577: DEBUG - ++ _OLD_VIRTUAL_PS1=
2023-09-15 14:29:21,577: DEBUG - ++ PS1='(pgadmin) '
2023-09-15 14:29:21,577: DEBUG - ++ export PS1
2023-09-15 14:29:21,577: DEBUG - ++ '[' -n /bin/bash -o -n '' ']'
2023-09-15 14:29:21,577: DEBUG - ++ hash -r
2023-09-15 14:29:21,577: DEBUG - + set -u
2023-09-15 14:29:21,577: DEBUG - + pip3 install --upgrade pip wheel
2023-09-15 14:29:23,414: DEBUG - Requirement already satisfied: pip in /opt/yunohost/pgadmin/lib/python3.9/site-packages (20.3.4)
2023-09-15 14:29:24,050: DEBUG - Collecting pip
2023-09-15 14:29:24,071: DEBUG -   Using cached pip-23.2.1-py3-none-any.whl (2.1 MB)
2023-09-15 14:29:24,417: DEBUG - Collecting wheel
2023-09-15 14:29:24,424: DEBUG -   Using cached wheel-0.41.2-py3-none-any.whl (64 kB)
2023-09-15 14:29:24,450: DEBUG - Installing collected packages: wheel, pip
2023-09-15 14:29:24,517: DEBUG -   Attempting uninstall: pip
2023-09-15 14:29:24,518: DEBUG -     Found existing installation: pip 20.3.4
2023-09-15 14:29:24,623: DEBUG -     Uninstalling pip-20.3.4:
2023-09-15 14:29:24,629: DEBUG -       Successfully uninstalled pip-20.3.4
2023-09-15 14:29:26,250: DEBUG - Successfully installed pip-23.2.1 wheel-0.41.2
2023-09-15 14:29:26,349: DEBUG - + pip3 install -I --upgrade 'psycopg[c]'
2023-09-15 14:29:27,207: DEBUG - Collecting psycopg[c]
2023-09-15 14:29:27,208: DEBUG -   Obtaining dependency information for psycopg[c] from https://files.pythonhosted.org/packages/01/27/89a0024ac7e7f872eccb5785707d4bc2162b8da8cb2fd4202813969a9952/psycopg-3.1.10-py3-none-any.whl.metadata
2023-09-15 14:29:27,214: DEBUG -   Using cached psycopg-3.1.10-py3-none-any.whl.metadata (3.6 kB)
2023-09-15 14:29:27,314: DEBUG - Collecting typing-extensions>=4.1 (from psycopg[c])
2023-09-15 14:29:27,315: DEBUG -   Obtaining dependency information for typing-extensions>=4.1 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata
2023-09-15 14:29:27,321: DEBUG -   Using cached typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB)
2023-09-15 14:29:27,375: DEBUG - Collecting psycopg-c==3.1.10 (from psycopg[c])
2023-09-15 14:29:27,376: DEBUG -   Using cached psycopg_c-3.1.10-cp39-cp39-linux_x86_64.whl
2023-09-15 14:29:27,403: DEBUG - Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB)
2023-09-15 14:29:27,412: DEBUG - Using cached psycopg-3.1.10-py3-none-any.whl (168 kB)
2023-09-15 14:29:27,466: DEBUG - Installing collected packages: typing-extensions, psycopg-c, psycopg
2023-09-15 14:29:27,814: DEBUG - Successfully installed psycopg-3.1.10 psycopg-c-3.1.10 typing-extensions-4.7.1
2023-09-15 14:29:28,161: DEBUG - ++ lsb_release --codename --short
2023-09-15 14:29:28,221: DEBUG - + pip3 install --upgrade -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt
2023-09-15 14:29:29,262: DEBUG - Collecting alembic==1.11.3 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 1))
2023-09-15 14:29:29,263: DEBUG -   Obtaining dependency information for alembic==1.11.3 from https://files.pythonhosted.org/packages/ab/7d/b572fc6a51bc430b1fa0ef59591db32b14105093324d472eed8ea296d2df/alembic-1.11.3-py3-none-any.whl.metadata
2023-09-15 14:29:29,270: DEBUG -   Using cached alembic-1.11.3-py3-none-any.whl.metadata (7.2 kB)
2023-09-15 14:29:29,321: DEBUG - Collecting Authlib==1.2.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 2))
2023-09-15 14:29:29,322: DEBUG -   Obtaining dependency information for Authlib==1.2.1 from https://files.pythonhosted.org/packages/81/6e/f4522542322c7f53783da5f65464a7dee137c687111624d2ac733e2a1b98/Authlib-1.2.1-py2.py3-none-any.whl.metadata
2023-09-15 14:29:29,327: DEBUG -   Using cached Authlib-1.2.1-py2.py3-none-any.whl.metadata (3.8 kB)
2023-09-15 14:29:29,384: DEBUG - Collecting azure-common==1.1.28 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 3))
2023-09-15 14:29:29,390: DEBUG -   Using cached azure_common-1.1.28-py2.py3-none-any.whl (14 kB)
2023-09-15 14:29:29,462: DEBUG - Collecting azure-core==1.29.3 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 4))
2023-09-15 14:29:29,463: DEBUG -   Obtaining dependency information for azure-core==1.29.3 from https://files.pythonhosted.org/packages/0e/20/2f7a562c6a600b32c64ebe00cc9e4c3099bc42d52aadcafd3a2a8fa0d68a/azure_core-1.29.3-py3-none-any.whl.metadata
2023-09-15 14:29:29,469: DEBUG -   Using cached azure_core-1.29.3-py3-none-any.whl.metadata (35 kB)
2023-09-15 14:29:29,536: DEBUG - Collecting azure-identity==1.13.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 5))
2023-09-15 14:29:29,538: DEBUG -   Obtaining dependency information for azure-identity==1.13.0 from https://files.pythonhosted.org/packages/33/16/fa96a5e057d6842e95d94fc410896e061b3d3a2584d57e13fc58268df45f/azure_identity-1.13.0-py3-none-any.whl.metadata
2023-09-15 14:29:29,544: DEBUG -   Using cached azure_identity-1.13.0-py3-none-any.whl.metadata (67 kB)
2023-09-15 14:29:29,586: DEBUG - Collecting azure-mgmt-core==1.4.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 6))
2023-09-15 14:29:29,591: DEBUG -   Using cached azure_mgmt_core-1.4.0-py3-none-any.whl (27 kB)
2023-09-15 14:29:29,648: DEBUG - Collecting azure-mgmt-rdbms==10.1.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 7))
2023-09-15 14:29:29,658: DEBUG -   Using cached azure_mgmt_rdbms-10.1.0-py3-none-any.whl (639 kB)
2023-09-15 14:29:29,740: DEBUG - Collecting azure-mgmt-resource==23.0.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 8))
2023-09-15 14:29:29,741: DEBUG -   Obtaining dependency information for azure-mgmt-resource==23.0.1 from https://files.pythonhosted.org/packages/40/14/9e0ffa0b24958081416005b49a7d903c1c12712accdd2cf9ebad7b3b41ee/azure_mgmt_resource-23.0.1-py3-none-any.whl.metadata
2023-09-15 14:29:29,765: DEBUG -   Using cached azure_mgmt_resource-23.0.1-py3-none-any.whl.metadata (35 kB)
2023-09-15 14:29:29,813: DEBUG - Collecting azure-mgmt-subscription==3.1.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 9))
2023-09-15 14:29:29,820: DEBUG -   Using cached azure_mgmt_subscription-3.1.1-py3-none-any.whl (79 kB)
2023-09-15 14:29:29,873: DEBUG - Collecting Babel==2.12.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 10))
2023-09-15 14:29:29,950: DEBUG -   Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB)
2023-09-15 14:29:30,171: DEBUG - Collecting bcrypt==4.0.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 11))
2023-09-15 14:29:30,182: DEBUG -   Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
2023-09-15 14:29:30,239: DEBUG - Collecting bidict==0.22.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 12))
2023-09-15 14:29:30,246: DEBUG -   Using cached bidict-0.22.1-py3-none-any.whl (35 kB)
2023-09-15 14:29:30,288: DEBUG - Collecting blinker==1.6.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 13))
2023-09-15 14:29:30,295: DEBUG -   Using cached blinker-1.6.2-py3-none-any.whl (13 kB)
2023-09-15 14:29:31,349: DEBUG - Collecting boto3==1.28.35 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 14))
2023-09-15 14:29:31,350: DEBUG -   Obtaining dependency information for boto3==1.28.35 from https://files.pythonhosted.org/packages/c7/e7/5c557d60eb76ba55ff202bea08e15d1840ba0fe8d1c7bfccf54b8c5a2990/boto3-1.28.35-py3-none-any.whl.metadata
2023-09-15 14:29:31,355: DEBUG -   Using cached boto3-1.28.35-py3-none-any.whl.metadata (6.7 kB)
2023-09-15 14:29:32,675: DEBUG - Collecting botocore==1.31.35 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 15))
2023-09-15 14:29:32,676: DEBUG -   Obtaining dependency information for botocore==1.31.35 from https://files.pythonhosted.org/packages/35/5a/effb72e1cee7f9f3538a73b75870687cef1d9a377da7a70b75d7e1a38c5c/botocore-1.31.35-py3-none-any.whl.metadata
2023-09-15 14:29:32,682: DEBUG -   Using cached botocore-1.31.35-py3-none-any.whl.metadata (6.0 kB)
2023-09-15 14:29:32,823: DEBUG - Collecting Brotli==1.0.9 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 16))
2023-09-15 14:29:32,832: DEBUG -   Using cached Brotli-1.0.9-cp39-cp39-manylinux1_x86_64.whl (357 kB)
2023-09-15 14:29:32,891: DEBUG - Collecting cachetools==5.3.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 17))
2023-09-15 14:29:32,892: DEBUG -   Obtaining dependency information for cachetools==5.3.1 from https://files.pythonhosted.org/packages/a9/c9/c8a7710f2cedcb1db9224fdd4d8307c9e48cbddc46c18b515fefc0f1abbe/cachetools-5.3.1-py3-none-any.whl.metadata
2023-09-15 14:29:32,897: DEBUG -   Using cached cachetools-5.3.1-py3-none-any.whl.metadata (5.2 kB)
2023-09-15 14:29:32,961: DEBUG - Collecting certifi==2023.7.22 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 18))
2023-09-15 14:29:32,962: DEBUG -   Obtaining dependency information for certifi==2023.7.22 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata
2023-09-15 14:29:32,967: DEBUG -   Using cached certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB)
2023-09-15 14:29:33,379: DEBUG - Collecting cffi==1.15.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 19))
2023-09-15 14:29:33,389: DEBUG -   Using cached cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
2023-09-15 14:29:33,629: DEBUG - Collecting charset-normalizer==3.2.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 20))
2023-09-15 14:29:33,630: DEBUG -   Obtaining dependency information for charset-normalizer==3.2.0 from https://files.pythonhosted.org/packages/f9/0d/514be8597d7a96243e5467a37d337b9399cec117a513fcf9328405d911c0/charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
2023-09-15 14:29:33,635: DEBUG -   Using cached charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB)
2023-09-15 14:29:33,700: DEBUG - Collecting click==8.1.7 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 21))
2023-09-15 14:29:33,701: DEBUG -   Obtaining dependency information for click==8.1.7 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata
2023-09-15 14:29:33,705: DEBUG -   Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
2023-09-15 14:29:34,393: DEBUG - Collecting cryptography==41.0.3 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 22))
2023-09-15 14:29:34,394: DEBUG -   Obtaining dependency information for cryptography==41.0.3 from https://files.pythonhosted.org/packages/46/74/f9eba8c947f57991b5dd5e45797fdc68cc70e444c32e6b952b512d42aba5/cryptography-41.0.3-cp37-abi3-manylinux_2_28_x86_64.whl.metadata
2023-09-15 14:29:34,400: DEBUG -   Using cached cryptography-41.0.3-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.2 kB)
2023-09-15 14:29:34,443: DEBUG - Collecting dnspython==2.4.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 23))
2023-09-15 14:29:34,444: DEBUG -   Obtaining dependency information for dnspython==2.4.2 from https://files.pythonhosted.org/packages/f6/b4/0a9bee52c50f226a3cbfb54263d02bb421c7f2adc136520729c2c689c1e5/dnspython-2.4.2-py3-none-any.whl.metadata
2023-09-15 14:29:34,449: DEBUG -   Using cached dnspython-2.4.2-py3-none-any.whl.metadata (4.9 kB)
2023-09-15 14:29:34,492: DEBUG - Collecting email-validator==2.0.0.post2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 24))
2023-09-15 14:29:34,497: DEBUG -   Using cached email_validator-2.0.0.post2-py3-none-any.whl (31 kB)
2023-09-15 14:29:34,626: DEBUG - Collecting eventlet==0.33.3 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 25))
2023-09-15 14:29:34,634: DEBUG -   Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB)
2023-09-15 14:29:34,702: DEBUG - Collecting Flask==2.2.5 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 26))
2023-09-15 14:29:34,710: DEBUG -   Using cached Flask-2.2.5-py3-none-any.whl (101 kB)
2023-09-15 14:29:34,750: DEBUG - Collecting flask-babel==3.1.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 27))
2023-09-15 14:29:34,756: DEBUG -   Using cached flask_babel-3.1.0-py3-none-any.whl (9.6 kB)
2023-09-15 14:29:34,791: DEBUG - Collecting Flask-Compress==1.13 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 28))
2023-09-15 14:29:34,797: DEBUG -   Using cached Flask_Compress-1.13-py3-none-any.whl (7.9 kB)
2023-09-15 14:29:34,833: DEBUG - Collecting Flask-Gravatar==0.5.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 29))
2023-09-15 14:29:34,839: DEBUG -   Using cached Flask_Gravatar-0.5.0-py2.py3-none-any.whl (7.5 kB)
2023-09-15 14:29:34,875: DEBUG - Collecting Flask-Login==0.6.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 30))
2023-09-15 14:29:34,880: DEBUG -   Using cached Flask_Login-0.6.2-py3-none-any.whl (17 kB)
2023-09-15 14:29:34,919: DEBUG - Collecting Flask-Mail==0.9.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 31))
2023-09-15 14:29:34,920: DEBUG -   Using cached Flask_Mail-0.9.1-py3-none-any.whl
2023-09-15 14:29:34,996: DEBUG - Collecting Flask-Migrate==4.0.4 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 32))
2023-09-15 14:29:35,002: DEBUG -   Using cached Flask_Migrate-4.0.4-py3-none-any.whl (20 kB)
2023-09-15 14:29:35,037: DEBUG - Collecting Flask-Paranoid==0.3.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 33))
2023-09-15 14:29:35,042: DEBUG -   Using cached Flask_Paranoid-0.3.0-py3-none-any.whl (4.5 kB)
2023-09-15 14:29:35,081: DEBUG - Collecting Flask-Principal==0.4.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 34))
2023-09-15 14:29:35,082: DEBUG -   Using cached Flask_Principal-0.4.0-py3-none-any.whl
2023-09-15 14:29:35,165: DEBUG - Collecting Flask-Security-Too==5.1.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 35))
2023-09-15 14:29:35,174: DEBUG -   Using cached Flask_Security_Too-5.1.2-py2.py3-none-any.whl (369 kB)
2023-09-15 14:29:35,242: DEBUG - Collecting Flask-SocketIO==5.3.5 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 36))
2023-09-15 14:29:35,244: DEBUG -   Obtaining dependency information for Flask-SocketIO==5.3.5 from https://files.pythonhosted.org/packages/21/d2/b068376f4c6cdb9737083e569e38c9612ea842b93297cc4f501ebe7eac93/Flask_SocketIO-5.3.5-py3-none-any.whl.metadata
2023-09-15 14:29:35,248: DEBUG -   Using cached Flask_SocketIO-5.3.5-py3-none-any.whl.metadata (2.6 kB)
2023-09-15 14:29:35,300: DEBUG - Collecting Flask-SQLAlchemy==3.0.5 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 37))
2023-09-15 14:29:35,301: DEBUG -   Obtaining dependency information for Flask-SQLAlchemy==3.0.5 from https://files.pythonhosted.org/packages/d8/1d/c3c5afdaebd5d5f82d2c25762f5356416bd7bc109a550c79247134e48ca3/flask_sqlalchemy-3.0.5-py3-none-any.whl.metadata
2023-09-15 14:29:35,307: DEBUG -   Using cached flask_sqlalchemy-3.0.5-py3-none-any.whl.metadata (3.3 kB)
2023-09-15 14:29:35,352: DEBUG - Collecting Flask-WTF==1.1.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 38))
2023-09-15 14:29:35,358: DEBUG -   Using cached Flask_WTF-1.1.1-py3-none-any.whl (12 kB)
2023-09-15 14:29:35,509: DEBUG - Collecting google-api-core==2.11.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 39))
2023-09-15 14:29:35,510: DEBUG -   Obtaining dependency information for google-api-core==2.11.1 from https://files.pythonhosted.org/packages/6e/c4/c3cd048b6cbeba8d9ae50dd7643ac065b85237338aa7501b0efae91eb4d9/google_api_core-2.11.1-py3-none-any.whl.metadata
2023-09-15 14:29:35,515: DEBUG -   Using cached google_api_core-2.11.1-py3-none-any.whl.metadata (2.7 kB)
2023-09-15 14:29:35,697: DEBUG - Collecting google-api-python-client==2.97.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 40))
2023-09-15 14:29:35,698: DEBUG -   Obtaining dependency information for google-api-python-client==2.97.0 from https://files.pythonhosted.org/packages/49/b1/a1364b88787702a308db814742b81fd3b57e4a616c0bbb50a9a3ad97184b/google_api_python_client-2.97.0-py2.py3-none-any.whl.metadata
2023-09-15 14:29:35,703: DEBUG -   Using cached google_api_python_client-2.97.0-py2.py3-none-any.whl.metadata (6.6 kB)
2023-09-15 14:29:35,889: DEBUG - Collecting google-auth==2.22.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 41))
2023-09-15 14:29:35,890: DEBUG -   Obtaining dependency information for google-auth==2.22.0 from https://files.pythonhosted.org/packages/9c/8d/bff87fc722553a5691d8514da5523c23547f3894189ba03b57592e37bdc2/google_auth-2.22.0-py2.py3-none-any.whl.metadata
2023-09-15 14:29:35,895: DEBUG -   Using cached google_auth-2.22.0-py2.py3-none-any.whl.metadata (4.2 kB)
2023-09-15 14:29:35,928: DEBUG - Collecting google-auth-httplib2==0.1.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 42))
2023-09-15 14:29:35,934: DEBUG -   Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB)
2023-09-15 14:29:35,981: DEBUG - Collecting google-auth-oauthlib==1.0.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 43))
2023-09-15 14:29:35,987: DEBUG -   Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
2023-09-15 14:29:36,042: DEBUG - Collecting googleapis-common-protos==1.60.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 44))
2023-09-15 14:29:36,043: DEBUG -   Obtaining dependency information for googleapis-common-protos==1.60.0 from https://files.pythonhosted.org/packages/a7/bc/416a1ffeba4dcd072bc10523dac9ed97f2e7fc4b760580e2bdbdc1e2afdd/googleapis_common_protos-1.60.0-py2.py3-none-any.whl.metadata
2023-09-15 14:29:36,047: DEBUG -   Using cached googleapis_common_protos-1.60.0-py2.py3-none-any.whl.metadata (1.5 kB)
2023-09-15 14:29:36,532: DEBUG - Collecting greenlet==1.1.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 45))
2023-09-15 14:29:36,539: DEBUG -   Using cached greenlet-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (153 kB)
2023-09-15 14:29:36,596: DEBUG - Collecting httpagentparser==1.9.5 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 46))
2023-09-15 14:29:36,596: DEBUG -   Using cached httpagentparser-1.9.5-py3-none-any.whl
2023-09-15 14:29:36,651: DEBUG - Collecting httplib2==0.22.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 47))
2023-09-15 14:29:36,657: DEBUG -   Using cached httplib2-0.22.0-py3-none-any.whl (96 kB)
2023-09-15 14:29:36,703: DEBUG - Collecting idna==3.4 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 48))
2023-09-15 14:29:36,709: DEBUG -   Using cached idna-3.4-py3-none-any.whl (61 kB)
2023-09-15 14:29:36,852: DEBUG - Collecting importlib-metadata==6.8.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 49))
2023-09-15 14:29:36,853: DEBUG -   Obtaining dependency information for importlib-metadata==6.8.0 from https://files.pythonhosted.org/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl.metadata
2023-09-15 14:29:36,858: DEBUG -   Using cached importlib_metadata-6.8.0-py3-none-any.whl.metadata (5.1 kB)
2023-09-15 14:29:36,890: DEBUG - Collecting isodate==0.6.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 50))
2023-09-15 14:29:36,896: DEBUG -   Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB)
2023-09-15 14:29:36,936: DEBUG - Collecting itsdangerous==2.1.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 51))
2023-09-15 14:29:36,941: DEBUG -   Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
2023-09-15 14:29:36,985: DEBUG - Collecting jaraco.classes==3.3.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 52))
2023-09-15 14:29:36,986: DEBUG -   Obtaining dependency information for jaraco.classes==3.3.0 from https://files.pythonhosted.org/packages/c7/6b/1bc8fa93ea85146e08f0e0883bc579b7c7328364ed7df90b1628dcb36e10/jaraco.classes-3.3.0-py3-none-any.whl.metadata
2023-09-15 14:29:36,991: DEBUG -   Using cached jaraco.classes-3.3.0-py3-none-any.whl.metadata (2.9 kB)
2023-09-15 14:29:37,030: DEBUG - Collecting jeepney==0.8.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 53))
2023-09-15 14:29:37,035: DEBUG -   Using cached jeepney-0.8.0-py3-none-any.whl (48 kB)
2023-09-15 14:29:37,087: DEBUG - Collecting Jinja2==3.1.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 54))
2023-09-15 14:29:37,093: DEBUG -   Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
2023-09-15 14:29:37,132: DEBUG - Collecting jmespath==1.0.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 55))
2023-09-15 14:29:37,137: DEBUG -   Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
2023-09-15 14:29:37,266: DEBUG - Collecting keyring==23.13.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 56))
2023-09-15 14:29:37,272: DEBUG -   Using cached keyring-23.13.1-py3-none-any.whl (37 kB)
2023-09-15 14:29:37,338: DEBUG - Collecting ldap3==2.9.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 57))
2023-09-15 14:29:37,346: DEBUG -   Using cached ldap3-2.9.1-py2.py3-none-any.whl (432 kB)
2023-09-15 14:29:37,404: DEBUG - Collecting Mako==1.2.4 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 58))
2023-09-15 14:29:37,411: DEBUG -   Using cached Mako-1.2.4-py3-none-any.whl (78 kB)
2023-09-15 14:29:37,583: DEBUG - Collecting MarkupSafe==2.1.3 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 59))
2023-09-15 14:29:37,584: DEBUG -   Obtaining dependency information for MarkupSafe==2.1.3 from https://files.pythonhosted.org/packages/de/63/cb7e71984e9159ec5f45b5e81e896c8bdd0e45fe3fc6ce02ab497f0d790e/MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
2023-09-15 14:29:37,588: DEBUG -   Using cached MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
2023-09-15 14:29:37,644: DEBUG - Collecting more-itertools==10.1.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 60))
2023-09-15 14:29:37,645: DEBUG -   Obtaining dependency information for more-itertools==10.1.0 from https://files.pythonhosted.org/packages/5a/cb/6dce742ea14e47d6f565589e859ad225f2a5de576d7696e0623b784e226b/more_itertools-10.1.0-py3-none-any.whl.metadata
2023-09-15 14:29:37,650: DEBUG -   Using cached more_itertools-10.1.0-py3-none-any.whl.metadata (33 kB)
2023-09-15 14:29:37,702: DEBUG - Collecting msal==1.23.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 61))
2023-09-15 14:29:37,703: DEBUG -   Obtaining dependency information for msal==1.23.0 from https://files.pythonhosted.org/packages/6f/cd/c5d31dc262c139763dbee91ac91d12ced729a529e59877d150705e60832e/msal-1.23.0-py2.py3-none-any.whl.metadata
2023-09-15 14:29:37,707: DEBUG -   Using cached msal-1.23.0-py2.py3-none-any.whl.metadata (11 kB)
2023-09-15 14:29:37,740: DEBUG - Collecting msal-extensions==1.0.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 62))
2023-09-15 14:29:37,746: DEBUG -   Using cached msal_extensions-1.0.0-py2.py3-none-any.whl (19 kB)
2023-09-15 14:29:37,818: DEBUG - Collecting msrest==0.7.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 63))
2023-09-15 14:29:37,824: DEBUG -   Using cached msrest-0.7.1-py3-none-any.whl (85 kB)
2023-09-15 14:29:37,873: DEBUG - Collecting oauthlib==3.2.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 64))
2023-09-15 14:29:37,880: DEBUG -   Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
2023-09-15 14:29:37,972: DEBUG - Collecting paramiko==3.3.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 65))
2023-09-15 14:29:37,973: DEBUG -   Obtaining dependency information for paramiko==3.3.1 from https://files.pythonhosted.org/packages/bb/8f/3cef65d3fe76e59f320405027d594a0332e44852fef722f0ee4e81e2e7e3/paramiko-3.3.1-py3-none-any.whl.metadata
2023-09-15 14:29:37,978: DEBUG -   Using cached paramiko-3.3.1-py3-none-any.whl.metadata (4.4 kB)
2023-09-15 14:29:38,014: DEBUG - Collecting passlib==1.7.4 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 66))
2023-09-15 14:29:38,023: DEBUG -   Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
2023-09-15 14:29:38,080: DEBUG - Collecting pgadmin4==7.6 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 67))
2023-09-15 14:29:38,081: DEBUG -   Obtaining dependency information for pgadmin4==7.6 from https://files.pythonhosted.org/packages/6c/71/f13754069c706644f26d515d38c4fe711936a736f38f81e33e534cc2208e/pgadmin4-7.6-py3-none-any.whl.metadata
2023-09-15 14:29:38,086: DEBUG -   Using cached pgadmin4-7.6-py3-none-any.whl.metadata (2.5 kB)
2023-09-15 14:29:38,860: DEBUG - Collecting Pillow==9.5.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 68))
2023-09-15 14:29:38,894: DEBUG -   Using cached Pillow-9.5.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.4 MB)
2023-09-15 14:29:38,933: DEBUG - Requirement already satisfied: pkg_resources==0.0.0 in /opt/yunohost/pgadmin/lib/python3.9/site-packages (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 69)) (0.0.0)
2023-09-15 14:29:39,172: DEBUG - Collecting portalocker==2.7.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 70))
2023-09-15 14:29:39,187: DEBUG -   Using cached portalocker-2.7.0-py2.py3-none-any.whl (15 kB)
2023-09-15 14:29:39,885: DEBUG - Collecting protobuf==4.24.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 71))
2023-09-15 14:29:39,886: DEBUG -   Obtaining dependency information for protobuf==4.24.1 from https://files.pythonhosted.org/packages/4c/87/59648989ad7f5ba6fe3c7f8abc555183f28559b6f6cd14ad17a3f0d3094f/protobuf-4.24.1-cp37-abi3-manylinux2014_x86_64.whl.metadata
2023-09-15 14:29:39,903: DEBUG -   Using cached protobuf-4.24.1-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes)
2023-09-15 14:29:40,245: DEBUG - Collecting psutil==5.9.5 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 72))
2023-09-15 14:29:40,256: DEBUG -   Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
2023-09-15 14:29:40,335: DEBUG - Collecting psycopg==3.1.9 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 73))
2023-09-15 14:29:40,345: DEBUG -   Using cached psycopg-3.1.9-py3-none-any.whl (167 kB)
2023-09-15 14:29:40,414: DEBUG - Collecting psycopg-c==3.1.9 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 74))
2023-09-15 14:29:40,415: DEBUG -   Using cached psycopg_c-3.1.9-cp39-cp39-linux_x86_64.whl
2023-09-15 14:29:40,531: DEBUG - Collecting pyasn1==0.5.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 75))
2023-09-15 14:29:40,548: DEBUG -   Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
2023-09-15 14:29:40,632: DEBUG - Collecting pyasn1-modules==0.3.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 76))
2023-09-15 14:29:40,655: DEBUG -   Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
2023-09-15 14:29:40,717: DEBUG - Collecting pycparser==2.21 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 77))
2023-09-15 14:29:40,730: DEBUG -   Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
2023-09-15 14:29:40,807: DEBUG - Collecting PyJWT==2.8.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 78))
2023-09-15 14:29:40,808: DEBUG -   Obtaining dependency information for PyJWT==2.8.0 from https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl.metadata
2023-09-15 14:29:40,821: DEBUG -   Using cached PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB)
2023-09-15 14:29:40,931: DEBUG - Collecting PyNaCl==1.5.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 79))
2023-09-15 14:29:40,941: DEBUG -   Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
2023-09-15 14:29:41,003: DEBUG - Collecting pyotp==2.9.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 80))
2023-09-15 14:29:41,003: DEBUG -   Obtaining dependency information for pyotp==2.9.0 from https://files.pythonhosted.org/packages/c3/c0/c33c8792c3e50193ef55adb95c1c3c2786fe281123291c2dbf0eaab95a6f/pyotp-2.9.0-py3-none-any.whl.metadata
2023-09-15 14:29:41,009: DEBUG -   Using cached pyotp-2.9.0-py3-none-any.whl.metadata (9.8 kB)
2023-09-15 14:29:41,103: DEBUG - Collecting pyparsing==3.1.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 81))
2023-09-15 14:29:41,103: DEBUG -   Obtaining dependency information for pyparsing==3.1.1 from https://files.pythonhosted.org/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl.metadata
2023-09-15 14:29:41,108: DEBUG -   Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
2023-09-15 14:29:41,147: DEBUG - Collecting pypng==0.20220715.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 82))
2023-09-15 14:29:41,153: DEBUG -   Using cached pypng-0.20220715.0-py3-none-any.whl (58 kB)
2023-09-15 14:29:41,202: DEBUG - Collecting python-dateutil==2.8.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 83))
2023-09-15 14:29:41,209: DEBUG -   Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
2023-09-15 14:29:41,297: DEBUG - Collecting python-engineio==4.6.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 84))
2023-09-15 14:29:41,298: DEBUG -   Obtaining dependency information for python-engineio==4.6.1 from https://files.pythonhosted.org/packages/cf/e1/90b9f0a86fd285270a3fc030c734109ef7365fc8596a0d1ab62ff2d1e527/python_engineio-4.6.1-py3-none-any.whl.metadata
2023-09-15 14:29:41,303: DEBUG -   Using cached python_engineio-4.6.1-py3-none-any.whl.metadata (2.2 kB)
2023-09-15 14:29:41,384: DEBUG - Collecting python-socketio==5.8.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 85))
2023-09-15 14:29:41,391: DEBUG -   Using cached python_socketio-5.8.0-py3-none-any.whl (56 kB)
2023-09-15 14:29:41,528: DEBUG - Collecting pytz==2023.3 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 86))
2023-09-15 14:29:41,535: DEBUG -   Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB)
2023-09-15 14:29:41,589: DEBUG - Collecting qrcode==7.4.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 87))
2023-09-15 14:29:41,595: DEBUG -   Using cached qrcode-7.4.2-py3-none-any.whl (46 kB)
2023-09-15 14:29:41,693: DEBUG - Collecting requests==2.31.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 88))
2023-09-15 14:29:41,694: DEBUG -   Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata
2023-09-15 14:29:41,699: DEBUG -   Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
2023-09-15 14:29:41,737: DEBUG - Collecting requests-oauthlib==1.3.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 89))
2023-09-15 14:29:41,743: DEBUG -   Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
2023-09-15 14:29:41,825: DEBUG - Collecting rsa==4.9 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 90))
2023-09-15 14:29:41,831: DEBUG -   Using cached rsa-4.9-py3-none-any.whl (34 kB)
2023-09-15 14:29:41,886: DEBUG - Collecting s3transfer==0.6.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 91))
2023-09-15 14:29:41,887: DEBUG -   Obtaining dependency information for s3transfer==0.6.2 from https://files.pythonhosted.org/packages/d9/17/a3b666f5ef9543cfd3c661d39d1e193abb9649d0cfbbfee3cf3b51d5af02/s3transfer-0.6.2-py3-none-any.whl.metadata
2023-09-15 14:29:41,892: DEBUG -   Using cached s3transfer-0.6.2-py3-none-any.whl.metadata (1.8 kB)
2023-09-15 14:29:41,929: DEBUG - Collecting SecretStorage==3.3.3 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 92))
2023-09-15 14:29:41,935: DEBUG -   Using cached SecretStorage-3.3.3-py3-none-any.whl (15 kB)
2023-09-15 14:29:41,979: DEBUG - Collecting six==1.16.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 93))
2023-09-15 14:29:41,986: DEBUG -   Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
2023-09-15 14:29:42,025: DEBUG - Collecting speaklater3==1.4 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 94))
2023-09-15 14:29:42,030: DEBUG -   Using cached speaklater3-1.4-py3-none-any.whl (5.9 kB)
2023-09-15 14:29:43,276: DEBUG - Collecting SQLAlchemy==2.0.20 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 95))
2023-09-15 14:29:43,277: DEBUG -   Obtaining dependency information for SQLAlchemy==2.0.20 from https://files.pythonhosted.org/packages/91/2b/92aadcea86b9ebd681de0b6b2cbfa75193227e607893cfb5feea0cefc461/SQLAlchemy-2.0.20-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
2023-09-15 14:29:43,282: DEBUG -   Using cached SQLAlchemy-2.0.20-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.4 kB)
2023-09-15 14:29:43,324: DEBUG - Collecting sqlparse==0.4.4 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 96))
2023-09-15 14:29:43,330: DEBUG -   Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB)
2023-09-15 14:29:43,384: DEBUG - Collecting sshtunnel==0.4.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 97))
2023-09-15 14:29:43,391: DEBUG -   Using cached sshtunnel-0.4.0-py2.py3-none-any.whl (24 kB)
2023-09-15 14:29:43,394: DEBUG - Requirement already satisfied: typing_extensions==4.7.1 in /opt/yunohost/pgadmin/lib/python3.9/site-packages (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 98)) (4.7.1)
2023-09-15 14:29:43,471: DEBUG - Collecting ua-parser==0.18.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 99))
2023-09-15 14:29:43,473: DEBUG -   Obtaining dependency information for ua-parser==0.18.0 from https://files.pythonhosted.org/packages/db/d5/3cf1bdc3401dda1c45894deac836aaab571c26858f83e1b6d6a7c249d444/ua_parser-0.18.0-py2.py3-none-any.whl.metadata
2023-09-15 14:29:43,479: DEBUG -   Using cached ua_parser-0.18.0-py2.py3-none-any.whl.metadata (1.4 kB)
2023-09-15 14:29:43,524: DEBUG - Collecting uritemplate==4.1.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 100))
2023-09-15 14:29:43,531: DEBUG -   Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB)
2023-09-15 14:29:43,630: DEBUG - Collecting urllib3==1.26.16 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 101))
2023-09-15 14:29:43,631: DEBUG -   Obtaining dependency information for urllib3==1.26.16 from https://files.pythonhosted.org/packages/c5/05/c214b32d21c0b465506f95c4f28ccbcba15022e000b043b72b3df7728471/urllib3-1.26.16-py2.py3-none-any.whl.metadata
2023-09-15 14:29:43,637: DEBUG -   Using cached urllib3-1.26.16-py2.py3-none-any.whl.metadata (48 kB)
2023-09-15 14:29:43,680: DEBUG - Collecting user-agents==2.2.0 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 102))
2023-09-15 14:29:43,686: DEBUG -   Using cached user_agents-2.2.0-py3-none-any.whl (9.6 kB)
2023-09-15 14:29:43,772: DEBUG - Collecting Werkzeug==2.2.3 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 103))
2023-09-15 14:29:43,778: DEBUG -   Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB)
2023-09-15 14:29:43,818: DEBUG - Collecting WTForms==3.0.1 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 104))
2023-09-15 14:29:43,825: DEBUG -   Using cached WTForms-3.0.1-py3-none-any.whl (136 kB)
2023-09-15 14:29:43,895: DEBUG - Collecting zipp==3.16.2 (from -r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 105))
2023-09-15 14:29:43,896: DEBUG -   Obtaining dependency information for zipp==3.16.2 from https://files.pythonhosted.org/packages/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-py3-none-any.whl.metadata
2023-09-15 14:29:43,902: DEBUG -   Using cached zipp-3.16.2-py3-none-any.whl.metadata (3.7 kB)
2023-09-15 14:29:45,109: DEBUG - Requirement already satisfied: setuptools in /opt/yunohost/pgadmin/lib/python3.9/site-packages (from Flask-Security-Too==5.1.2->-r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 35)) (44.1.1)
2023-09-15 14:29:50,368: DEBUG - Collecting psycopg-binary==3.1.9 (from psycopg==3.1.9->-r /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/requirement_bullseye.txt (line 73))
2023-09-15 14:29:50,388: DEBUG -   Using cached psycopg_binary-3.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)
2023-09-15 14:29:50,662: DEBUG - Using cached alembic-1.11.3-py3-none-any.whl (225 kB)
2023-09-15 14:29:50,670: DEBUG - Using cached Authlib-1.2.1-py2.py3-none-any.whl (215 kB)
2023-09-15 14:29:50,678: DEBUG - Using cached azure_core-1.29.3-py3-none-any.whl (191 kB)
2023-09-15 14:29:50,685: DEBUG - Using cached azure_identity-1.13.0-py3-none-any.whl (151 kB)
2023-09-15 14:29:50,700: DEBUG - Using cached azure_mgmt_resource-23.0.1-py3-none-any.whl (2.5 MB)
2023-09-15 14:29:50,714: DEBUG - Using cached boto3-1.28.35-py3-none-any.whl (135 kB)
2023-09-15 14:29:50,788: DEBUG - Using cached botocore-1.31.35-py3-none-any.whl (11.1 MB)
2023-09-15 14:29:50,825: DEBUG - Using cached cachetools-5.3.1-py3-none-any.whl (9.3 kB)
2023-09-15 14:29:50,832: DEBUG - Using cached certifi-2023.7.22-py3-none-any.whl (158 kB)
2023-09-15 14:29:50,839: DEBUG - Using cached charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (202 kB)
2023-09-15 14:29:50,847: DEBUG - Using cached click-8.1.7-py3-none-any.whl (97 kB)
2023-09-15 14:29:50,872: DEBUG - Using cached cryptography-41.0.3-cp37-abi3-manylinux_2_28_x86_64.whl (4.3 MB)
2023-09-15 14:29:50,900: DEBUG - Using cached dnspython-2.4.2-py3-none-any.whl (300 kB)
2023-09-15 14:29:50,907: DEBUG - Using cached Flask_SocketIO-5.3.5-py3-none-any.whl (17 kB)
2023-09-15 14:29:50,914: DEBUG - Using cached flask_sqlalchemy-3.0.5-py3-none-any.whl (24 kB)
2023-09-15 14:29:50,920: DEBUG - Using cached google_api_core-2.11.1-py3-none-any.whl (120 kB)
2023-09-15 14:29:50,995: DEBUG - Using cached google_api_python_client-2.97.0-py2.py3-none-any.whl (12.0 MB)
2023-09-15 14:29:51,048: DEBUG - Using cached google_auth-2.22.0-py2.py3-none-any.whl (181 kB)
2023-09-15 14:29:51,056: DEBUG - Using cached googleapis_common_protos-1.60.0-py2.py3-none-any.whl (227 kB)
2023-09-15 14:29:51,063: DEBUG - Using cached importlib_metadata-6.8.0-py3-none-any.whl (22 kB)
2023-09-15 14:29:51,070: DEBUG - Using cached jaraco.classes-3.3.0-py3-none-any.whl (5.9 kB)
2023-09-15 14:29:51,075: DEBUG - Using cached MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
2023-09-15 14:29:51,083: DEBUG - Using cached more_itertools-10.1.0-py3-none-any.whl (55 kB)
2023-09-15 14:29:51,090: DEBUG - Using cached msal-1.23.0-py2.py3-none-any.whl (90 kB)
2023-09-15 14:29:51,098: DEBUG - Using cached paramiko-3.3.1-py3-none-any.whl (224 kB)
2023-09-15 14:29:52,349: DEBUG - Using cached pgadmin4-7.6-py3-none-any.whl (91.3 MB)
2023-09-15 14:29:52,623: DEBUG - Using cached protobuf-4.24.1-cp37-abi3-manylinux2014_x86_64.whl (311 kB)
2023-09-15 14:29:52,631: DEBUG - Using cached PyJWT-2.8.0-py3-none-any.whl (22 kB)
2023-09-15 14:29:52,637: DEBUG - Using cached pyotp-2.9.0-py3-none-any.whl (13 kB)
2023-09-15 14:29:52,644: DEBUG - Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
2023-09-15 14:29:52,650: DEBUG - Using cached python_engineio-4.6.1-py3-none-any.whl (53 kB)
2023-09-15 14:29:52,659: DEBUG - Using cached requests-2.31.0-py3-none-any.whl (62 kB)
2023-09-15 14:29:52,665: DEBUG - Using cached s3transfer-0.6.2-py3-none-any.whl (79 kB)
2023-09-15 14:29:52,684: DEBUG - Using cached SQLAlchemy-2.0.20-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
2023-09-15 14:29:52,698: DEBUG - Using cached ua_parser-0.18.0-py2.py3-none-any.whl (38 kB)
2023-09-15 14:29:52,704: DEBUG - Using cached urllib3-1.26.16-py2.py3-none-any.whl (143 kB)
2023-09-15 14:29:52,711: DEBUG - Using cached zipp-3.16.2-py3-none-any.whl (7.2 kB)
2023-09-15 14:29:55,110: DEBUG - Installing collected packages: ua-parser, speaklater3, pytz, pypng, passlib, httpagentparser, Brotli, azure-common, zipp, user-agents, urllib3, uritemplate, sqlparse, six, qrcode, python-engineio, pyparsing, pyotp, PyJWT, pycparser, pyasn1, psycopg-c, psycopg-binary, psycopg, psutil, protobuf, portalocker, Pillow, oauthlib, more-itertools, MarkupSafe, jmespath, jeepney, itsdangerous, idna, greenlet, dnspython, click, charset-normalizer, certifi, cachetools, blinker, bidict, bcrypt, Babel, WTForms, Werkzeug, SQLAlchemy, rsa, requests, python-socketio, python-dateutil, pyasn1-modules, Mako, ldap3, Jinja2, jaraco.classes, isodate, importlib-metadata, httplib2, googleapis-common-protos, eventlet, email-validator, cffi, requests-oauthlib, PyNaCl, google-auth, Flask, cryptography, botocore, azure-core, alembic, SecretStorage, s3transfer, paramiko, msrest, google-auth-oauthlib, google-auth-httplib2, google-api-core, Flask-WTF, Flask-SQLAlchemy, Flask-SocketIO, Flask-Principal, Flask-Paranoid, Flask-Mail, Flask-Login, Flask-Gravatar, Flask-Compress, flask-babel, azure-mgmt-core, Authlib, sshtunnel, msal, keyring, google-api-python-client, Flask-Security-Too, Flask-Migrate, boto3, azure-mgmt-subscription, azure-mgmt-resource, azure-mgmt-rdbms, msal-extensions, azure-identity, pgadmin4
2023-09-15 14:29:56,883: DEBUG -   Attempting uninstall: psycopg-c
2023-09-15 14:29:56,885: DEBUG -     Found existing installation: psycopg-c 3.1.10
2023-09-15 14:29:56,894: DEBUG -     Uninstalling psycopg-c-3.1.10:
2023-09-15 14:29:56,896: DEBUG -       Successfully uninstalled psycopg-c-3.1.10
2023-09-15 14:29:57,067: DEBUG -   Attempting uninstall: psycopg
2023-09-15 14:29:57,070: DEBUG -     Found existing installation: psycopg 3.1.10
2023-09-15 14:29:57,090: DEBUG -     Uninstalling psycopg-3.1.10:
2023-09-15 14:29:57,093: DEBUG -       Successfully uninstalled psycopg-3.1.10
2023-09-15 14:30:21,889: DEBUG - Successfully installed Authlib-1.2.1 Babel-2.12.1 Brotli-1.0.9 Flask-2.2.5 Flask-Compress-1.13 Flask-Gravatar-0.5.0 Flask-Login-0.6.2 Flask-Mail-0.9.1 Flask-Migrate-4.0.4 Flask-Paranoid-0.3.0 Flask-Principal-0.4.0 Flask-SQLAlchemy-3.0.5 Flask-Security-Too-5.1.2 Flask-SocketIO-5.3.5 Flask-WTF-1.1.1 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.3 Pillow-9.5.0 PyJWT-2.8.0 PyNaCl-1.5.0 SQLAlchemy-2.0.20 SecretStorage-3.3.3 WTForms-3.0.1 Werkzeug-2.2.3 alembic-1.11.3 azure-common-1.1.28 azure-core-1.29.3 azure-identity-1.13.0 azure-mgmt-core-1.4.0 azure-mgmt-rdbms-10.1.0 azure-mgmt-resource-23.0.1 azure-mgmt-subscription-3.1.1 bcrypt-4.0.1 bidict-0.22.1 blinker-1.6.2 boto3-1.28.35 botocore-1.31.35 cachetools-5.3.1 certifi-2023.7.22 cffi-1.15.1 charset-normalizer-3.2.0 click-8.1.7 cryptography-41.0.3 dnspython-2.4.2 email-validator-2.0.0.post2 eventlet-0.33.3 flask-babel-3.1.0 google-api-core-2.11.1 google-api-python-client-2.97.0 google-auth-2.22.0 google-auth-httplib2-0.1.0 google-auth-oauthlib-1.0.0 googleapis-common-protos-1.60.0 greenlet-1.1.2 httpagentparser-1.9.5 httplib2-0.22.0 idna-3.4 importlib-metadata-6.8.0 isodate-0.6.1 itsdangerous-2.1.2 jaraco.classes-3.3.0 jeepney-0.8.0 jmespath-1.0.1 keyring-23.13.1 ldap3-2.9.1 more-itertools-10.1.0 msal-1.23.0 msal-extensions-1.0.0 msrest-0.7.1 oauthlib-3.2.2 paramiko-3.3.1 passlib-1.7.4 pgadmin4-7.6 portalocker-2.7.0 protobuf-4.24.1 psutil-5.9.5 psycopg-3.1.9 psycopg-binary-3.1.9 psycopg-c-3.1.9 pyasn1-0.5.0 pyasn1-modules-0.3.0 pycparser-2.21 pyotp-2.9.0 pyparsing-3.1.1 pypng-0.20220715.0 python-dateutil-2.8.2 python-engineio-4.6.1 python-socketio-5.8.0 pytz-2023.3 qrcode-7.4.2 requests-2.31.0 requests-oauthlib-1.3.1 rsa-4.9 s3transfer-0.6.2 six-1.16.0 speaklater3-1.4 sqlparse-0.4.4 sshtunnel-0.4.0 ua-parser-0.18.0 uritemplate-4.1.1 urllib3-1.26.16 user-agents-2.2.0 zipp-3.16.2
2023-09-15 14:30:22,827: DEBUG - + set +u
2023-09-15 14:30:22,829: DEBUG - + deactivate
2023-09-15 14:30:22,829: DEBUG - + '[' -n /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']'
2023-09-15 14:30:22,829: DEBUG - + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-09-15 14:30:22,830: DEBUG - + export PATH
2023-09-15 14:30:22,830: DEBUG - + unset _OLD_VIRTUAL_PATH
2023-09-15 14:30:22,830: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:22,830: DEBUG - + '[' -n /bin/bash -o -n '' ']'
2023-09-15 14:30:22,830: DEBUG - + hash -r
2023-09-15 14:30:22,830: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:22,830: DEBUG - + unset VIRTUAL_ENV
2023-09-15 14:30:22,830: DEBUG - + '[' '!' '' = nondestructive ']'
2023-09-15 14:30:22,830: DEBUG - + unset -f deactivate
2023-09-15 14:30:22,831: DEBUG - + set -u
2023-09-15 14:30:22,919: INFO - [############+.......] > Configuring NGINX web server...
2023-09-15 14:30:22,929: DEBUG - + ynh_add_nginx_config
2023-09-15 14:30:22,929: DEBUG - + local finalnginxconf=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:22,930: DEBUG - + ynh_add_config --template=nginx.conf --destination=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:22,969: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/nginx.conf ']'
2023-09-15 14:30:22,971: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/nginx.conf
2023-09-15 14:30:22,971: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:22,989: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf
2023-09-15 14:30:22,989: DEBUG - ++ ynh_app_setting_get --app=pgadmin --key=checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf
2023-09-15 14:30:22,990: DEBUG - ++ local _globalapp=pgadmin
2023-09-15 14:30:23,038: DEBUG - ++ app=pgadmin
2023-09-15 14:30:23,038: DEBUG - ++ [[ checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:30:23,038: DEBUG - ++ ynh_app_setting get pgadmin checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf
2023-09-15 14:30:23,178: DEBUG - + local checksum_value=
2023-09-15 14:30:23,178: DEBUG - + backup_file_checksum=
2023-09-15 14:30:23,178: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:23,178: DEBUG - + touch /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,184: DEBUG - + chown root:root /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,192: DEBUG - + chmod 640 /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,195: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/conf/nginx.conf /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,201: DEBUG - + _ynh_apply_default_permissions /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,201: DEBUG - + local target=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,202: DEBUG - ++ ynh_read_manifest --manifest_key=requirements.yunohost
2023-09-15 14:30:23,202: DEBUG - ++ tr -d '<>= '
2023-09-15 14:30:23,235: DEBUG - ++ '[' '!' -e '' ']'
2023-09-15 14:30:23,235: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/manifest.json ']'
2023-09-15 14:30:23,235: DEBUG - ++ manifest=/var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/manifest.json
2023-09-15 14:30:23,235: DEBUG - ++ echo /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/manifest.json
2023-09-15 14:30:23,235: DEBUG - ++ grep -q '\.json$'
2023-09-15 14:30:23,242: DEBUG - ++ jq .requirements.yunohost /var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/manifest.json --raw-output
2023-09-15 14:30:23,309: DEBUG - + local ynh_requirement=11.0.11
2023-09-15 14:30:23,309: DEBUG - + dpkg --compare-versions 1.0 ge 2
2023-09-15 14:30:23,315: DEBUG - + '[' -z 11.0.11 ']'
2023-09-15 14:30:23,315: DEBUG - + '[' 11.0.11 == null ']'
2023-09-15 14:30:23,315: DEBUG - + dpkg --compare-versions 11.0.11 ge 4.2
2023-09-15 14:30:23,317: DEBUG - + chmod o-rwx /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,318: DEBUG - + chmod g-w /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,320: DEBUG - + chown -R root:root /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,322: DEBUG - + ynh_system_user_exists pgadmin
2023-09-15 14:30:23,336: DEBUG - + getent passwd pgadmin
2023-09-15 14:30:23,341: DEBUG - + chown pgadmin:pgadmin /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,346: DEBUG - + echo /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,346: DEBUG - + grep -q '^/etc/cron\|/etc/php\|/etc/nginx/conf.d\|/etc/fail2ban\|/etc/systemd/system'
2023-09-15 14:30:23,349: DEBUG - + chmod 400 /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,351: DEBUG - + chown root:root /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,353: DEBUG - + ynh_replace_vars --file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,367: DEBUG - + test -n /
2023-09-15 14:30:23,368: DEBUG - + local path_url_slash_less=
2023-09-15 14:30:23,368: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,474: DEBUG - + sed --in-place $'s\001__PATH__/\001/\001g' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,477: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,569: DEBUG - + sed --in-place $'s\001__PATH__\001/\001g' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,573: DEBUG - + test -n pgadmin
2023-09-15 14:30:23,573: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=pgadmin --target_file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,665: DEBUG - + sed --in-place $'s\001__NAME__\001pgadmin\001g' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,668: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=pgadmin --target_file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,758: DEBUG - + sed --in-place $'s\001__NAMETOCHANGE__\001pgadmin\001g' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,761: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=pgadmin --target_file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,855: DEBUG - + sed --in-place $'s\001__USER__\001pgadmin\001g' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,859: DEBUG - + test -n /opt/yunohost/pgadmin
2023-09-15 14:30:23,859: DEBUG - + ynh_replace_string --match_string=__FINALPATH__ --replace_string=/opt/yunohost/pgadmin --target_file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,959: DEBUG - + sed --in-place $'s\001__FINALPATH__\001/opt/yunohost/pgadmin\001g' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:23,963: DEBUG - + ynh_replace_string --match_string=__INSTALL_DIR__ --replace_string=/opt/yunohost/pgadmin --target_file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,056: DEBUG - + sed --in-place $'s\001__INSTALL_DIR__\001/opt/yunohost/pgadmin\001g' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,060: DEBUG - + dpkg --compare-versions 1.0 lt 2
2023-09-15 14:30:24,063: DEBUG - + test -n 7.4
2023-09-15 14:30:24,063: DEBUG - + ynh_replace_string --match_string=__PHPVERSION__ --replace_string=7.4 --target_file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,162: DEBUG - + sed --in-place $'s\001__PHPVERSION__\0017.4\001g' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,166: DEBUG - + test -n ''
2023-09-15 14:30:24,168: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,168: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g'
2023-09-15 14:30:24,171: DEBUG - ++ sort --unique
2023-09-15 14:30:24,176: DEBUG - + uniques_vars=()
2023-09-15 14:30:24,177: DEBUG - + local delimit=@
2023-09-15 14:30:24,177: DEBUG - + ynh_store_file_checksum --file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,178: DEBUG - + update_only=0
2023-09-15 14:30:24,203: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf
2023-09-15 14:30:24,204: DEBUG - ++ md5sum /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,205: DEBUG - ++ cut '--delimiter= ' --fields=1
2023-09-15 14:30:24,210: DEBUG - + ynh_app_setting_set --app=pgadmin --key=checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf --value=4de7fffe37dc9eff5895df07a8565735
2023-09-15 14:30:24,211: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:30:24,313: DEBUG - + app=pgadmin
2023-09-15 14:30:24,314: DEBUG - + [[ checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:30:24,314: DEBUG - + ynh_app_setting set pgadmin checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf 4de7fffe37dc9eff5895df07a8565735
2023-09-15 14:30:24,399: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:24,399: DEBUG - + unset backup_file_checksum
2023-09-15 14:30:24,399: DEBUG - + '[' / '!=' / ']'
2023-09-15 14:30:24,399: DEBUG - + ynh_replace_string '--match_string=^#root_path_only' --replace_string= --target_file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,496: DEBUG - + sed --in-place 's^#root_path_onlyg' /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,499: DEBUG - + ynh_store_file_checksum --file=/etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,501: DEBUG - + update_only=0
2023-09-15 14:30:24,526: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf
2023-09-15 14:30:24,526: DEBUG - ++ md5sum /etc/nginx/conf.d/postgresql.sonsofliberty.red.d/pgadmin.conf
2023-09-15 14:30:24,527: DEBUG - ++ cut '--delimiter= ' --fields=1
2023-09-15 14:30:24,531: DEBUG - + ynh_app_setting_set --app=pgadmin --key=checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf --value=4de7fffe37dc9eff5895df07a8565735
2023-09-15 14:30:24,531: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:30:24,628: DEBUG - + app=pgadmin
2023-09-15 14:30:24,629: DEBUG - + [[ checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:30:24,629: DEBUG - + ynh_app_setting set pgadmin checksum__etc_nginx_conf.d_postgresql.sonsofliberty.red.d_pgadmin.conf 4de7fffe37dc9eff5895df07a8565735
2023-09-15 14:30:24,710: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:24,710: DEBUG - + unset backup_file_checksum
2023-09-15 14:30:24,710: DEBUG - + ynh_systemd_action --service_name=nginx --action=reload
2023-09-15 14:30:24,844: DEBUG - + service_name=nginx
2023-09-15 14:30:24,844: DEBUG - + action=reload
2023-09-15 14:30:24,844: DEBUG - + line_match=
2023-09-15 14:30:24,844: DEBUG - + length=20
2023-09-15 14:30:24,845: DEBUG - + log_path=/var/log/nginx/nginx.log
2023-09-15 14:30:24,845: DEBUG - + timeout=300
2023-09-15 14:30:24,845: DEBUG - + '[' reload == stop ']'
2023-09-15 14:30:24,846: DEBUG - + '[' reload == reload ']'
2023-09-15 14:30:24,846: DEBUG - + action=reload-or-restart
2023-09-15 14:30:24,847: DEBUG - ++ date --utc --rfc-3339=seconds
2023-09-15 14:30:24,848: DEBUG - ++ cut -d+ -f1
2023-09-15 14:30:24,851: DEBUG - + local 'time_start=2023-09-15 14:30:24 UTC'
2023-09-15 14:30:24,852: DEBUG - + systemctl reload-or-restart nginx
2023-09-15 14:30:25,374: DEBUG - + config_pgadmin
2023-09-15 14:30:25,374: DEBUG - + cp ../conf/config_local.py /opt/yunohost/pgadmin/lib/python3.9/site-packages/pgadmin4/config_local.py
2023-09-15 14:30:25,374: INFO - [#############.......] > Configuring application...
2023-09-15 14:30:25,378: DEBUG - + ynh_replace_string --match_string __USER__ --replace_string pgadmin --target_file /opt/yunohost/pgadmin/lib/python3.9/site-packages/pgadmin4/config_local.py
2023-09-15 14:30:25,589: DEBUG - + sed --in-place $'s\001__USER__\001pgadmin\001g' /opt/yunohost/pgadmin/lib/python3.9/site-packages/pgadmin4/config_local.py
2023-09-15 14:30:25,592: DEBUG - + ynh_replace_string --match_string __DOMAIN__ --replace_string postgresql.sonsofliberty.red --target_file /opt/yunohost/pgadmin/lib/python3.9/site-packages/pgadmin4/config_local.py
2023-09-15 14:30:25,778: DEBUG - + sed --in-place $'s\001__DOMAIN__\001postgresql.sonsofliberty.red\001g' /opt/yunohost/pgadmin/lib/python3.9/site-packages/pgadmin4/config_local.py
2023-09-15 14:30:25,782: DEBUG - + ynh_add_uwsgi_service 'pgadmin_user python_version'
2023-09-15 14:30:25,783: DEBUG - + ynh_check_global_uwsgi_config
2023-09-15 14:30:25,783: DEBUG - + uwsgi --version
2023-09-15 14:30:25,801: DEBUG - 2.0.19.1-debian
2023-09-15 14:30:25,802: DEBUG - + cat
2023-09-15 14:30:25,806: DEBUG - + systemctl daemon-reload
2023-09-15 14:30:26,333: DEBUG - + local 'others_var=pgadmin_user python_version'
2023-09-15 14:30:26,333: DEBUG - + local finaluwsgiini=/etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,333: DEBUG - + usermod --append --groups www-data pgadmin
2023-09-15 14:30:26,399: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,414: DEBUG - + local checksum_setting_name=checksum__etc_uwsgi_apps-available_pgadmin.ini
2023-09-15 14:30:26,415: DEBUG - ++ ynh_app_setting_get --app=pgadmin --key=checksum__etc_uwsgi_apps-available_pgadmin.ini
2023-09-15 14:30:26,415: DEBUG - ++ local _globalapp=pgadmin
2023-09-15 14:30:26,461: DEBUG - ++ app=pgadmin
2023-09-15 14:30:26,462: DEBUG - ++ [[ checksum__etc_uwsgi_apps-available_pgadmin.ini =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:30:26,462: DEBUG - ++ ynh_app_setting get pgadmin checksum__etc_uwsgi_apps-available_pgadmin.ini
2023-09-15 14:30:26,550: DEBUG - + local checksum_value=
2023-09-15 14:30:26,551: DEBUG - + backup_file_checksum=
2023-09-15 14:30:26,551: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:26,551: DEBUG - + cp ../conf/uwsgi.ini /etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,556: DEBUG - + test -n /opt/yunohost/pgadmin
2023-09-15 14:30:26,557: DEBUG - + ynh_replace_string --match_string=__FINALPATH__ --replace_string=/opt/yunohost/pgadmin --target_file=/etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,661: DEBUG - + sed --in-place $'s\001__FINALPATH__\001/opt/yunohost/pgadmin\001g' /etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,666: DEBUG - + test -n /
2023-09-15 14:30:26,666: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,774: DEBUG - + sed --in-place $'s\001__PATH__\001/\001g' /etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,777: DEBUG - + test -n pgadmin
2023-09-15 14:30:26,777: DEBUG - + ynh_replace_string --match_string=__APP__ --replace_string=pgadmin --target_file=/etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,888: DEBUG - + sed --in-place $'s\001__APP__\001pgadmin\001g' /etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,892: DEBUG - + for var_to_replace in $others_var
2023-09-15 14:30:26,893: DEBUG - + ynh_replace_string --match_string=__PGADMIN_USER__ --replace_string=pgadmin --target_file=/etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,996: DEBUG - + sed --in-place $'s\001__PGADMIN_USER__\001pgadmin\001g' /etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:26,998: DEBUG - + for var_to_replace in $others_var
2023-09-15 14:30:26,999: DEBUG - + ynh_replace_string --match_string=__PYTHON_VERSION__ --replace_string=3.9 --target_file=/etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:27,095: DEBUG - + sed --in-place $'s\001__PYTHON_VERSION__\0013.9\001g' /etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:27,098: DEBUG - + ynh_store_file_checksum --file=/etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:27,099: DEBUG - + update_only=0
2023-09-15 14:30:27,126: DEBUG - + local checksum_setting_name=checksum__etc_uwsgi_apps-available_pgadmin.ini
2023-09-15 14:30:27,127: DEBUG - ++ md5sum /etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:27,127: DEBUG - ++ cut '--delimiter= ' --fields=1
2023-09-15 14:30:27,130: DEBUG - + ynh_app_setting_set --app=pgadmin --key=checksum__etc_uwsgi_apps-available_pgadmin.ini --value=33444d7a0671ff8e509e79ed55f31203
2023-09-15 14:30:27,131: DEBUG - + local _globalapp=pgadmin
2023-09-15 14:30:27,224: DEBUG - + app=pgadmin
2023-09-15 14:30:27,225: DEBUG - + [[ checksum__etc_uwsgi_apps-available_pgadmin.ini =~ (unprotected|protected|skipped)_ ]]
2023-09-15 14:30:27,225: DEBUG - + ynh_app_setting set pgadmin checksum__etc_uwsgi_apps-available_pgadmin.ini 33444d7a0671ff8e509e79ed55f31203
2023-09-15 14:30:27,315: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:27,315: DEBUG - + unset backup_file_checksum
2023-09-15 14:30:27,315: DEBUG - + chown pgadmin:root /etc/uwsgi/apps-available/pgadmin.ini
2023-09-15 14:30:27,322: DEBUG - + mkdir -p /var/log/uwsgi/pgadmin
2023-09-15 14:30:27,326: DEBUG - + chown pgadmin:root /var/log/uwsgi/pgadmin
2023-09-15 14:30:27,328: DEBUG - + chmod -R u=rwX,g=rX,o= /var/log/uwsgi/pgadmin
2023-09-15 14:30:27,330: DEBUG - + test -e ../conf/uwsgi-app@override.service
2023-09-15 14:30:27,331: DEBUG - + systemctl daemon-reload
2023-09-15 14:30:27,765: DEBUG - + systemctl enable uwsgi-app@pgadmin.service
2023-09-15 14:30:27,775: DEBUG - Created symlink /etc/systemd/system/multi-user.target.wants/uwsgi-app@pgadmin.service → /etc/systemd/system/uwsgi-app@.service.
2023-09-15 14:30:28,097: DEBUG - + yunohost service add uwsgi-app@pgadmin --log /var/log/uwsgi/pgadmin/pgadmin.log
2023-09-15 14:30:28,721: WARNING - /!\ Packagers! You added a custom service without specifying a description. Please add a proper Description in the systemd configuration, or use --description to explain what the service does in a similar fashion to existing services.
2023-09-15 14:30:28,763: DEBUG - The service 'uwsgi-app@pgadmin' was added
2023-09-15 14:30:28,882: INFO - [#############+......] > Configuring sqlite database...
2023-09-15 14:30:28,883: DEBUG - + chmod +x ../conf/setup.exp
2023-09-15 14:30:28,885: DEBUG - + set +u
2023-09-15 14:30:28,885: DEBUG - + source /opt/yunohost/pgadmin/bin/activate
2023-09-15 14:30:28,887: DEBUG - ++ deactivate nondestructive
2023-09-15 14:30:28,887: DEBUG - ++ '[' -n '' ']'
2023-09-15 14:30:28,887: DEBUG - ++ '[' -n '' ']'
2023-09-15 14:30:28,887: DEBUG - ++ '[' -n /bin/bash -o -n '' ']'
2023-09-15 14:30:28,887: DEBUG - ++ hash -r
2023-09-15 14:30:28,887: DEBUG - ++ '[' -n '' ']'
2023-09-15 14:30:28,888: DEBUG - ++ unset VIRTUAL_ENV
2023-09-15 14:30:28,888: DEBUG - ++ '[' '!' nondestructive = nondestructive ']'
2023-09-15 14:30:28,888: DEBUG - ++ VIRTUAL_ENV=/opt/yunohost/pgadmin
2023-09-15 14:30:28,888: DEBUG - ++ export VIRTUAL_ENV
2023-09-15 14:30:28,888: DEBUG - ++ _OLD_VIRTUAL_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-09-15 14:30:28,888: DEBUG - ++ PATH=/opt/yunohost/pgadmin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-09-15 14:30:28,888: DEBUG - ++ export PATH
2023-09-15 14:30:28,888: DEBUG - ++ '[' -n '' ']'
2023-09-15 14:30:28,888: DEBUG - ++ '[' -z '' ']'
2023-09-15 14:30:28,889: DEBUG - ++ _OLD_VIRTUAL_PS1='(pgadmin) '
2023-09-15 14:30:28,889: DEBUG - ++ PS1='(pgadmin) (pgadmin) '
2023-09-15 14:30:28,889: DEBUG - ++ export PS1
2023-09-15 14:30:28,889: DEBUG - ++ '[' -n /bin/bash -o -n '' ']'
2023-09-15 14:30:28,889: DEBUG - ++ hash -r
2023-09-15 14:30:28,889: DEBUG - + set -u
2023-09-15 14:30:28,889: DEBUG - + ynh_replace_special_string --match_string __ADMIN_PASSWORD__ --replace_string ********** --target_file ../conf/setup.exp
2023-09-15 14:30:29,068: DEBUG - + match_string=__ADMIN_PASSWORD__
2023-09-15 14:30:29,069: DEBUG - + replace_string=**********
2023-09-15 14:30:29,069: DEBUG - + match_string=__ADMIN_PASSWORD__
2023-09-15 14:30:29,069: DEBUG - + replace_string=**********
2023-09-15 14:30:29,069: DEBUG - + ynh_replace_string --match_string=__ADMIN_PASSWORD__ --replace_string=********** --target_file=../conf/setup.exp
2023-09-15 14:30:29,172: DEBUG - + sed --in-place $'s\001__ADMIN_PASSWORD__\001**********\001g' ../conf/setup.exp
2023-09-15 14:30:29,177: DEBUG - + ../conf/setup.exp /opt/yunohost/pgadmin/bin/python3 /opt/yunohost/pgadmin/lib/python3.9/site-packages/pgadmin4/setup.py sonsofliberty@admin.sonsofliberty.red
2023-09-15 14:30:29,206: DEBUG - spawn /opt/yunohost/pgadmin/bin/python3 /opt/yunohost/pgadmin/lib/python3.9/site-packages/pgadmin4/setup.py
2023-09-15 14:30:31,431: DEBUG - NOTE: Configuring authentication for SERVER mode.
2023-09-15 14:30:31,432: DEBUG - 
2023-09-15 14:30:31,432: DEBUG - Enter the email address and password to use for the initial pgAdmin user account:
2023-09-15 14:30:31,432: DEBUG - 
2023-09-15 14:30:31,432: DEBUG - Email address: sonsofliberty@admin.sonsofliberty.red
2023-09-15 14:30:31,441: DEBUG - Password:
2023-09-15 14:30:31,521: INFO - [##############+.....] > Configuring Postgresql database...
2023-09-15 14:30:31,522: DEBUG - + ynh_psql_test_if_first_run
2023-09-15 14:30:31,522: DEBUG - + grep -q 'ii  postgresql-13'
2023-09-15 14:30:31,523: DEBUG - + dpkg --list
2023-09-15 14:30:31,556: DEBUG - + yunohost tools regen-conf postgresql
2023-09-15 14:30:35,272: DEBUG - + ynh_psql_execute_as_root --sql 'CREATE USER pgadmin WITH PASSWORD '\''**********'\'' SUPERUSER CREATEDB CREATEROLE REPLICATION'
2023-09-15 14:30:35,324: DEBUG - + database=
2023-09-15 14:30:35,324: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:35,324: DEBUG - ++ cat /etc/yunohost/psql
2023-09-15 14:30:35,326: DEBUG - + ynh_psql_connect_as --user=postgres --password=**********
2023-09-15 14:30:35,410: DEBUG - + database=
2023-09-15 14:30:35,410: DEBUG - + sudo --login --user=postgres PGUSER=postgres PGPASSWORD=********** psql ''
2023-09-15 14:30:35,587: DEBUG - CREATE ROLE
2023-09-15 14:30:35,593: DEBUG - + /opt/yunohost/pgadmin/bin/python3 config_database.py pgadmin **********
2023-09-15 14:30:35,649: WARNING - Traceback (most recent call last):
2023-09-15 14:30:35,650: WARNING -   File "/var/cache/yunohost/app_tmp_work_dirs/app_gztwhgxn/scripts/config_database.py", line 20, in <module>
2023-09-15 14:30:35,651: WARNING -     cursor = conn.execute('SELECT `password`,1 FROM `user`')
2023-09-15 14:30:35,651: WARNING - sqlite3.OperationalError: no such table: user
2023-09-15 14:30:35,660: DEBUG - + ynh_exit_properly
2023-09-15 14:30:35,661: DEBUG - + [[ install =~ ^install$|^upgrade$|^restore$ ]]
2023-09-15 14:30:36,168: DEBUG - + ynh_clean_setup
2023-09-15 14:30:36,168: DEBUG - + ynh_clean_check_starting
2023-09-15 14:30:36,168: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:36,168: DEBUG - + '[' -n '' ']'
2023-09-15 14:30:37,170: ERROR - Unable to install pgadmin: An error occurred inside the app installation script