+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/dfu-util.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: Macro expanded in comment on line 19: %{name}-%{version}.tar.gz Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.THtDUc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dfu-util-0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/dfu-util-0.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dfu-util-0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qnWtIX + umask 022 + cd /builddir/build/BUILD + cd dfu-util-0.9 + 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 ' + export CFLAGS + CXXFLAGS='-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 ' + export CXXFLAGS + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /builddir/build/BUILD/dfu-util-0.9/m4/missing: Unknown `--is-lightweight' option Try `/builddir/build/BUILD/dfu-util-0.9/m4/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for libusb_init in -lusb... no checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for USB... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for working memcmp... yes checking for getpagesize... yes checking for nanosleep... yes checking for err... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/dfu-util-0.9' Making all in src make[2]: Entering directory '/builddir/build/BUILD/dfu-util-0.9/src' CC main.o CC dfu_load.o CC dfu_util.o CC dfuse.o In file included from main.c:36:0: main.c: In function 'main': main.c:477:28: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] milli_sleep(detach_delay * 1000); ~~~~~~~~~~~~~^~~ portable.h:22:7: note: in definition of macro 'milli_sleep' if (msec) {\ ^~~~ CC dfuse_mem.o dfuse_mem.c: In function 'parse_memory_layout': dfuse_mem.c:151:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!memtype) { ^ dfuse_mem.c:160:4: note: here default: ^~~~~~~ CC dfu.o CC dfu_file.o CC quirks.o CC suffix.o CC prefix.o CCLD dfu-util CCLD dfu-suffix CCLD dfu-prefix make[2]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9/src' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/dfu-util-0.9/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9/doc' make[2]: Entering directory '/builddir/build/BUILD/dfu-util-0.9' make[2]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9' make[1]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hgvuMF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64 + cd dfu-util-0.9 + make DESTDIR=/builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64 install Making install in src make[1]: Entering directory '/builddir/build/BUILD/dfu-util-0.9/src' make[2]: Entering directory '/builddir/build/BUILD/dfu-util-0.9/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/bin' /usr/bin/install -c dfu-util dfu-suffix dfu-prefix '/builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9/src' make[1]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9/src' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/dfu-util-0.9/doc' make[2]: Entering directory '/builddir/build/BUILD/dfu-util-0.9/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/man/man1' /usr/bin/install -c -m 644 dfu-util.1 '/builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9/doc' make[1]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9/doc' make[1]: Entering directory '/builddir/build/BUILD/dfu-util-0.9' make[2]: Entering directory '/builddir/build/BUILD/dfu-util-0.9' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9' make[1]: Leaving directory '/builddir/build/BUILD/dfu-util-0.9' + /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: dfu-util-0.9-4.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XEtLfT + umask 022 + cd /builddir/build/BUILD + cd dfu-util-0.9 + DOCDIR=/builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/doc/dfu-util + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/doc/dfu-util + cp -pr ChangeLog /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/doc/dfu-util + cp -pr README /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/doc/dfu-util + cp -pr DEVICES.txt /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/doc/dfu-util + cp -pr TODO /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/doc/dfu-util + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vPamsz + umask 022 + cd /builddir/build/BUILD + cd dfu-util-0.9 + LICENSEDIR=/builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/licenses/dfu-util + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/licenses/dfu-util + cp -pr COPYING /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64/usr/share/licenses/dfu-util + exit 0 Provides: dfu-util = 0.9-4.fc28 dfu-util(riscv-64) = 0.9-4.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) libusb-1.0.so.0()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64 Wrote: /builddir/build/SRPMS/dfu-util-0.9-4.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/dfu-util-0.9-4.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PMDHMA + umask 022 + cd /builddir/build/BUILD + cd dfu-util-0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dfu-util-0.9-4.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff