D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-pyscard-1.9.9-1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gMNaL6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pyscard-release-1.9.9 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pyscard-1.9.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyscard-release-1.9.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/pyscard-1.9.9-mga-glibc-2.31.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rls8ca + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyscard-release-1.9.9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' 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-3.8 creating build/temp.linux-aarch64-3.8/smartcard creating build/temp.linux-aarch64-3.8/smartcard/scard gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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.8 -c smartcard/scard/helpers.c -o build/temp.linux-aarch64-3.8/smartcard/scard/helpers.o gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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.8 -c smartcard/scard/winscarddll.c -o build/temp.linux-aarch64-3.8/smartcard/scard/winscarddll.o gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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.8 -c smartcard/scard/scard_wrap.c -o build/temp.linux-aarch64-3.8/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 ); | ^~~~~~~~ creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/smartcard creating build/lib.linux-aarch64-3.8/smartcard/scard gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/smartcard/scard/helpers.o build/temp.linux-aarch64-3.8/smartcard/scard/winscarddll.o build/temp.linux-aarch64-3.8/smartcard/scard/scard_wrap.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/smartcard/scard/_scard.cpython-38-aarch64-linux-gnu.so -ldl copying ./smartcard/ReaderMonitoring.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/CardMonitoring.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/CardConnectionObserver.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/System.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/ExclusiveConnectCardConnection.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/ExclusiveTransmitCardConnection.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/Card.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/CardConnectionEvent.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/guid.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/Synchronization.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/__init__.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/CardConnection.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/ClassLoader.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/ATR.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/ulist.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/CardNames.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/Session.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/CardType.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/CardConnectionDecorator.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/CardRequest.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/CardService.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/PassThruCardService.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/Exceptions.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/Observer.py -> build/lib.linux-aarch64-3.8/smartcard copying ./smartcard/AbstractCardRequest.py -> build/lib.linux-aarch64-3.8/smartcard creating build/lib.linux-aarch64-3.8/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardRequest.py -> build/lib.linux-aarch64-3.8/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardConnection.py -> build/lib.linux-aarch64-3.8/smartcard/pcsc copying ./smartcard/pcsc/PCSCReader.py -> build/lib.linux-aarch64-3.8/smartcard/pcsc copying ./smartcard/pcsc/PCSCContext.py -> build/lib.linux-aarch64-3.8/smartcard/pcsc copying ./smartcard/pcsc/__init__.py -> build/lib.linux-aarch64-3.8/smartcard/pcsc copying ./smartcard/pcsc/PCSCPart10.py -> build/lib.linux-aarch64-3.8/smartcard/pcsc copying ./smartcard/pcsc/PCSCReaderGroups.py -> build/lib.linux-aarch64-3.8/smartcard/pcsc copying ./smartcard/pcsc/PCSCExceptions.py -> build/lib.linux-aarch64-3.8/smartcard/pcsc creating build/lib.linux-aarch64-3.8/smartcard/pyro copying ./smartcard/pyro/PyroReader.py -> build/lib.linux-aarch64-3.8/smartcard/pyro copying ./smartcard/pyro/__init__.py -> build/lib.linux-aarch64-3.8/smartcard/pyro creating build/lib.linux-aarch64-3.8/smartcard/reader copying ./smartcard/reader/ReaderGroups.py -> build/lib.linux-aarch64-3.8/smartcard/reader copying ./smartcard/reader/__init__.py -> build/lib.linux-aarch64-3.8/smartcard/reader copying ./smartcard/reader/Reader.py -> build/lib.linux-aarch64-3.8/smartcard/reader copying ./smartcard/reader/ReaderFactory.py -> build/lib.linux-aarch64-3.8/smartcard/reader copying ./smartcard/scard/__init__.py -> build/lib.linux-aarch64-3.8/smartcard/scard copying ./smartcard/scard/scard.py -> build/lib.linux-aarch64-3.8/smartcard/scard creating build/lib.linux-aarch64-3.8/smartcard/sw copying ./smartcard/sw/ISO7816_4ErrorChecker.py -> build/lib.linux-aarch64-3.8/smartcard/sw copying ./smartcard/sw/ISO7816_9ErrorChecker.py -> build/lib.linux-aarch64-3.8/smartcard/sw copying ./smartcard/sw/__init__.py -> build/lib.linux-aarch64-3.8/smartcard/sw copying ./smartcard/sw/ErrorChecker.py -> build/lib.linux-aarch64-3.8/smartcard/sw copying ./smartcard/sw/ISO7816_8ErrorChecker.py -> build/lib.linux-aarch64-3.8/smartcard/sw copying ./smartcard/sw/SWExceptions.py -> build/lib.linux-aarch64-3.8/smartcard/sw copying ./smartcard/sw/ErrorCheckingChain.py -> build/lib.linux-aarch64-3.8/smartcard/sw copying ./smartcard/sw/op21_ErrorChecker.py -> build/lib.linux-aarch64-3.8/smartcard/sw copying ./smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> build/lib.linux-aarch64-3.8/smartcard/sw creating build/lib.linux-aarch64-3.8/smartcard/util copying ./smartcard/util/__init__.py -> build/lib.linux-aarch64-3.8/smartcard/util creating build/lib.linux-aarch64-3.8/smartcard/wx copying ./smartcard/wx/ReaderToolbar.py -> build/lib.linux-aarch64-3.8/smartcard/wx copying ./smartcard/wx/APDUTracerPanel.py -> build/lib.linux-aarch64-3.8/smartcard/wx copying ./smartcard/wx/__init__.py -> build/lib.linux-aarch64-3.8/smartcard/wx copying ./smartcard/wx/SimpleSCardApp.py -> build/lib.linux-aarch64-3.8/smartcard/wx copying ./smartcard/wx/SimpleSCardAppFrame.py -> build/lib.linux-aarch64-3.8/smartcard/wx copying ./smartcard/wx/SimpleSCardAppEventObserver.py -> build/lib.linux-aarch64-3.8/smartcard/wx copying ./smartcard/wx/APDUHexValidator.py -> build/lib.linux-aarch64-3.8/smartcard/wx copying ./smartcard/wx/CardAndReaderTreePanel.py -> build/lib.linux-aarch64-3.8/smartcard/wx creating build/lib.linux-aarch64-3.8/smartcard/wx/resources copying ./smartcard/wx/resources/smartcard.ico -> build/lib.linux-aarch64-3.8/smartcard/wx/resources copying ./smartcard/wx/resources/reader.ico -> build/lib.linux-aarch64-3.8/smartcard/wx/resources + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1quRx8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64 + cd pyscard-release-1.9.9 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/scard copying build/lib.linux-aarch64-3.8/smartcard/scard/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/scard copying build/lib.linux-aarch64-3.8/smartcard/scard/scard.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/scard copying build/lib.linux-aarch64-3.8/smartcard/scard/_scard.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/scard copying build/lib.linux-aarch64-3.8/smartcard/ReaderMonitoring.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/CardMonitoring.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/CardConnectionObserver.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/System.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/resources copying build/lib.linux-aarch64-3.8/smartcard/wx/resources/smartcard.ico -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/resources copying build/lib.linux-aarch64-3.8/smartcard/wx/resources/reader.ico -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/resources copying build/lib.linux-aarch64-3.8/smartcard/wx/ReaderToolbar.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx copying build/lib.linux-aarch64-3.8/smartcard/wx/APDUTracerPanel.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx copying build/lib.linux-aarch64-3.8/smartcard/wx/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx copying build/lib.linux-aarch64-3.8/smartcard/wx/SimpleSCardApp.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx copying build/lib.linux-aarch64-3.8/smartcard/wx/SimpleSCardAppFrame.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx copying build/lib.linux-aarch64-3.8/smartcard/wx/SimpleSCardAppEventObserver.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx copying build/lib.linux-aarch64-3.8/smartcard/wx/APDUHexValidator.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx copying build/lib.linux-aarch64-3.8/smartcard/wx/CardAndReaderTreePanel.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx copying build/lib.linux-aarch64-3.8/smartcard/ExclusiveConnectCardConnection.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/util copying build/lib.linux-aarch64-3.8/smartcard/util/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/util creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/reader copying build/lib.linux-aarch64-3.8/smartcard/reader/ReaderGroups.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/reader copying build/lib.linux-aarch64-3.8/smartcard/reader/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/reader copying build/lib.linux-aarch64-3.8/smartcard/reader/Reader.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/reader copying build/lib.linux-aarch64-3.8/smartcard/reader/ReaderFactory.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/reader copying build/lib.linux-aarch64-3.8/smartcard/ExclusiveTransmitCardConnection.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/Card.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/CardConnectionEvent.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/guid.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/Synchronization.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/CardConnection.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/ClassLoader.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/ATR.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/ulist.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pyro copying build/lib.linux-aarch64-3.8/smartcard/pyro/PyroReader.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pyro copying build/lib.linux-aarch64-3.8/smartcard/pyro/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pyro creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/sw/ISO7816_4ErrorChecker.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/sw/ISO7816_9ErrorChecker.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/sw/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/sw/ErrorChecker.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/sw/ISO7816_8ErrorChecker.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/sw/SWExceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/sw/ErrorCheckingChain.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/sw/op21_ErrorChecker.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw copying build/lib.linux-aarch64-3.8/smartcard/CardNames.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/Session.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/CardType.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/CardConnectionDecorator.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/CardRequest.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/CardService.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/PassThruCardService.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/Exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard copying build/lib.linux-aarch64-3.8/smartcard/Observer.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard creating /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-3.8/smartcard/pcsc/PCSCCardRequest.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-3.8/smartcard/pcsc/PCSCCardConnection.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-3.8/smartcard/pcsc/PCSCReader.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-3.8/smartcard/pcsc/PCSCContext.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-3.8/smartcard/pcsc/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-3.8/smartcard/pcsc/PCSCPart10.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-3.8/smartcard/pcsc/PCSCReaderGroups.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-3.8/smartcard/pcsc/PCSCExceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc copying build/lib.linux-aarch64-3.8/smartcard/AbstractCardRequest.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/scard/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/scard/scard.py to scard.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/ReaderMonitoring.py to ReaderMonitoring.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/CardMonitoring.py to CardMonitoring.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/CardConnectionObserver.py to CardConnectionObserver.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/System.py to System.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/ReaderToolbar.py to ReaderToolbar.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/APDUTracerPanel.py to APDUTracerPanel.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/SimpleSCardApp.py to SimpleSCardApp.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/SimpleSCardAppFrame.py to SimpleSCardAppFrame.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/SimpleSCardAppEventObserver.py to SimpleSCardAppEventObserver.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/APDUHexValidator.py to APDUHexValidator.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/wx/CardAndReaderTreePanel.py to CardAndReaderTreePanel.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/ExclusiveConnectCardConnection.py to ExclusiveConnectCardConnection.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/util/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/reader/ReaderGroups.py to ReaderGroups.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/reader/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/reader/Reader.py to Reader.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/reader/ReaderFactory.py to ReaderFactory.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/ExclusiveTransmitCardConnection.py to ExclusiveTransmitCardConnection.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/Card.py to Card.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/CardConnectionEvent.py to CardConnectionEvent.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/guid.py to guid.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/Synchronization.py to Synchronization.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/CardConnection.py to CardConnection.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/ClassLoader.py to ClassLoader.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/ATR.py to ATR.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/ulist.py to ulist.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pyro/PyroReader.py to PyroReader.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pyro/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw/ISO7816_4ErrorChecker.py to ISO7816_4ErrorChecker.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw/ISO7816_9ErrorChecker.py to ISO7816_9ErrorChecker.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw/ErrorChecker.py to ErrorChecker.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw/ISO7816_8ErrorChecker.py to ISO7816_8ErrorChecker.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw/SWExceptions.py to SWExceptions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw/ErrorCheckingChain.py to ErrorCheckingChain.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw/op21_ErrorChecker.py to op21_ErrorChecker.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.py to ISO7816_4_SW1ErrorChecker.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/CardNames.py to CardNames.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/Session.py to Session.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/CardType.py to CardType.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/CardConnectionDecorator.py to CardConnectionDecorator.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/CardRequest.py to CardRequest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/CardService.py to CardService.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/PassThruCardService.py to PassThruCardService.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/Exceptions.py to Exceptions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/Observer.py to Observer.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc/PCSCCardRequest.py to PCSCCardRequest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc/PCSCCardConnection.py to PCSCCardConnection.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc/PCSCReader.py to PCSCReader.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc/PCSCContext.py to PCSCContext.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc/PCSCPart10.py to PCSCPart10.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc/PCSCReaderGroups.py to PCSCReaderGroups.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/pcsc/PCSCExceptions.py to PCSCExceptions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/AbstractCardRequest.py to AbstractCardRequest.cpython-38.pyc writing byte-compilation script '/tmp/tmpmnlun0ox.py' /usr/bin/python3 /tmp/tmpmnlun0ox.py removing /tmp/tmpmnlun0ox.py running install_egg_info running egg_info creating pyscard.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 writing manifest file 'pyscard.egg-info/SOURCES.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/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/pyscard-1.9.9-py3.8.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.9.9-1.mga8 --unique-debug-suffix -1.9.9-1.mga8.aarch64 --unique-debug-src-base python-pyscard-1.9.9-1.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pyscard-release-1.9.9 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/scard/_scard.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8/site-packages/smartcard/scard/_scard.cpython-38-aarch64-linux-gnu.so original debug info size: 376kB, size after compression: 364kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 555 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OEhky9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyscard-release-1.9.9 + '[' 1 -eq 1 ']' + /usr/bin/python3 setup.py test 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-aarch64-3.8/smartcard/scard/_scard.cpython-38-aarch64-linux-gnu.so -> ./smartcard/scard test_BinStringToHexList (test.test_util.TestUtil) ... ok test_HexListToBinString (test.test_util.TestUtil) ... ok test_bs2hl (test.test_util.TestUtil) ... ok test_hl2bs (test.test_util.TestUtil) ... ok test_padd (test.test_util.TestUtil) ... ok test_toASCIIBytes (test.test_util.TestUtil) ... ok test_toASCIIString (test.test_util.TestUtil) ... ok test_toBytes (test.test_util.TestUtil) ... ok test_toGSM3_38Bytes (test.test_util.TestUtil) ... ok test_toHexString (test.test_util.TestUtil) ... ok test_ATR1 (test.test_ATR.TestUtil) ... ok test_ATR2 (test.test_ATR.TestUtil) ... ok test_ATR3 (test.test_ATR.TestUtil) ... ok test_ATR4 (test.test_ATR.TestUtil) ... ok test_ATR5 (test.test_ATR.TestUtil) ... ok test_ATR6 (test.test_ATR.TestUtil) ... ok test_ATR_TS (test.test_ATR.TestUtil) ... ok test_ATR_get (test.test_ATR.TestUtil) ... ok test_CardConnectionException (test.test_Exceptions.TestUtil) ... ok test_Exceptions (test.test_Exceptions.TestUtil) ... ok test_InvalidReaderException (test.test_Exceptions.TestUtil) ... ok test_ListReadersException (test.test_Exceptions.TestUtil) ... ok test_NoReadersException (test.test_Exceptions.TestUtil) ... ok test_SCardGetErrorMessage (test.test_SCardGetErrorMessage.TestError) ... ok ---------------------------------------------------------------------- Ran 24 tests in 0.005s OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-pyscard-1.9.9-1.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.92jKv7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyscard-release-1.9.9 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/share/doc/python3-pyscard + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/share/doc/python3-pyscard + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/share/doc/python3-pyscard + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.whkoba + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyscard-release-1.9.9 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/share/licenses/python3-pyscard + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/share/licenses/python3-pyscard + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64/usr/share/licenses/python3-pyscard + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pyscard = 1.9.9-1.mga8 python3-pyscard = 1.9.9-1.mga8 python3-pyscard(aarch-64) = 1.9.9-1.mga8 python3.8-pyscard = 1.9.9-1.mga8 python3.8dist(pyscard) = 1.9.9 python3dist(pyscard) = 1.9.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Processing files: python-pyscard-debugsource-1.9.9-1.mga8.aarch64 Provides: python-pyscard-debugsource = 1.9.9-1.mga8 python-pyscard-debugsource(aarch-64) = 1.9.9-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pyscard-debuginfo-1.9.9-1.mga8.aarch64 Provides: debuginfo(build-id) = 34d377806526ce226ab99594b89fde0467c2a3d8 python-pyscard-debuginfo = 1.9.9-1.mga8 python3-pyscard-debuginfo = 1.9.9-1.mga8 python3-pyscard-debuginfo(aarch-64) = 1.9.9-1.mga8 python3.8-pyscard-debuginfo = 1.9.9-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pyscard-debugsource(aarch-64) = 1.9.9-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-pyscard-debugsource-1.9.9-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-pyscard-debuginfo-1.9.9-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-pyscard-1.9.9-1.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QcNjN6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyscard-release-1.9.9 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pyscard-1.9.9-1.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4t16P8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pyscard-release-1.9.9 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!