+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/deltarpm.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.fujjkE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf deltarpm-3.6 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/deltarpm-3.6.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd deltarpm-3.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0002-do-not-finish-applydeltarpm-jobs-when-in-the-middle-.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0003-add-newline-in-missing-prelink-error.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0004-Return-error-rather-than-crashing-if-we-can-t-alloca.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0005-fix-off-by-one-error-in-delta-generation-code.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0006-Add-fflush-s-so-output-can-be-watched-using-tail-f.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wQzGPG + umask 022 + cd /builddir/build/BUILD + cd deltarpm-3.6 + /usr/bin/make -j4 '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 ' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' bindir=/usr/bin libdir=/usr/lib64 mandir=/usr/share/man prefix=/usr zlibbundled= zlibldflags=-lz zlibcppflags= cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o makedeltarpm.o makedeltarpm.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o writedeltarpm.o writedeltarpm.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o md5.o md5.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o util.o util.c md5.c: In function 'rpmMD5Final': md5.c:164:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^ cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o rpml.o rpml.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o rpmhead.o rpmhead.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o cpio.o cpio.c rpml.c: In function 'rpmlread': rpml.c:103:16: warning: variable 'buildtime' set but not used [-Wunused-but-set-variable] unsigned int buildtime; ^~~~~~~~~ cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o delta.o delta.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o cfile.o cfile.c delta.c: In function 'hash_findnext': delta.c:430:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((scsc+lastoffset<oldlen) && (old[scsc+lastoffset] == new[scsc])) ^~ delta.c:432:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' oldscorenum++; ^~~~~~~~~~~ cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o applydeltarpm.o applydeltarpm.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o readdeltarpm.o readdeltarpm.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o sha256.o sha256.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o prelink.o prelink.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o rpmdumpheader.o rpmdumpheader.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o makedeltaiso.o makedeltaiso.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o rpmoffs.o rpmoffs.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o applydeltaiso.o applydeltaiso.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o combinedeltarpm.o combinedeltarpm.c cc -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 -DDELTARPM_64BIT -DBSDIFF_NO_SUF -DRPMDUMPHEADER=\"/usr/bin/rpmdumpheader\" -c -o fragiso.o fragiso.c cc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld makedeltarpm.o writedeltarpm.o md5.o util.o rpml.o rpmhead.o cpio.o delta.o cfile.o -lbz2 -lz -llzma -o makedeltarpm cc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld applydeltarpm.o readdeltarpm.o md5.o sha256.o util.o rpmhead.o cpio.o cfile.o prelink.o -lbz2 -lz -llzma -o applydeltarpm fragiso.c: In function 'fill': fragiso.c:1169:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(mfd, buf, 33); ^~~~~~~~~~~~~~~~~~~ cc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld rpmdumpheader.o -lrpm -lrpmio -o rpmdumpheader cc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld makedeltaiso.o delta.o rpmoffs.o rpmhead.o util.o md5.o cfile.o -lbz2 -lz -llzma -o makedeltaiso cc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld applydeltaiso.o util.o md5.o cfile.o -lbz2 -lz -llzma -o applydeltaiso cc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld combinedeltarpm.o md5.o util.o rpmhead.o cfile.o readdeltarpm.o writedeltarpm.o -lbz2 -lz -llzma -o combinedeltarpm cc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld fragiso.o util.o md5.o rpmhead.o cfile.o -lbz2 -lz -llzma -o fragiso + /usr/bin/make -j4 '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 ' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' bindir=/usr/bin libdir=/usr/lib64 mandir=/usr/share/man prefix=/usr zlibbundled= zlibldflags=-lz zlibcppflags= python for PY in python python3 ; do \ if [ -x /usr/bin/$PY-config ] && [ -x /usr/bin/$PY ]; then \ PYVER=`$PY -c 'from distutils import sysconfig ; print(sysconfig.get_python_version())'`; \ PYCFLAGS=`$PY-config --cflags`; \ if [ ! -f "python$PYVER/_deltarpmmodule.so" ]; then \ mkdir -p python$PYVER ;\ cc -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 $PYCFLAGS -fPIC -c -o python$PYVER/deltarpmmodule.o deltarpmmodule.c ;\ cc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o python$PYVER/_deltarpmmodule.so python$PYVER/deltarpmmodule.o readdeltarpm.o rpmhead.o util.o md5.o cfile.o -shared -Wl,-soname,_deltarpmmodule.so -lbz2 -lz -llzma; \ fi; \ fi; \ done 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 deltarpmmodule.c: In function 'init_deltarpm': deltarpmmodule.c:144:13: warning: variable 'm' set but not used [-Wunused-but-set-variable] PyObject *m; ^ deltarpmmodule.c: In function 'createDict': deltarpmmodule.c:54:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < d.seql; i++) { ^ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fojcnc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64 + cd deltarpm-3.6 + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr exec_prefix=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr bindir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin sbindir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/sbin sysconfdir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/etc datadir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share includedir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/include libdir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/lib64 libexecdir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/libexec localstatedir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/var sharedstatedir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/var/lib mandir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/man infodir=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/info install pylibprefix=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64 mkdir -p /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin install -m 755 makedeltarpm /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin install -m 755 applydeltarpm /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin install -m 755 combinedeltarpm /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin install -m 755 rpmdumpheader /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin/rpmdumpheader install -m 755 makedeltaiso /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin install -m 755 applydeltaiso /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin install -m 755 fragiso /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin install -m 755 drpmsync /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/man/man8 install -m 644 makedeltarpm.8 /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/man/man8 install -m 644 applydeltarpm.8 /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/man/man8 install -m 644 combinedeltarpm.8 /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/man/man8 install -m 644 makedeltaiso.8 /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/man/man8 install -m 644 applydeltaiso.8 /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/man/man8 install -m 644 fragiso.8 /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/man/man8 install -m 644 drpmsync.8 /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/man/man8 for PY in python python3 ; do \ if [ -x /usr/bin/$PY ]; then \ PYLIB=`$PY -c 'from distutils import sysconfig ; print(sysconfig.get_python_lib(1))'` ; \ PYVER=`$PY -c 'from distutils import sysconfig ; print(sysconfig.get_python_version())'` ; \ if [ -e python$PYVER/_deltarpmmodule.so ]; then \ mkdir -p /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64$PYLIB ; \ install -m 755 python$PYVER/_deltarpmmodule.so /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64$PYLIB ; \ install -m 644 deltarpm.py /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64$PYLIB ; \ fi; \ fi; \ done 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 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 + /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/deltarpm-3.6-24.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/deltarpm-3.6-24.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: deltarpm-3.6-24.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ChGgoo + umask 022 + cd /builddir/build/BUILD + cd deltarpm-3.6 + DOCDIR=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/doc/deltarpm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/doc/deltarpm + cp -pr README /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/doc/deltarpm + cp -pr NEWS /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/doc/deltarpm + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lGzmw2 + umask 022 + cd /builddir/build/BUILD + cd deltarpm-3.6 + LICENSEDIR=/builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/licenses/deltarpm + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/licenses/deltarpm + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64/usr/share/licenses/deltarpm + exit 0 Provides: deltarpm = 3.6-24.fc28 deltarpm(riscv-64) = 3.6-24.fc28 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) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) librpm.so.8()(64bit) librpmio.so.8()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: drpmsync-3.6-24.fc28.riscv64 Provides: drpmsync = 3.6-24.fc28 drpmsync(riscv-64) = 3.6-24.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl perl(Digest::MD5) perl(Fcntl) perl(Net::Domain) perl(POSIX) perl(Socket) perl(bytes) perl(strict) Processing files: deltaiso-3.6-24.fc28.riscv64 Provides: deltaiso = 3.6-24.fc28 deltaiso(riscv-64) = 3.6-24.fc28 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) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: python2-deltarpm-3.6-24.fc28.riscv64 Provides: python-deltarpm = 3.6-24.fc28 python-deltarpm(riscv-64) = 3.6-24.fc28 python2-deltarpm = 3.6-24.fc28 python2-deltarpm(riscv-64) = 3.6-24.fc28 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) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libz.so.1()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-deltarpm < 3.6-24.fc28 Processing files: python3-deltarpm-3.6-24.fc28.riscv64 Provides: python3-deltarpm = 3.6-24.fc28 python3-deltarpm(riscv-64) = 3.6-24.fc28 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) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libz.so.1()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64 Wrote: /builddir/build/SRPMS/deltarpm-3.6-24.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/deltarpm-3.6-24.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/drpmsync-3.6-24.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/deltaiso-3.6-24.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python2-deltarpm-3.6-24.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python3-deltarpm-3.6-24.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2jW4K7 + umask 022 + cd /builddir/build/BUILD + cd deltarpm-3.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/deltarpm-3.6-24.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff