+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/pxz.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: Thu Jun  8 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-1.beta.20100608git
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.b8LcUC
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf pxz-4.999.9beta
+ /usr/bin/xz -dc /builddir/build/SOURCES/pxz-4.999.9beta.20120930git.tar.xz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pxz-4.999.9beta
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rhipsN
+ umask 022
+ cd /builddir/build/BUILD
+ cd pxz-4.999.9beta
+ export '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  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE'
+ 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  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE'
+ make -j4
cc -o pxz  -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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fopenmp pxz.c  -llzma -DPXZ_BUILD_DATE=\"`date +%Y%m%d`\" -DPXZ_VERSION=\"4.999.9beta\"
pxz.c: In function 'main':
pxz.c:280:49: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=]
    fprintf(stderr, "context size per thread: %llu B\n", chunk_size);
                                              ~~~^
                                              %lu
pxz.c:304:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t {aka long unsigned int}' [-Wformat=]
     fprintf(stderr, "%s -> %llu/%llu thread%c: [", file[i], threads, (s.st_size+chunk_size-1)/chunk_size, threads != 1 ? 's' : ' ');
                            ~~~^
                            %lu
pxz.c:304:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
     fprintf(stderr, "%s -> %llu/%llu thread%c: [", file[i], threads, (s.st_size+chunk_size-1)/chunk_size, threads != 1 ? 's' : ' ');
                                 ~~~^                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                 %lu
pxz.c:306:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=]
     fprintf(stderr, "%llu thread%c: [", threads, threads != 1 ? 's' : ' ');
                      ~~~^
                      %lu
pxz.c:393:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=]
      fprintf(stderr, "%llu ", p);
                       ~~~^
                       %lu
pxz.c:454:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__off64_t {aka long int}' [-Wformat=]
    fprintf(stderr, "%llu -> %zd %3.3f%%\n", s.st_size, ts, ts*100./s.st_size);
                     ~~~^                    ~~~~~~~~~
                     %lu
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Kt6YqC
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64
+ cd pxz-4.999.9beta
+ rm -rf /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64
+ make install DESTDIR=/builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64 'INSTALL=/usr/bin/install -p'
mkdir -p /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64/usr/bin
cp pxz /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64/usr/bin
mkdir -p /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64/usr/share/man/man1
cp pxz.1 /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64/usr/share/man/man1
+ /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
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: pxz-4.999.9-13.beta.20120930git.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HsPN2x
+ umask 022
+ cd /builddir/build/BUILD
+ cd pxz-4.999.9beta
+ DOCDIR=/builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64/usr/share/doc/pxz
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64/usr/share/doc/pxz
+ cp -pr COPYING /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64/usr/share/doc/pxz
+ exit 0
Provides: pxz = 4.999.9-13.beta.20120930git.fc28 pxz(riscv-64) = 4.999.9-13.beta.20120930git.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) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgomp.so.1()(64bit) libgomp.so.1(GOMP_4.0)(64bit) libgomp.so.1(OMP_1.0)(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.fc28.riscv64
Wrote: /builddir/build/SRPMS/pxz-4.999.9-13.beta.20120930git.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/pxz-4.999.9-13.beta.20120930git.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.stX3pl
+ umask 022
+ cd /builddir/build/BUILD
+ cd pxz-4.999.9beta
+ rm -rf /builddir/build/BUILDROOT/pxz-4.999.9-13.beta.20120930git.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