==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pyscard 2.3.1-2 (Sat Jan 10 20:08:24 2026)
==> Retrieving sources...
  -> Found pyscard-2.3.1.tar.gz
  -> Found pyscard-2.3.1.tar.gz.asc
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    pyscard-2.3.1.tar.gz ... Passed
    pyscard-2.3.1.tar.gz.asc ... Skipped
==> Making package: python-pyscard 2.3.1-2 (Sun Jan 11 03:08:49 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (5) duktape-2.7.0-7  mpdecimal-4.0.1-1  polkit-127-3  pcsclite-2.4.1-1  python-3.14.2-2

Total Download Size:    0.48 MiB
Total Installed Size:  71.52 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 polkit-127-3-armv7h downloading...
 pcsclite-2.4.1-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python
    python-pip: for installing Python packages using tooling that is usually bundled with Python
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter
installing duktape...
installing polkit...
installing pcsclite...
Optional dependencies for pcsclite
    python: API call trace logging with the pcsc-spy [installed]
    ccid: USB Chip/Smart Card Interface Devices driver
:: Running post-transaction hooks...
(1/5) Creating system user accounts...
Creating group 'polkitd' with GID 102.
Creating group 'pcscd' with GID 968.
Creating user 'pcscd' (PC/SC Smart Card Daemon) with UID 968 and GID 968.
Creating user 'polkitd' (User for polkitd) with UID 102 and GID 102.
(2/5) Creating temporary files...
error: command failed to execute correctly
(3/5) Reloading system manager configuration...
  Skipped: Current root is not booted.
(4/5) Arming ConditionNeedsUpdate...
(5/5) Reloading system bus configuration...
  Skipped: Current root is not booted.
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (11) python-autocommand-2.2.2-9  python-jaraco.collections-5.1.0-3  python-jaraco.context-6.0.1-3  python-jaraco.functools-4.1.0-3  python-jaraco.text-4.0.0-4  python-more-itertools-10.8.0-2  python-packaging-25.0-4  python-platformdirs-4.5.1-3  python-wheel-0.45.1-4  python-setuptools-1:80.9.0-4  swig-4.4.0-2

Total Installed Size:  15.26 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing swig...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found pyscard-2.3.1.tar.gz
  -> Found pyscard-2.3.1.tar.gz.asc
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting pyscard-2.3.1.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running build_ext
building 'smartcard.scard._scard' extension
swigging src/smartcard/scard/scard.i to src/smartcard/scard/scard_wrap.c
swig -python -outdir src/smartcard/scard -DPCSCLITE -o src/smartcard/scard/scard_wrap.c src/smartcard/scard/scard.i
creating build/temp.linux-armv7l-cpython-314/src/smartcard/scard
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DVER_PRODUCTVERSION=2,3,1,0000 -DVER_PRODUCTVERSION_STR=2.3.1 -DPCSCLITE=1 -Isrc/smartcard/scard/ -I/usr/include/python3.14 -c src/smartcard/scard/helpers.c -o build/temp.linux-armv7l-cpython-314/src/smartcard/scard/helpers.o -I/usr/include/PCSC -pthread
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DVER_PRODUCTVERSION=2,3,1,0000 -DVER_PRODUCTVERSION_STR=2.3.1 -DPCSCLITE=1 -Isrc/smartcard/scard/ -I/usr/include/python3.14 -c src/smartcard/scard/scard_wrap.c -o build/temp.linux-armv7l-cpython-314/src/smartcard/scard/scard_wrap.o -I/usr/include/PCSC -pthread
src/smartcard/scard/scard_wrap.c: In function '_wrap_SCardTransmit':
src/smartcard/scard/scard_wrap.c:5899:9: warning: 'free' called on unallocated object 'temp4' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:5840:12: note: declared here
src/smartcard/scard/scard_wrap.c:5927:9: warning: 'free' called on unallocated object 'temp4' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:5840:12: note: declared here
src/smartcard/scard/scard_wrap.c: In function '_wrap_SCardStatus':
src/smartcard/scard/scard_wrap.c:5788:9: warning: 'free' called on unallocated object 'temp5' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:5711:12: note: declared here
src/smartcard/scard/scard_wrap.c:5824:9: warning: 'free' called on unallocated object 'temp5' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:5711:12: note: declared here
src/smartcard/scard/scard_wrap.c: In function '_wrap_SCardControl':
src/smartcard/scard/scard_wrap.c:5031:9: warning: 'free' called on unallocated object 'temp4' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:4972:12: note: declared here
src/smartcard/scard/scard_wrap.c:5059:9: warning: 'free' called on unallocated object 'temp4' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:4972:12: note: declared here
src/smartcard/scard/scard_wrap.c: In function '_wrap_SCardGetAttrib':
src/smartcard/scard/scard_wrap.c:4878:9: warning: 'free' called on unallocated object 'temp3' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:4837:12: note: declared here
src/smartcard/scard/scard_wrap.c:4893:9: warning: 'free' called on unallocated object 'temp3' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:4837:12: note: declared here
src/smartcard/scard/scard_wrap.c: In function '_wrap_SCardListReaderGroups':
src/smartcard/scard/scard_wrap.c:5583:9: warning: 'free' called on unallocated object 'temp2' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:5533:14: note: declared here
src/smartcard/scard/scard_wrap.c:5612:9: warning: 'free' called on unallocated object 'temp2' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:5533:14: note: declared here
src/smartcard/scard/scard_wrap.c: In function '_wrap_SCardListReaders':
src/smartcard/scard/scard_wrap.c:5465:9: warning: 'free' called on unallocated object 'temp3' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:5384:14: note: declared here
src/smartcard/scard/scard_wrap.c:5521:9: warning: 'free' called on unallocated object 'temp3' [-Wfree-nonheap-object]
src/smartcard/scard/scard_wrap.c:5384:14: note: declared here
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DVER_PRODUCTVERSION=2,3,1,0000 -DVER_PRODUCTVERSION_STR=2.3.1 -DPCSCLITE=1 -Isrc/smartcard/scard/ -I/usr/include/python3.14 -c src/smartcard/scard/winscarddll.c -o build/temp.linux-armv7l-cpython-314/src/smartcard/scard/winscarddll.o -I/usr/include/PCSC -pthread
creating build/lib.linux-armv7l-cpython-314/smartcard/scard
gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-armv7l-cpython-314/src/smartcard/scard/helpers.o build/temp.linux-armv7l-cpython-314/src/smartcard/scard/scard_wrap.o build/temp.linux-armv7l-cpython-314/src/smartcard/scard/winscarddll.o -L/usr/lib -o build/lib.linux-armv7l-cpython-314/smartcard/scard/_scard.cpython-314-arm-linux-gnueabihf.so
running install
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running build
running build_py
copying src/smartcard/CardService.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/System.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/CardConnectionDecorator.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/guid.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/CardRequest.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/Observer.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/Session.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/ExclusiveConnectCardConnection.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/Card.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/Exceptions.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/CardConnectionObserver.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/__init__.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/ulist.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/ATR.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/CardConnection.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/PassThruCardService.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/CardType.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/Synchronization.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/CardConnectionEvent.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/AbstractCardRequest.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/ReaderMonitoring.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/CardMonitoring.py -> build/lib.linux-armv7l-cpython-314/smartcard
copying src/smartcard/ExclusiveTransmitCardConnection.py -> build/lib.linux-armv7l-cpython-314/smartcard
creating build/lib.linux-armv7l-cpython-314/smartcard/pcsc
copying src/smartcard/pcsc/PCSCCardConnection.py -> build/lib.linux-armv7l-cpython-314/smartcard/pcsc
copying src/smartcard/pcsc/PCSCExceptions.py -> build/lib.linux-armv7l-cpython-314/smartcard/pcsc
copying src/smartcard/pcsc/PCSCCardRequest.py -> build/lib.linux-armv7l-cpython-314/smartcard/pcsc
copying src/smartcard/pcsc/__init__.py -> build/lib.linux-armv7l-cpython-314/smartcard/pcsc
copying src/smartcard/pcsc/PCSCPart10.py -> build/lib.linux-armv7l-cpython-314/smartcard/pcsc
copying src/smartcard/pcsc/PCSCReader.py -> build/lib.linux-armv7l-cpython-314/smartcard/pcsc
copying src/smartcard/pcsc/PCSCReaderGroups.py -> build/lib.linux-armv7l-cpython-314/smartcard/pcsc
creating build/lib.linux-armv7l-cpython-314/smartcard/reader
copying src/smartcard/reader/Reader.py -> build/lib.linux-armv7l-cpython-314/smartcard/reader
copying src/smartcard/reader/ReaderGroups.py -> build/lib.linux-armv7l-cpython-314/smartcard/reader
copying src/smartcard/reader/ReaderFactory.py -> build/lib.linux-armv7l-cpython-314/smartcard/reader
copying src/smartcard/reader/__init__.py -> build/lib.linux-armv7l-cpython-314/smartcard/reader
copying src/smartcard/scard/scard.py -> build/lib.linux-armv7l-cpython-314/smartcard/scard
copying src/smartcard/scard/__init__.py -> build/lib.linux-armv7l-cpython-314/smartcard/scard
creating build/lib.linux-armv7l-cpython-314/smartcard/sw
copying src/smartcard/sw/SWExceptions.py -> build/lib.linux-armv7l-cpython-314/smartcard/sw
copying src/smartcard/sw/ErrorCheckingChain.py -> build/lib.linux-armv7l-cpython-314/smartcard/sw
copying src/smartcard/sw/ISO7816_4ErrorChecker.py -> build/lib.linux-armv7l-cpython-314/smartcard/sw
copying src/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> build/lib.linux-armv7l-cpython-314/smartcard/sw
copying src/smartcard/sw/ISO7816_8ErrorChecker.py -> build/lib.linux-armv7l-cpython-314/smartcard/sw
copying src/smartcard/sw/ISO7816_9ErrorChecker.py -> build/lib.linux-armv7l-cpython-314/smartcard/sw
copying src/smartcard/sw/__init__.py -> build/lib.linux-armv7l-cpython-314/smartcard/sw
copying src/smartcard/sw/ErrorChecker.py -> build/lib.linux-armv7l-cpython-314/smartcard/sw
copying src/smartcard/sw/op21_ErrorChecker.py -> build/lib.linux-armv7l-cpython-314/smartcard/sw
creating build/lib.linux-armv7l-cpython-314/smartcard/util
copying src/smartcard/util/__init__.py -> build/lib.linux-armv7l-cpython-314/smartcard/util
creating build/lib.linux-armv7l-cpython-314/smartcard/wx
copying src/smartcard/wx/CardAndReaderTreePanel.py -> build/lib.linux-armv7l-cpython-314/smartcard/wx
copying src/smartcard/wx/ReaderToolbar.py -> build/lib.linux-armv7l-cpython-314/smartcard/wx
copying src/smartcard/wx/SimpleSCardApp.py -> build/lib.linux-armv7l-cpython-314/smartcard/wx
copying src/smartcard/wx/APDUTracerPanel.py -> build/lib.linux-armv7l-cpython-314/smartcard/wx
copying src/smartcard/wx/APDUHexValidator.py -> build/lib.linux-armv7l-cpython-314/smartcard/wx
copying src/smartcard/wx/__init__.py -> build/lib.linux-armv7l-cpython-314/smartcard/wx
copying src/smartcard/wx/SimpleSCardAppEventObserver.py -> build/lib.linux-armv7l-cpython-314/smartcard/wx
copying src/smartcard/wx/SimpleSCardAppFrame.py -> build/lib.linux-armv7l-cpython-314/smartcard/wx
creating build/lib.linux-armv7l-cpython-314/smartcard/wx/resources
copying src/smartcard/wx/resources/reader.ico -> build/lib.linux-armv7l-cpython-314/smartcard/wx/resources
copying src/smartcard/wx/resources/smartcard.ico -> build/lib.linux-armv7l-cpython-314/smartcard/wx/resources
running install_lib
creating /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages
creating /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
creating /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc
copying build/lib.linux-armv7l-cpython-314/smartcard/pcsc/PCSCCardConnection.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc
copying build/lib.linux-armv7l-cpython-314/smartcard/pcsc/PCSCExceptions.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc
copying build/lib.linux-armv7l-cpython-314/smartcard/pcsc/PCSCCardRequest.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc
copying build/lib.linux-armv7l-cpython-314/smartcard/pcsc/__init__.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc
copying build/lib.linux-armv7l-cpython-314/smartcard/pcsc/PCSCPart10.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc
copying build/lib.linux-armv7l-cpython-314/smartcard/pcsc/PCSCReader.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc
copying build/lib.linux-armv7l-cpython-314/smartcard/pcsc/PCSCReaderGroups.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc
copying build/lib.linux-armv7l-cpython-314/smartcard/CardService.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/System.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/CardConnectionDecorator.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/guid.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/CardRequest.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
creating /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/scard
copying build/lib.linux-armv7l-cpython-314/smartcard/scard/scard.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/scard
copying build/lib.linux-armv7l-cpython-314/smartcard/scard/__init__.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/scard
copying build/lib.linux-armv7l-cpython-314/smartcard/scard/_scard.cpython-314-arm-linux-gnueabihf.so -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/scard
copying build/lib.linux-armv7l-cpython-314/smartcard/Observer.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
creating /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/util
copying build/lib.linux-armv7l-cpython-314/smartcard/util/__init__.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/util
creating /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/sw/SWExceptions.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/sw/ErrorCheckingChain.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/sw/ISO7816_4ErrorChecker.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/sw/ISO7816_8ErrorChecker.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/sw/ISO7816_9ErrorChecker.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/sw/__init__.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/sw/ErrorChecker.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/sw/op21_ErrorChecker.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw
copying build/lib.linux-armv7l-cpython-314/smartcard/Session.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/ExclusiveConnectCardConnection.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/Card.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/Exceptions.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/CardConnectionObserver.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/__init__.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
creating /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/CardAndReaderTreePanel.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx
creating /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/resources
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/resources/reader.ico -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/resources
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/resources/smartcard.ico -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/resources
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/ReaderToolbar.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/SimpleSCardApp.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/APDUTracerPanel.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/APDUHexValidator.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/__init__.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/SimpleSCardAppEventObserver.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx
copying build/lib.linux-armv7l-cpython-314/smartcard/wx/SimpleSCardAppFrame.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx
copying build/lib.linux-armv7l-cpython-314/smartcard/ulist.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/ATR.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/CardConnection.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
creating /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/reader
copying build/lib.linux-armv7l-cpython-314/smartcard/reader/Reader.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/reader
copying build/lib.linux-armv7l-cpython-314/smartcard/reader/ReaderGroups.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/reader
copying build/lib.linux-armv7l-cpython-314/smartcard/reader/ReaderFactory.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/reader
copying build/lib.linux-armv7l-cpython-314/smartcard/reader/__init__.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/reader
copying build/lib.linux-armv7l-cpython-314/smartcard/PassThruCardService.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/CardType.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/Synchronization.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/CardConnectionEvent.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/AbstractCardRequest.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/ReaderMonitoring.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/CardMonitoring.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
copying build/lib.linux-armv7l-cpython-314/smartcard/ExclusiveTransmitCardConnection.py -> /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc/PCSCCardConnection.py to PCSCCardConnection.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc/PCSCExceptions.py to PCSCExceptions.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc/PCSCCardRequest.py to PCSCCardRequest.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc/PCSCPart10.py to PCSCPart10.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc/PCSCReader.py to PCSCReader.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/pcsc/PCSCReaderGroups.py to PCSCReaderGroups.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/CardService.py to CardService.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/System.py to System.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/CardConnectionDecorator.py to CardConnectionDecorator.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/guid.py to guid.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/CardRequest.py to CardRequest.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/scard/scard.py to scard.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/scard/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/Observer.py to Observer.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/util/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw/SWExceptions.py to SWExceptions.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw/ErrorCheckingChain.py to ErrorCheckingChain.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw/ISO7816_4ErrorChecker.py to ISO7816_4ErrorChecker.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.py to ISO7816_4_SW1ErrorChecker.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw/ISO7816_8ErrorChecker.py to ISO7816_8ErrorChecker.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw/ISO7816_9ErrorChecker.py to ISO7816_9ErrorChecker.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw/ErrorChecker.py to ErrorChecker.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/sw/op21_ErrorChecker.py to op21_ErrorChecker.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/Session.py to Session.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/ExclusiveConnectCardConnection.py to ExclusiveConnectCardConnection.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/Card.py to Card.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/Exceptions.py to Exceptions.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/CardConnectionObserver.py to CardConnectionObserver.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/CardAndReaderTreePanel.py to CardAndReaderTreePanel.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/ReaderToolbar.py to ReaderToolbar.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/SimpleSCardApp.py to SimpleSCardApp.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/APDUTracerPanel.py to APDUTracerPanel.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/APDUHexValidator.py to APDUHexValidator.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/SimpleSCardAppEventObserver.py to SimpleSCardAppEventObserver.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/wx/SimpleSCardAppFrame.py to SimpleSCardAppFrame.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/ulist.py to ulist.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/ATR.py to ATR.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/CardConnection.py to CardConnection.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/reader/Reader.py to Reader.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/reader/ReaderGroups.py to ReaderGroups.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/reader/ReaderFactory.py to ReaderFactory.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/reader/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/PassThruCardService.py to PassThruCardService.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/CardType.py to CardType.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/Synchronization.py to Synchronization.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/CardConnectionEvent.py to CardConnectionEvent.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/AbstractCardRequest.py to AbstractCardRequest.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/ReaderMonitoring.py to ReaderMonitoring.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/CardMonitoring.py to CardMonitoring.cpython-314.pyc
byte-compiling /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/smartcard/ExclusiveTransmitCardConnection.py to ExclusiveTransmitCardConnection.cpython-314.pyc
writing byte-compilation script '/tmp/tmp1_ma_ndq.py'
/usr/bin/python /tmp/tmp1_ma_ndq.py
removing /tmp/tmp1_ma_ndq.py
running install_egg_info
running egg_info
writing src/pyscard.egg-info/PKG-INFO
writing dependency_links to src/pyscard.egg-info/dependency_links.txt
writing requirements to src/pyscard.egg-info/requires.txt
writing top-level names to src/pyscard.egg-info/top_level.txt
reading manifest file 'src/pyscard.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.html' under directory 'src/smartcard/doc'
warning: no files found matching '*.css' under directory 'src/smartcard/doc'
warning: no files found matching '*.js' under directory 'src/smartcard/doc'
warning: no files found matching '*.txt' under directory 'src/smartcard/doc'
adding license file 'LICENSE'
writing manifest file 'src/pyscard.egg-info/SOURCES.txt'
Copying src/pyscard.egg-info to /build/python-pyscard/pkg/python-pyscard/usr/lib/python3.14/site-packages/pyscard-2.3.1-py3.14.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-pyscard"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pyscard 2.3.1-2 (Sun Jan 11 03:09:16 2026)
==> Cleaning up...
[?12l[?25h