+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-lz4.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qoWL6q + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf lz4-0.8.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/lz4-0.8.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd lz4-0.8.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm src/lz4.c src/lz4.h src/lz4hc.c src/lz4hc.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Po0Xqb + umask 022 + cd /builddir/build/BUILD + cd lz4-0.8.1 + 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/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_ext building 'lz4' extension creating build creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/src 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 -DVERSION="0.8.1" -I/usr/include/python2.7 -c src/python-lz4.c -o build/temp.linux-riscv64-2.7/src/python-lz4.o -std=c99 src/python-lz4.c: In function 'py_lz4_compress': src/python-lz4.c:143:5: warning: 'LZ4_compress' is deprecated: use LZ4_compress_default() instead [-Wdeprecated-declarations] return compress_with(LZ4_compress, self, args); ^~~~~~ In file included from src/python-lz4.c:35:0: /usr/include/lz4.h:453:69: note: declared here LZ4LIB_API LZ4_DEPRECATED("use LZ4_compress_default() instead") int LZ4_compress (const char* source, char* dest, int sourceSize); ^~~~~~~~~~~~ src/python-lz4.c: In function 'py_lz4_compressHC': src/python-lz4.c:147:5: warning: 'LZ4_compressHC' is deprecated: use LZ4_compress_HC() instead [-Wdeprecated-declarations] return compress_with(LZ4_compressHC, self, args); ^~~~~~ In file included from src/python-lz4.c:36:0: /usr/include/lz4hc.h:198:64: note: declared here LZ4LIB_API LZ4_DEPRECATED("use LZ4_compress_HC() instead") int LZ4_compressHC (const char* source, char* dest, int inputSize); ^~~~~~~~~~~~~~ creating build/lib.linux-riscv64-2.7 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/python-lz4.o -L/usr/lib64 -llz4 -lpython2.7 -o build/lib.linux-riscv64-2.7/lz4.so + sleep 1 + 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/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_ext building 'lz4' extension creating build/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/src gcc -pthread -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 -fPIC -DVERSION="0.8.1" -I/usr/include/python3.6m -c src/python-lz4.c -o build/temp.linux-riscv64-3.6/src/python-lz4.o -std=c99 src/python-lz4.c: In function 'py_lz4_compress': src/python-lz4.c:143:5: warning: 'LZ4_compress' is deprecated: use LZ4_compress_default() instead [-Wdeprecated-declarations] return compress_with(LZ4_compress, self, args); ^~~~~~ In file included from src/python-lz4.c:35:0: /usr/include/lz4.h:453:69: note: declared here LZ4LIB_API LZ4_DEPRECATED("use LZ4_compress_default() instead") int LZ4_compress (const char* source, char* dest, int sourceSize); ^~~~~~~~~~~~ src/python-lz4.c: In function 'py_lz4_compressHC': src/python-lz4.c:147:5: warning: 'LZ4_compressHC' is deprecated: use LZ4_compress_HC() instead [-Wdeprecated-declarations] return compress_with(LZ4_compressHC, self, args); ^~~~~~ In file included from src/python-lz4.c:36:0: /usr/include/lz4hc.h:198:64: note: declared here LZ4LIB_API LZ4_DEPRECATED("use LZ4_compress_HC() instead") int LZ4_compressHC (const char* source, char* dest, int inputSize); ^~~~~~~~~~~~~~ creating build/lib.linux-riscv64-3.6 gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -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-3.6/src/python-lz4.o -L/usr/lib64 -llz4 -lpython3.6m -o build/lib.linux-riscv64-3.6/lz4.cpython-36m-riscv64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MBWnYB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64 + cd lz4-0.8.1 + 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/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr creating /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python2.7/site-packages copying build/lib.linux-riscv64-2.7/lz4.so -> /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python2.7/site-packages writing byte-compilation script '/tmp/tmpx7JRI7.py' /usr/bin/python2 -O /tmp/tmpx7JRI7.py removing /tmp/tmpx7JRI7.py running install_egg_info running egg_info writing src/lz4.egg-info/PKG-INFO writing top-level names to src/lz4.egg-info/top_level.txt writing dependency_links to src/lz4.egg-info/dependency_links.txt reading manifest file 'src/lz4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'tests/*.pyc' writing manifest file 'src/lz4.egg-info/SOURCES.txt' Copying src/lz4.egg-info to /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python2.7/site-packages/lz4-0.8.1-py2.7.egg-info running install_scripts + 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/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python3.6/site-packages copying build/lib.linux-riscv64-3.6/lz4.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python3.6/site-packages writing byte-compilation script '/tmp/tmpn0q_5dtd.py' /usr/bin/python3 /tmp/tmpn0q_5dtd.py removing /tmp/tmpn0q_5dtd.py running install_egg_info running egg_info writing src/lz4.egg-info/PKG-INFO writing dependency_links to src/lz4.egg-info/dependency_links.txt writing top-level names to src/lz4.egg-info/top_level.txt reading manifest file 'src/lz4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'tests/*.pyc' writing manifest file 'src/lz4.egg-info/SOURCES.txt' Copying src/lz4.egg-info to /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python3.6/site-packages/lz4-0.8.1-py3.6.egg-info running install_scripts + find /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python3.6/site-packages -name 'lz4*.so' -exec chmod 0755 '{}' ';' + find /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python2.7/site-packages -name 'lz4*.so' -exec chmod 0755 '{}' ';' + /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-lz4-0.8.1-2.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-lz4-0.8.1-2.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: python2-lz4-0.8.1-2.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.plpZyY + umask 022 + cd /builddir/build/BUILD + cd lz4-0.8.1 + DOCDIR=/builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/share/doc/python2-lz4 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/share/doc/python2-lz4 + cp -pr README.rst /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/share/doc/python2-lz4 + exit 0 Provides: python-lz4 = 0.8.1-2.fc28 python-lz4(riscv-64) = 0.8.1-2.fc28 python2-lz4 = 0.8.1-2.fc28 python2-lz4(riscv-64) = 0.8.1-2.fc28 python2.7dist(lz4) = 0.8.1 python2dist(lz4) = 0.8.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-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) liblz4.so.1()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-lz4 < 0.8.1-2.fc28 Processing files: python3-lz4-0.8.1-2.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YNM3XD + umask 022 + cd /builddir/build/BUILD + cd lz4-0.8.1 + DOCDIR=/builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/share/doc/python3-lz4 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/share/doc/python3-lz4 + cp -pr README.rst /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64/usr/share/doc/python3-lz4 + exit 0 Provides: python3-lz4 = 0.8.1-2.fc28 python3-lz4(riscv-64) = 0.8.1-2.fc28 python3.6dist(lz4) = 0.8.1 python3dist(lz4) = 0.8.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-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) liblz4.so.1()(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-lz4-0.8.1-2.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python2-lz4-0.8.1-2.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python3-lz4-0.8.1-2.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AgUszI + umask 022 + cd /builddir/build/BUILD + cd lz4-0.8.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-lz4-0.8.1-2.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff