==> Synchronizing chroot copy [/chroot/armv7h/root] -> [build]...done
==> Making package: python-libpcap 0.4.0-1 (Fri Aug 13 10:28:39 2021)
==> Retrieving sources...
  -> Found python-libpcap-0.4.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-libpcap-0.4.0.tar.gz ... Passed
Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals
==> Making package: python-libpcap 0.4.0-1 (Fri 13 Aug 2021 10:29:02 AM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) libnsl-1.3.0-2  cython-0.29.24-1  python-3.9.6-1

Total Download Size:   11.62 MiB
Total Installed Size:  56.43 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libnsl-1.3.0-2-armv7h downloading...
 python-3.9.6-1-armv7h downloading...
 cython-0.29.24-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: 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
installing cython...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (7) python-appdirs-1.4.4-3  python-more-itertools-8.8.0-1
             python-ordered-set-4.0.2-3  python-packaging-20.9-1
             python-pyparsing-2.4.7-3  python-six-1.16.0-1
             python-setuptools-1:57.4.0-1

Total Download Size:   0.78 MiB
Total Installed Size:  4.39 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-appdirs-1.4.4-3-any downloading...
 python-more-itertools-8.8.0-1-any downloading...
 python-ordered-set-4.0.2-3-any downloading...
 python-pyparsing-2.4.7-3-any downloading...
 python-six-1.16.0-1-any downloading...
 python-packaging-20.9-1-any downloading...
 python-setuptools-1:57.4.0-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-appdirs...
installing python-more-itertools...
installing python-ordered-set...
installing python-pyparsing...
installing python-six...
installing python-packaging...
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found python-libpcap-0.4.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-libpcap-0.4.0.tar.gz with bsdtar
==> Starting build()...
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
running config
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
running build
running build_py
creating build
creating build/lib.linux-aarch64-3.9
creating build/lib.linux-aarch64-3.9/pylibpcap
copying pylibpcap/utils.py -> build/lib.linux-aarch64-3.9/pylibpcap
copying pylibpcap/pcap.py -> build/lib.linux-aarch64-3.9/pylibpcap
copying pylibpcap/cli.py -> build/lib.linux-aarch64-3.9/pylibpcap
copying pylibpcap/open.py -> build/lib.linux-aarch64-3.9/pylibpcap
copying pylibpcap/exception.py -> build/lib.linux-aarch64-3.9/pylibpcap
copying pylibpcap/parse.py -> build/lib.linux-aarch64-3.9/pylibpcap
copying pylibpcap/__main__.py -> build/lib.linux-aarch64-3.9/pylibpcap
copying pylibpcap/__init__.py -> build/lib.linux-aarch64-3.9/pylibpcap
running egg_info
writing python_libpcap.egg-info/PKG-INFO
writing dependency_links to python_libpcap.egg-info/dependency_links.txt
writing entry points to python_libpcap.egg-info/entry_points.txt
writing requirements to python_libpcap.egg-info/requires.txt
writing top-level names to python_libpcap.egg-info/top_level.txt
reading manifest file 'python_libpcap.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.h' under directory 'src'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'python_libpcap.egg-info/SOURCES.txt'
copying pylibpcap/base.c -> build/lib.linux-aarch64-3.9/pylibpcap
running build_ext
building 'pylibpcap.base' extension
creating build/temp.linux-aarch64-3.9
creating build/temp.linux-aarch64-3.9/pylibpcap
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O3 -pipe -fstack-protector-strong -fno-plt -fno-semantic-interposition -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O3 -pipe -fstack-protector-strong -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O3 -pipe -fstack-protector-strong -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c pylibpcap/base.c -o build/temp.linux-aarch64-3.9/pylibpcap/base.o -lpcap
pylibpcap/base.c: In function ‘__pyx_f_9pylibpcap_4base_get_first_iface’:
pylibpcap/base.c:5764:3: warning: pcap_lookupdev’ is deprecated: use 'pcap_findalldevs' and use the first device []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
 5764 |   __pyx_v_iface = pcap_lookupdev(__pyx_v_errbuf);
      |   ^~~~~~~~~~~~~
