==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-meliae 0.4.0-3 (Fri Nov 15 16:49:26 2019)
==> Retrieving sources...
  -> Found meliae-0.4.0.tar.gz
  -> Found fix-python3.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    meliae-0.4.0.tar.gz ... Passed
    fix-python3.patch ... Passed
==> Making package: python-meliae 0.4.0-3 (Fri 15 Nov 2019 04:49:43 PM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (15) libnsl-1.2.0-1  python-3.8.0-1  python-appdirs-1.4.3-5
              python-packaging-19.2-5  python-pyparsing-2.4.5-1
              python-six-1.13.0-2  python2-2.7.17-1  python2-appdirs-1.4.3-5
              python2-packaging-19.2-5  python2-pyparsing-2.4.5-1
              python2-six-1.13.0-2  cython-0.29.14-2  cython2-0.29.14-2
              python-setuptools-1:41.2.0-5  python2-setuptools-1:41.2.0-5

Total Installed Size:  198.86 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 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-setuptools...
installing python2...
Optional dependencies for python2
    tk: for IDLE
    python2-setuptools [pending]
    python2-pip
installing python2-appdirs...
installing python2-pyparsing...
installing python2-six...
installing python2-packaging...
installing python2-setuptools...
installing cython...
installing cython2...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found meliae-0.4.0.tar.gz
  -> Found fix-python3.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting meliae-0.4.0.tar.gz with bsdtar
==> Starting prepare()...
patching file meliae/_scanner_core.c
Hunk #4 succeeded at 516 (offset -6 lines).
patching file meliae/_scanner_core.h
patching file meliae/files.py
patching file meliae/perf_counter.py
patching file setup.py
==> Starting build()...
Building python-meliae 0.4.0
running build
running build_py
creating build
creating build/lib.linux-armv7l-3.8
creating build/lib.linux-armv7l-3.8/meliae
copying meliae/perf_counter.py -> build/lib.linux-armv7l-3.8/meliae
copying meliae/__init__.py -> build/lib.linux-armv7l-3.8/meliae
copying meliae/loader.py -> build/lib.linux-armv7l-3.8/meliae
copying meliae/warn.py -> build/lib.linux-armv7l-3.8/meliae
copying meliae/scanner.py -> build/lib.linux-armv7l-3.8/meliae
copying meliae/files.py -> build/lib.linux-armv7l-3.8/meliae
running build_ext
cythoning meliae/_scanner.pyx to meliae/_scanner.c
/usr/lib/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/python-meliae/src/meliae-meliae-0.4.0/meliae/_scanner.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
cythoning meliae/_loader.pyx to meliae/_loader.c
/usr/lib/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/python-meliae/src/meliae-meliae-0.4.0/meliae/_loader.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
warning: meliae/_loader.pyx:702:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:702:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:702:41: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:856:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:856:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:856:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:893:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:893:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
cythoning meliae/_intset.pyx to meliae/_intset.c
/usr/lib/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/python-meliae/src/meliae-meliae-0.4.0/meliae/_intset.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
warning: meliae/_intset.pyx:88:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_intset.pyx:88:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_intset.pyx:148:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_intset.pyx:247:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_intset.pyx:247:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
building 'meliae._scanner' extension
creating build/temp.linux-armv7l-3.8
creating build/temp.linux-armv7l-3.8/meliae
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 -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-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c meliae/_scanner.c -o build/temp.linux-armv7l-3.8/meliae/_scanner.o
meliae/_scanner.c: In function '__pyx_f_6meliae_8_scanner__callable_callback':
meliae/_scanner.c:1370:15: warning: implicit declaration of function 'PyString_FromStringAndSize'; did you mean 'PyBytes_FromStringAndSize'? [-Wimplicit-function-declaration]
meliae/_scanner.c:1370:13: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
meliae/_scanner.c: In function '__pyx_pf_6meliae_8_scanner_2dump_object_info':
meliae/_scanner.c:1537:20: warning: implicit declaration of function 'PyFile_AsFile'; did you mean 'PyFile_GetLine'? [-Wimplicit-function-declaration]
meliae/_scanner.c:1537:18: warning: assignment to 'FILE *' {aka 'struct _IO_FILE *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
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 -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-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c meliae/_scanner_core.c -o build/temp.linux-armv7l-3.8/meliae/_scanner_core.o
meliae/_scanner_core.c: In function '_object_to_size_with_gc':
meliae/_scanner_core.c:109:12: warning: implicit declaration of function 'PyInt_AsSsize_t'; did you mean 'PyLong_AsSsize_t'? [-Wimplicit-function-declaration]
meliae/_scanner_core.c: In function '_size_of_dict':
meliae/_scanner_core.c:178:15: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'Py_ssize_t' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
meliae/_scanner_core.c: In function '_size_of_unicode':
meliae/_scanner_core.c:195:5: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/python3.8/Python.h:97,
                 from meliae/_scanner_core.h:25,
                 from meliae/_scanner_core.c:20:
/usr/include/python3.8/unicodeobject.h:177:44: note: declared here
meliae/_scanner_core.c:195:35: warning: passing argument 1 of 'PyUnicode_GetSize' from incompatible pointer type [-Wincompatible-pointer-types]
In file included from /usr/include/python3.8/Python.h:97,
                 from meliae/_scanner_core.h:25,
                 from meliae/_scanner_core.c:20:
/usr/include/python3.8/unicodeobject.h:178:15: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'PyUnicodeObject *' {aka 'struct <anonymous> *'}
meliae/_scanner_core.c: In function '_size_of':
meliae/_scanner_core.c:259:16: warning: implicit declaration of function 'PyString_CheckExact'; did you mean 'PyMapping_Check'? [-Wimplicit-function-declaration]
meliae/_scanner_core.c:260:16: warning: implicit declaration of function 'PyInt_CheckExact'; did you mean 'PyIndex_Check'? [-Wimplicit-function-declaration]
meliae/_scanner_core.c: In function '_dump_string':
meliae/_scanner_core.c:402:15: warning: implicit declaration of function 'PyString_AS_STRING' [-Wimplicit-function-declaration]
meliae/_scanner_core.c:402:13: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
meliae/_scanner_core.c:403:16: warning: implicit declaration of function 'PyString_GET_SIZE' [-Wimplicit-function-declaration]
meliae/_scanner_core.c: In function '_dump_object_to_ref_info':
meliae/_scanner_core.c:520:51: warning: passing argument 2 of '_dump_string' from incompatible pointer type [-Wincompatible-pointer-types]
meliae/_scanner_core.c:397:47: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'const char *'
meliae/_scanner_core.c:525:9: warning: implicit declaration of function 'PyString_Check'; did you mean 'PyMapping_Check'? [-Wimplicit-function-declaration]
meliae/_scanner_core.c:539:58: warning: implicit declaration of function 'PyInt_AS_LONG' [-Wimplicit-function-declaration]
meliae/_scanner_core.c:539:38: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
meliae/_scanner_core.c:542:34: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
meliae/_scanner_core.c:470:16: warning: variable 'size' set but not used [-Wunused-but-set-variable]
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.8/meliae/_scanner.o build/temp.linux-armv7l-3.8/meliae/_scanner_core.o -L/usr/lib -o build/lib.linux-armv7l-3.8/meliae/_scanner.cpython-38-arm-linux-gnueabihf.so
building 'meliae._loader' extension
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 -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-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c meliae/_loader.c -o build/temp.linux-armv7l-3.8/meliae/_loader.o
meliae/_loader.c:2608:18: warning: '__pyx_f_6meliae_7_loader__format_list' defined but not used [-Wunused-function]
meliae/_loader.c:1916:18: warning: '__pyx_f_6meliae_7_loader__set_default' defined but not used [-Wunused-function]
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.8/meliae/_loader.o -L/usr/lib -o build/lib.linux-armv7l-3.8/meliae/_loader.cpython-38-arm-linux-gnueabihf.so
building 'meliae._intset' extension
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 -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-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c meliae/_intset.c -o build/temp.linux-armv7l-3.8/meliae/_intset.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.8/meliae/_intset.o -L/usr/lib -o build/lib.linux-armv7l-3.8/meliae/_intset.cpython-38-arm-linux-gnueabihf.so
running build_scripts
creating build/scripts-3.8
copying and adjusting strip_duplicates.py -> build/scripts-3.8
changing mode of build/scripts-3.8/strip_duplicates.py from 644 to 755
Building python2-meliae 0.4.0
running build
running build_py
creating build
creating build/lib.linux-armv7l-2.7
creating build/lib.linux-armv7l-2.7/meliae
copying meliae/perf_counter.py -> build/lib.linux-armv7l-2.7/meliae
copying meliae/__init__.py -> build/lib.linux-armv7l-2.7/meliae
copying meliae/loader.py -> build/lib.linux-armv7l-2.7/meliae
copying meliae/warn.py -> build/lib.linux-armv7l-2.7/meliae
copying meliae/scanner.py -> build/lib.linux-armv7l-2.7/meliae
copying meliae/files.py -> build/lib.linux-armv7l-2.7/meliae
running build_ext
cythoning meliae/_scanner.pyx to meliae/_scanner.c
/usr/lib/python2.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/python-meliae/src/meliae-meliae-0.4.0-py2/meliae/_scanner.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
cythoning meliae/_loader.pyx to meliae/_loader.c
/usr/lib/python2.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/python-meliae/src/meliae-meliae-0.4.0-py2/meliae/_loader.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
warning: meliae/_loader.pyx:702:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:702:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:702:41: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:856:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:856:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:856:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:893:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_loader.pyx:893:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
cythoning meliae/_intset.pyx to meliae/_intset.c
/usr/lib/python2.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/python-meliae/src/meliae-meliae-0.4.0-py2/meliae/_intset.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
warning: meliae/_intset.pyx:88:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_intset.pyx:88:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_intset.pyx:148:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_intset.pyx:247:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: meliae/_intset.pyx:247:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
building 'meliae._scanner' extension
creating build/temp.linux-armv7l-2.7
creating build/temp.linux-armv7l-2.7/meliae
gcc -pthread -fno-strict-aliasing -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c meliae/_scanner.c -o build/temp.linux-armv7l-2.7/meliae/_scanner.o
gcc -pthread -fno-strict-aliasing -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c meliae/_scanner_core.c -o build/temp.linux-armv7l-2.7/meliae/_scanner_core.o
meliae/_scanner_core.c: In function '_size_of_unicode':
meliae/_scanner_core.c:195:39: warning: passing argument 1 of 'PyUnicodeUCS4_GetSize' from incompatible pointer type [-Wincompatible-pointer-types]
In file included from /usr/include/python2.7/Python.h:88,
                 from meliae/_scanner_core.h:25,
                 from meliae/_scanner_core.c:20:
/usr/include/python2.7/unicodeobject.h:491:15: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'PyUnicodeObject *' {aka 'struct <anonymous> *'}
     PyObject *unicode           /* Unicode object */
     ~~~~~~~~~~^~~~~~~
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-2.7/meliae/_scanner.o build/temp.linux-armv7l-2.7/meliae/_scanner_core.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/meliae/_scanner.so
building 'meliae._loader' extension
gcc -pthread -fno-strict-aliasing -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c meliae/_loader.c -o build/temp.linux-armv7l-2.7/meliae/_loader.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-2.7/meliae/_loader.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/meliae/_loader.so
building 'meliae._intset' extension
gcc -pthread -fno-strict-aliasing -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c meliae/_intset.c -o build/temp.linux-armv7l-2.7/meliae/_intset.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-2.7/meliae/_intset.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/meliae/_intset.so
running build_scripts
creating build/scripts-2.7
copying and adjusting strip_duplicates.py -> build/scripts-2.7
changing mode of build/scripts-2.7/strip_duplicates.py from 644 to 755
==> Entering fakeroot environment...
==> Starting package_python-meliae()...
running install
running install_lib
creating /build/python-meliae/pkg/python-meliae/usr
creating /build/python-meliae/pkg/python-meliae/usr/lib
creating /build/python-meliae/pkg/python-meliae/usr/lib/python3.8
creating /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages
creating /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
copying build/lib.linux-armv7l-3.8/meliae/perf_counter.py -> /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
copying build/lib.linux-armv7l-3.8/meliae/_scanner.cpython-38-arm-linux-gnueabihf.so -> /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
copying build/lib.linux-armv7l-3.8/meliae/_loader.cpython-38-arm-linux-gnueabihf.so -> /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
copying build/lib.linux-armv7l-3.8/meliae/__init__.py -> /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
copying build/lib.linux-armv7l-3.8/meliae/loader.py -> /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
copying build/lib.linux-armv7l-3.8/meliae/warn.py -> /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
copying build/lib.linux-armv7l-3.8/meliae/scanner.py -> /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
copying build/lib.linux-armv7l-3.8/meliae/files.py -> /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
copying build/lib.linux-armv7l-3.8/meliae/_intset.cpython-38-arm-linux-gnueabihf.so -> /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae
byte-compiling /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae/perf_counter.py to perf_counter.cpython-38.pyc
byte-compiling /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae/__init__.py to __init__.cpython-38.pyc
byte-compiling /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae/loader.py to loader.cpython-38.pyc
byte-compiling /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae/warn.py to warn.cpython-38.pyc
byte-compiling /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae/scanner.py to scanner.cpython-38.pyc
/usr/lib/python3.8/site-packages/meliae/scanner.py:206: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/usr/lib/python3.8/site-packages/meliae/scanner.py:208: SyntaxWarning: "is not" with a literal. Did you mean "!="?
byte-compiling /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae/files.py to files.cpython-38.pyc
writing byte-compilation script '/tmp/tmpub2vzd08.py'
/usr/bin/python /tmp/tmpub2vzd08.py
/usr/lib/python3.8/site-packages/meliae/scanner.py:206: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/usr/lib/python3.8/site-packages/meliae/scanner.py:208: SyntaxWarning: "is not" with a literal. Did you mean "!="?
removing /tmp/tmpub2vzd08.py
running install_scripts
creating /build/python-meliae/pkg/python-meliae/usr/bin
copying build/scripts-3.8/strip_duplicates.py -> /build/python-meliae/pkg/python-meliae/usr/bin
changing mode of /build/python-meliae/pkg/python-meliae/usr/bin/strip_duplicates.py to 755
running install_egg_info
Writing /build/python-meliae/pkg/python-meliae/usr/lib/python3.8/site-packages/meliae-0.4.0.final.0-py3.8.egg-info
==> 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-meliae"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_python2-meliae()...
running install
running install_lib
creating /build/python-meliae/pkg/python2-meliae/usr
creating /build/python-meliae/pkg/python2-meliae/usr/lib
creating /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7
creating /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages
creating /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
copying build/lib.linux-armv7l-2.7/meliae/perf_counter.py -> /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
copying build/lib.linux-armv7l-2.7/meliae/_intset.so -> /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
copying build/lib.linux-armv7l-2.7/meliae/__init__.py -> /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
copying build/lib.linux-armv7l-2.7/meliae/loader.py -> /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
copying build/lib.linux-armv7l-2.7/meliae/_scanner.so -> /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
copying build/lib.linux-armv7l-2.7/meliae/warn.py -> /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
copying build/lib.linux-armv7l-2.7/meliae/scanner.py -> /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
copying build/lib.linux-armv7l-2.7/meliae/files.py -> /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
copying build/lib.linux-armv7l-2.7/meliae/_loader.so -> /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae
byte-compiling /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae/perf_counter.py to perf_counter.pyc
byte-compiling /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae/__init__.py to __init__.pyc
byte-compiling /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae/loader.py to loader.pyc
byte-compiling /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae/warn.py to warn.pyc
byte-compiling /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae/scanner.py to scanner.pyc
byte-compiling /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae/files.py to files.pyc
writing byte-compilation script '/tmp/tmpvj7bLN.py'
/usr/bin/python2 -O /tmp/tmpvj7bLN.py
removing /tmp/tmpvj7bLN.py
running install_scripts
creating /build/python-meliae/pkg/python2-meliae/usr/bin
copying build/scripts-2.7/strip_duplicates.py -> /build/python-meliae/pkg/python2-meliae/usr/bin
changing mode of /build/python-meliae/pkg/python2-meliae/usr/bin/strip_duplicates.py to 755
running install_egg_info
Writing /build/python-meliae/pkg/python2-meliae/usr/lib/python2.7/site-packages/meliae-0.4.0.final.0-py2.7.egg-info
==> 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 "python2-meliae"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-meliae 0.4.0-3 (Fri 15 Nov 2019 04:50:23 PM UTC)
==> Cleaning up...