>>> py3-pycups: Building community/py3-pycups 2.0.1-r1 (using abuild 3.9.0_rc2-r1) started Wed, 20 Oct 2021 12:54:25 +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/39) Installing libbz2 (1.0.8-r1) (2/39) Installing libffi (3.4.2-r1) (3/39) Installing gdbm (1.20-r2) (4/39) Installing xz-libs (5.2.5-r0) (5/39) Installing mpdecimal (2.5.1-r1) (6/39) Installing readline (8.1.1-r0) (7/39) Installing sqlite-libs (3.36.0-r0) (8/39) Installing python3 (3.9.7-r3) (9/39) Installing libgpg-error (1.42-r1) (10/39) Installing libgcrypt (1.9.4-r0) (11/39) Installing libgpg-error-dev (1.42-r1) (12/39) Installing libgcrypt-dev (1.9.4-r0) (13/39) Installing nettle (3.7.3-r0) (14/39) Installing p11-kit (0.24.0-r1) (15/39) Installing libtasn1 (4.17.0-r0) (16/39) Installing libunistring (0.9.10-r1) (17/39) Installing gnutls (3.7.1-r0) (18/39) Installing gnutls-c++ (3.7.1-r0) (19/39) Installing libgmpxx (6.2.1-r0) (20/39) Installing gmp-dev (6.2.1-r0) (21/39) Installing nettle-dev (3.7.3-r0) (22/39) Installing libtasn1-progs (4.17.0-r0) (23/39) Installing libtasn1-dev (4.17.0-r0) (24/39) Installing p11-kit-dev (0.24.0-r1) (25/39) Installing gnutls-dev (3.7.1-r0) (26/39) Installing zlib-dev (1.2.11-r3) (27/39) Installing dbus-libs (1.12.20-r2) (28/39) Installing libintl (0.21-r0) (29/39) Installing avahi-libs (0.8-r5) (30/39) Installing cups-libs (2.3.3-r4) (31/39) Installing cups-dev (2.3.3-r4) (32/39) Installing py3-ordered-set (4.0.2-r2) (33/39) Installing py3-appdirs (1.4.4-r2) (34/39) Installing py3-parsing (2.4.7-r2) (35/39) Installing py3-six (1.16.0-r0) (36/39) Installing py3-packaging (20.9-r1) (37/39) Installing py3-setuptools (52.0.0-r4) (38/39) Installing python3-dev (3.9.7-r3) (39/39) Installing .makedepends-py3-pycups (20211020.125433) Executing busybox-1.34.1-r1.trigger OK: 410 MiB in 128 packages >>> py3-pycups: Cleaning up srcdir >>> py3-pycups: Cleaning up pkgdir >>> py3-pycups: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pycups: Fetching https://pypi.python.org/packages/source/p/pycups/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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 122 100 122 0 0 1740 0 --:--:-- --:--:-- --:--:-- 1742 100 272 100 272 0 0 1280 0 --:--:-- --:--:-- --:--:-- 1280 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62968 100 62968 0 0 163k 0 --:--:-- --:--:-- --:--:-- 163k >>> py3-pycups: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pycups-2.0.1.tar.gz >>> py3-pycups: Checking sha512sums... pycups-2.0.1.tar.gz: OK >>> py3-pycups: Unpacking /var/cache/distfiles/v3.15/pycups-2.0.1.tar.gz... running build running build_ext building 'cups' extension creating build creating build/temp.linux-i686-3.9 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DVERSION="2.0.1" -I/usr/include/python3.9 -c cupsconnection.c -o build/temp.linux-i686-3.9/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.9/Python.h:154, from cupsconnection.h:25, from cupsconnection.c:22: /usr/include/python3.9/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.9/Python.h:154, from cupsconnection.h:25, from cupsconnection.c:22: /usr/include/python3.9/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:15: 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:20: 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:22: 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:14: 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:12: 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 -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DVERSION="2.0.1" -I/usr/include/python3.9 -c cupsipp.c -o build/temp.linux-i686-3.9/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.9/Python.h:154, from cupsipp.h:24, from cupsipp.c:22: /usr/include/python3.9/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.9/Python.h:154, from cupsipp.h:24, from cupsipp.c:22: /usr/include/python3.9/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 -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DVERSION="2.0.1" -I/usr/include/python3.9 -c cupsmodule.c -o build/temp.linux-i686-3.9/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:14: 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 -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DVERSION="2.0.1" -I/usr/include/python3.9 -c cupsppd.c -o build/temp.linux-i686-3.9/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:20: 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:14: 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:13: 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:20: 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:20: 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:14: 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:13: 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:13: 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:22: 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:20: 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:20: 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:15: 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:13: 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:13: 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:13: 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:13: 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:13: 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:22: note: declared here 377 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ cupsppd.c:784:2: 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:22: note: declared here 377 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ creating build/lib.linux-i686-3.9 gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.9/cupsconnection.o build/temp.linux-i686-3.9/cupsipp.o build/temp.linux-i686-3.9/cupsmodule.o build/temp.linux-i686-3.9/cupsppd.o -L/usr/lib -lcups -o build/lib.linux-i686-3.9/cups.cpython-39-i386-linux-musl.so >>> py3-pycups: Entering fakeroot... 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.9 creating /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups/usr/lib/python3.9/site-packages copying build/lib.linux-i686-3.9/cups.cpython-39-i386-linux-musl.so -> /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups/usr/lib/python3.9/site-packages running install_egg_info Writing /home/buildozer/aports/community/py3-pycups/pkg/py3-pycups/usr/lib/python3.9/site-packages/pycups-2.0.1-py3.9.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-r1.apk >>> py3-pycups: Build complete at Wed, 20 Oct 2021 12:54:42 +0000 elapsed time 0h 0m 17s >>> py3-pycups: Cleaning up srcdir >>> py3-pycups: Cleaning up pkgdir >>> py3-pycups: Uninstalling dependencies... (1/39) Purging .makedepends-py3-pycups (20211020.125433) (2/39) Purging cups-dev (2.3.3-r4) (3/39) Purging libgcrypt-dev (1.9.4-r0) (4/39) Purging gnutls-dev (3.7.1-r0) (5/39) Purging gnutls-c++ (3.7.1-r0) (6/39) Purging zlib-dev (1.2.11-r3) (7/39) Purging cups-libs (2.3.3-r4) (8/39) Purging py3-setuptools (52.0.0-r4) (9/39) Purging py3-ordered-set (4.0.2-r2) (10/39) Purging py3-appdirs (1.4.4-r2) (11/39) Purging py3-packaging (20.9-r1) (12/39) Purging py3-parsing (2.4.7-r2) (13/39) Purging py3-six (1.16.0-r0) (14/39) Purging python3-dev (3.9.7-r3) (15/39) Purging python3 (3.9.7-r3) (16/39) Purging libbz2 (1.0.8-r1) (17/39) Purging p11-kit-dev (0.24.0-r1) (18/39) Purging gnutls (3.7.1-r0) (19/39) Purging p11-kit (0.24.0-r1) (20/39) Purging libffi (3.4.2-r1) (21/39) Purging gdbm (1.20-r2) (22/39) Purging xz-libs (5.2.5-r0) (23/39) Purging mpdecimal (2.5.1-r1) (24/39) Purging readline (8.1.1-r0) (25/39) Purging sqlite-libs (3.36.0-r0) (26/39) Purging libgpg-error-dev (1.42-r1) (27/39) Purging libgcrypt (1.9.4-r0) (28/39) Purging libgpg-error (1.42-r1) (29/39) Purging nettle-dev (3.7.3-r0) (30/39) Purging gmp-dev (6.2.1-r0) (31/39) Purging libgmpxx (6.2.1-r0) (32/39) Purging nettle (3.7.3-r0) (33/39) Purging libtasn1-dev (4.17.0-r0) (34/39) Purging libtasn1-progs (4.17.0-r0) (35/39) Purging libtasn1 (4.17.0-r0) (36/39) Purging libunistring (0.9.10-r1) (37/39) Purging avahi-libs (0.8-r5) (38/39) Purging dbus-libs (1.12.20-r2) (39/39) Purging libintl (0.21-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-pycups: Updating the community/x86 repository index... >>> py3-pycups: Signing the index...