D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-plyvel-0.9-2.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HLA6b2 + 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-2.mga7 + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.slQNMK + 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:587:28: note: in expansion of macro 'Py_INCREF' #define __Pyx_NewRef(obj) (Py_INCREF(obj), obj) ^ plyvel/_plyvel.cpp:589: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:4440: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:587:28: note: in expansion of macro 'Py_INCREF' #define __Pyx_NewRef(obj) (Py_INCREF(obj), obj) ^ plyvel/_plyvel.cpp:589: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:4440: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:1007:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^ plyvel/_plyvel.cpp:11675: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:1007:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^ plyvel/_plyvel.cpp:12252: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:1007:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^ plyvel/_plyvel.cpp:12310: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:1007:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^ plyvel/_plyvel.cpp:12424: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:1007:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^ plyvel/_plyvel.cpp:12434: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:587:28: note: in expansion of macro 'Py_INCREF' #define __Pyx_NewRef(obj) (Py_INCREF(obj), obj) ^ plyvel/_plyvel.cpp:589: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:15390: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:587:28: note: in expansion of macro 'Py_INCREF' #define __Pyx_NewRef(obj) (Py_INCREF(obj), obj) ^ plyvel/_plyvel.cpp:589: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:15390: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:1007:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^ plyvel/_plyvel.cpp:17400: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-2.mga7 ~/rpmbuild/BUILD/python3-python-plyvel-0.9-2.mga7 ~/rpmbuild/BUILD/plyvel-0.9 + python3-cython --cplus --fast-fail --annotate plyvel/_plyvel.pyx /home/pterjan/rpmbuild/tmp/rpm-tmp.slQNMK: line 39: python3-cython: command not found error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.slQNMK (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.slQNMK (%build) I: [iurt_root_command] ERROR: chroot