+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-protocols.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TBXtuf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf PyProtocols-1.0a0dev-r2302 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/PyProtocols-1.0a0dev-r2302.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd PyProtocols-1.0a0dev-r2302 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name .cvsignore -delete + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sbosro + umask 022 + cd /builddir/build/BUILD + cd PyProtocols-1.0a0dev-r2302 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/python setup.py build DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/protocols copying src/protocols/adapters.py -> build/lib.linux-riscv64-2.7/protocols copying src/protocols/twisted_support.py -> build/lib.linux-riscv64-2.7/protocols copying src/protocols/api.py -> build/lib.linux-riscv64-2.7/protocols copying src/protocols/advice.py -> build/lib.linux-riscv64-2.7/protocols copying src/protocols/__init__.py -> build/lib.linux-riscv64-2.7/protocols copying src/protocols/zope_support.py -> build/lib.linux-riscv64-2.7/protocols copying src/protocols/interfaces.py -> build/lib.linux-riscv64-2.7/protocols copying src/protocols/classic.py -> build/lib.linux-riscv64-2.7/protocols copying src/protocols/generate.py -> build/lib.linux-riscv64-2.7/protocols creating build/lib.linux-riscv64-2.7/protocols/tests copying src/protocols/tests/test_direct.py -> build/lib.linux-riscv64-2.7/protocols/tests copying src/protocols/tests/test_twisted.py -> build/lib.linux-riscv64-2.7/protocols/tests copying src/protocols/tests/test_classes.py -> build/lib.linux-riscv64-2.7/protocols/tests copying src/protocols/tests/doctest.py -> build/lib.linux-riscv64-2.7/protocols/tests copying src/protocols/tests/__init__.py -> build/lib.linux-riscv64-2.7/protocols/tests copying src/protocols/tests/test_advice.py -> build/lib.linux-riscv64-2.7/protocols/tests copying src/protocols/tests/test_zope.py -> build/lib.linux-riscv64-2.7/protocols/tests copying src/protocols/tests/checks.py -> build/lib.linux-riscv64-2.7/protocols/tests running build_ext building 'protocols._speedups' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/src creating build/temp.linux-riscv64-2.7/src/protocols gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -I/usr/include/python2.7 -c src/protocols/_speedups.c -o build/temp.linux-riscv64-2.7/src/protocols/_speedups.o In file included from /usr/include/python2.7/Python.h:80:0, from src/protocols/_speedups.c:3: src/protocols/_speedups.c: In function '__pyx_f_9_speedups__adapt': /usr/include/python2.7/object.h:439:18: warning: comparison of distinct pointer types lacks a cast (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) ^ src/protocols/_speedups.c:317:15: note: in expansion of macro 'PyObject_TypeCheck' __pyx_1 = PyObject_TypeCheck(__pyx_v_obj,__pyx_v_protocol); ^~~~~~~~~~~~~~~~~~ /usr/include/python2.7/object.h:439:59: warning: passing argument 2 of 'PyType_IsSubtype' from incompatible pointer type [-Wincompatible-pointer-types] (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) ^ src/protocols/_speedups.c:317:15: note: in expansion of macro 'PyObject_TypeCheck' __pyx_1 = PyObject_TypeCheck(__pyx_v_obj,__pyx_v_protocol); ^~~~~~~~~~~~~~~~~~ /usr/include/python2.7/object.h:437:17: note: expected 'PyTypeObject * {aka struct _typeobject *}' but argument is of type 'PyObject * {aka struct _object *}' PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *); ^~~~~~~~~~~~~~~~ src/protocols/_speedups.c: In function '__pyx_f_9_speedups_buildClassicMRO': src/protocols/_speedups.c:690:27: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_2 = PyList_Append(__pyx_v_list,__pyx_1); if (__pyx_2 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 211; goto __pyx_L1;} ^~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:100:0, from src/protocols/_speedups.c:3: /usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct *}' PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~~~~ src/protocols/_speedups.c:694:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_bases = __pyx_v_cls->cl_bases; ^ src/protocols/_speedups.c: In function '__pyx_f_9_speedups_classicMRO': src/protocols/_speedups.c:772:31: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_1 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_2); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 226; goto __pyx_L1;} ^ In file included from /usr/include/python2.7/Python.h:100:0, from src/protocols/_speedups.c:3: /usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct *}' PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~~~~ src/protocols/_speedups.c:778:31: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_1 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_2); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 227; goto __pyx_L1;} ^ In file included from /usr/include/python2.7/Python.h:100:0, from src/protocols/_speedups.c:3: /usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct *}' PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~~~~ src/protocols/_speedups.c: In function '__pyx_f_9_speedups_buildECMRO': src/protocols/_speedups.c:833:27: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_1 = PyList_Append(__pyx_v_list,__pyx_v_cls); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 248; goto __pyx_L1;} ^~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:100:0, from src/protocols/_speedups.c:3: /usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct *}' PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~~~~ src/protocols/_speedups.c: In function '__pyx_f_9_speedups_extClassMRO': src/protocols/_speedups.c:900:29: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_2 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_1); if (__pyx_2 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 257; goto __pyx_L1;} ^ In file included from /usr/include/python2.7/Python.h:100:0, from src/protocols/_speedups.c:3: /usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct *}' PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~~~~ src/protocols/_speedups.c:906:29: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_2 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_1); if (__pyx_2 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 258; goto __pyx_L1;} ^ In file included from /usr/include/python2.7/Python.h:100:0, from src/protocols/_speedups.c:3: /usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct *}' PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:80:0, from src/protocols/_speedups.c:3: src/protocols/_speedups.c: In function '__pyx_f_9_speedups_getMRO': /usr/include/python2.7/object.h:439:18: warning: comparison of distinct pointer types lacks a cast (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) ^ src/protocols/_speedups.c:976:13: note: in expansion of macro 'PyObject_TypeCheck' __pyx_1 = PyObject_TypeCheck(__pyx_v_ob,__pyx_v_9_speedups___ECType); ^~~~~~~~~~~~~~~~~~ /usr/include/python2.7/object.h:439:59: warning: passing argument 2 of 'PyType_IsSubtype' from incompatible pointer type [-Wincompatible-pointer-types] (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) ^ src/protocols/_speedups.c:976:13: note: in expansion of macro 'PyObject_TypeCheck' __pyx_1 = PyObject_TypeCheck(__pyx_v_ob,__pyx_v_9_speedups___ECType); ^~~~~~~~~~~~~~~~~~ /usr/include/python2.7/object.h:437:17: note: expected 'PyTypeObject * {aka struct _typeobject *}' but argument is of type 'PyObject * {aka struct _object *}' PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *); ^~~~~~~~~~~~~~~~ src/protocols/_speedups.c: In function '__pyx_f_9_speedups_Protocol__adapt__': src/protocols/_speedups.c:1154:29: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_1 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_2); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 336; goto __pyx_L1;} ^ In file included from /usr/include/python2.7/Python.h:100:0, from src/protocols/_speedups.c:3: /usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct *}' PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~~~~ src/protocols/_speedups.c:1160:29: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_1 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_2); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 337; goto __pyx_L1;} ^ In file included from /usr/include/python2.7/Python.h:100:0, from src/protocols/_speedups.c:3: /usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct *}' PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:80:0, from src/protocols/_speedups.c:3: /usr/include/python2.7/object.h:439:18: warning: comparison of distinct pointer types lacks a cast (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) ^ src/protocols/_speedups.c:1184:15: note: in expansion of macro 'PyObject_TypeCheck' __pyx_1 = PyObject_TypeCheck(__pyx_v_cls,__pyx_v_9_speedups___ECType); ^~~~~~~~~~~~~~~~~~ /usr/include/python2.7/object.h:439:59: warning: passing argument 2 of 'PyType_IsSubtype' from incompatible pointer type [-Wincompatible-pointer-types] (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) ^ src/protocols/_speedups.c:1184:15: note: in expansion of macro 'PyObject_TypeCheck' __pyx_1 = PyObject_TypeCheck(__pyx_v_cls,__pyx_v_9_speedups___ECType); ^~~~~~~~~~~~~~~~~~ /usr/include/python2.7/object.h:437:17: note: expected 'PyTypeObject * {aka struct _typeobject *}' but argument is of type 'PyObject * {aka struct _object *}' PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *); ^~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/src/protocols/_speedups.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/protocols/_speedups.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.etAsrz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 + cd PyProtocols-1.0a0dev-r2302 + rm -rf /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running install running install_lib creating /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 creating /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr creating /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols copying build/lib.linux-riscv64-2.7/protocols/_speedups.so -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols copying build/lib.linux-riscv64-2.7/protocols/adapters.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols copying build/lib.linux-riscv64-2.7/protocols/twisted_support.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols copying build/lib.linux-riscv64-2.7/protocols/api.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols copying build/lib.linux-riscv64-2.7/protocols/advice.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols creating /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests copying build/lib.linux-riscv64-2.7/protocols/tests/test_direct.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests copying build/lib.linux-riscv64-2.7/protocols/tests/test_twisted.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests copying build/lib.linux-riscv64-2.7/protocols/tests/test_classes.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests copying build/lib.linux-riscv64-2.7/protocols/tests/doctest.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests copying build/lib.linux-riscv64-2.7/protocols/tests/__init__.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests copying build/lib.linux-riscv64-2.7/protocols/tests/test_advice.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests copying build/lib.linux-riscv64-2.7/protocols/tests/test_zope.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests copying build/lib.linux-riscv64-2.7/protocols/tests/checks.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests copying build/lib.linux-riscv64-2.7/protocols/__init__.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols copying build/lib.linux-riscv64-2.7/protocols/zope_support.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols copying build/lib.linux-riscv64-2.7/protocols/interfaces.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols copying build/lib.linux-riscv64-2.7/protocols/classic.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols copying build/lib.linux-riscv64-2.7/protocols/generate.py -> /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/adapters.py to adapters.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/twisted_support.py to twisted_support.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/advice.py to advice.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests/test_direct.py to test_direct.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests/test_twisted.py to test_twisted.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests/test_classes.py to test_classes.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests/doctest.py to doctest.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests/test_advice.py to test_advice.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests/test_zope.py to test_zope.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/tests/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/zope_support.py to zope_support.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/classic.py to classic.pyc byte-compiling /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/protocols/generate.py to generate.pyc running install_egg_info running egg_info writing requirements to src/PyProtocols.egg-info/requires.txt writing src/PyProtocols.egg-info/PKG-INFO writing top-level names to src/PyProtocols.egg-info/top_level.txt writing dependency_links to src/PyProtocols.egg-info/dependency_links.txt reading manifest file 'src/PyProtocols.egg-info/SOURCES.txt' writing manifest file 'src/PyProtocols.egg-info/SOURCES.txt' Copying src/PyProtocols.egg-info to /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7/site-packages/PyProtocols-1.0a0dev_r2302-py2.7.egg-info running install_scripts + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4C53Y8 + umask 022 + cd /builddir/build/BUILD + cd PyProtocols-1.0a0dev-r2302 + DOCDIR=/builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/share/doc/python-protocols + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/share/doc/python-protocols + cp -pr README.txt /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/share/doc/python-protocols + cp -pr CHANGES.txt /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/share/doc/python-protocols + cp -pr docs/ref /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64/usr/share/doc/python-protocols + exit 0 Provides: python-protocols = 1.0-0.27.a0dev_r2302.fc28 python-protocols(riscv-64) = 1.0-0.27.a0dev_r2302.fc28 python2.7dist(pyprotocols) = 1.0a0dev-r2302 python2dist(pyprotocols) = 1.0a0dev-r2302 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-protocols-1.0-0.27.a0dev_r2302.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.U1LE0h + umask 022 + cd /builddir/build/BUILD + cd PyProtocols-1.0a0dev-r2302 + rm -rf /builddir/build/BUILDROOT/python-protocols-1.0-0.27.a0dev_r2302.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff