==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-plyvel 1.5.1-2 (Mon Dec 23 23:39:13 2024)
==> Retrieving sources...
  -> Found plyvel-1.5.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    plyvel-1.5.1.tar.gz ... Passed
==> Making package: python-plyvel 1.5.1-2 (Mon Dec 23 23:39:36 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) snappy-1.2.1-2  leveldb-1.23-4

Total Download Size:   0.15 MiB
Total Installed Size:  0.53 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 leveldb-1.23-4-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing snappy...
installing leveldb...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (14) python-autocommand-2.2.2-7  python-jaraco.collections-5.0.1-2
              python-jaraco.context-5.3.0-3  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.5.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-pyproject-hooks-1.2.0-3  cython-3.0.11-2
              python-build-1.2.2-3  python-installer-0.7.0-10
              python-setuptools-1:75.2.0-4  python-wheel-0.45.0-3

Total Installed Size:  28.53 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 cython...
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...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
    python-pip: to use as the Python package installer (default)
    python-uv: to use as the Python package installer
    python-virtualenv: to use virtualenv for build isolation
installing python-installer...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found plyvel-1.5.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting plyvel-1.5.1.tar.gz with bsdtar
==> Starting prepare()...
python setup.py clean
running clean
rm -f plyvel/_plyvel.cpp plyvel/_plyvel*.so
rm -f -r testdb/
rm -f -r doc/build/
rm -f -r plyvel.egg-info/
find . -name '*.py[co]' -delete
find . -name __pycache__ -delete
==> Starting build()...
cython --version
Cython version 3.0.11
cython --cplus --fast-fail --annotate plyvel/_plyvel.pyx
* Getting build dependencies for wheel...
running egg_info
creating plyvel.egg-info
writing plyvel.egg-info/PKG-INFO
writing dependency_links to plyvel.egg-info/dependency_links.txt
writing top-level names to plyvel.egg-info/top_level.txt
writing manifest file 'plyvel.egg-info/SOURCES.txt'
reading manifest file 'plyvel.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'plyvel/*.pxi'
adding license file 'LICENSE.rst'
writing manifest file 'plyvel.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib.linux-armv7l-cpython-313/plyvel
copying plyvel/__init__.py -> build/lib.linux-armv7l-cpython-313/plyvel
copying plyvel/_version.py -> build/lib.linux-armv7l-cpython-313/plyvel
running build_ext
building 'plyvel._plyvel' extension
creating build/temp.linux-armv7l-cpython-313/plyvel
g++ -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 -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -I/usr/include/python3.13 -c plyvel/_plyvel.cpp -o build/temp.linux-armv7l-cpython-313/plyvel/_plyvel.o -Wall -g -x c++ -std=c++11
armv7l-unknown-linux-gnueabihf-g++: warning: -x c++’ after last input file has no effect
armv7l-unknown-linux-gnueabihf-g++: warning: '-x c++' after last input file has no effect
g++ -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 -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -I/usr/include/python3.13 -c plyvel/comparator.cpp -o build/temp.linux-armv7l-cpython-313/plyvel/comparator.o -Wall -g -x c++ -std=c++11
armv7l-unknown-linux-gnueabihf-g++: warning: -x c++’ after last input file has no effect
armv7l-unknown-linux-gnueabihf-g++: warning: '-x c++' after last input file has no effect
plyvel/comparator.cpp: In constructor 'PlyvelCallbackComparator::PlyvelCallbackComparator(const char*, PyObject*)':
plyvel/comparator.cpp:29:27: warning: 'void PyEval_InitThreads()' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/python3.13/Python.h:124,
                 from plyvel/comparator.cpp:5:
/usr/include/python3.13/ceval.h:114:79: note: declared here
g++ -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 -Wp,-D_GLIBCXX_ASSERTIONS -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 -Wp,-D_GLIBCXX_ASSERTIONS build/temp.linux-armv7l-cpython-313/plyvel/_plyvel.o build/temp.linux-armv7l-cpython-313/plyvel/comparator.o -L/usr/lib -lleveldb -o build/lib.linux-armv7l-cpython-313/plyvel/_plyvel.cpython-313-arm-linux-gnueabihf.so
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/plyvel
copying build/lib.linux-armv7l-cpython-313/plyvel/__init__.py -> build/bdist.linux-armv7l/wheel/./plyvel
copying build/lib.linux-armv7l-cpython-313/plyvel/_plyvel.cpython-313-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/./plyvel
copying build/lib.linux-armv7l-cpython-313/plyvel/_version.py -> build/bdist.linux-armv7l/wheel/./plyvel
running install_egg_info
running egg_info
writing plyvel.egg-info/PKG-INFO
writing dependency_links to plyvel.egg-info/dependency_links.txt
writing top-level names to plyvel.egg-info/top_level.txt
reading manifest file 'plyvel.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'plyvel/*.pxi'
adding license file 'LICENSE.rst'
writing manifest file 'plyvel.egg-info/SOURCES.txt'
Copying plyvel.egg-info to build/bdist.linux-armv7l/wheel/./plyvel-1.5.1-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/plyvel-1.5.1.dist-info/WHEEL
creating '/build/python-plyvel/src/plyvel-1.5.1/dist/.tmp-f70r7niw/plyvel-1.5.1-cp313-cp313-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'plyvel/__init__.py'
adding 'plyvel/_plyvel.cpython-313-arm-linux-gnueabihf.so'
adding 'plyvel/_version.py'
adding 'plyvel-1.5.1.dist-info/LICENSE.rst'
adding 'plyvel-1.5.1.dist-info/METADATA'
adding 'plyvel-1.5.1.dist-info/WHEEL'
adding 'plyvel-1.5.1.dist-info/top_level.txt'
adding 'plyvel-1.5.1.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built plyvel-1.5.1-cp313-cp313-linux_armv7l.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-plyvel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-plyvel 1.5.1-2 (Mon Dec 23 23:40:13 2024)
==> Cleaning up...