==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done
==> Making package: python-arpreq 0.3.4-1 (Mon Aug 7 08:47:58 2023)
==> Retrieving sources...
-> Found python-arpreq-0.3.4.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
python-arpreq-0.3.4.tar.gz ... Passed
==> Making package: python-arpreq 0.3.4-1 (Mon 07 Aug 2023 08:48:02 AM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (2) libnsl-2.0.0-3 python-3.11.3-2
Total Installed Size: 75.14 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing libnsl...
installing python...
Optional dependencies for python
python-setuptools
python-pip
sqlite [installed]
mpdecimal: for decimal
xz: for lzma [installed]
tk: for tkinter
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (16) python-autocommand-2.2.2-4 python-fastjsonschema-2.18.0-1
python-inflect-7.0.0-1 python-jaraco.context-4.3.0-3
python-jaraco.functools-3.8.0-1 python-jaraco.text-3.11.1-3
python-more-itertools-10.0.1-1 python-ordered-set-4.1.0-4
python-packaging-23.1-1 python-platformdirs-3.9.1-1
python-pydantic-1.10.9-1 python-tomli-2.0.1-3
python-trove-classifiers-2023.7.6-1
python-typing_extensions-4.7.1-1
python-validate-pyproject-0.13-1 python-setuptools-1:68.0.0-1
Total Installed Size: 15.67 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-typing_extensions...
installing python-pydantic...
Optional dependencies for python-pydantic
python-dotenv: for .env file support
python-email-validator: for email validation
installing python-inflect...
installing python-jaraco.text...
installing python-ordered-set...
installing python-packaging...
installing python-platformdirs...
installing python-tomli...
installing python-fastjsonschema...
installing python-trove-classifiers...
installing python-validate-pyproject...
installing python-setuptools...
[?25h==> Retrieving sources...
-> Found python-arpreq-0.3.4.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-arpreq-0.3.4.tar.gz with bsdtar
==> Starting build()...
running build
running build_ext
building 'arpreq' extension
creating build
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/src
gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.11 -c src/arpreq.c -o build/temp.linux-x86_64-cpython-311/src/arpreq.o -std=c99
src/arpreq.c: In function ‘do_arpreq’:
src/arpreq.c:285:13: warning: ‘strncpy’ specified bound 16 equals destination size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;]
285 | strncpy(arpreq.arp_dev, ifa->ifa_name, IFNAMSIZ);
| ^
creating build/lib.linux-x86_64-cpython-311
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/src/arpreq.o -L/usr/lib -o build/lib.linux-x86_64-cpython-311/arpreq.cpython-311-x86_64-linux-gnu.so
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_ext
running install_lib
creating /build/python-arpreq/pkg/python-arpreq/usr
creating /build/python-arpreq/pkg/python-arpreq/usr/lib
creating /build/python-arpreq/pkg/python-arpreq/usr/lib/python3.11
creating /build/python-arpreq/pkg/python-arpreq/usr/lib/python3.11/site-packages
copying build/lib.linux-x86_64-cpython-311/arpreq.cpython-311-x86_64-linux-gnu.so -> /build/python-arpreq/pkg/python-arpreq/usr/lib/python3.11/site-packages
writing byte-compilation script '/tmp/tmp4exp6nqn.py'
/usr/bin/python /tmp/tmp4exp6nqn.py
removing /tmp/tmp4exp6nqn.py
running install_egg_info
running egg_info
creating src/arpreq.egg-info
writing src/arpreq.egg-info/PKG-INFO
writing dependency_links to src/arpreq.egg-info/dependency_links.txt
writing top-level names to src/arpreq.egg-info/top_level.txt
writing manifest file 'src/arpreq.egg-info/SOURCES.txt'
reading manifest file 'src/arpreq.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'src/arpreq.egg-info/SOURCES.txt'
Copying src/arpreq.egg-info to /build/python-arpreq/pkg/python-arpreq/usr/lib/python3.11/site-packages/arpreq-0.3.4-py3.11.egg-info
running install_scripts
==> Tidying install...
-> Removing empty directories...
-> 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-arpreq"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-arpreq 0.3.4-1 (Mon 07 Aug 2023 08:48:11 AM EDT)
==> Cleaning up...
==> Removing installed dependencies...
[?25lchecking dependencies...
:: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
:: libevent optionally requires python: event_rpcgen.py
:: libxml2 optionally requires python: Python bindings
:: util-linux-libs optionally requires python: python bindings to libmount
Packages (18) libnsl-2.0.0-3 python-3.11.3-2 python-autocommand-2.2.2-4
python-fastjsonschema-2.18.0-1 python-inflect-7.0.0-1
python-jaraco.context-4.3.0-3 python-jaraco.functools-3.8.0-1
python-jaraco.text-3.11.1-3 python-more-itertools-10.0.1-1
python-ordered-set-4.1.0-4 python-packaging-23.1-1
python-platformdirs-3.9.1-1 python-pydantic-1.10.9-1
python-setuptools-1:68.0.0-1 python-tomli-2.0.1-3
python-trove-classifiers-2023.7.6-1
python-typing_extensions-4.7.1-1
python-validate-pyproject-0.13-1
Total Removed Size: 90.82 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing python-setuptools...
removing python-validate-pyproject...
removing python-trove-classifiers...
removing python-tomli...
removing python-platformdirs...
removing python-packaging...
removing python-ordered-set...
removing python-jaraco.text...
removing python-jaraco.functools...
removing python-more-itertools...
removing python-jaraco.context...
removing python-inflect...
removing python-pydantic...
removing python-typing_extensions...
removing python-fastjsonschema...
removing python-autocommand...
removing python...
removing libnsl...
[?25h