==> Synchronizing chroot copy [/chroot/armv7h/root] -> [build]...done
==> Making package: python-bintrees 2.2.0-1 (Wed Jan  6 09:18:04 2021)
==> Retrieving sources...
  -> Found bintrees-2.2.0.zip
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    bintrees-2.2.0.zip ... Passed
Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals
==> Making package: python-bintrees 2.2.0-1 (Wed 06 Jan 2021 09:18:30 AM EST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (9) libnsl-1.3.0-1  python-appdirs-1.4.4-3  python-ordered-set-4.0.2-3
             python-packaging-20.8-2  python-pyparsing-2.4.7-3
             python-setuptools-1:51.1.1-1  python-six-1.15.0-3
             cython-0.29.21-3  python-3.9.1-1

Total Download Size:    1.70 MiB
Total Installed Size:  64.30 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading cython-0.29.21-3-armv7h.pkg.tar.xz...
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 [pending]
    python-pip
    sqlite [installed]
    mpdecimal: for decimal
    xz: for lzma [installed]
    tk: for tkinter
installing python-appdirs...
installing python-pyparsing...
installing python-six...
installing python-packaging...
installing python-ordered-set...
installing python-setuptools...
installing cython...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found bintrees-2.2.0.zip
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting bintrees-2.2.0.zip with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
running install
running build
running build_py
creating build
creating build/lib.linux-aarch64-3.9
creating build/lib.linux-aarch64-3.9/bintrees
copying bintrees/abctree.py -> build/lib.linux-aarch64-3.9/bintrees
copying bintrees/bintree.py -> build/lib.linux-aarch64-3.9/bintrees
copying bintrees/__init__.py -> build/lib.linux-aarch64-3.9/bintrees
copying bintrees/rbtree.py -> build/lib.linux-aarch64-3.9/bintrees
copying bintrees/avltree.py -> build/lib.linux-aarch64-3.9/bintrees
copying bintrees/treeslice.py -> build/lib.linux-aarch64-3.9/bintrees
running build_ext
skipping 'bintrees/cython_trees.c' Cython extension (up-to-date)
building 'bintrees.cython_trees' extension
creating build/temp.linux-aarch64-3.9
creating build/temp.linux-aarch64-3.9/bintrees
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O3 -pipe -fno-plt -fno-semantic-interposition -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O3 -pipe -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O3 -pipe -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 bintrees/ctrees.c -o build/temp.linux-aarch64-3.9/bintrees/ctrees.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O3 -pipe -fno-plt -fno-semantic-interposition -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O3 -pipe -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O3 -pipe -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 bintrees/cython_trees.c -o build/temp.linux-aarch64-3.9/bintrees/cython_trees.o
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/bintrees/ctrees.o build/temp.linux-aarch64-3.9/bintrees/cython_trees.o -L/usr/lib -o build/lib.linux-aarch64-3.9/bintrees/cython_trees.cpython-39-arm-linux-gnueabihf.so
running install_lib
creating /build/python-bintrees/pkg/python-bintrees/usr
creating /build/python-bintrees/pkg/python-bintrees/usr/lib
creating /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9
creating /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages
creating /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees
copying build/lib.linux-aarch64-3.9/bintrees/abctree.py -> /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees
copying build/lib.linux-aarch64-3.9/bintrees/cython_trees.cpython-39-arm-linux-gnueabihf.so -> /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees
copying build/lib.linux-aarch64-3.9/bintrees/bintree.py -> /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees
copying build/lib.linux-aarch64-3.9/bintrees/__init__.py -> /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees
copying build/lib.linux-aarch64-3.9/bintrees/rbtree.py -> /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees
copying build/lib.linux-aarch64-3.9/bintrees/avltree.py -> /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees
copying build/lib.linux-aarch64-3.9/bintrees/treeslice.py -> /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees
byte-compiling /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees/abctree.py to abctree.cpython-39.pyc
byte-compiling /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees/bintree.py to bintree.cpython-39.pyc
byte-compiling /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees/__init__.py to __init__.cpython-39.pyc
byte-compiling /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees/rbtree.py to rbtree.cpython-39.pyc
byte-compiling /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees/avltree.py to avltree.cpython-39.pyc
byte-compiling /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees/treeslice.py to treeslice.cpython-39.pyc
writing byte-compilation script '/tmp/tmpd0w4yokk.py'
/usr/bin/python /tmp/tmpd0w4yokk.py
removing /tmp/tmpd0w4yokk.py
running install_egg_info
running egg_info
writing bintrees.egg-info/PKG-INFO
writing dependency_links to bintrees.egg-info/dependency_links.txt
writing top-level names to bintrees.egg-info/top_level.txt
reading manifest file 'bintrees.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'bintrees.egg-info/SOURCES.txt'
Copying bintrees.egg-info to /build/python-bintrees/pkg/python-bintrees/usr/lib/python3.9/site-packages/bintrees-2.2.0-py3.9.egg-info
running install_scripts
==> 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-bintrees"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-bintrees 2.2.0-1 (Wed 06 Jan 2021 09:19:35 AM EST)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...
:: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
:: util-linux optionally requires python: python bindings to libmount

Packages (9) cython-0.29.21-3  libnsl-1.3.0-1  python-3.9.1-1
             python-appdirs-1.4.4-3  python-ordered-set-4.0.2-3
             python-packaging-20.8-2  python-pyparsing-2.4.7-3
             python-setuptools-1:51.1.1-1  python-six-1.15.0-3

Total Removed Size:  64.30 MiB

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