>>> py3-pyscard: Building community/py3-pyscard 1.9.9-r2 (using abuild 3.8.0_rc3-r2) started Sun, 23 May 2021 20:58:23 +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/33) Installing eudev-libs (3.2.10-r0) (2/33) Installing pcsc-lite (1.9.1-r0) Executing pcsc-lite-1.9.1-r0.pre-install (3/33) Installing libbz2 (1.0.8-r1) (4/33) Installing libffi (3.3-r2) (5/33) Installing gdbm (1.19-r0) (6/33) Installing xz-libs (5.2.5-r0) (7/33) Installing mpdecimal (2.5.1-r1) (8/33) Installing readline (8.1.0-r0) (9/33) Installing sqlite-libs (3.35.5-r0) (10/33) Installing python3 (3.9.5-r1) (11/33) Installing python3-dev (3.9.5-r1) (12/33) Installing py3-ordered-set (4.0.2-r1) (13/33) Installing py3-appdirs (1.4.4-r2) (14/33) Installing py3-parsing (2.4.7-r2) (15/33) Installing py3-six (1.15.0-r1) (16/33) Installing py3-packaging (20.9-r1) (17/33) Installing py3-setuptools (52.0.0-r3) (18/33) Installing gc (8.0.4-r5) (19/33) Installing libunistring (0.9.10-r1) (20/33) Installing guile-libs (3.0.6-r0) (21/33) Installing guile (3.0.6-r0) (22/33) Installing pcre (8.44-r0) (23/33) Installing swig (4.0.2-r2) (24/33) Installing udev-init-scripts (34-r0) Executing udev-init-scripts-34-r0.post-install (25/33) Installing libblkid (2.36.2-r2) (26/33) Installing kmod-libs (29-r0) (27/33) Installing eudev (3.2.10-r0) (28/33) Installing eudev-dev (3.2.10-r0) (29/33) Installing pcsc-lite-libs (1.9.1-r0) (30/33) Installing pcsc-lite-dev (1.9.1-r0) (31/33) Installing .makedepends-py3-pyscard (20210523.205826) (32/33) Installing udev-init-scripts-openrc (34-r0) (33/33) Installing eudev-openrc (3.2.10-r0) Executing busybox-1.33.1-r1.trigger Executing eudev-3.2.10-r0.trigger OK: 454 MiB in 122 packages >>> py3-pyscard: Cleaning up srcdir >>> py3-pyscard: Cleaning up pkgdir >>> py3-pyscard: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/pyscard-1.9.9.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 142k 100 142k 0 0 2328k 0 --:--:-- --:--:-- --:--:-- 2328k >>> py3-pyscard: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/pyscard-1.9.9.tar.gz >>> py3-pyscard: Checking sha512sums... pyscard-1.9.9.tar.gz: OK >>> py3-pyscard: Unpacking /var/cache/distfiles/v3.14/pyscard-1.9.9.tar.gz... 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-i686-3.9 creating build/temp.linux-i686-3.9/smartcard creating build/temp.linux-i686-3.9/smartcard/scard 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 -DVER_PRODUCTVERSION=1,9,9,0000 -DVER_PRODUCTVERSION_STR=1.9.9 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/PCSC -I/usr/local/include/PCSC -I/usr/include/python3.9 -c smartcard/scard/helpers.c -o build/temp.linux-i686-3.9/smartcard/scard/helpers.o 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 -DVER_PRODUCTVERSION=1,9,9,0000 -DVER_PRODUCTVERSION_STR=1.9.9 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/PCSC -I/usr/local/include/PCSC -I/usr/include/python3.9 -c smartcard/scard/scard_wrap.c -o build/temp.linux-i686-3.9/smartcard/scard/scard_wrap.o smartcard/scard/scard_wrap.c: In function '_wrap_SCardGetAttrib': smartcard/scard/scard_wrap.c:3743:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 3743 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardSetAttrib': smartcard/scard/scard_wrap.c:3805:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 3805 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardControl': smartcard/scard/scard_wrap.c:3876:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 3876 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardConnect': smartcard/scard/scard_wrap.c:4042:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4042 | if (-1 == arg3) | ^~ smartcard/scard/scard_wrap.c:4047:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4047 | if (-1 == arg4) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardDisconnect': smartcard/scard/scard_wrap.c:4087:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4087 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardEndTransaction': smartcard/scard/scard_wrap.c:4119:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4119 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardEstablishContext': smartcard/scard/scard_wrap.c:4151:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4151 | if (-1 == arg1) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardGetStatusChange': smartcard/scard/scard_wrap.c:4187:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4187 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardReconnect': smartcard/scard/scard_wrap.c:4519:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4519 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c:4524:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4524 | if (-1 == arg3) | ^~ smartcard/scard/scard_wrap.c:4529:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4529 | 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: attempt to free a non-heap object 'temp4' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4772:9: note: in expansion of macro 'mem_Free' 4772 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp4' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4800:9: note: in expansion of macro 'mem_Free' 4800 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardStatus': smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp5' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4662:9: note: in expansion of macro 'mem_Free' 4662 | mem_Free( arg5 ); | ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp5' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4698:9: note: in expansion of macro 'mem_Free' 4698 | mem_Free( arg5 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardControl': smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp4' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:3917:9: note: in expansion of macro 'mem_Free' 3917 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp4' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:3945:9: note: in expansion of macro 'mem_Free' 3945 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardGetAttrib': smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp3' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:3766:9: note: in expansion of macro 'mem_Free' 3766 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp3' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:3781:9: note: in expansion of macro 'mem_Free' 3781 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardListReaderGroups': smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp2' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4460:9: note: in expansion of macro 'mem_Free' 4460 | mem_Free( arg2 ); | ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp2' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4489:9: note: in expansion of macro 'mem_Free' 4489 | mem_Free( arg2 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardListReaders': smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp3' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4343:9: note: in expansion of macro 'mem_Free' 4343 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp3' [-Wfree-nonheap-object] 50 | #define mem_Free free smartcard/scard/scard_wrap.c:4399:9: note: in expansion of macro 'mem_Free' 4399 | mem_Free( arg3 ); | ^~~~~~~~ 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 -DVER_PRODUCTVERSION=1,9,9,0000 -DVER_PRODUCTVERSION_STR=1.9.9 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/PCSC -I/usr/local/include/PCSC -I/usr/include/python3.9 -c smartcard/scard/winscarddll.c -o build/temp.linux-i686-3.9/smartcard/scard/winscarddll.o creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/smartcard creating build/lib.linux-i686-3.9/smartcard/scard gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.9/smartcard/scard/helpers.o build/temp.linux-i686-3.9/smartcard/scard/scard_wrap.o build/temp.linux-i686-3.9/smartcard/scard/winscarddll.o -L/usr/lib -o build/lib.linux-i686-3.9/smartcard/scard/_scard.cpython-39-i386-linux-musl.so copying ./smartcard/PassThruCardService.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/AbstractCardRequest.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/CardRequest.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/CardMonitoring.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/CardConnection.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/CardConnectionObserver.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/Session.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/ReaderMonitoring.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/Card.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/CardNames.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/Observer.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/__init__.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/ExclusiveTransmitCardConnection.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/ATR.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/Synchronization.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/ClassLoader.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/guid.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/CardType.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/CardService.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/CardConnectionEvent.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/System.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/ExclusiveConnectCardConnection.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/ulist.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/Exceptions.py -> build/lib.linux-i686-3.9/smartcard copying ./smartcard/CardConnectionDecorator.py -> build/lib.linux-i686-3.9/smartcard creating build/lib.linux-i686-3.9/smartcard/pcsc copying ./smartcard/pcsc/PCSCReader.py -> build/lib.linux-i686-3.9/smartcard/pcsc copying ./smartcard/pcsc/PCSCPart10.py -> build/lib.linux-i686-3.9/smartcard/pcsc copying ./smartcard/pcsc/PCSCContext.py -> build/lib.linux-i686-3.9/smartcard/pcsc copying ./smartcard/pcsc/__init__.py -> build/lib.linux-i686-3.9/smartcard/pcsc copying ./smartcard/pcsc/PCSCReaderGroups.py -> build/lib.linux-i686-3.9/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardRequest.py -> build/lib.linux-i686-3.9/smartcard/pcsc copying ./smartcard/pcsc/PCSCExceptions.py -> build/lib.linux-i686-3.9/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardConnection.py -> build/lib.linux-i686-3.9/smartcard/pcsc creating build/lib.linux-i686-3.9/smartcard/pyro copying ./smartcard/pyro/__init__.py -> build/lib.linux-i686-3.9/smartcard/pyro copying ./smartcard/pyro/PyroReader.py -> build/lib.linux-i686-3.9/smartcard/pyro creating build/lib.linux-i686-3.9/smartcard/reader copying ./smartcard/reader/Reader.py -> build/lib.linux-i686-3.9/smartcard/reader copying ./smartcard/reader/__init__.py -> build/lib.linux-i686-3.9/smartcard/reader copying ./smartcard/reader/ReaderFactory.py -> build/lib.linux-i686-3.9/smartcard/reader copying ./smartcard/reader/ReaderGroups.py -> build/lib.linux-i686-3.9/smartcard/reader copying ./smartcard/scard/scard.py -> build/lib.linux-i686-3.9/smartcard/scard copying ./smartcard/scard/__init__.py -> build/lib.linux-i686-3.9/smartcard/scard creating build/lib.linux-i686-3.9/smartcard/sw copying ./smartcard/sw/op21_ErrorChecker.py -> build/lib.linux-i686-3.9/smartcard/sw copying ./smartcard/sw/__init__.py -> build/lib.linux-i686-3.9/smartcard/sw copying ./smartcard/sw/ErrorCheckingChain.py -> build/lib.linux-i686-3.9/smartcard/sw copying ./smartcard/sw/ErrorChecker.py -> build/lib.linux-i686-3.9/smartcard/sw copying ./smartcard/sw/SWExceptions.py -> build/lib.linux-i686-3.9/smartcard/sw copying ./smartcard/sw/ISO7816_8ErrorChecker.py -> build/lib.linux-i686-3.9/smartcard/sw copying ./smartcard/sw/ISO7816_9ErrorChecker.py -> build/lib.linux-i686-3.9/smartcard/sw copying ./smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> build/lib.linux-i686-3.9/smartcard/sw copying ./smartcard/sw/ISO7816_4ErrorChecker.py -> build/lib.linux-i686-3.9/smartcard/sw creating build/lib.linux-i686-3.9/smartcard/util copying ./smartcard/util/__init__.py -> build/lib.linux-i686-3.9/smartcard/util creating build/lib.linux-i686-3.9/smartcard/wx copying ./smartcard/wx/SimpleSCardApp.py -> build/lib.linux-i686-3.9/smartcard/wx copying ./smartcard/wx/__init__.py -> build/lib.linux-i686-3.9/smartcard/wx copying ./smartcard/wx/CardAndReaderTreePanel.py -> build/lib.linux-i686-3.9/smartcard/wx copying ./smartcard/wx/SimpleSCardAppFrame.py -> build/lib.linux-i686-3.9/smartcard/wx copying ./smartcard/wx/SimpleSCardAppEventObserver.py -> build/lib.linux-i686-3.9/smartcard/wx copying ./smartcard/wx/APDUTracerPanel.py -> build/lib.linux-i686-3.9/smartcard/wx copying ./smartcard/wx/APDUHexValidator.py -> build/lib.linux-i686-3.9/smartcard/wx copying ./smartcard/wx/ReaderToolbar.py -> build/lib.linux-i686-3.9/smartcard/wx creating build/lib.linux-i686-3.9/smartcard/wx/resources copying ./smartcard/wx/resources/smartcard.ico -> build/lib.linux-i686-3.9/smartcard/wx/resources copying ./smartcard/wx/resources/reader.ico -> build/lib.linux-i686-3.9/smartcard/wx/resources 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' writing manifest file 'pyscard.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-i686-3.9/smartcard/scard/_scard.cpython-39-i386-linux-musl.so -> ./smartcard/scard 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 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_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 ---------------------------------------------------------------------- Ran 24 tests in 0.005s OK >>> py3-pyscard: Entering fakeroot... running install 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.9 creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/PassThruCardService.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/AbstractCardRequest.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc copying build/lib.linux-i686-3.9/smartcard/pcsc/PCSCReader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc copying build/lib.linux-i686-3.9/smartcard/pcsc/PCSCPart10.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc copying build/lib.linux-i686-3.9/smartcard/pcsc/PCSCContext.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc copying build/lib.linux-i686-3.9/smartcard/pcsc/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc copying build/lib.linux-i686-3.9/smartcard/pcsc/PCSCReaderGroups.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc copying build/lib.linux-i686-3.9/smartcard/pcsc/PCSCCardRequest.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc copying build/lib.linux-i686-3.9/smartcard/pcsc/PCSCExceptions.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc copying build/lib.linux-i686-3.9/smartcard/pcsc/PCSCCardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc copying build/lib.linux-i686-3.9/smartcard/CardRequest.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/CardMonitoring.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/CardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/CardConnectionObserver.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/Session.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/ReaderMonitoring.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/Card.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/CardNames.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/Observer.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/scard copying build/lib.linux-i686-3.9/smartcard/scard/scard.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/scard copying build/lib.linux-i686-3.9/smartcard/scard/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/scard copying build/lib.linux-i686-3.9/smartcard/scard/_scard.cpython-39-i386-linux-musl.so -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/scard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pyro copying build/lib.linux-i686-3.9/smartcard/pyro/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pyro copying build/lib.linux-i686-3.9/smartcard/pyro/PyroReader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pyro copying build/lib.linux-i686-3.9/smartcard/ExclusiveTransmitCardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/ATR.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/Synchronization.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/ClassLoader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/guid.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/CardType.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/CardService.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/CardConnectionEvent.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/System.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/reader copying build/lib.linux-i686-3.9/smartcard/reader/Reader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/reader copying build/lib.linux-i686-3.9/smartcard/reader/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/reader copying build/lib.linux-i686-3.9/smartcard/reader/ReaderFactory.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/reader copying build/lib.linux-i686-3.9/smartcard/reader/ReaderGroups.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/reader copying build/lib.linux-i686-3.9/smartcard/ExclusiveConnectCardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard copying build/lib.linux-i686-3.9/smartcard/ulist.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/util copying build/lib.linux-i686-3.9/smartcard/util/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/util copying build/lib.linux-i686-3.9/smartcard/Exceptions.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx copying build/lib.linux-i686-3.9/smartcard/wx/SimpleSCardApp.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx copying build/lib.linux-i686-3.9/smartcard/wx/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/resources copying build/lib.linux-i686-3.9/smartcard/wx/resources/smartcard.ico -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/resources copying build/lib.linux-i686-3.9/smartcard/wx/resources/reader.ico -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/resources copying build/lib.linux-i686-3.9/smartcard/wx/CardAndReaderTreePanel.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx copying build/lib.linux-i686-3.9/smartcard/wx/SimpleSCardAppFrame.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx copying build/lib.linux-i686-3.9/smartcard/wx/SimpleSCardAppEventObserver.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx copying build/lib.linux-i686-3.9/smartcard/wx/APDUTracerPanel.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx copying build/lib.linux-i686-3.9/smartcard/wx/APDUHexValidator.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx copying build/lib.linux-i686-3.9/smartcard/wx/ReaderToolbar.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/sw/op21_ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/sw/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/sw/ErrorCheckingChain.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/sw/ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/sw/SWExceptions.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/sw/ISO7816_8ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/sw/ISO7816_9ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/sw/ISO7816_4ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw copying build/lib.linux-i686-3.9/smartcard/CardConnectionDecorator.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/PassThruCardService.py to PassThruCardService.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/AbstractCardRequest.py to AbstractCardRequest.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc/PCSCReader.py to PCSCReader.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc/PCSCPart10.py to PCSCPart10.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc/PCSCContext.py to PCSCContext.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc/PCSCReaderGroups.py to PCSCReaderGroups.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc/PCSCCardRequest.py to PCSCCardRequest.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc/PCSCExceptions.py to PCSCExceptions.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pcsc/PCSCCardConnection.py to PCSCCardConnection.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/CardRequest.py to CardRequest.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/CardMonitoring.py to CardMonitoring.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/CardConnection.py to CardConnection.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/CardConnectionObserver.py to CardConnectionObserver.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/Session.py to Session.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/ReaderMonitoring.py to ReaderMonitoring.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/Card.py to Card.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/CardNames.py to CardNames.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/Observer.py to Observer.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/scard/scard.py to scard.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/scard/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pyro/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/pyro/PyroReader.py to PyroReader.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/ExclusiveTransmitCardConnection.py to ExclusiveTransmitCardConnection.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/ATR.py to ATR.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/Synchronization.py to Synchronization.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/ClassLoader.py to ClassLoader.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/guid.py to guid.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/CardType.py to CardType.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/CardService.py to CardService.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/CardConnectionEvent.py to CardConnectionEvent.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/System.py to System.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/reader/Reader.py to Reader.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/reader/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/reader/ReaderFactory.py to ReaderFactory.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/reader/ReaderGroups.py to ReaderGroups.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/ExclusiveConnectCardConnection.py to ExclusiveConnectCardConnection.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/ulist.py to ulist.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/util/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/Exceptions.py to Exceptions.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/SimpleSCardApp.py to SimpleSCardApp.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/CardAndReaderTreePanel.py to CardAndReaderTreePanel.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/SimpleSCardAppFrame.py to SimpleSCardAppFrame.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/SimpleSCardAppEventObserver.py to SimpleSCardAppEventObserver.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/APDUTracerPanel.py to APDUTracerPanel.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/APDUHexValidator.py to APDUHexValidator.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/wx/ReaderToolbar.py to ReaderToolbar.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw/op21_ErrorChecker.py to op21_ErrorChecker.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw/ErrorCheckingChain.py to ErrorCheckingChain.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw/ErrorChecker.py to ErrorChecker.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw/SWExceptions.py to SWExceptions.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw/ISO7816_8ErrorChecker.py to ISO7816_8ErrorChecker.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw/ISO7816_9ErrorChecker.py to ISO7816_9ErrorChecker.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.py to ISO7816_4_SW1ErrorChecker.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/sw/ISO7816_4ErrorChecker.py to ISO7816_4ErrorChecker.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.9/site-packages/smartcard/CardConnectionDecorator.py to CardConnectionDecorator.cpython-39.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' 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.9/site-packages/pyscard-1.9.9-py3.9.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-x86.so.1 >>> py3-pyscard*: Package size: 1008.0 KB >>> py3-pyscard*: Compressing data... >>> py3-pyscard*: Create checksum... >>> py3-pyscard*: Create py3-pyscard-1.9.9-r2.apk >>> py3-pyscard: Build complete at Sun, 23 May 2021 20:58:33 +0000 elapsed time 0h 0m 10s >>> py3-pyscard: Cleaning up srcdir >>> py3-pyscard: Cleaning up pkgdir >>> py3-pyscard: Uninstalling dependencies... (1/33) Purging .makedepends-py3-pyscard (20210523.205826) (2/33) Purging pcsc-lite (1.9.1-r0) (3/33) Purging python3-dev (3.9.5-r1) (4/33) Purging py3-setuptools (52.0.0-r3) (5/33) Purging py3-ordered-set (4.0.2-r1) (6/33) Purging py3-appdirs (1.4.4-r2) (7/33) Purging py3-packaging (20.9-r1) (8/33) Purging py3-parsing (2.4.7-r2) (9/33) Purging py3-six (1.15.0-r1) (10/33) Purging python3 (3.9.5-r1) (11/33) Purging swig (4.0.2-r2) (12/33) Purging guile (3.0.6-r0) (13/33) Purging pcsc-lite-dev (1.9.1-r0) (14/33) Purging eudev-dev (3.2.10-r0) (15/33) Purging eudev-openrc (3.2.10-r0) (16/33) Purging eudev (3.2.10-r0) (17/33) Purging udev-init-scripts-openrc (34-r0) (18/33) Purging udev-init-scripts (34-r0) (19/33) Purging eudev-libs (3.2.10-r0) (20/33) Purging pcsc-lite-libs (1.9.1-r0) (21/33) Purging libbz2 (1.0.8-r1) (22/33) Purging guile-libs (3.0.6-r0) (23/33) Purging libffi (3.3-r2) (24/33) Purging gdbm (1.19-r0) (25/33) Purging kmod-libs (29-r0) (26/33) Purging xz-libs (5.2.5-r0) (27/33) Purging mpdecimal (2.5.1-r1) (28/33) Purging readline (8.1.0-r0) (29/33) Purging sqlite-libs (3.35.5-r0) (30/33) Purging gc (8.0.4-r5) (31/33) Purging libunistring (0.9.10-r1) (32/33) Purging pcre (8.44-r0) (33/33) Purging libblkid (2.36.2-r2) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> py3-pyscard: Updating the community/x86 repository index... >>> py3-pyscard: Signing the index...