D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-plyvel-0.9-3.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vonWQt + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf plyvel-0.9 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/plyvel-0.9.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd plyvel-0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/0001-py.test.mark.skipif-wants-str-not-bool.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf plyvel.egg-info + cp -a . /home/pterjan/rpmbuild/BUILD/python3-python-plyvel-0.9-3.mga7 + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.w6AKgP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd plyvel-0.9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cython --cplus --fast-fail --annotate plyvel/_plyvel.pyx + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/plyvel copying plyvel/__init__.py -> build/lib.linux-x86_64-2.7/plyvel copying plyvel/_version.py -> build/lib.linux-x86_64-2.7/plyvel running build_ext building 'plyvel._plyvel' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/plyvel gcc -pthread -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -I/usr/include/python2.7 -c plyvel/_plyvel.cpp -o build/temp.linux-x86_64-2.7/plyvel/_plyvel.o -Wall -g In file included from /usr/include/python2.7/Python.h:80:0, from plyvel/_plyvel.cpp:4: plyvel/_plyvel.cpp: In function 'PyObject* __pyx_pf_6plyvel_7_plyvel_2DB_6closed___get__(__pyx_obj_6plyvel_7_plyvel_DB*)': /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:631:28: note: in expansion of macro 'Py_INCREF' #define __Pyx_NewRef(obj) (Py_INCREF(obj), obj) ^~~~~~~~~ plyvel/_plyvel.cpp:633:41: note: in expansion of macro '__Pyx_NewRef' #define __Pyx_PyBool_FromLong(b) ((b) ? __Pyx_NewRef(Py_True) : __Pyx_NewRef(Py_False)) ^~~~~~~~~~~~ plyvel/_plyvel.cpp:4524:15: note: in expansion of macro '__Pyx_PyBool_FromLong' __pyx_t_1 = __Pyx_PyBool_FromLong((__pyx_v_self->_db == NULL)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 278, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:631:28: note: in expansion of macro 'Py_INCREF' #define __Pyx_NewRef(obj) (Py_INCREF(obj), obj) ^~~~~~~~~ plyvel/_plyvel.cpp:633:65: note: in expansion of macro '__Pyx_NewRef' #define __Pyx_PyBool_FromLong(b) ((b) ? __Pyx_NewRef(Py_True) : __Pyx_NewRef(Py_False)) ^~~~~~~~~~~~ plyvel/_plyvel.cpp:4524:15: note: in expansion of macro '__Pyx_PyBool_FromLong' __pyx_t_1 = __Pyx_PyBool_FromLong((__pyx_v_self->_db == NULL)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 278, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ plyvel/_plyvel.cpp: In function 'PyObject* __pyx_pf_6plyvel_7_plyvel_12BaseIterator_8__exit__(__pyx_obj_6plyvel_7_plyvel_BaseIterator*, PyObject*, PyObject*, PyObject*)': /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:1065:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^~~~~~~~~ plyvel/_plyvel.cpp:11766:3: note: in expansion of macro '__Pyx_INCREF' __Pyx_INCREF(Py_False); ^~~~~~~~~~~~ plyvel/_plyvel.cpp: In function 'int __pyx_pf_6plyvel_7_plyvel_8Iterator___init__(__pyx_obj_6plyvel_7_plyvel_Iterator*, __pyx_obj_6plyvel_7_plyvel_DB*, PyObject*, PyBoolObject*, PyObject*, PyObject*, PyBoolObject*, PyBoolObject*, PyObject*, PyBoolObject*, PyBoolObject*, PyBoolObject*, PyBoolObject*, __pyx_obj_6plyvel_7_plyvel_Snapshot*)': /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:1065:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^~~~~~~~~ plyvel/_plyvel.cpp:12343:9: note: in expansion of macro '__Pyx_INCREF' __Pyx_INCREF(Py_True); ^~~~~~~~~~~~ /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:1065:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^~~~~~~~~ plyvel/_plyvel.cpp:12401:9: note: in expansion of macro '__Pyx_INCREF' __Pyx_INCREF(Py_False); ^~~~~~~~~~~~ /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:1065:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^~~~~~~~~ plyvel/_plyvel.cpp:12515:5: note: in expansion of macro '__Pyx_INCREF' __Pyx_INCREF(Py_True); ^~~~~~~~~~~~ /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:1065:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^~~~~~~~~ plyvel/_plyvel.cpp:12525:5: note: in expansion of macro '__Pyx_INCREF' __Pyx_INCREF(Py_False); ^~~~~~~~~~~~ plyvel/_plyvel.cpp: In function 'PyObject* __pyx_pf_6plyvel_7_plyvel_11RawIterator_valid(__pyx_obj_6plyvel_7_plyvel_RawIterator*)': /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:631:28: note: in expansion of macro 'Py_INCREF' #define __Pyx_NewRef(obj) (Py_INCREF(obj), obj) ^~~~~~~~~ plyvel/_plyvel.cpp:633:41: note: in expansion of macro '__Pyx_NewRef' #define __Pyx_PyBool_FromLong(b) ((b) ? __Pyx_NewRef(Py_True) : __Pyx_NewRef(Py_False)) ^~~~~~~~~~~~ plyvel/_plyvel.cpp:15489:15: note: in expansion of macro '__Pyx_PyBool_FromLong' __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_self->__pyx_base._iter->Valid()); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 993, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:631:28: note: in expansion of macro 'Py_INCREF' #define __Pyx_NewRef(obj) (Py_INCREF(obj), obj) ^~~~~~~~~ plyvel/_plyvel.cpp:633:65: note: in expansion of macro '__Pyx_NewRef' #define __Pyx_PyBool_FromLong(b) ((b) ? __Pyx_NewRef(Py_True) : __Pyx_NewRef(Py_False)) ^~~~~~~~~~~~ plyvel/_plyvel.cpp:15489:15: note: in expansion of macro '__Pyx_PyBool_FromLong' __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_self->__pyx_base._iter->Valid()); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 993, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ plyvel/_plyvel.cpp: In function 'PyObject* __pyx_pf_6plyvel_7_plyvel_8Snapshot_10__exit__(__pyx_obj_6plyvel_7_plyvel_Snapshot*, PyObject*, PyObject*, PyObject*)': /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ^ plyvel/_plyvel.cpp:1065:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^~~~~~~~~ plyvel/_plyvel.cpp:17499:3: note: in expansion of macro '__Pyx_INCREF' __Pyx_INCREF(Py_False); ^~~~~~~~~~~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -I/usr/include/python2.7 -c plyvel/comparator.cpp -o build/temp.linux-x86_64-2.7/plyvel/comparator.o -Wall -g g++ -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 build/temp.linux-x86_64-2.7/plyvel/_plyvel.o build/temp.linux-x86_64-2.7/plyvel/comparator.o -L/usr/lib64 -lleveldb -lpython2.7 -o build/lib.linux-x86_64-2.7/plyvel/_plyvel.so + sleep 1 + pushd /home/pterjan/rpmbuild/BUILD/python3-python-plyvel-0.9-3.mga7 ~/rpmbuild/BUILD/python3-python-plyvel-0.9-3.mga7 ~/rpmbuild/BUILD/plyvel-0.9 + cython-3 --cplus --fast-fail --annotate plyvel/_plyvel.pyx + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/plyvel copying plyvel/__init__.py -> build/lib.linux-x86_64-3.6/plyvel copying plyvel/_version.py -> build/lib.linux-x86_64-3.6/plyvel running build_ext building 'plyvel._plyvel' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/plyvel gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -I/usr/include/python3.6m -c plyvel/_plyvel.cpp -o build/temp.linux-x86_64-3.6/plyvel/_plyvel.o -Wall -g gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -I/usr/include/python3.6m -c plyvel/comparator.cpp -o build/temp.linux-x86_64-3.6/plyvel/comparator.o -Wall -g g++ -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 build/temp.linux-x86_64-3.6/plyvel/_plyvel.o build/temp.linux-x86_64-3.6/plyvel/comparator.o -L/usr/lib64 -lleveldb -lpython3.6m -o build/lib.linux-x86_64-3.6/plyvel/_plyvel.cpython-36m-x86_64-linux-gnu.so + sleep 1 + popd ~/rpmbuild/BUILD/plyvel-0.9 + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XWGwW5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64 + cd plyvel-0.9 + '[' 1 -eq 1 ']' + pushd /home/pterjan/rpmbuild/BUILD/python3-python-plyvel-0.9-3.mga7 ~/rpmbuild/BUILD/python3-python-plyvel-0.9-3.mga7 ~/rpmbuild/BUILD/plyvel-0.9 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64 running install running install_lib creating /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr creating /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64 creating /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6 creating /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6/site-packages creating /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6/site-packages/plyvel copying build/lib.linux-x86_64-3.6/plyvel/_plyvel.cpython-36m-x86_64-linux-gnu.so -> /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6/site-packages/plyvel copying build/lib.linux-x86_64-3.6/plyvel/_version.py -> /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6/site-packages/plyvel copying build/lib.linux-x86_64-3.6/plyvel/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6/site-packages/plyvel byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6/site-packages/plyvel/_version.py to _version.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6/site-packages/plyvel/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpyhyjkgku.py' /usr/bin/python3 /tmp/tmpyhyjkgku.py removing /tmp/tmpyhyjkgku.py running install_egg_info 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 '*' under directory 'doc/build/html' warning: no files found matching 'plyvel/*.pxi' writing manifest file 'plyvel.egg-info/SOURCES.txt' Copying plyvel.egg-info to /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6/site-packages/plyvel-0.9-py3.6.egg-info running install_scripts + popd ~/rpmbuild/BUILD/plyvel-0.9 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python2 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64 running install running install_lib creating /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7 creating /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7/site-packages creating /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7/site-packages/plyvel copying build/lib.linux-x86_64-2.7/plyvel/_plyvel.so -> /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7/site-packages/plyvel copying build/lib.linux-x86_64-2.7/plyvel/_version.py -> /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7/site-packages/plyvel copying build/lib.linux-x86_64-2.7/plyvel/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7/site-packages/plyvel byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7/site-packages/plyvel/_version.py to _version.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7/site-packages/plyvel/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpTbwao5.py' /usr/bin/python2 -O /tmp/tmpTbwao5.py removing /tmp/tmpTbwao5.py running install_egg_info running egg_info creating plyvel.egg-info writing plyvel.egg-info/PKG-INFO writing top-level names to plyvel.egg-info/top_level.txt writing dependency_links to plyvel.egg-info/dependency_links.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 '*' under directory 'doc/build/html' warning: no files found matching 'plyvel/*.pxi' writing manifest file 'plyvel.egg-info/SOURCES.txt' Copying plyvel.egg-info to /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7/site-packages/plyvel-0.9-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 0.9-3.mga7 --unique-debug-suffix -0.9-3.mga7.x86_64 --unique-debug-src-base python-plyvel-0.9-3.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/plyvel-0.9 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6/site-packages/plyvel/_plyvel.cpython-36m-x86_64-linux-gnu.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7/site-packages/plyvel/_plyvel.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 1920 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-plyvel-0.9-3.mga7.x86_64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.it9dOx + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd plyvel-0.9 + '[' 1 -eq 1 ']' + /usr/bin/python2 setup.py build_ext --inplace running build_ext copying build/lib.linux-x86_64-2.7/plyvel/_plyvel.so -> plyvel + py.test-2.7 Traceback (most recent call last): File "/usr/bin/py.test-2.7", line 6, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3039, in @_call_aside File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3023, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3052, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 658, in _build_master ws.require(__requires__) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 972, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 858, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'funcsigs' distribution was not found and is required by pytest error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.it9dOx (%check) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.it9dOx (%check) I: [iurt_root_command] ERROR: chroot