In file included from /usr/include/pcap.h:43,
                 from pylibpcap/base.c:632:
/usr/include/pcap/pcap.h:394:16: note: declared here
  394 | PCAP_API char *pcap_lookupdev(char *)
      |                ^~~~~~~~~~~~~~
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-aarch64-3.9/pylibpcap/base.o -L/usr/lib -lm -o build/lib.linux-aarch64-3.9/pylibpcap/base.cpython-39-arm-linux-gnueabihf.so -lpcap
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
running install
running build
running build_py
running egg_info
writing python_libpcap.egg-info/PKG-INFO
writing dependency_links to python_libpcap.egg-info/dependency_links.txt
writing entry points to python_libpcap.egg-info/entry_points.txt
writing requirements to python_libpcap.egg-info/requires.txt
writing top-level names to python_libpcap.egg-info/top_level.txt
reading manifest file 'python_libpcap.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.h' under directory 'src'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'python_libpcap.egg-info/SOURCES.txt'
running build_ext
running install_lib
creating /build/python-libpcap/pkg/python-libpcap/usr
creating /build/python-libpcap/pkg/python-libpcap/usr/lib
creating /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9
creating /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages
creating /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/utils.py -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/pcap.py -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/cli.py -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/open.py -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/exception.py -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/base.c -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/parse.py -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/__main__.py -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/base.cpython-39-arm-linux-gnueabihf.so -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
copying build/lib.linux-aarch64-3.9/pylibpcap/__init__.py -> /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap
byte-compiling /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap/utils.py to utils.cpython-39.pyc
byte-compiling /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap/pcap.py to pcap.cpython-39.pyc
byte-compiling /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap/cli.py to cli.cpython-39.pyc
byte-compiling /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap/open.py to open.cpython-39.pyc
byte-compiling /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap/exception.py to exception.cpython-39.pyc
byte-compiling /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap/parse.py to parse.cpython-39.pyc
byte-compiling /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap/__main__.py to __main__.cpython-39.pyc
byte-compiling /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/pylibpcap/__init__.py to __init__.cpython-39.pyc
writing byte-compilation script '/tmp/tmpwo92fcup.py'
/usr/bin/python /tmp/tmpwo92fcup.py
removing /tmp/tmpwo92fcup.py
running install_egg_info
Copying python_libpcap.egg-info to /build/python-libpcap/pkg/python-libpcap/usr/lib/python3.9/site-packages/python_libpcap-0.4.0-py3.9.egg-info
running install_scripts
Installing libpcap-capture script to /build/python-libpcap/pkg/python-libpcap/usr/bin
Installing libpcap-merge script to /build/python-libpcap/pkg/python-libpcap/usr/bin
Installing libpcap-read script to /build/python-libpcap/pkg/python-libpcap/usr/bin
Installing libpcap-write script to /build/python-libpcap/pkg/python-libpcap/usr/bin
==> 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-libpcap"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-libpcap 0.4.0-1 (Fri 13 Aug 2021 10:30:28 AM EDT)
==> Cleaning up...
==> Removing installed dependencies...
[?25lchecking dependencies...
:: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
:: util-linux optionally requires python: python bindings to libmount

Packages (10) cython-0.29.24-1  libnsl-1.3.0-2  python-3.9.6-1
              python-appdirs-1.4.4-3  python-more-itertools-8.8.0-1
              python-ordered-set-4.0.2-3  python-packaging-20.9-1
              python-pyparsing-2.4.7-3  python-setuptools-1:57.4.0-1
              python-six-1.16.0-1

Total Removed Size:  60.81 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing python-setuptools...
removing python-packaging...
removing python-six...
removing python-pyparsing...
removing python-ordered-set...
removing python-more-itertools...
removing python-appdirs...
removing cython...
removing python...
removing libnsl...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h