==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done ==> Making package: python-pysqlcipher3 1.0.3-1 (Sat Aug 1 22:36:42 2020) ==> Retrieving sources... -> Found pysqlcipher3-1.0.3.tar.gz ==> Validating source files with sha512sums... pysqlcipher3-1.0.3.tar.gz ... Passed ==> Making package: python-pysqlcipher3 1.0.3-1 (Sat 01 Aug 2020 10:36:48 PM EDT) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (3) libnsl-1.2.0-2.0 python-3.8.5-1.0 sqlcipher-4.4.0-1.0 Total Download Size: 1.00 MiB Total Installed Size: 76.98 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading sqlcipher-4.4.0-1.0-i686.pkg.tar.zst... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libnsl... installing python... Optional dependencies for python python-setuptools python-pip sqlite [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter installing sqlcipher... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (6) python-appdirs-1.4.4-1.0 python-ordered-set-4.0.2-1.0 python-packaging-20.4-1.0 python-pyparsing-2.4.7-1.0 python-six-1.15.0-1.0 python-setuptools-1:49.2.0-1.0 Total Installed Size: 4.11 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-appdirs... installing python-pyparsing... installing python-six... installing python-packaging... installing python-ordered-set... installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found pysqlcipher3-1.0.3.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting pysqlcipher3-1.0.3.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/pysqlcipher3 copying lib/dbapi2.py -> build/lib.linux-x86_64-3.8/pysqlcipher3 copying lib/dump.py -> build/lib.linux-x86_64-3.8/pysqlcipher3 copying lib/__init__.py -> build/lib.linux-x86_64-3.8/pysqlcipher3 creating build/lib.linux-x86_64-3.8/pysqlcipher3/test copying lib/test/__init__.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test creating build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/sqlcipher.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/factory.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/hooks.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/userfunctions.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/regression.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/types.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/transactions.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/dump.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/__init__.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 copying lib/test/python3/dbapi.py -> build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3 running build_ext Builds a C extension linking against libsqlcipher library building 'pysqlcipher3._sqlite3' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/src creating build/temp.linux-x86_64-3.8/src/python3 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=i686 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlcipher3.dbapi2" -I/usr/include/python3.8 -c src/python3/module.c -o build/temp.linux-x86_64-3.8/src/python3/module.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=i686 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlcipher3.dbapi2" -I/usr/include/python3.8 -c src/python3/connection.c -o build/temp.linux-x86_64-3.8/src/python3/connection.o src/python3/connection.c: In function ‘_pysqlite_set_result’: src/python3/connection.c:527:9: warning: ‘PyObject_AsCharBuffer’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 527 | if (PyObject_AsCharBuffer(py_val, &buffer, &buflen) != 0) { | ^~ In file included from /usr/include/python3.8/Python.h:147, from src/python3/cache.h:26, from src/python3/connection.c:24: /usr/include/python3.8/abstract.h:320:17: note: declared here 320 | PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ src/python3/connection.c: In function ‘pysqlite_check_thread’: src/python3/connection.c:1146:41: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 1146 | if (PyThread_get_thread_ident() != self->thread_ident) { | ^~ src/python3/connection.c: In function ‘pysqlite_connection_create_collation’: src/python3/connection.c:1546:24: warning: assignment discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 1546 | uppercase_name_str = _PyUnicode_AsString(uppercase_name); | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=i686 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlcipher3.dbapi2" -I/usr/include/python3.8 -c src/python3/cursor.c -o build/temp.linux-x86_64-3.8/src/python3/cursor.o src/python3/cursor.c: In function ‘detect_statement_type’: src/python3/cursor.c:49:42: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 49 | while (Py_ISALPHA(*src) && dst - buf < sizeof(buf) - 2) { | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=i686 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlcipher3.dbapi2" -I/usr/include/python3.8 -c src/python3/cache.c -o build/temp.linux-x86_64-3.8/src/python3/cache.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=i686 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlcipher3.dbapi2" -I/usr/include/python3.8 -c src/python3/microprotocols.c -o build/temp.linux-x86_64-3.8/src/python3/microprotocols.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=i686 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlcipher3.dbapi2" -I/usr/include/python3.8 -c src/python3/prepare_protocol.c -o build/temp.linux-x86_64-3.8/src/python3/prepare_protocol.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=i686 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlcipher3.dbapi2" -I/usr/include/python3.8 -c src/python3/statement.c -o build/temp.linux-x86_64-3.8/src/python3/statement.o src/python3/statement.c: In function ‘pysqlite_statement_bind_parameter’: src/python3/statement.c:138:20: warning: assignment discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 138 | string = _PyUnicode_AsStringAndSize(parameter, &buflen); | ^ src/python3/statement.c:149:13: warning: ‘PyObject_AsCharBuffer’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 149 | if (PyObject_AsCharBuffer(parameter, &buffer, &buflen) != 0) { | ^~ In file included from /usr/include/python3.8/Python.h:147, from src/python3/statement.h:26, from src/python3/statement.c:24: /usr/include/python3.8/abstract.h:320:17: note: declared here 320 | PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=i686 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlcipher3.dbapi2" -I/usr/include/python3.8 -c src/python3/util.c -o build/temp.linux-x86_64-3.8/src/python3/util.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=i686 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O3 -pipe -fno-plt -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlcipher3.dbapi2" -I/usr/include/python3.8 -c src/python3/row.c -o build/temp.linux-x86_64-3.8/src/python3/row.o src/python3/row.c: In function ‘pysqlite_row_subscript’: src/python3/row.c:101:13: warning: assignment discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 101 | key = _PyUnicode_AsString(idx); | ^ src/python3/row.c:111:25: warning: assignment discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 111 | compare_key = _PyUnicode_AsString(obj); | ^ src/python3/row.c: In function ‘pysqlite_row_print’: src/python3/row.c:182:5: warning: ‘tp_print’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 182 | return (&PyTuple_Type)->tp_print(self->data, fp, flags); | ^~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python3/row.h:26, from src/python3/row.c:24: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/src/python3/module.o build/temp.linux-x86_64-3.8/src/python3/connection.o build/temp.linux-x86_64-3.8/src/python3/cursor.o build/temp.linux-x86_64-3.8/src/python3/cache.o build/temp.linux-x86_64-3.8/src/python3/microprotocols.o build/temp.linux-x86_64-3.8/src/python3/prepare_protocol.o build/temp.linux-x86_64-3.8/src/python3/statement.o build/temp.linux-x86_64-3.8/src/python3/util.o build/temp.linux-x86_64-3.8/src/python3/row.o -L/usr/lib -lsqlcipher -o build/lib.linux-x86_64-3.8/pysqlcipher3/_sqlite3.cpython-38-i386-linux-gnu.so ==> Entering fakeroot environment... ==> Starting package()... running install running build running build_py running build_ext Builds a C extension linking against libsqlcipher library running install_lib creating /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib creating /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8 creating /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages creating /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/_sqlite3.cpython-38-i386-linux-gnu.so -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/dbapi2.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3 creating /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/__init__.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test creating /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/sqlcipher.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/factory.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/hooks.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/userfunctions.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/regression.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/types.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/transactions.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/dump.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/__init__.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/test/python3/dbapi.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/dump.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3 copying build/lib.linux-x86_64-3.8/pysqlcipher3/__init__.py -> /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3 byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/dbapi2.py to dbapi2.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/__init__.py to __init__.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/sqlcipher.py to sqlcipher.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/factory.py to factory.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/hooks.py to hooks.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/userfunctions.py to userfunctions.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/regression.py to regression.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/types.py to types.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/transactions.py to transactions.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/dump.py to dump.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/__init__.py to __init__.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/test/python3/dbapi.py to dbapi.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/dump.py to dump.cpython-38.pyc byte-compiling /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/tmpz3gf3zoi.py' /usr/bin/python /tmp/tmpz3gf3zoi.py removing /tmp/tmpz3gf3zoi.py running install_egg_info running egg_info writing pysqlcipher3.egg-info/PKG-INFO writing dependency_links to pysqlcipher3.egg-info/dependency_links.txt writing top-level names to pysqlcipher3.egg-info/top_level.txt reading manifest file 'pysqlcipher3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'pysqlcipher3.egg-info/SOURCES.txt' Copying pysqlcipher3.egg-info to /build/python-pysqlcipher3/pkg/python-pysqlcipher3/usr/lib/python3.8/site-packages/pysqlcipher3-1.0.3-py3.8.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-pysqlcipher3"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-pysqlcipher3 1.0.3-1 (Sat 01 Aug 2020 10:37:04 PM EDT) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report :: util-linux optionally requires python: python bindings to libmount Packages (9) libnsl-1.2.0-2.0 python-3.8.5-1.0 python-appdirs-1.4.4-1.0 python-ordered-set-4.0.2-1.0 python-packaging-20.4-1.0 python-pyparsing-2.4.7-1.0 python-setuptools-1:49.2.0-1.0 python-six-1.15.0-1.0 sqlcipher-4.4.0-1.0 Total Removed Size: 81.09 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing sqlcipher... removing python-setuptools... removing python-packaging... removing python-six... removing python-pyparsing... removing python-ordered-set... removing python-appdirs... removing python... removing libnsl... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...