>>> py3-pyscard: Building community/py3-pyscard 2.0.7-r0 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 23:51:55 +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/36) Installing eudev-libs (3.2.11-r8) (2/36) Installing pcsc-lite (1.9.9-r3) Executing pcsc-lite-1.9.9-r3.pre-install (3/36) Installing libbz2 (1.0.8-r5) (4/36) Installing libffi (3.4.4-r2) (5/36) Installing gdbm (1.23-r1) (6/36) Installing xz-libs (5.4.2-r1) (7/36) Installing mpdecimal (2.5.1-r2) (8/36) Installing libpanelw (6.4_p20230401-r5) (9/36) Installing readline (8.2.1-r1) (10/36) Installing sqlite-libs (3.41.2-r2) (11/36) Installing python3 (3.11.3-r10) (12/36) Installing python3-pycache-pyc0 (3.11.3-r10) (13/36) Installing pyc (0.1-r0) (14/36) Installing python3-pyc (3.11.3-r10) (15/36) Installing python3-dev (3.11.3-r10) (16/36) Installing py3-parsing (3.0.9-r2) (17/36) Installing py3-parsing-pyc (3.0.9-r2) (18/36) Installing py3-packaging (23.1-r1) (19/36) Installing py3-packaging-pyc (23.1-r1) (20/36) Installing py3-setuptools (67.7.1-r0) (21/36) Installing py3-setuptools-pyc (67.7.1-r0) (22/36) Installing gc (8.2.2-r2) (23/36) Installing guile-libs (3.0.8-r4) (24/36) Installing guile (3.0.8-r4) (25/36) Installing swig (4.1.1-r3) (26/36) Installing pcsc-lite-libs (1.9.9-r3) (27/36) Installing udev-init-scripts (35-r1) (28/36) Installing libblkid (2.38.1-r7) (29/36) Installing kmod-libs (30-r3) (30/36) Installing eudev (3.2.11-r8) (31/36) Installing eudev-dev (3.2.11-r8) (32/36) Installing pcsc-lite-spy-libs (1.9.9-r3) (33/36) Installing pcsc-lite-dev (1.9.9-r3) (34/36) Installing .makedepends-py3-pyscard (20230422.235157) (35/36) Installing pcsc-lite-openrc (1.9.9-r3) (36/36) Installing eudev-openrc (3.2.11-r8) Executing busybox-1.36.0-r7.trigger Executing eudev-3.2.11-r8.trigger OK: 603 MiB in 134 packages >>> py3-pyscard: Cleaning up srcdir >>> py3-pyscard: Cleaning up pkgdir >>> py3-pyscard: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/pyscard-2.0.7.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 148k 100 148k 0 0 1044k 0 --:--:-- --:--:-- --:--:-- 1047k >>> py3-pyscard: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/pyscard-2.0.7.tar.gz >>> py3-pyscard: Checking sha512sums... pyscard-2.0.7.tar.gz: OK >>> py3-pyscard: Unpacking /var/cache/distfiles/v3.18/pyscard-2.0.7.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-aarch64-cpython-311 creating build/temp.linux-aarch64-cpython-311/smartcard creating build/temp.linux-aarch64-cpython-311/smartcard/scard gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DVER_PRODUCTVERSION=2,0,7,0000 -DVER_PRODUCTVERSION_STR=2.0.7 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/python3.11 -c smartcard/scard/helpers.c -o build/temp.linux-aarch64-cpython-311/smartcard/scard/helpers.o -I/usr/include/PCSC -pthread gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DVER_PRODUCTVERSION=2,0,7,0000 -DVER_PRODUCTVERSION_STR=2.0.7 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/python3.11 -c smartcard/scard/scard_wrap.c -o build/temp.linux-aarch64-cpython-311/smartcard/scard/scard_wrap.o -I/usr/include/PCSC -pthread smartcard/scard/scard_wrap.c: In function '_wrap_SCardGetAttrib': smartcard/scard/scard_wrap.c:4053:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4053 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardSetAttrib': smartcard/scard/scard_wrap.c:4115:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4115 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardControl': smartcard/scard/scard_wrap.c:4186:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4186 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardConnect': smartcard/scard/scard_wrap.c:4352:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4352 | if (-1 == arg3) | ^~ smartcard/scard/scard_wrap.c:4357:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4357 | if (-1 == arg4) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardDisconnect': smartcard/scard/scard_wrap.c:4397:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4397 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardEndTransaction': smartcard/scard/scard_wrap.c:4429:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4429 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardEstablishContext': smartcard/scard/scard_wrap.c:4461:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4461 | if (-1 == arg1) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardGetStatusChange': smartcard/scard/scard_wrap.c:4497:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4497 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c: In function '_wrap_SCardReconnect': smartcard/scard/scard_wrap.c:4829:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4829 | if (-1 == arg2) | ^~ smartcard/scard/scard_wrap.c:4834:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4834 | if (-1 == arg3) | ^~ smartcard/scard/scard_wrap.c:4839:12: warning: comparison of integer expressions of different signedness: 'int' and 'SCARDDWORDARG' {aka 'long unsigned int'} [-Wsign-compare] 4839 | if (-1 == arg4) | ^~ In file included from smartcard/scard/scard_wrap.c:3056: 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:5082:9: note: in expansion of macro 'mem_Free' 5082 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:5024:12: note: declared here 5024 | BYTELIST temp4 ; | ^~~~~ 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:5110:9: note: in expansion of macro 'mem_Free' 5110 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:5024:12: note: declared here 5024 | BYTELIST temp4 ; | ^~~~~ 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:4972:9: note: in expansion of macro 'mem_Free' 4972 | mem_Free( arg5 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4896:12: note: declared here 4896 | BYTELIST temp5 ; | ^~~~~ 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:5008:9: note: in expansion of macro 'mem_Free' 5008 | mem_Free( arg5 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4896:12: note: declared here 4896 | BYTELIST temp5 ; | ^~~~~ 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:4227:9: note: in expansion of macro 'mem_Free' 4227 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4169:12: note: declared here 4169 | BYTELIST temp4 ; | ^~~~~ 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:4255:9: note: in expansion of macro 'mem_Free' 4255 | mem_Free( arg4 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4169:12: note: declared here 4169 | BYTELIST temp4 ; | ^~~~~ 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:4076:9: note: in expansion of macro 'mem_Free' 4076 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4036:12: note: declared here 4036 | BYTELIST temp3 ; | ^~~~~ 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:4091:9: note: in expansion of macro 'mem_Free' 4091 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4036:12: note: declared here 4036 | BYTELIST temp3 ; | ^~~~~ 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:4770:9: note: in expansion of macro 'mem_Free' 4770 | mem_Free( arg2 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4721:14: note: declared here 4721 | STRINGLIST temp2 ; | ^~~~~ 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:4799:9: note: in expansion of macro 'mem_Free' 4799 | mem_Free( arg2 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4721:14: note: declared here 4721 | STRINGLIST temp2 ; | ^~~~~ 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:4653:9: note: in expansion of macro 'mem_Free' 4653 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4573:14: note: declared here 4573 | STRINGLIST temp3 ; | ^~~~~ 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:4709:9: note: in expansion of macro 'mem_Free' 4709 | mem_Free( arg3 ); | ^~~~~~~~ smartcard/scard/scard_wrap.c:4573:14: note: declared here 4573 | STRINGLIST temp3 ; | ^~~~~ gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DVER_PRODUCTVERSION=2,0,7,0000 -DVER_PRODUCTVERSION_STR=2.0.7 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/python3.11 -c smartcard/scard/winscarddll.c -o build/temp.linux-aarch64-cpython-311/smartcard/scard/winscarddll.o -I/usr/include/PCSC -pthread creating build/lib.linux-aarch64-cpython-311 creating build/lib.linux-aarch64-cpython-311/smartcard creating build/lib.linux-aarch64-cpython-311/smartcard/scard gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/smartcard/scard/helpers.o build/temp.linux-aarch64-cpython-311/smartcard/scard/scard_wrap.o build/temp.linux-aarch64-cpython-311/smartcard/scard/winscarddll.o -L/usr/lib -o build/lib.linux-aarch64-cpython-311/smartcard/scard/_scard.cpython-311-aarch64-linux-musl.so copying ./smartcard/__init__.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/ATR.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/CardConnectionDecorator.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/CardNames.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/Exceptions.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/CardType.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/PassThruCardService.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/ExclusiveTransmitCardConnection.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/CardConnection.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/Observer.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/CardRequest.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/ReaderMonitoring.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/CardService.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/ulist.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/ClassLoader.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/Session.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/CardConnectionObserver.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/Synchronization.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/CardMonitoring.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/guid.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/Card.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/CardConnectionEvent.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/System.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/AbstractCardRequest.py -> build/lib.linux-aarch64-cpython-311/smartcard copying ./smartcard/ExclusiveConnectCardConnection.py -> build/lib.linux-aarch64-cpython-311/smartcard creating build/lib.linux-aarch64-cpython-311/smartcard/pcsc copying ./smartcard/pcsc/__init__.py -> build/lib.linux-aarch64-cpython-311/smartcard/pcsc copying ./smartcard/pcsc/PCSCExceptions.py -> build/lib.linux-aarch64-cpython-311/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardConnection.py -> build/lib.linux-aarch64-cpython-311/smartcard/pcsc copying ./smartcard/pcsc/PCSCPart10.py -> build/lib.linux-aarch64-cpython-311/smartcard/pcsc copying ./smartcard/pcsc/PCSCReaderGroups.py -> build/lib.linux-aarch64-cpython-311/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardRequest.py -> build/lib.linux-aarch64-cpython-311/smartcard/pcsc copying ./smartcard/pcsc/PCSCContext.py -> build/lib.linux-aarch64-cpython-311/smartcard/pcsc copying ./smartcard/pcsc/PCSCReader.py -> build/lib.linux-aarch64-cpython-311/smartcard/pcsc creating build/lib.linux-aarch64-cpython-311/smartcard/pyro copying ./smartcard/pyro/__init__.py -> build/lib.linux-aarch64-cpython-311/smartcard/pyro copying ./smartcard/pyro/PyroReader.py -> build/lib.linux-aarch64-cpython-311/smartcard/pyro creating build/lib.linux-aarch64-cpython-311/smartcard/reader copying ./smartcard/reader/__init__.py -> build/lib.linux-aarch64-cpython-311/smartcard/reader copying ./smartcard/reader/ReaderGroups.py -> build/lib.linux-aarch64-cpython-311/smartcard/reader copying ./smartcard/reader/ReaderFactory.py -> build/lib.linux-aarch64-cpython-311/smartcard/reader copying ./smartcard/reader/Reader.py -> build/lib.linux-aarch64-cpython-311/smartcard/reader copying ./smartcard/scard/__init__.py -> build/lib.linux-aarch64-cpython-311/smartcard/scard copying ./smartcard/scard/scard.py -> build/lib.linux-aarch64-cpython-311/smartcard/scard creating build/lib.linux-aarch64-cpython-311/smartcard/sw copying ./smartcard/sw/__init__.py -> build/lib.linux-aarch64-cpython-311/smartcard/sw copying ./smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> build/lib.linux-aarch64-cpython-311/smartcard/sw copying ./smartcard/sw/ErrorChecker.py -> build/lib.linux-aarch64-cpython-311/smartcard/sw copying ./smartcard/sw/ISO7816_8ErrorChecker.py -> build/lib.linux-aarch64-cpython-311/smartcard/sw copying ./smartcard/sw/ISO7816_4ErrorChecker.py -> build/lib.linux-aarch64-cpython-311/smartcard/sw copying ./smartcard/sw/ISO7816_9ErrorChecker.py -> build/lib.linux-aarch64-cpython-311/smartcard/sw copying ./smartcard/sw/SWExceptions.py -> build/lib.linux-aarch64-cpython-311/smartcard/sw copying ./smartcard/sw/ErrorCheckingChain.py -> build/lib.linux-aarch64-cpython-311/smartcard/sw copying ./smartcard/sw/op21_ErrorChecker.py -> build/lib.linux-aarch64-cpython-311/smartcard/sw creating build/lib.linux-aarch64-cpython-311/smartcard/util copying ./smartcard/util/__init__.py -> build/lib.linux-aarch64-cpython-311/smartcard/util creating build/lib.linux-aarch64-cpython-311/smartcard/wx copying ./smartcard/wx/SimpleSCardAppFrame.py -> build/lib.linux-aarch64-cpython-311/smartcard/wx copying ./smartcard/wx/__init__.py -> build/lib.linux-aarch64-cpython-311/smartcard/wx copying ./smartcard/wx/APDUTracerPanel.py -> build/lib.linux-aarch64-cpython-311/smartcard/wx copying ./smartcard/wx/APDUHexValidator.py -> build/lib.linux-aarch64-cpython-311/smartcard/wx copying ./smartcard/wx/CardAndReaderTreePanel.py -> build/lib.linux-aarch64-cpython-311/smartcard/wx copying ./smartcard/wx/SimpleSCardApp.py -> build/lib.linux-aarch64-cpython-311/smartcard/wx copying ./smartcard/wx/ReaderToolbar.py -> build/lib.linux-aarch64-cpython-311/smartcard/wx copying ./smartcard/wx/SimpleSCardAppEventObserver.py -> build/lib.linux-aarch64-cpython-311/smartcard/wx creating build/lib.linux-aarch64-cpython-311/smartcard/wx/resources copying ./smartcard/wx/resources/smartcard.ico -> build/lib.linux-aarch64-cpython-311/smartcard/wx/resources copying ./smartcard/wx/resources/reader.ico -> build/lib.linux-aarch64-cpython-311/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. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. 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 '*.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-aarch64-cpython-311/smartcard/scard/_scard.cpython-311-aarch64-linux-musl.so -> ./smartcard/scard test_SCardGetErrorMessage (test.test_SCardGetErrorMessage.TestError.test_SCardGetErrorMessage) ... ok test_ATR1 (test.test_ATR.TestUtil.test_ATR1) ... ok test_ATR2 (test.test_ATR.TestUtil.test_ATR2) ... ok test_ATR3 (test.test_ATR.TestUtil.test_ATR3) ... ok test_ATR4 (test.test_ATR.TestUtil.test_ATR4) ... ok test_ATR5 (test.test_ATR.TestUtil.test_ATR5) ... ok test_ATR6 (test.test_ATR.TestUtil.test_ATR6) ... ok test_ATR_TS (test.test_ATR.TestUtil.test_ATR_TS) ... ok test_ATR_get (test.test_ATR.TestUtil.test_ATR_get) ... ok test_BinStringToHexList (test.test_util.TestUtil.test_BinStringToHexList) ... ok test_HexListToBinString (test.test_util.TestUtil.test_HexListToBinString) ... ok test_bs2hl (test.test_util.TestUtil.test_bs2hl) ... ok test_hl2bs (test.test_util.TestUtil.test_hl2bs) ... ok test_padd (test.test_util.TestUtil.test_padd) ... ok test_toASCIIBytes (test.test_util.TestUtil.test_toASCIIBytes) ... ok test_toASCIIString (test.test_util.TestUtil.test_toASCIIString) ... ok test_toBytes (test.test_util.TestUtil.test_toBytes) ... ok test_toGSM3_38Bytes (test.test_util.TestUtil.test_toGSM3_38Bytes) ... ok test_toHexString (test.test_util.TestUtil.test_toHexString) ... ok test_AddReaderToGroupException (test.test_PCSCExceptions.TestUtil.test_AddReaderToGroupException) ... ok test_BaseSCardException (test.test_PCSCExceptions.TestUtil.test_BaseSCardException) ... ok test_EstablishContextException (test.test_PCSCExceptions.TestUtil.test_EstablishContextException) ... ok test_IntroduceReaderException (test.test_PCSCExceptions.TestUtil.test_IntroduceReaderException) ... ok test_ListReadersException (test.test_PCSCExceptions.TestUtil.test_ListReadersException) ... ok test_ReleaseContextException (test.test_PCSCExceptions.TestUtil.test_ReleaseContextException) ... ok test_RemoveReaderFromGroupException (test.test_PCSCExceptions.TestUtil.test_RemoveReaderFromGroupException) ... ok test_BaseSCardException (test.test_Exceptions.TestUtil.test_BaseSCardException) ... ok test_CardConnectionException (test.test_Exceptions.TestUtil.test_CardConnectionException) ... ok test_EstablishContextException (test.test_Exceptions.TestUtil.test_EstablishContextException) ... ok test_Exceptions (test.test_Exceptions.TestUtil.test_Exceptions) ... ok test_InvalidReaderException (test.test_Exceptions.TestUtil.test_InvalidReaderException) ... ok test_ListReadersException (test.test_Exceptions.TestUtil.test_ListReadersException) ... ok test_NoReadersException (test.test_Exceptions.TestUtil.test_NoReadersException) ... ok test_hresult (test.test_Exceptions.TestUtil.test_hresult) ... ok ---------------------------------------------------------------------- Ran 34 tests in 0.002s OK >>> py3-pyscard: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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.11 creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw copying build/lib.linux-aarch64-cpython-311/smartcard/sw/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw copying build/lib.linux-aarch64-cpython-311/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw copying build/lib.linux-aarch64-cpython-311/smartcard/sw/ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw copying build/lib.linux-aarch64-cpython-311/smartcard/sw/ISO7816_8ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw copying build/lib.linux-aarch64-cpython-311/smartcard/sw/ISO7816_4ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw copying build/lib.linux-aarch64-cpython-311/smartcard/sw/ISO7816_9ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw copying build/lib.linux-aarch64-cpython-311/smartcard/sw/SWExceptions.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw copying build/lib.linux-aarch64-cpython-311/smartcard/sw/ErrorCheckingChain.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw copying build/lib.linux-aarch64-cpython-311/smartcard/sw/op21_ErrorChecker.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-cpython-311/smartcard/pcsc/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-cpython-311/smartcard/pcsc/PCSCExceptions.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-cpython-311/smartcard/pcsc/PCSCCardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-cpython-311/smartcard/pcsc/PCSCPart10.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-cpython-311/smartcard/pcsc/PCSCReaderGroups.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-cpython-311/smartcard/pcsc/PCSCCardRequest.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-cpython-311/smartcard/pcsc/PCSCContext.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-cpython-311/smartcard/pcsc/PCSCReader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-cpython-311/smartcard/ATR.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/CardConnectionDecorator.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/CardNames.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/Exceptions.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/CardType.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/PassThruCardService.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/ExclusiveTransmitCardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/CardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/Observer.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/CardRequest.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/ReaderMonitoring.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/CardService.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/ulist.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/ClassLoader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx copying build/lib.linux-aarch64-cpython-311/smartcard/wx/SimpleSCardAppFrame.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx copying build/lib.linux-aarch64-cpython-311/smartcard/wx/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx copying build/lib.linux-aarch64-cpython-311/smartcard/wx/APDUTracerPanel.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/resources copying build/lib.linux-aarch64-cpython-311/smartcard/wx/resources/smartcard.ico -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/resources copying build/lib.linux-aarch64-cpython-311/smartcard/wx/resources/reader.ico -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/resources copying build/lib.linux-aarch64-cpython-311/smartcard/wx/APDUHexValidator.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx copying build/lib.linux-aarch64-cpython-311/smartcard/wx/CardAndReaderTreePanel.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx copying build/lib.linux-aarch64-cpython-311/smartcard/wx/SimpleSCardApp.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx copying build/lib.linux-aarch64-cpython-311/smartcard/wx/ReaderToolbar.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx copying build/lib.linux-aarch64-cpython-311/smartcard/wx/SimpleSCardAppEventObserver.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx copying build/lib.linux-aarch64-cpython-311/smartcard/Session.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/CardConnectionObserver.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/scard copying build/lib.linux-aarch64-cpython-311/smartcard/scard/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/scard copying build/lib.linux-aarch64-cpython-311/smartcard/scard/scard.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/scard copying build/lib.linux-aarch64-cpython-311/smartcard/scard/_scard.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/scard copying build/lib.linux-aarch64-cpython-311/smartcard/Synchronization.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/reader copying build/lib.linux-aarch64-cpython-311/smartcard/reader/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/reader copying build/lib.linux-aarch64-cpython-311/smartcard/reader/ReaderGroups.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/reader copying build/lib.linux-aarch64-cpython-311/smartcard/reader/ReaderFactory.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/reader copying build/lib.linux-aarch64-cpython-311/smartcard/reader/Reader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/reader copying build/lib.linux-aarch64-cpython-311/smartcard/CardMonitoring.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/util copying build/lib.linux-aarch64-cpython-311/smartcard/util/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/util copying build/lib.linux-aarch64-cpython-311/smartcard/guid.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/Card.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/CardConnectionEvent.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/System.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard creating /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pyro copying build/lib.linux-aarch64-cpython-311/smartcard/pyro/__init__.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pyro copying build/lib.linux-aarch64-cpython-311/smartcard/pyro/PyroReader.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pyro copying build/lib.linux-aarch64-cpython-311/smartcard/AbstractCardRequest.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard copying build/lib.linux-aarch64-cpython-311/smartcard/ExclusiveConnectCardConnection.py -> /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.py to ISO7816_4_SW1ErrorChecker.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw/ErrorChecker.py to ErrorChecker.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw/ISO7816_8ErrorChecker.py to ISO7816_8ErrorChecker.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw/ISO7816_4ErrorChecker.py to ISO7816_4ErrorChecker.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw/ISO7816_9ErrorChecker.py to ISO7816_9ErrorChecker.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw/SWExceptions.py to SWExceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw/ErrorCheckingChain.py to ErrorCheckingChain.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/sw/op21_ErrorChecker.py to op21_ErrorChecker.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc/PCSCExceptions.py to PCSCExceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc/PCSCCardConnection.py to PCSCCardConnection.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc/PCSCPart10.py to PCSCPart10.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc/PCSCReaderGroups.py to PCSCReaderGroups.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc/PCSCCardRequest.py to PCSCCardRequest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc/PCSCContext.py to PCSCContext.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pcsc/PCSCReader.py to PCSCReader.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/ATR.py to ATR.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/CardConnectionDecorator.py to CardConnectionDecorator.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/CardNames.py to CardNames.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/Exceptions.py to Exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/CardType.py to CardType.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/PassThruCardService.py to PassThruCardService.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/ExclusiveTransmitCardConnection.py to ExclusiveTransmitCardConnection.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/CardConnection.py to CardConnection.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/Observer.py to Observer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/CardRequest.py to CardRequest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/ReaderMonitoring.py to ReaderMonitoring.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/CardService.py to CardService.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/ulist.py to ulist.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/ClassLoader.py to ClassLoader.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/SimpleSCardAppFrame.py to SimpleSCardAppFrame.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/APDUTracerPanel.py to APDUTracerPanel.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/APDUHexValidator.py to APDUHexValidator.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/CardAndReaderTreePanel.py to CardAndReaderTreePanel.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/SimpleSCardApp.py to SimpleSCardApp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/ReaderToolbar.py to ReaderToolbar.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/wx/SimpleSCardAppEventObserver.py to SimpleSCardAppEventObserver.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/Session.py to Session.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/CardConnectionObserver.py to CardConnectionObserver.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/scard/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/scard/scard.py to scard.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/Synchronization.py to Synchronization.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/reader/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/reader/ReaderGroups.py to ReaderGroups.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/reader/ReaderFactory.py to ReaderFactory.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/reader/Reader.py to Reader.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/CardMonitoring.py to CardMonitoring.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/util/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/guid.py to guid.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/Card.py to Card.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/CardConnectionEvent.py to CardConnectionEvent.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/System.py to System.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pyro/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/pyro/PyroReader.py to PyroReader.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/AbstractCardRequest.py to AbstractCardRequest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyscard/pkg/py3-pyscard/usr/lib/python3.11/site-packages/smartcard/ExclusiveConnectCardConnection.py to ExclusiveConnectCardConnection.cpython-311.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 '*.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.11/site-packages/pyscard-2.0.7-py3.11.egg-info running install_scripts >>> py3-pyscard*: Running postcheck for py3-pyscard >>> WARNING: py3-pyscard*: Found __pycache__ but package name doesn't end with -pyc >>> py3-pyscard*: Preparing package py3-pyscard... >>> py3-pyscard*: Stripping binaries >>> py3-pyscard*: Scanning shared objects >>> py3-pyscard*: Tracing dependencies... pcsc-lite python3~3.11 so:libc.musl-aarch64.so.1 >>> py3-pyscard*: Package size: 1.2 MB >>> py3-pyscard*: Compressing data... >>> py3-pyscard*: Create checksum... >>> py3-pyscard*: Create py3-pyscard-2.0.7-r0.apk >>> py3-pyscard: Build complete at Sat, 22 Apr 2023 23:52:00 +0000 elapsed time 0h 0m 5s >>> py3-pyscard: Cleaning up srcdir >>> py3-pyscard: Cleaning up pkgdir >>> py3-pyscard: Uninstalling dependencies... (1/36) Purging .makedepends-py3-pyscard (20230422.235157) (2/36) Purging pcsc-lite-openrc (1.9.9-r3) (3/36) Purging pcsc-lite (1.9.9-r3) (4/36) Purging python3-dev (3.11.3-r10) (5/36) Purging py3-setuptools-pyc (67.7.1-r0) (6/36) Purging py3-setuptools (67.7.1-r0) (7/36) Purging py3-packaging-pyc (23.1-r1) (8/36) Purging py3-packaging (23.1-r1) (9/36) Purging py3-parsing-pyc (3.0.9-r2) (10/36) Purging py3-parsing (3.0.9-r2) (11/36) Purging swig (4.1.1-r3) (12/36) Purging guile (3.0.8-r4) (13/36) Purging pcsc-lite-dev (1.9.9-r3) (14/36) Purging pcsc-lite-libs (1.9.9-r3) (15/36) Purging eudev-dev (3.2.11-r8) (16/36) Purging eudev-openrc (3.2.11-r8) (17/36) Purging eudev (3.2.11-r8) (18/36) Purging udev-init-scripts (35-r1) (19/36) Purging eudev-libs (3.2.11-r8) (20/36) Purging pcsc-lite-spy-libs (1.9.9-r3) (21/36) Purging guile-libs (3.0.8-r4) (22/36) Purging kmod-libs (30-r3) (23/36) Purging libblkid (2.38.1-r7) (24/36) Purging python3-pyc (3.11.3-r10) (25/36) Purging python3-pycache-pyc0 (3.11.3-r10) (26/36) Purging pyc (0.1-r0) (27/36) Purging gc (8.2.2-r2) (28/36) Purging python3 (3.11.3-r10) (29/36) Purging gdbm (1.23-r1) (30/36) Purging libbz2 (1.0.8-r5) (31/36) Purging libffi (3.4.4-r2) (32/36) Purging libpanelw (6.4_p20230401-r5) (33/36) Purging mpdecimal (2.5.1-r2) (34/36) Purging readline (8.2.1-r1) (35/36) Purging sqlite-libs (3.41.2-r2) (36/36) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 98 packages >>> py3-pyscard: Updating the community/aarch64 repository index... >>> py3-pyscard: Signing the index...