>>> py3-pycups: Building community/py3-pycups 2.0.1-r2 (using abuild 3.9.0-r0) started Fri, 17 Dec 2021 07:18:56 +0000 >>> py3-pycups: Checking sanity of /home/buildozer/aports/community/py3-pycups/APKBUILD... >>> py3-pycups: Analyzing dependencies... >>> py3-pycups: Installing for build: build-base python3 cups-dev py3-setuptools python3-dev (1/37) Installing libffi (3.4.2-r1) (2/37) Installing gdbm (1.22-r0) (3/37) Installing mpdecimal (2.5.1-r1) (4/37) Installing readline (8.1.1-r0) (5/37) Installing sqlite-libs (3.37.0-r0) (6/37) Installing python3 (3.10.1-r0) (7/37) Installing libgpg-error (1.42-r1) (8/37) Installing libgcrypt (1.9.4-r0) (9/37) Installing libgpg-error-dev (1.42-r1) (10/37) Installing libgcrypt-dev (1.9.4-r0) (11/37) Installing nettle (3.7.3-r0) (12/37) Installing p11-kit (0.24.0-r1) (13/37) Installing libtasn1 (4.18.0-r0) (14/37) Installing libunistring (0.9.10-r1) (15/37) Installing gnutls (3.7.1-r0) (16/37) Installing gnutls-c++ (3.7.1-r0) (17/37) Installing libgmpxx (6.2.1-r0) (18/37) Installing gmp-dev (6.2.1-r0) (19/37) Installing nettle-dev (3.7.3-r0) (20/37) Installing libtasn1-progs (4.18.0-r0) (21/37) Installing libtasn1-dev (4.18.0-r0) (22/37) Installing p11-kit-dev (0.24.0-r1) (23/37) Installing gnutls-dev (3.7.1-r0) (24/37) Installing zlib-dev (1.2.11-r3) (25/37) Installing dbus-libs (1.12.20-r4) (26/37) Installing libintl (0.21-r0) (27/37) Installing avahi-libs (0.8-r5) (28/37) Installing cups-libs (2.3.3-r4) (29/37) Installing cups-dev (2.3.3-r4) (30/37) Installing py3-ordered-set (4.0.2-r3) (31/37) Installing py3-appdirs (1.4.4-r3) (32/37) Installing py3-parsing (2.4.7-r3) (33/37) Installing py3-six (1.16.0-r1) (34/37) Installing py3-packaging (21.3-r0) (35/37) Installing py3-setuptools (52.0.0-r5) (36/37) Installing python3-dev (3.10.1-r0) (37/37) Installing .makedepends-py3-pycups (20211217.071858) Executing busybox-1.34.1-r5.trigger OK: 431 MiB in 140 packages >>> py3-pycups: Cleaning up srcdir >>> py3-pycups: Cleaning up pkgdir >>> py3-pycups: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycups-2.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62968 100 62968 0 0 779k 0 --:--:-- --:--:-- --:--:-- 788k >>> py3-pycups: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycups-2.0.1.tar.gz >>> py3-pycups: Checking sha512sums... pycups-2.0.1.tar.gz: OK >>> py3-pycups: Unpacking /var/cache/distfiles/edge/pycups-2.0.1.tar.gz... /home/buildozer/aports/community/py3-pycups/src/pycups-2.0.1/setup.py:37: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Extension running build running build_ext building 'cups' extension creating build creating build/temp.linux-i686-3.10 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DVERSION="2.0.1" -I/usr/include/python3.10 -c cupsconnection.c -o build/temp.linux-i686-3.10/cupsconnection.o cupsconnection.c: In function 'password_callback': cupsconnection.c:377:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 377 | result = PyEval_CallObject (tls->cups_password_callback, args); | ^~~~~~ In file included from /usr/include/python3.10/Python.h:130, from cupsconnection.h:25, from cupsconnection.c:22: /usr/include/python3.10/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cupsconnection.c: In function 'cups_dest_cb': cupsconnection.c:596:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 596 | result = PyEval_CallObject (context->cb, args); | ^~~~~~ In file included from /usr/include/python3.10/Python.h:130, from cupsconnection.h:25, from cupsconnection.c:22: /usr/include/python3.10/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cupsconnection.c: In function 'Connection_getServerPPD': cupsconnection.c:1196:3: warning: 'cupsGetServerPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1196 | filename = cupsGetServerPPD (self->http, ppd_name); | ^~~~~~~~ In file included from cupsppd.h:24, from cupsconnection.c:23: /usr/include/cups/ppd.h:361:26: note: declared here 361 | extern char *cupsGetServerPPD(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~~ cupsconnection.c: In function 'Connection_getPPD': cupsconnection.c:3704:3: warning: 'cupsGetPPD2' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 3704 | ppdfile = cupsGetPPD2 (self->http, printer); | ^~~~~~~ In file included from cupsppd.h:24, from cupsconnection.c:23: /usr/include/cups/ppd.h:359:26: note: declared here 359 | extern const char *cupsGetPPD2(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cupsconnection.c: In function 'Connection_getPPD3': cupsconnection.c:3773:3: warning: 'cupsGetPPD3' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 3773 | status = cupsGetPPD3 (self->http, printer, &modtime, | ^~~~~~ In file included from cupsppd.h:24, from cupsconnection.c:23: /usr/include/cups/ppd.h:360:25: note: declared here 360 | extern http_status_t cupsGetPPD3(http_t *http, const char *name, time_t *modtime, char *buffer, size_t bufsize) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cupsconnection.c:3809:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 3809 | debugprintf ("<- Connection_getPPD3() = (%d,%ld,%s)\n", | ~~^ | | | long int | %lld 3810 | status, modtime, fname); | ~~~~~~~ | | | time_t {aka long long int} cupsconnection.c: In function 'Connection_adminExportSamba': cupsconnection.c:3993:3: warning: 'cupsAdminCreateWindowsPPD' is deprecated [-Wdeprecated-declarations] 3993 | if (!cupsAdminCreateWindowsPPD(self->http, name, ppdfile, sizeof(ppdfile))) { | ^~ In file included from cupsmodule.h:27, from cupsconnection.h:28, from cupsconnection.c:22: /usr/include/cups/adminutil.h:63:18: note: declared here 63 | extern char *cupsAdminCreateWindowsPPD(http_t *http, const char *dest, | ^~~~~~~~~~~~~~~~~~~~~~~~~ cupsconnection.c:4002:3: warning: 'cupsAdminExportSamba' is deprecated [-Wdeprecated-declarations] 4002 | ret = cupsAdminExportSamba(name, ppdfile, server, user, password, tf); | ^~~ In file included from cupsmodule.h:27, from cupsconnection.h:28, from cupsconnection.c:22: /usr/include/cups/adminutil.h:58:17: note: declared here 58 | extern int cupsAdminExportSamba(const char *dest, const char *ppd, | ^~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DVERSION="2.0.1" -I/usr/include/python3.10 -c cupsipp.c -o build/temp.linux-i686-3.10/cupsipp.o cupsipp.c: In function 'cupsipp_iocb_read': cupsipp.c:574:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 574 | result = PyEval_CallObject (callable, args); | ^~~~~~ In file included from /usr/include/python3.10/Python.h:130, from cupsipp.h:24, from cupsipp.c:22: /usr/include/python3.10/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cupsipp.c: In function 'cupsipp_iocb_write': cupsipp.c:626:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 626 | result = PyEval_CallObject (callable, args); | ^~~~~~ In file included from /usr/include/python3.10/Python.h:130, from cupsipp.h:24, from cupsipp.c:22: /usr/include/python3.10/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DVERSION="2.0.1" -I/usr/include/python3.10 -c cupsmodule.c -o build/temp.linux-i686-3.10/cupsmodule.o cupsmodule.c: In function 'cups_ppdSetConformance': cupsmodule.c:378:3: warning: 'ppdSetConformance' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 378 | ppdSetConformance (level); | ^~~~~~~~~~~~~~~~~ In file included from cupsppd.h:24, from cupsmodule.c:35: /usr/include/cups/ppd.h:406:25: note: declared here 406 | extern void ppdSetConformance(ppd_conform_t c) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DVERSION="2.0.1" -I/usr/include/python3.10 -c cupsppd.c -o build/temp.linux-i686-3.10/cupsppd.o cupsppd.c: In function 'PPD_init': cupsppd.c:231:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 231 | self->ppd = ppdOpenFile (filename); | ^~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:389:26: note: declared here 389 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cupsppd.c: In function 'PPD_dealloc': cupsppd.c:254:5: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 254 | ppdClose (self->ppd); | ^~~~~~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:364:25: note: declared here 364 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~ cupsppd.c: In function 'PPD_localize': cupsppd.c:270:3: warning: 'ppdLocalize' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 270 | if (!ppdLocalize (self->ppd)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:434:25: note: declared here 434 | extern int ppdLocalize(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cupsppd.c: In function 'PPD_localizeIPPReason': cupsppd.c:301:3: warning: 'ppdLocalizeIPPReason' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 301 | if (ppdLocalizeIPPReason (self->ppd, reason, scheme, buffer, bufsize)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:438:26: note: declared here 438 | extern const char *ppdLocalizeIPPReason(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_localizeMarkerName': cupsppd.c:329:3: warning: 'ppdLocalizeMarkerName' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 329 | lname = ppdLocalizeMarkerName (self->ppd, name); | ^~~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:461:26: note: declared here 461 | extern const char *ppdLocalizeMarkerName(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_markDefaults': cupsppd.c:345:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 345 | ppdMarkDefaults (self->ppd); | ^~~~~~~~~~~~~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:384:25: note: declared here 384 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_markOption': cupsppd.c:372:3: warning: 'ppdMarkOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 372 | conflicts = ppdMarkOption (self->ppd, encname, encvalue); | ^~~~~~~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:385:25: note: declared here 385 | extern int ppdMarkOption(ppd_file_t *ppd, const char *keyword, | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_conflicts': cupsppd.c:381:3: warning: 'ppdConflicts' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 381 | return PyLong_FromLong (ppdConflicts (self->ppd)); | ^~~~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:367:25: note: declared here 367 | extern int ppdConflicts(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~ cupsppd.c: In function 'PPD_findOption': cupsppd.c:398:3: warning: 'ppdFindOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 398 | opt = ppdFindOption (self->ppd, option); | ^~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:380:26: note: declared here 380 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword) | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_findAttr': cupsppd.c:442:3: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 442 | attr = ppdFindAttr (self->ppd, name, spec); | ^~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:399:26: note: declared here 399 | extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~ cupsppd.c: In function 'PPD_findNextAttr': cupsppd.c:488:3: warning: 'ppdFindNextAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 488 | attr = ppdFindNextAttr (self->ppd, name, spec); | ^~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:401:26: note: declared here 401 | extern ppd_attr_t *ppdFindNextAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emitString': cupsppd.c:599:3: warning: 'ppdEmitString' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 599 | emitted = ppdEmitString(self->ppd, section, min_order); | ^~~~~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:422:26: note: declared here 422 | extern char *ppdEmitString(ppd_file_t *ppd, ppd_section_t section, | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emit': cupsppd.c:630:3: warning: 'ppdEmit' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 630 | if (!ppdEmit(self->ppd, f, section)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:368:25: note: declared here 368 | extern int ppdEmit(ppd_file_t *ppd, FILE *fp, | ^~~~~~~ cupsppd.c: In function 'PPD_emitAfterOrder': cupsppd.c:656:3: warning: 'ppdEmitAfterOrder' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 656 | if (!ppdEmitAfterOrder(self->ppd, f, section, limit, min_order)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:417:25: note: declared here 417 | extern int ppdEmitAfterOrder(ppd_file_t *ppd, FILE *fp, | ^~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emitFd': cupsppd.c:674:3: warning: 'ppdEmitFd' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 674 | if (!ppdEmitFd(self->ppd, f, section)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:370:25: note: declared here 370 | extern int ppdEmitFd(ppd_file_t *ppd, int fd, | ^~~~~~~~~ cupsppd.c: In function 'PPD_emitJCL': cupsppd.c:710:3: warning: 'ppdEmitJCL' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 710 | if (!ppdEmitJCL(self->ppd, f, job_id, user, title)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:372:25: note: declared here 372 | extern int ppdEmitJCL(ppd_file_t *ppd, FILE *fp, int job_id, | ^~~~~~~~~~ cupsppd.c: In function 'PPD_emitJCLEnd': cupsppd.c:736:3: warning: 'ppdEmitJCLEnd' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 736 | if (!ppdEmitJCLEnd(self->ppd, f)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:420:25: note: declared here 420 | extern int ppdEmitJCLEnd(ppd_file_t *ppd, FILE *fp) | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_writeFd': cupsppd.c:777:7: warning: 'ppdFindMarkedChoice' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 777 | choice = ppdFindMarkedChoice (self->ppd, keyword); | ^~~~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:377:26: note: declared here 377 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ cupsppd.c:784:9: warning: 'ppdFindMarkedChoice' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 784 | choice = ppdFindMarkedChoice (self->ppd, "PageSize"); | ^~~~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:377:26: note: declared here 377 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ creating build/lib.linux-i686-3.10 gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.10/cupsconnection.o build/temp.linux-i686-3.10/cupsipp.o build/temp.linux-i686-3.10/cupsmodule.o build/temp.linux-i686-3.10/cupsppd.o -L/usr/lib -lcups -o build/lib.linux-i686-3.10/cups.cpython-310-i386-linux-gnu.so >>> py3-pycups: Entering fakeroot... /home/buildozer/aports/community/py3-pycups/src/pycups-2.0.1/setup.py:37: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Extension running install running build running build_ext running install_lib creating /home/buildozer/aports/community/py3-pycups/pkg creating /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups creating /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups/usr creating /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups/usr/lib creating /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups/usr/lib/python3.10/site-packages copying build/lib.linux-i686-3.10/cups.cpython-310-i386-linux-gnu.so -> /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups/usr/lib/python3.10/site-packages running install_egg_info Writing /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups/usr/lib/python3.10/site-packages/pycups-2.0.1-py3.10.egg-info >>> py3-pycups*: Running postcheck for py3-pycups >>> py3-pycups*: Preparing package py3-pycups... >>> py3-pycups*: Stripping binaries >>> py3-pycups*: Scanning shared objects >>> py3-pycups*: Tracing dependencies... python3 so:libc.musl-x86.so.1 so:libcups.so.2 >>> py3-pycups*: Package size: 212.0 KB >>> py3-pycups*: Compressing data... >>> py3-pycups*: Create checksum... >>> py3-pycups*: Create py3-pycups-2.0.1-r2.apk >>> py3-pycups: Build complete at Fri, 17 Dec 2021 07:19:06 +0000 elapsed time 0h 0m 10s >>> py3-pycups: Cleaning up srcdir >>> py3-pycups: Cleaning up pkgdir >>> py3-pycups: Uninstalling dependencies... (1/37) Purging .makedepends-py3-pycups (20211217.071858) (2/37) Purging cups-dev (2.3.3-r4) (3/37) Purging libgcrypt-dev (1.9.4-r0) (4/37) Purging gnutls-dev (3.7.1-r0) (5/37) Purging gnutls-c++ (3.7.1-r0) (6/37) Purging zlib-dev (1.2.11-r3) (7/37) Purging cups-libs (2.3.3-r4) (8/37) Purging py3-setuptools (52.0.0-r5) (9/37) Purging py3-ordered-set (4.0.2-r3) (10/37) Purging py3-appdirs (1.4.4-r3) (11/37) Purging py3-packaging (21.3-r0) (12/37) Purging py3-parsing (2.4.7-r3) (13/37) Purging py3-six (1.16.0-r1) (14/37) Purging python3-dev (3.10.1-r0) (15/37) Purging python3 (3.10.1-r0) (16/37) Purging p11-kit-dev (0.24.0-r1) (17/37) Purging gnutls (3.7.1-r0) (18/37) Purging p11-kit (0.24.0-r1) (19/37) Purging libffi (3.4.2-r1) (20/37) Purging gdbm (1.22-r0) (21/37) Purging mpdecimal (2.5.1-r1) (22/37) Purging readline (8.1.1-r0) (23/37) Purging sqlite-libs (3.37.0-r0) (24/37) Purging libgpg-error-dev (1.42-r1) (25/37) Purging libgcrypt (1.9.4-r0) (26/37) Purging libgpg-error (1.42-r1) (27/37) Purging nettle-dev (3.7.3-r0) (28/37) Purging gmp-dev (6.2.1-r0) (29/37) Purging libgmpxx (6.2.1-r0) (30/37) Purging nettle (3.7.3-r0) (31/37) Purging libtasn1-dev (4.18.0-r0) (32/37) Purging libtasn1-progs (4.18.0-r0) (33/37) Purging libtasn1 (4.18.0-r0) (34/37) Purging libunistring (0.9.10-r1) (35/37) Purging avahi-libs (0.8-r5) (36/37) Purging dbus-libs (1.12.20-r4) (37/37) Purging libintl (0.21-r0) Executing busybox-1.34.1-r5.trigger OK: 335 MiB in 103 packages >>> py3-pycups: Updating the community/x86 repository index... >>> py3-pycups: Signing the index...