>>> py3-pyscard: Building community/py3-pyscard 2.0.3-r0 (using abuild 3.9.0-r2) started Fri, 01 Jul 2022 02:51:54 +0000 >>> py3-pyscard: Checking sanity of /home/buildozer/aports/community/py3-pyscard/APKBUILD... >>> py3-pyscard: Analyzing dependencies... >>> py3-pyscard: Installing for build: build-base pcsc-lite python3-dev py3-setuptools swig pcsc-lite-dev (1/34) Installing eudev-libs (3.2.11-r0) (2/34) Installing pcsc-lite (1.9.8-r0) Executing pcsc-lite-1.9.8-r0.pre-install (3/34) Installing libffi (3.4.2-r1) (4/34) Installing gdbm (1.23-r0) (5/34) Installing mpdecimal (2.5.1-r1) (6/34) Installing readline (8.1.2-r0) (7/34) Installing sqlite-libs (3.39.0-r0) (8/34) Installing python3 (3.10.5-r0) (9/34) Installing python3-dev (3.10.5-r0) (10/34) Installing py3-appdirs (1.4.4-r3) (11/34) Installing py3-more-itertools (8.13.0-r0) (12/34) Installing py3-ordered-set (4.0.2-r3) (13/34) Installing py3-parsing (2.4.7-r3) (14/34) Installing py3-six (1.16.0-r1) (15/34) Installing py3-packaging (21.3-r0) (16/34) Installing py3-setuptools (59.4.0-r0) (17/34) Installing gc (8.2.0-r0) (18/34) Installing libunistring (1.0-r0) (19/34) Installing guile-libs (3.0.8-r0) (20/34) Installing guile (3.0.8-r0) (21/34) Installing pcre (8.45-r2) (22/34) Installing swig (4.0.2-r6) (23/34) Installing pcsc-lite-libs (1.9.8-r0) (24/34) Installing udev-init-scripts (35-r0) Executing udev-init-scripts-35-r0.post-install (25/34) Installing libblkid (2.38-r2) (26/34) Installing kmod-libs (29-r2) (27/34) Installing eudev (3.2.11-r0) (28/34) Installing eudev-dev (3.2.11-r0) (29/34) Installing pcsc-lite-spy-libs (1.9.8-r0) (30/34) Installing pcsc-lite-dev (1.9.8-r0) (31/34) Installing .makedepends-py3-pyscard (20220701.025154) (32/34) Installing pcsc-lite-openrc (1.9.8-r0) (33/34) Installing udev-init-scripts-openrc (35-r0) (34/34) Installing eudev-openrc (3.2.11-r0) Executing busybox-1.35.0-r17.trigger Executing eudev-3.2.11-r0.trigger OK: 405 MiB in 134 packages >>> py3-pyscard: Cleaning up srcdir >>> py3-pyscard: Cleaning up pkgdir >>> py3-pyscard: Fetching https://distfiles.alpinelinux.org/distfiles/edge//pyscard-2.0.3.tar.gz >>> py3-pyscard: Fetching https://distfiles.alpinelinux.org/distfiles/edge//pyscard-2.0.3.tar.gz >>> py3-pyscard: Checking sha512sums... pyscard-2.0.3.tar.gz: OK >>> py3-pyscard: Unpacking /var/cache/distfiles/edge//pyscard-2.0.3.tar.gz... /home/buildozer/aports/community/py3-pyscard/src/pyscard-2.0.3/setup.py:28: 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.util import get_platform running build running build_py running build_ext building 'smartcard.scard._scard' extension swigging smartcard/scard/scard.i to smartcard/scard/scard_wrap.c swig -python -outdir smartcard/scard -DPCSCLITE -o smartcard/scard/scard_wrap.c smartcard/scard/scard.i creating build creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/smartcard creating build/temp.linux-armv8l-3.10/smartcard/scard 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 -DVER_PRODUCTVERSION=2,0,3,0000 -DVER_PRODUCTVERSION_STR=2.0.3 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/python3.10 -c smartcard/scard/helpers.c -o build/temp.linux-armv8l-3.10/smartcard/scard/helpers.o -I/usr/include/PCSC -pthread 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 -DVER_PRODUCTVERSION=2,0,3,0000 -DVER_PRODUCTVERSION_STR=2.0.3 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/python3.10 -c smartcard/scard/scard_wrap.c -o build/temp.linux-armv8l-3.10/smartcard/scard/scard_wrap.o -I/usr/include/PCSC -pthread smartcard/scard/scard_wrap.c: In function '_wrap_SCardGetAttrib': smartcard/scard/scard_wrap.c:3744:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 3744 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardSetAttrib': smartcard/scard/scard_wrap.c:3806:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 3806 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardControl': smartcard/scard/scard_wrap.c:3877:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 3877 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardConnect': smartcard/scard/scard_wrap.c:4043:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4043 | if (-1 == arg3) | ^~ smartcard/scard/scard_wrap.c:4048:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4048 | if (-1 == arg4) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardDisconnect': smartcard/scard/scard_wrap.c:4088:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4088 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardEndTransaction': smartcard/scard/scard_wrap.c:4120:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4120 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardEstablishContext': smartcard/scard/scard_wrap.c:4152:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4152 | if (-1 == arg1) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardGetStatusChange': smartcard/scard/scard_wrap.c:4188:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4188 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardReconnect': smartcard/scard/scard_wrap.c:4520:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4520 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c:4525:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4525 | if (-1 == arg3) | ^~ smartcard/scard/scard_wrap.c:4530:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4530 | if (-1 == arg4) | ^~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/scard_wrap.c: In function '_wrap_SCardTransmit': smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp4' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4773:9: note: in expansion of macro 'mem_Free' 4773 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4715:12: note: declared here 4715 | BYTELIST temp4 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp4' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4801:9: note: in expansion of macro 'mem_Free' 4801 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4715:12: note: declared here 4715 | BYTELIST temp4 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/scard_wrap.c: In function '_wrap_SCardStatus': smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp5' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4663:9: note: in expansion of macro 'mem_Free' 4663 | mem_Free( arg5 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4587:12: note: declared here 4587 | BYTELIST temp5 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp5' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4699:9: note: in expansion of macro 'mem_Free' 4699 | mem_Free( arg5 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4587:12: note: declared here 4587 | BYTELIST temp5 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/scard_wrap.c: In function '_wrap_SCardControl': smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp4' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:3918:9: note: in expansion of macro 'mem_Free' 3918 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:3860:12: note: declared here 3860 | BYTELIST temp4 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp4' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:3946:9: note: in expansion of macro 'mem_Free' 3946 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:3860:12: note: declared here 3860 | BYTELIST temp4 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/scard_wrap.c: In function '_wrap_SCardGetAttrib': smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp3' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:3767:9: note: in expansion of macro 'mem_Free' 3767 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:3727:12: note: declared here 3727 | BYTELIST temp3 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp3' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:3782:9: note: in expansion of macro 'mem_Free' 3782 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:3727:12: note: declared here 3727 | BYTELIST temp3 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/scard_wrap.c: In function '_wrap_SCardListReaderGroups': smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp2' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4461:9: note: in expansion of macro 'mem_Free' 4461 | mem_Free( arg2 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4412:14: note: declared here 4412 | STRINGLIST temp2 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp2' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4490:9: note: in expansion of macro 'mem_Free' 4490 | mem_Free( arg2 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4412:14: note: declared here 4412 | STRINGLIST temp2 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/scard_wrap.c: In function '_wrap_SCardListReaders': smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp3' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4344:9: note: in expansion of macro 'mem_Free' 4344 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4264:14: note: declared here 4264 | STRINGLIST temp3 ; | ^~~~~ In file included from smartcard/scard/scard_wrap.c:2747: smartcard/scard/memlog.h:50:26: warning: 'free' called on unallocated object 'temp3' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4400:9: note: in expansion of macro 'mem_Free' 4400 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4264:14: note: declared here 4264 | STRINGLIST temp3 ; | ^~~~~ 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 -DVER_PRODUCTVERSION=2,0,3,0000 -DVER_PRODUCTVERSION_STR=2.0.3 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/python3.10 -c smartcard/scard/winscarddll.c -o build/temp.linux-armv8l-3.10/smartcard/scard/winscarddll.o -I/usr/include/PCSC -pthread creating build/lib.linux-armv8l-3.10 creating build/lib.linux-armv8l-3.10/smartcard creating build/lib.linux-armv8l-3.10/smartcard/scard 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-armv8l-3.10/smartcard/scard/helpers.o build/temp.linux-armv8l-3.10/smartcard/scard/scard_wrap.o build/temp.linux-armv8l-3.10/smartcard/scard/winscarddll.o -L/usr/lib -o build/lib.linux-armv8l-3.10/smartcard/scard/_scard.cpython-310-arm-linux-gnueabihf.so copying ./smartcard/Session.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/CardNames.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/Exceptions.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/ExclusiveTransmitCardConnection.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/CardType.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/ulist.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/CardConnectionDecorator.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/CardConnectionEvent.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/System.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/Observer.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/ReaderMonitoring.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/guid.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/PassThruCardService.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/Synchronization.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/ClassLoader.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/ExclusiveConnectCardConnection.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/AbstractCardRequest.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/__init__.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/Card.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/CardConnection.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/CardService.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/CardMonitoring.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/ATR.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/CardRequest.py -> build/lib.linux-armv8l-3.10/smartcard copying ./smartcard/CardConnectionObserver.py -> build/lib.linux-armv8l-3.10/smartcard creating build/lib.linux-armv8l-3.10/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardRequest.py -> build/lib.linux-armv8l-3.10/smartcard/pcsc copying ./smartcard/pcsc/PCSCContext.py -> build/lib.linux-armv8l-3.10/smartcard/pcsc copying ./smartcard/pcsc/PCSCPart10.py -> build/lib.linux-armv8l-3.10/smartcard/pcsc copying ./smartcard/pcsc/__init__.py -> build/lib.linux-armv8l-3.10/smartcard/pcsc copying ./smartcard/pcsc/PCSCReader.py -> build/lib.linux-armv8l-3.10/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardConnection.py -> build/lib.linux-armv8l-3.10/smartcard/pcsc copying ./smartcard/pcsc/PCSCExceptions.py -> build/lib.linux-armv8l-3.10/smartcard/pcsc copying ./smartcard/pcsc/PCSCReaderGroups.py -> build/lib.linux-armv8l-3.10/smartcard/pcsc creating build/lib.linux-armv8l-3.10/smartcard/pyro copying ./smartcard/pyro/PyroReader.py -> build/lib.linux-armv8l-3.10/smartcard/pyro copying ./smartcard/pyro/__init__.py -> build/lib.linux-armv8l-3.10/smartcard/pyro creating build/lib.linux-armv8l-3.10/smartcard/reader copying ./smartcard/reader/ReaderGroups.py -> build/lib.linux-armv8l-3.10/smartcard/reader copying ./smartcard/reader/ReaderFactory.py -> build/lib.linux-armv8l-3.10/smartcard/reader copying ./smartcard/reader/__init__.py -> build/lib.linux-armv8l-3.10/smartcard/reader copying ./smartcard/reader/Reader.py -> build/lib.linux-armv8l-3.10/smartcard/reader copying ./smartcard/scard/scard.py -> build/lib.linux-armv8l-3.10/smartcard/scard copying ./smartcard/scard/__init__.py -> build/lib.linux-armv8l-3.10/smartcard/scard creating build/lib.linux-armv8l-3.10/smartcard/sw copying ./smartcard/sw/ErrorChecker.py -> build/lib.linux-armv8l-3.10/smartcard/sw copying ./smartcard/sw/ISO7816_4ErrorChecker.py -> build/lib.linux-armv8l-3.10/smartcard/sw copying ./smartcard/sw/ISO7816_9ErrorChecker.py -> build/lib.linux-armv8l-3.10/smartcard/sw copying ./smartcard/sw/op21_ErrorChecker.py -> build/lib.linux-armv8l-3.10/smartcard/sw copying ./smartcard/sw/ErrorCheckingChain.py -> build/lib.linux-armv8l-3.10/smartcard/sw copying ./smartcard/sw/__init__.py -> build/lib.linux-armv8l-3.10/smartcard/sw copying ./smartcard/sw/SWExceptions.py -> build/lib.linux-armv8l-3.10/smartcard/sw copying ./smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> build/lib.linux-armv8l-3.10/smartcard/sw copying ./smartcard/sw/ISO7816_8ErrorChecker.py -> build/lib.linux-armv8l-3.10/smartcard/sw creating build/lib.linux-armv8l-3.10/smartcard/util copying ./smartcard/util/__init__.py -> build/lib.linux-armv8l-3.10/smartcard/util creating build/lib.linux-armv8l-3.10/smartcard/wx copying ./smartcard/wx/SimpleSCardAppFrame.py -> build/lib.linux-armv8l-3.10/smartcard/wx copying ./smartcard/wx/SimpleSCardApp.py -> build/lib.linux-armv8l-3.10/smartcard/wx copying ./smartcard/wx/APDUTracerPanel.py -> build/lib.linux-armv8l-3.10/smartcard/wx copying ./smartcard/wx/__init__.py -> build/lib.linux-armv8l-3.10/smartcard/wx copying ./smartcard/wx/ReaderToolbar.py -> build/lib.linux-armv8l-3.10/smartcard/wx copying ./smartcard/wx/CardAndReaderTreePanel.py -> build/lib.linux-armv8l-3.10/smartcard/wx copying ./smartcard/wx/APDUHexValidator.py -> build/lib.linux-armv8l-3.10/smartcard/wx copying ./smartcard/wx/SimpleSCardAppEventObserver.py -> build/lib.linux-armv8l-3.10/smartcard/wx creating build/lib.linux-armv8l-3.10/smartcard/wx/resources copying ./smartcard/wx/resources/smartcard.ico -> build/lib.linux-armv8l-3.10/smartcard/wx/resources copying ./smartcard/wx/resources/reader.ico -> build/lib.linux-armv8l-3.10/smartcard/wx/resources /home/buildozer/aports/community/py3-pyscard/src/pyscard-2.0.3/setup.py:28: 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.util import get_platform running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing pyscard.egg-info/PKG-INFO writing dependency_links to pyscard.egg-info/dependency_links.txt writing requirements to pyscard.egg-info/requires.txt writing top-level names to pyscard.egg-info/top_level.txt reading manifest file 'pyscard.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching '*.html' under directory 'smartcard/doc' warning: no files found matching '*.css' under directory 'smartcard/doc' warning: no files found matching '*.js' under directory 'smartcard/doc' warning: no files found matching '*.txt' under directory 'smartcard/doc' adding license file 'LICENSE' writing manifest file 'pyscard.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-armv8l-3.10/smartcard/scard/_scard.cpython-310-arm-linux-gnueabihf.so -> ./smartcard/scard test_AddReaderToGroupException (test.test_PCSCExceptions.TestUtil) ... ok test_EstablishContextException (test.test_PCSCExceptions.TestUtil) ... ok test_IntroduceReaderException (test.test_PCSCExceptions.TestUtil) ... ok test_ListReadersException (test.test_PCSCExceptions.TestUtil) ... ok test_ReleaseContextException (test.test_PCSCExceptions.TestUtil) ... ok test_RemoveReaderFromGroupException (test.test_PCSCExceptions.TestUtil) ... ok test_CardConnectionException (test.test_Exceptions.TestUtil) ... ok test_Exceptions (test.test_Exceptions.TestUtil) ... ok test_InvalidReaderException (test.test_Exceptions.TestUtil) ... ok test_ListReadersException (test.test_Exceptions.TestUtil) ... ok test_NoReadersException (test.test_Exceptions.TestUtil) ... ok test_hresult (test.test_Exceptions.TestUtil) ... ok test_SCardGetErrorMessage (test.test_SCardGetErrorMessage.TestError) ... ok test_BinStringToHexList (test.test_util.TestUtil) ... ok test_HexListToBinString (test.test_util.TestUtil) ... ok test_bs2hl (test.test_util.TestUtil) ... ok test_hl2bs (test.test_util.TestUtil) ... ok test_padd (test.test_util.TestUtil) ... ok test_toASCIIBytes (test.test_util.TestUtil) ... ok test_toASCIIString (test.test_util.TestUtil) ... ok test_toBytes (test.test_util.TestUtil) ... ok test_toGSM3_38Bytes (test.test_util.TestUtil) ... ok test_toHexString (test.test_util.TestUtil) ... ok test_ATR1 (test.test_ATR.TestUtil) ... ok test_ATR2 (test.test_ATR.TestUtil) ... ok test_ATR3 (test.test_ATR.TestUtil) ... ok test_ATR4 (test.test_ATR.TestUtil) ... ok test_ATR5 (test.test_ATR.TestUtil) ... ok test_ATR6 (test.test_ATR.TestUtil) ... ok test_ATR_TS (test.test_ATR.TestUtil) ... ok test_ATR_get (test.test_ATR.TestUtil) ... ok ---------------------------------------------------------------------- Ran 31 tests in 0.003s OK Failed to list readers: Unknown error: 0x00000042 (0x00000042) Failed to list readers: Unkown error: 0x00000042 (0x00000042) >>> py3-pyscard: Entering fakeroot... /home/buildozer/aports/community/py3-pyscard/src/pyscard-2.0.3/setup.py:28: 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.util import get_platform running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildozer/aports/community/py3-pyscard/pkg creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/Session.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/CardNames.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/Exceptions.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/ExclusiveTransmitCardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/CardType.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/ulist.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/CardConnectionDecorator.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/CardConnectionEvent.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx copying build/lib.linux-armv8l-3.10/smartcard/wx/SimpleSCardAppFrame.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx copying build/lib.linux-armv8l-3.10/smartcard/wx/SimpleSCardApp.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx copying build/lib.linux-armv8l-3.10/smartcard/wx/APDUTracerPanel.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx copying build/lib.linux-armv8l-3.10/smartcard/wx/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/resources copying build/lib.linux-armv8l-3.10/smartcard/wx/resources/smartcard.ico -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/resources copying build/lib.linux-armv8l-3.10/smartcard/wx/resources/reader.ico -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/resources copying build/lib.linux-armv8l-3.10/smartcard/wx/ReaderToolbar.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx copying build/lib.linux-armv8l-3.10/smartcard/wx/CardAndReaderTreePanel.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx copying build/lib.linux-armv8l-3.10/smartcard/wx/APDUHexValidator.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx copying build/lib.linux-armv8l-3.10/smartcard/wx/SimpleSCardAppEventObserver.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx copying build/lib.linux-armv8l-3.10/smartcard/System.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/scard copying build/lib.linux-armv8l-3.10/smartcard/scard/_scard.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/scard copying build/lib.linux-armv8l-3.10/smartcard/scard/scard.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/scard copying build/lib.linux-armv8l-3.10/smartcard/scard/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/scard copying build/lib.linux-armv8l-3.10/smartcard/Observer.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/ReaderMonitoring.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/guid.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/PassThruCardService.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/Synchronization.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/ClassLoader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/ExclusiveConnectCardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/AbstractCardRequest.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/Card.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/CardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/CardService.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/sw/ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/sw/ISO7816_4ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/sw/ISO7816_9ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/sw/op21_ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/sw/ErrorCheckingChain.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/sw/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/sw/SWExceptions.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/sw/ISO7816_8ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw copying build/lib.linux-armv8l-3.10/smartcard/CardMonitoring.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/ATR.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard copying build/lib.linux-armv8l-3.10/smartcard/CardRequest.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc copying build/lib.linux-armv8l-3.10/smartcard/pcsc/PCSCCardRequest.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc copying build/lib.linux-armv8l-3.10/smartcard/pcsc/PCSCContext.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc copying build/lib.linux-armv8l-3.10/smartcard/pcsc/PCSCPart10.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc copying build/lib.linux-armv8l-3.10/smartcard/pcsc/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc copying build/lib.linux-armv8l-3.10/smartcard/pcsc/PCSCReader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc copying build/lib.linux-armv8l-3.10/smartcard/pcsc/PCSCCardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc copying build/lib.linux-armv8l-3.10/smartcard/pcsc/PCSCExceptions.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc copying build/lib.linux-armv8l-3.10/smartcard/pcsc/PCSCReaderGroups.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pyro copying build/lib.linux-armv8l-3.10/smartcard/pyro/PyroReader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pyro copying build/lib.linux-armv8l-3.10/smartcard/pyro/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pyro creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/util copying build/lib.linux-armv8l-3.10/smartcard/util/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/util creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/reader copying build/lib.linux-armv8l-3.10/smartcard/reader/ReaderGroups.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/reader copying build/lib.linux-armv8l-3.10/smartcard/reader/ReaderFactory.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/reader copying build/lib.linux-armv8l-3.10/smartcard/reader/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/reader copying build/lib.linux-armv8l-3.10/smartcard/reader/Reader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/reader copying build/lib.linux-armv8l-3.10/smartcard/CardConnectionObserver.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/Session.py to Session.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/CardNames.py to CardNames.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/Exceptions.py to Exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/ExclusiveTransmitCardConnection.py to ExclusiveTransmitCardConnection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/CardType.py to CardType.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/ulist.py to ulist.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/CardConnectionDecorator.py to CardConnectionDecorator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/CardConnectionEvent.py to CardConnectionEvent.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/SimpleSCardAppFrame.py to SimpleSCardAppFrame.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/SimpleSCardApp.py to SimpleSCardApp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/APDUTracerPanel.py to APDUTracerPanel.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/ReaderToolbar.py to ReaderToolbar.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/CardAndReaderTreePanel.py to CardAndReaderTreePanel.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/APDUHexValidator.py to APDUHexValidator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/wx/SimpleSCardAppEventObserver.py to SimpleSCardAppEventObserver.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/System.py to System.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/scard/scard.py to scard.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/scard/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/Observer.py to Observer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/ReaderMonitoring.py to ReaderMonitoring.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/guid.py to guid.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/PassThruCardService.py to PassThruCardService.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/Synchronization.py to Synchronization.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/ClassLoader.py to ClassLoader.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/ExclusiveConnectCardConnection.py to ExclusiveConnectCardConnection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/AbstractCardRequest.py to AbstractCardRequest.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/Card.py to Card.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/CardConnection.py to CardConnection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/CardService.py to CardService.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw/ErrorChecker.py to ErrorChecker.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw/ISO7816_4ErrorChecker.py to ISO7816_4ErrorChecker.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw/ISO7816_9ErrorChecker.py to ISO7816_9ErrorChecker.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw/op21_ErrorChecker.py to op21_ErrorChecker.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw/ErrorCheckingChain.py to ErrorCheckingChain.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw/SWExceptions.py to SWExceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.py to ISO7816_4_SW1ErrorChecker.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/sw/ISO7816_8ErrorChecker.py to ISO7816_8ErrorChecker.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/CardMonitoring.py to CardMonitoring.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/ATR.py to ATR.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/CardRequest.py to CardRequest.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc/PCSCCardRequest.py to PCSCCardRequest.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc/PCSCContext.py to PCSCContext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc/PCSCPart10.py to PCSCPart10.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc/PCSCReader.py to PCSCReader.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc/PCSCCardConnection.py to PCSCCardConnection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc/PCSCExceptions.py to PCSCExceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pcsc/PCSCReaderGroups.py to PCSCReaderGroups.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pyro/PyroReader.py to PyroReader.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/pyro/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/util/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/reader/ReaderGroups.py to ReaderGroups.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/reader/ReaderFactory.py to ReaderFactory.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/reader/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/reader/Reader.py to Reader.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/smartcard/CardConnectionObserver.py to CardConnectionObserver.cpython-310.pyc running install_egg_info running egg_info writing pyscard.egg-info/PKG-INFO writing dependency_links to pyscard.egg-info/dependency_links.txt writing requirements to pyscard.egg-info/requires.txt writing top-level names to pyscard.egg-info/top_level.txt reading manifest file 'pyscard.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching '*.html' under directory 'smartcard/doc' warning: no files found matching '*.css' under directory 'smartcard/doc' warning: no files found matching '*.js' under directory 'smartcard/doc' warning: no files found matching '*.txt' under directory 'smartcard/doc' adding license file 'LICENSE' writing manifest file 'pyscard.egg-info/SOURCES.txt' Copying pyscard.egg-info to /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.10/site-packages/pyscard-2.0.3-py3.10.egg-info running install_scripts >>> py3-pyscard*: Running postcheck for py3-pyscard >>> py3-pyscard*: Preparing package py3-pyscard... >>> py3-pyscard*: Stripping binaries >>> py3-pyscard*: Scanning shared objects >>> py3-pyscard*: Tracing dependencies... pcsc-lite so:libc.musl-armv7.so.1 >>> py3-pyscard*: Package size: 984.0 KB >>> py3-pyscard*: Compressing data... >>> py3-pyscard*: Create checksum... >>> py3-pyscard*: Create py3-pyscard-2.0.3-r0.apk >>> py3-pyscard: Build complete at Fri, 01 Jul 2022 02:51:59 +0000 elapsed time 0h 0m 5s >>> py3-pyscard: Cleaning up srcdir >>> py3-pyscard: Cleaning up pkgdir >>> py3-pyscard: Uninstalling dependencies... (1/34) Purging .makedepends-py3-pyscard (20220701.025154) (2/34) Purging pcsc-lite-openrc (1.9.8-r0) (3/34) Purging pcsc-lite (1.9.8-r0) (4/34) Purging python3-dev (3.10.5-r0) (5/34) Purging py3-setuptools (59.4.0-r0) (6/34) Purging py3-appdirs (1.4.4-r3) (7/34) Purging py3-more-itertools (8.13.0-r0) (8/34) Purging py3-ordered-set (4.0.2-r3) (9/34) Purging py3-packaging (21.3-r0) (10/34) Purging py3-six (1.16.0-r1) (11/34) Purging py3-parsing (2.4.7-r3) (12/34) Purging python3 (3.10.5-r0) (13/34) Purging swig (4.0.2-r6) (14/34) Purging guile (3.0.8-r0) (15/34) Purging pcsc-lite-dev (1.9.8-r0) (16/34) Purging pcsc-lite-libs (1.9.8-r0) (17/34) Purging eudev-dev (3.2.11-r0) (18/34) Purging eudev-openrc (3.2.11-r0) (19/34) Purging eudev (3.2.11-r0) (20/34) Purging udev-init-scripts-openrc (35-r0) (21/34) Purging udev-init-scripts (35-r0) (22/34) Purging eudev-libs (3.2.11-r0) (23/34) Purging pcsc-lite-spy-libs (1.9.8-r0) (24/34) Purging guile-libs (3.0.8-r0) (25/34) Purging libffi (3.4.2-r1) (26/34) Purging gdbm (1.23-r0) (27/34) Purging mpdecimal (2.5.1-r1) (28/34) Purging readline (8.1.2-r0) (29/34) Purging sqlite-libs (3.39.0-r0) (30/34) Purging gc (8.2.0-r0) (31/34) Purging libunistring (1.0-r0) (32/34) Purging pcre (8.45-r2) (33/34) Purging libblkid (2.38-r2) (34/34) Purging kmod-libs (29-r2) Executing busybox-1.35.0-r17.trigger OK: 259 MiB in 100 packages >>> py3-pyscard: Updating the community/armv7 repository index... >>> py3-pyscard: Signing the index...