+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/pyscard.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.i4FqJc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyscard-1.9.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyscard-1.9.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyscard-1.9.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GOapC4 + umask 022 + cd /builddir/build/BUILD + cd pyscard-1.9.5 + /usr/bin/python2 setup.py build 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-riscv64-2.7 creating build/temp.linux-riscv64-2.7/smartcard creating build/temp.linux-riscv64-2.7/smartcard/scard gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DVER_PRODUCTVERSION=1,9,5,0000 -DVER_PRODUCTVERSION_STR=1.9.5 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/PCSC -I/usr/include/python2.7 -c smartcard/scard/helpers.c -o build/temp.linux-riscv64-2.7/smartcard/scard/helpers.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DVER_PRODUCTVERSION=1,9,5,0000 -DVER_PRODUCTVERSION_STR=1.9.5 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/PCSC -I/usr/include/python2.7 -c smartcard/scard/winscarddll.c -o build/temp.linux-riscv64-2.7/smartcard/scard/winscarddll.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DVER_PRODUCTVERSION=1,9,5,0000 -DVER_PRODUCTVERSION_STR=1.9.5 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/PCSC -I/usr/include/python2.7 -c smartcard/scard/scard_wrap.c -o build/temp.linux-riscv64-2.7/smartcard/scard/scard_wrap.o In file included from smartcard/scard/scard_wrap.c:3062:0: 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] #define mem_Free free smartcard/scard/scard_wrap.c:4089:9: note: in expansion of macro 'mem_Free' mem_Free( arg3 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp3' [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:4104:9: note: in expansion of macro 'mem_Free' mem_Free( arg3 ); ^~~~~~~~ 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] #define mem_Free free smartcard/scard/scard_wrap.c:5106:9: note: in expansion of macro 'mem_Free' mem_Free( arg4 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp4' [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:5134:9: note: in expansion of macro 'mem_Free' 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] #define mem_Free free smartcard/scard/scard_wrap.c:4994:9: note: in expansion of macro 'mem_Free' mem_Free( arg5 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp5' [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:5030:9: note: in expansion of macro 'mem_Free' mem_Free( arg5 ); ^~~~~~~~ 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] #define mem_Free free smartcard/scard/scard_wrap.c:4791:9: note: in expansion of macro 'mem_Free' mem_Free( arg2 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp2' [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:4820:9: note: in expansion of macro 'mem_Free' 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] #define mem_Free free smartcard/scard/scard_wrap.c:4675:9: note: in expansion of macro 'mem_Free' mem_Free( arg3 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp3' [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:4731:9: note: in expansion of macro 'mem_Free' mem_Free( arg3 ); ^~~~~~~~ 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] #define mem_Free free smartcard/scard/scard_wrap.c:4244:9: note: in expansion of macro 'mem_Free' mem_Free( arg4 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object 'temp4' [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:4272:9: note: in expansion of macro 'mem_Free' mem_Free( arg4 ); ^~~~~~~~ creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/smartcard creating build/lib.linux-riscv64-2.7/smartcard/scard gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld build/temp.linux-riscv64-2.7/smartcard/scard/helpers.o build/temp.linux-riscv64-2.7/smartcard/scard/winscarddll.o build/temp.linux-riscv64-2.7/smartcard/scard/scard_wrap.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/smartcard/scard/_scard.so copying ./smartcard/Synchronization.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/ExclusiveConnectCardConnection.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/CardService.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/Card.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/CardNames.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/CardConnection.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/ulist.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/Exceptions.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/CardConnectionEvent.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/CardRequest.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/ClassLoader.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/guid.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/__init__.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/CardConnectionDecorator.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/System.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/CardType.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/AbstractCardRequest.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/PassThruCardService.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/ReaderMonitoring.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/CardConnectionObserver.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/Session.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/Observer.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/ExclusiveTransmitCardConnection.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/ATR.py -> build/lib.linux-riscv64-2.7/smartcard copying ./smartcard/CardMonitoring.py -> build/lib.linux-riscv64-2.7/smartcard creating build/lib.linux-riscv64-2.7/smartcard/pcsc copying ./smartcard/pcsc/PCSCReader.py -> build/lib.linux-riscv64-2.7/smartcard/pcsc copying ./smartcard/pcsc/PCSCContext.py -> build/lib.linux-riscv64-2.7/smartcard/pcsc copying ./smartcard/pcsc/__init__.py -> build/lib.linux-riscv64-2.7/smartcard/pcsc copying ./smartcard/pcsc/PCSCExceptions.py -> build/lib.linux-riscv64-2.7/smartcard/pcsc copying ./smartcard/pcsc/PCSCPart10.py -> build/lib.linux-riscv64-2.7/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardConnection.py -> build/lib.linux-riscv64-2.7/smartcard/pcsc copying ./smartcard/pcsc/PCSCReaderGroups.py -> build/lib.linux-riscv64-2.7/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardRequest.py -> build/lib.linux-riscv64-2.7/smartcard/pcsc creating build/lib.linux-riscv64-2.7/smartcard/pyro copying ./smartcard/pyro/__init__.py -> build/lib.linux-riscv64-2.7/smartcard/pyro copying ./smartcard/pyro/PyroReader.py -> build/lib.linux-riscv64-2.7/smartcard/pyro creating build/lib.linux-riscv64-2.7/smartcard/reader copying ./smartcard/reader/Reader.py -> build/lib.linux-riscv64-2.7/smartcard/reader copying ./smartcard/reader/__init__.py -> build/lib.linux-riscv64-2.7/smartcard/reader copying ./smartcard/reader/ReaderFactory.py -> build/lib.linux-riscv64-2.7/smartcard/reader copying ./smartcard/reader/ReaderGroups.py -> build/lib.linux-riscv64-2.7/smartcard/reader copying ./smartcard/scard/__init__.py -> build/lib.linux-riscv64-2.7/smartcard/scard copying ./smartcard/scard/scard.py -> build/lib.linux-riscv64-2.7/smartcard/scard creating build/lib.linux-riscv64-2.7/smartcard/sw copying ./smartcard/sw/SWExceptions.py -> build/lib.linux-riscv64-2.7/smartcard/sw copying ./smartcard/sw/ErrorChecker.py -> build/lib.linux-riscv64-2.7/smartcard/sw copying ./smartcard/sw/ISO7816_9ErrorChecker.py -> build/lib.linux-riscv64-2.7/smartcard/sw copying ./smartcard/sw/__init__.py -> build/lib.linux-riscv64-2.7/smartcard/sw copying ./smartcard/sw/ErrorCheckingChain.py -> build/lib.linux-riscv64-2.7/smartcard/sw copying ./smartcard/sw/op21_ErrorChecker.py -> build/lib.linux-riscv64-2.7/smartcard/sw copying ./smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> build/lib.linux-riscv64-2.7/smartcard/sw copying ./smartcard/sw/ISO7816_4ErrorChecker.py -> build/lib.linux-riscv64-2.7/smartcard/sw copying ./smartcard/sw/ISO7816_8ErrorChecker.py -> build/lib.linux-riscv64-2.7/smartcard/sw creating build/lib.linux-riscv64-2.7/smartcard/util copying ./smartcard/util/__init__.py -> build/lib.linux-riscv64-2.7/smartcard/util creating build/lib.linux-riscv64-2.7/smartcard/wx copying ./smartcard/wx/SimpleSCardAppEventObserver.py -> build/lib.linux-riscv64-2.7/smartcard/wx copying ./smartcard/wx/SimpleSCardApp.py -> build/lib.linux-riscv64-2.7/smartcard/wx copying ./smartcard/wx/ReaderToolbar.py -> build/lib.linux-riscv64-2.7/smartcard/wx copying ./smartcard/wx/SimpleSCardAppFrame.py -> build/lib.linux-riscv64-2.7/smartcard/wx copying ./smartcard/wx/__init__.py -> build/lib.linux-riscv64-2.7/smartcard/wx copying ./smartcard/wx/APDUHexValidator.py -> build/lib.linux-riscv64-2.7/smartcard/wx copying ./smartcard/wx/CardAndReaderTreePanel.py -> build/lib.linux-riscv64-2.7/smartcard/wx copying ./smartcard/wx/APDUTracerPanel.py -> build/lib.linux-riscv64-2.7/smartcard/wx + /usr/bin/python3 setup.py build 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/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/smartcard creating build/temp.linux-riscv64-3.6/smartcard/scard gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DVER_PRODUCTVERSION=1,9,5,0000 -DVER_PRODUCTVERSION_STR=1.9.5 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/PCSC -I/usr/include/python3.6m -c smartcard/scard/helpers.c -o build/temp.linux-riscv64-3.6/smartcard/scard/helpers.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DVER_PRODUCTVERSION=1,9,5,0000 -DVER_PRODUCTVERSION_STR=1.9.5 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/PCSC -I/usr/include/python3.6m -c smartcard/scard/winscarddll.c -o build/temp.linux-riscv64-3.6/smartcard/scard/winscarddll.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DVER_PRODUCTVERSION=1,9,5,0000 -DVER_PRODUCTVERSION_STR=1.9.5 -DPCSCLITE=1 -Ismartcard/scard/ -I/usr/include/PCSC -I/usr/include/python3.6m -c smartcard/scard/scard_wrap.c -o build/temp.linux-riscv64-3.6/smartcard/scard/scard_wrap.o smartcard/scard/scard_wrap.c: In function ‘_wrap_SCardGetAttrib’: smartcard/scard/scard_wrap.c:4066:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg2) ^~ smartcard/scard/scard_wrap.c: In function ‘_wrap_SCardSetAttrib’: smartcard/scard/scard_wrap.c:4130:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg2) ^~ smartcard/scard/scard_wrap.c: In function ‘_wrap_SCardControl’: smartcard/scard/scard_wrap.c:4203:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg2) ^~ smartcard/scard/scard_wrap.c: In function ‘_wrap_SCardConnect’: smartcard/scard/scard_wrap.c:4370:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg3) ^~ smartcard/scard/scard_wrap.c:4375:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg4) ^~ smartcard/scard/scard_wrap.c: In function ‘_wrap_SCardDisconnect’: smartcard/scard/scard_wrap.c:4416:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg2) ^~ smartcard/scard/scard_wrap.c: In function ‘_wrap_SCardEndTransaction’: smartcard/scard/scard_wrap.c:4449:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg2) ^~ smartcard/scard/scard_wrap.c: In function ‘_wrap_SCardEstablishContext’: smartcard/scard/scard_wrap.c:4480:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg1) ^~ smartcard/scard/scard_wrap.c: In function ‘_wrap_SCardGetStatusChange’: smartcard/scard/scard_wrap.c:4518:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg2) ^~ smartcard/scard/scard_wrap.c: In function ‘_wrap_SCardReconnect’: smartcard/scard/scard_wrap.c:4853:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg2) ^~ smartcard/scard/scard_wrap.c:4858:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg3) ^~ smartcard/scard/scard_wrap.c:4863:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (-1 == arg4) ^~ In file included from smartcard/scard/scard_wrap.c:3062:0: 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] #define mem_Free free smartcard/scard/scard_wrap.c:4089:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg3 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object ‘temp3’ [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:4104:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg3 ); ^~~~~~~~ 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] #define mem_Free free smartcard/scard/scard_wrap.c:5106:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg4 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object ‘temp4’ [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:5134:9: note: in expansion of macro ‘mem_Free’ 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] #define mem_Free free smartcard/scard/scard_wrap.c:4994:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg5 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object ‘temp5’ [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:5030:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg5 ); ^~~~~~~~ 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] #define mem_Free free smartcard/scard/scard_wrap.c:4791:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg2 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object ‘temp2’ [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:4820:9: note: in expansion of macro ‘mem_Free’ 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] #define mem_Free free smartcard/scard/scard_wrap.c:4675:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg3 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object ‘temp3’ [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:4731:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg3 ); ^~~~~~~~ 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] #define mem_Free free smartcard/scard/scard_wrap.c:4244:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg4 ); ^~~~~~~~ smartcard/scard/memlog.h:50:26: warning: attempt to free a non-heap object ‘temp4’ [-Wfree-nonheap-object] #define mem_Free free smartcard/scard/scard_wrap.c:4272:9: note: in expansion of macro ‘mem_Free’ mem_Free( arg4 ); ^~~~~~~~ creating build/lib.linux-riscv64-3.6 creating build/lib.linux-riscv64-3.6/smartcard creating build/lib.linux-riscv64-3.6/smartcard/scard gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-riscv64-3.6/smartcard/scard/helpers.o build/temp.linux-riscv64-3.6/smartcard/scard/winscarddll.o build/temp.linux-riscv64-3.6/smartcard/scard/scard_wrap.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/smartcard/scard/_scard.cpython-36m-riscv64-linux-gnu.so copying ./smartcard/Synchronization.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/ExclusiveConnectCardConnection.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/CardService.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/Card.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/CardNames.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/CardConnection.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/ulist.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/Exceptions.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/CardConnectionEvent.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/CardRequest.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/ClassLoader.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/guid.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/__init__.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/CardConnectionDecorator.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/System.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/CardType.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/AbstractCardRequest.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/PassThruCardService.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/ReaderMonitoring.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/CardConnectionObserver.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/Session.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/Observer.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/ExclusiveTransmitCardConnection.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/ATR.py -> build/lib.linux-riscv64-3.6/smartcard copying ./smartcard/CardMonitoring.py -> build/lib.linux-riscv64-3.6/smartcard creating build/lib.linux-riscv64-3.6/smartcard/pcsc copying ./smartcard/pcsc/PCSCReader.py -> build/lib.linux-riscv64-3.6/smartcard/pcsc copying ./smartcard/pcsc/PCSCContext.py -> build/lib.linux-riscv64-3.6/smartcard/pcsc copying ./smartcard/pcsc/__init__.py -> build/lib.linux-riscv64-3.6/smartcard/pcsc copying ./smartcard/pcsc/PCSCExceptions.py -> build/lib.linux-riscv64-3.6/smartcard/pcsc copying ./smartcard/pcsc/PCSCPart10.py -> build/lib.linux-riscv64-3.6/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardConnection.py -> build/lib.linux-riscv64-3.6/smartcard/pcsc copying ./smartcard/pcsc/PCSCReaderGroups.py -> build/lib.linux-riscv64-3.6/smartcard/pcsc copying ./smartcard/pcsc/PCSCCardRequest.py -> build/lib.linux-riscv64-3.6/smartcard/pcsc creating build/lib.linux-riscv64-3.6/smartcard/pyro copying ./smartcard/pyro/__init__.py -> build/lib.linux-riscv64-3.6/smartcard/pyro copying ./smartcard/pyro/PyroReader.py -> build/lib.linux-riscv64-3.6/smartcard/pyro creating build/lib.linux-riscv64-3.6/smartcard/reader copying ./smartcard/reader/Reader.py -> build/lib.linux-riscv64-3.6/smartcard/reader copying ./smartcard/reader/__init__.py -> build/lib.linux-riscv64-3.6/smartcard/reader copying ./smartcard/reader/ReaderFactory.py -> build/lib.linux-riscv64-3.6/smartcard/reader copying ./smartcard/reader/ReaderGroups.py -> build/lib.linux-riscv64-3.6/smartcard/reader copying ./smartcard/scard/__init__.py -> build/lib.linux-riscv64-3.6/smartcard/scard copying ./smartcard/scard/scard.py -> build/lib.linux-riscv64-3.6/smartcard/scard creating build/lib.linux-riscv64-3.6/smartcard/sw copying ./smartcard/sw/SWExceptions.py -> build/lib.linux-riscv64-3.6/smartcard/sw copying ./smartcard/sw/ErrorChecker.py -> build/lib.linux-riscv64-3.6/smartcard/sw copying ./smartcard/sw/ISO7816_9ErrorChecker.py -> build/lib.linux-riscv64-3.6/smartcard/sw copying ./smartcard/sw/__init__.py -> build/lib.linux-riscv64-3.6/smartcard/sw copying ./smartcard/sw/ErrorCheckingChain.py -> build/lib.linux-riscv64-3.6/smartcard/sw copying ./smartcard/sw/op21_ErrorChecker.py -> build/lib.linux-riscv64-3.6/smartcard/sw copying ./smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> build/lib.linux-riscv64-3.6/smartcard/sw copying ./smartcard/sw/ISO7816_4ErrorChecker.py -> build/lib.linux-riscv64-3.6/smartcard/sw copying ./smartcard/sw/ISO7816_8ErrorChecker.py -> build/lib.linux-riscv64-3.6/smartcard/sw creating build/lib.linux-riscv64-3.6/smartcard/util copying ./smartcard/util/__init__.py -> build/lib.linux-riscv64-3.6/smartcard/util creating build/lib.linux-riscv64-3.6/smartcard/wx copying ./smartcard/wx/SimpleSCardAppEventObserver.py -> build/lib.linux-riscv64-3.6/smartcard/wx copying ./smartcard/wx/SimpleSCardApp.py -> build/lib.linux-riscv64-3.6/smartcard/wx copying ./smartcard/wx/ReaderToolbar.py -> build/lib.linux-riscv64-3.6/smartcard/wx copying ./smartcard/wx/SimpleSCardAppFrame.py -> build/lib.linux-riscv64-3.6/smartcard/wx copying ./smartcard/wx/__init__.py -> build/lib.linux-riscv64-3.6/smartcard/wx copying ./smartcard/wx/APDUHexValidator.py -> build/lib.linux-riscv64-3.6/smartcard/wx copying ./smartcard/wx/CardAndReaderTreePanel.py -> build/lib.linux-riscv64-3.6/smartcard/wx copying ./smartcard/wx/APDUTracerPanel.py -> build/lib.linux-riscv64-3.6/smartcard/wx + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kbXUPe + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64 + cd pyscard-1.9.5 + /usr/bin/python2 setup.py install --root /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64 running install running build running build_py running build_ext copying ./smartcard/scard/scard.py -> build/lib.linux-riscv64-2.7/smartcard/scard running install_lib creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/Synchronization.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/ExclusiveConnectCardConnection.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/CardService.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/Card.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx copying build/lib.linux-riscv64-2.7/smartcard/wx/SimpleSCardAppEventObserver.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx copying build/lib.linux-riscv64-2.7/smartcard/wx/SimpleSCardApp.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx copying build/lib.linux-riscv64-2.7/smartcard/wx/ReaderToolbar.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx copying build/lib.linux-riscv64-2.7/smartcard/wx/SimpleSCardAppFrame.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx copying build/lib.linux-riscv64-2.7/smartcard/wx/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx copying build/lib.linux-riscv64-2.7/smartcard/wx/APDUHexValidator.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx copying build/lib.linux-riscv64-2.7/smartcard/wx/CardAndReaderTreePanel.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx copying build/lib.linux-riscv64-2.7/smartcard/wx/APDUTracerPanel.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx copying build/lib.linux-riscv64-2.7/smartcard/CardNames.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/CardConnection.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/ulist.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/Exceptions.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/CardConnectionEvent.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/sw/SWExceptions.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/sw/ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/sw/ISO7816_9ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/sw/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/sw/ErrorCheckingChain.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/sw/op21_ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/sw/ISO7816_4ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/sw/ISO7816_8ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw copying build/lib.linux-riscv64-2.7/smartcard/CardRequest.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/ClassLoader.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/guid.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/CardConnectionDecorator.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pyro copying build/lib.linux-riscv64-2.7/smartcard/pyro/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pyro copying build/lib.linux-riscv64-2.7/smartcard/pyro/PyroReader.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pyro copying build/lib.linux-riscv64-2.7/smartcard/System.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/CardType.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/AbstractCardRequest.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/PassThruCardService.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/ReaderMonitoring.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/reader copying build/lib.linux-riscv64-2.7/smartcard/reader/Reader.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/reader copying build/lib.linux-riscv64-2.7/smartcard/reader/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/reader copying build/lib.linux-riscv64-2.7/smartcard/reader/ReaderFactory.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/reader copying build/lib.linux-riscv64-2.7/smartcard/reader/ReaderGroups.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/reader copying build/lib.linux-riscv64-2.7/smartcard/CardConnectionObserver.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/Session.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/Observer.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/util copying build/lib.linux-riscv64-2.7/smartcard/util/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/util creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-2.7/smartcard/pcsc/PCSCReader.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-2.7/smartcard/pcsc/PCSCContext.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-2.7/smartcard/pcsc/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-2.7/smartcard/pcsc/PCSCExceptions.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-2.7/smartcard/pcsc/PCSCPart10.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-2.7/smartcard/pcsc/PCSCCardConnection.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-2.7/smartcard/pcsc/PCSCReaderGroups.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-2.7/smartcard/pcsc/PCSCCardRequest.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-2.7/smartcard/ExclusiveTransmitCardConnection.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/scard copying build/lib.linux-riscv64-2.7/smartcard/scard/_scard.so -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/scard copying build/lib.linux-riscv64-2.7/smartcard/scard/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/scard copying build/lib.linux-riscv64-2.7/smartcard/scard/scard.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/scard copying build/lib.linux-riscv64-2.7/smartcard/ATR.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard copying build/lib.linux-riscv64-2.7/smartcard/CardMonitoring.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/Synchronization.py to Synchronization.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/ExclusiveConnectCardConnection.py to ExclusiveConnectCardConnection.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/CardService.py to CardService.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/Card.py to Card.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardAppEventObserver.py to SimpleSCardAppEventObserver.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardApp.py to SimpleSCardApp.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx/ReaderToolbar.py to ReaderToolbar.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardAppFrame.py to SimpleSCardAppFrame.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx/APDUHexValidator.py to APDUHexValidator.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx/CardAndReaderTreePanel.py to CardAndReaderTreePanel.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/wx/APDUTracerPanel.py to APDUTracerPanel.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/CardNames.py to CardNames.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/CardConnection.py to CardConnection.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/ulist.py to ulist.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/Exceptions.py to Exceptions.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/CardConnectionEvent.py to CardConnectionEvent.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw/SWExceptions.py to SWExceptions.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw/ErrorChecker.py to ErrorChecker.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_9ErrorChecker.py to ISO7816_9ErrorChecker.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw/ErrorCheckingChain.py to ErrorCheckingChain.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw/op21_ErrorChecker.py to op21_ErrorChecker.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.py to ISO7816_4_SW1ErrorChecker.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_4ErrorChecker.py to ISO7816_4ErrorChecker.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_8ErrorChecker.py to ISO7816_8ErrorChecker.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/CardRequest.py to CardRequest.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/ClassLoader.py to ClassLoader.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/guid.py to guid.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/CardConnectionDecorator.py to CardConnectionDecorator.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pyro/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pyro/PyroReader.py to PyroReader.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/System.py to System.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/CardType.py to CardType.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/AbstractCardRequest.py to AbstractCardRequest.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/PassThruCardService.py to PassThruCardService.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/ReaderMonitoring.py to ReaderMonitoring.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/reader/Reader.py to Reader.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/reader/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/reader/ReaderFactory.py to ReaderFactory.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/reader/ReaderGroups.py to ReaderGroups.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/CardConnectionObserver.py to CardConnectionObserver.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/Session.py to Session.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/Observer.py to Observer.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCReader.py to PCSCReader.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCContext.py to PCSCContext.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCExceptions.py to PCSCExceptions.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCPart10.py to PCSCPart10.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCCardConnection.py to PCSCCardConnection.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCReaderGroups.py to PCSCReaderGroups.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCCardRequest.py to PCSCCardRequest.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/ExclusiveTransmitCardConnection.py to ExclusiveTransmitCardConnection.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/scard/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/scard/scard.py to scard.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/ATR.py to ATR.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/CardMonitoring.py to CardMonitoring.pyc running install_egg_info running egg_info writing requirements to pyscard.egg-info/requires.txt writing pyscard.egg-info/PKG-INFO writing top-level names to pyscard.egg-info/top_level.txt writing dependency_links to pyscard.egg-info/dependency_links.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' writing manifest file 'pyscard.egg-info/SOURCES.txt' Copying pyscard.egg-info to /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/pyscard-1.9.5-py2.7.egg-info running install_scripts + chmod 755 /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7/site-packages/smartcard/scard/_scard.so + /usr/bin/python3 setup.py install --root /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64 running install running build running build_py running build_ext running install_lib creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/Synchronization.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/ExclusiveConnectCardConnection.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/CardService.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/Card.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx copying build/lib.linux-riscv64-3.6/smartcard/wx/SimpleSCardAppEventObserver.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx copying build/lib.linux-riscv64-3.6/smartcard/wx/SimpleSCardApp.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx copying build/lib.linux-riscv64-3.6/smartcard/wx/ReaderToolbar.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx copying build/lib.linux-riscv64-3.6/smartcard/wx/SimpleSCardAppFrame.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx copying build/lib.linux-riscv64-3.6/smartcard/wx/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx copying build/lib.linux-riscv64-3.6/smartcard/wx/APDUHexValidator.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx copying build/lib.linux-riscv64-3.6/smartcard/wx/CardAndReaderTreePanel.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx copying build/lib.linux-riscv64-3.6/smartcard/wx/APDUTracerPanel.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx copying build/lib.linux-riscv64-3.6/smartcard/CardNames.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/CardConnection.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/ulist.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/Exceptions.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/CardConnectionEvent.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/sw/SWExceptions.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/sw/ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/sw/ISO7816_9ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/sw/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/sw/ErrorCheckingChain.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/sw/op21_ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/sw/ISO7816_4ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/sw/ISO7816_8ErrorChecker.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw copying build/lib.linux-riscv64-3.6/smartcard/CardRequest.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/ClassLoader.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/guid.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/CardConnectionDecorator.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pyro copying build/lib.linux-riscv64-3.6/smartcard/pyro/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pyro copying build/lib.linux-riscv64-3.6/smartcard/pyro/PyroReader.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pyro copying build/lib.linux-riscv64-3.6/smartcard/System.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/CardType.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/AbstractCardRequest.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/PassThruCardService.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/ReaderMonitoring.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/reader copying build/lib.linux-riscv64-3.6/smartcard/reader/Reader.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/reader copying build/lib.linux-riscv64-3.6/smartcard/reader/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/reader copying build/lib.linux-riscv64-3.6/smartcard/reader/ReaderFactory.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/reader copying build/lib.linux-riscv64-3.6/smartcard/reader/ReaderGroups.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/reader copying build/lib.linux-riscv64-3.6/smartcard/CardConnectionObserver.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/Session.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/Observer.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/util copying build/lib.linux-riscv64-3.6/smartcard/util/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/util creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-3.6/smartcard/pcsc/PCSCReader.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-3.6/smartcard/pcsc/PCSCContext.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-3.6/smartcard/pcsc/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-3.6/smartcard/pcsc/PCSCExceptions.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-3.6/smartcard/pcsc/PCSCPart10.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-3.6/smartcard/pcsc/PCSCCardConnection.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-3.6/smartcard/pcsc/PCSCReaderGroups.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-3.6/smartcard/pcsc/PCSCCardRequest.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc copying build/lib.linux-riscv64-3.6/smartcard/ExclusiveTransmitCardConnection.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard creating /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/scard copying build/lib.linux-riscv64-3.6/smartcard/scard/_scard.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/scard copying build/lib.linux-riscv64-3.6/smartcard/scard/__init__.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/scard copying build/lib.linux-riscv64-3.6/smartcard/scard/scard.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/scard copying build/lib.linux-riscv64-3.6/smartcard/ATR.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard copying build/lib.linux-riscv64-3.6/smartcard/CardMonitoring.py -> /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/Synchronization.py to Synchronization.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/ExclusiveConnectCardConnection.py to ExclusiveConnectCardConnection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/CardService.py to CardService.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/Card.py to Card.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx/SimpleSCardAppEventObserver.py to SimpleSCardAppEventObserver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx/SimpleSCardApp.py to SimpleSCardApp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx/ReaderToolbar.py to ReaderToolbar.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx/SimpleSCardAppFrame.py to SimpleSCardAppFrame.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx/APDUHexValidator.py to APDUHexValidator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx/CardAndReaderTreePanel.py to CardAndReaderTreePanel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/wx/APDUTracerPanel.py to APDUTracerPanel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/CardNames.py to CardNames.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/CardConnection.py to CardConnection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/ulist.py to ulist.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/Exceptions.py to Exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/CardConnectionEvent.py to CardConnectionEvent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw/SWExceptions.py to SWExceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw/ErrorChecker.py to ErrorChecker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw/ISO7816_9ErrorChecker.py to ISO7816_9ErrorChecker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw/ErrorCheckingChain.py to ErrorCheckingChain.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw/op21_ErrorChecker.py to op21_ErrorChecker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.py to ISO7816_4_SW1ErrorChecker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw/ISO7816_4ErrorChecker.py to ISO7816_4ErrorChecker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/sw/ISO7816_8ErrorChecker.py to ISO7816_8ErrorChecker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/CardRequest.py to CardRequest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/ClassLoader.py to ClassLoader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/guid.py to guid.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/CardConnectionDecorator.py to CardConnectionDecorator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pyro/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pyro/PyroReader.py to PyroReader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/System.py to System.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/CardType.py to CardType.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/AbstractCardRequest.py to AbstractCardRequest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/PassThruCardService.py to PassThruCardService.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/ReaderMonitoring.py to ReaderMonitoring.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/reader/Reader.py to Reader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/reader/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/reader/ReaderFactory.py to ReaderFactory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/reader/ReaderGroups.py to ReaderGroups.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/CardConnectionObserver.py to CardConnectionObserver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/Session.py to Session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/Observer.py to Observer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/util/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc/PCSCReader.py to PCSCReader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc/PCSCContext.py to PCSCContext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc/PCSCExceptions.py to PCSCExceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc/PCSCPart10.py to PCSCPart10.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc/PCSCCardConnection.py to PCSCCardConnection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc/PCSCReaderGroups.py to PCSCReaderGroups.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/pcsc/PCSCCardRequest.py to PCSCCardRequest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/ExclusiveTransmitCardConnection.py to ExclusiveTransmitCardConnection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/scard/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/scard/scard.py to scard.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/ATR.py to ATR.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/CardMonitoring.py to CardMonitoring.cpython-36.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' writing manifest file 'pyscard.egg-info/SOURCES.txt' Copying pyscard.egg-info to /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/pyscard-1.9.5-py3.6.egg-info running install_scripts + chmod 755 /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6/site-packages/smartcard/scard/_scard.cpython-36m-riscv64-linux-gnu.so + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: pyscard-1.9.5-4.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eNHuxV + umask 022 + cd /builddir/build/BUILD + cd pyscard-1.9.5 + DOCDIR=/builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/doc/pyscard + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/doc/pyscard + cp -pr README /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/doc/pyscard + cp -pr smartcard/doc/images /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/doc/pyscard + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tkOHJX + umask 022 + cd /builddir/build/BUILD + cd pyscard-1.9.5 + LICENSEDIR=/builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/licenses/pyscard + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/licenses/pyscard + cp -pr LICENSE /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/licenses/pyscard + exit 0 Provides: pyscard = 1.9.5-4.fc28 pyscard(riscv-64) = 1.9.5-4.fc28 python2.7dist(pyscard) = 1.9.5 python2dist(pyscard) = 1.9.5 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-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-pyscard-1.9.5-4.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nP5F1D + umask 022 + cd /builddir/build/BUILD + cd pyscard-1.9.5 + DOCDIR=/builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/doc/python3-pyscard + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/doc/python3-pyscard + cp -pr README /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/doc/python3-pyscard + cp -pr smartcard/doc/images /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/doc/python3-pyscard + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.CZmROK + umask 022 + cd /builddir/build/BUILD + cd pyscard-1.9.5 + LICENSEDIR=/builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/licenses/python3-pyscard + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/licenses/python3-pyscard + cp -pr LICENSE /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64/usr/share/licenses/python3-pyscard + exit 0 Provides: python3-pyscard = 1.9.5-4.fc28 python3-pyscard(riscv-64) = 1.9.5-4.fc28 python3.6dist(pyscard) = 1.9.5 python3dist(pyscard) = 1.9.5 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-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64 Wrote: /builddir/build/SRPMS/pyscard-1.9.5-4.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/pyscard-1.9.5-4.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python3-pyscard-1.9.5-4.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.32pBs7 + umask 022 + cd /builddir/build/BUILD + cd pyscard-1.9.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyscard-1.9.5-4.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff