+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/dhcp-forwarder.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.TgdueH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dhcp-forwarder-0.11 + /usr/bin/xz -dc /builddir/build/SOURCES/dhcp-forwarder-0.11.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dhcp-forwarder-0.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pfboOc + umask 022 + cd /builddir/build/BUILD + cd dhcp-forwarder-0.11 + 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 --enable-release --with-systemd-unitdir=/usr/lib/systemd/system --disable-dietlibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes 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 to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking for cvs2cl... no checking for rcs2log... no checking for svn... no checking for git... no 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 for style of include used by make... GNU checking dependency style of gcc... none checking whether gcc and cc understand -c and -o together... yes checking for gawk... (cached) gawk checking whether ln -s works... yes checking for splint... no checking for sed... /usr/bin/sed checking for cat... /usr/bin/cat checking for cp... /usr/bin/cp checking for grep... /usr/bin/grep checking for egrep... /usr/bin/egrep checking for chmod... /usr/bin/chmod checking for chown... /usr/bin/chown checking for touch... /usr/bin/touch checking for sh... /usr/bin/sh checking for rm... /usr/bin/rm checking for rmdir... /usr/bin/rmdir checking for diff... /usr/bin/diff checking for mv... /usr/bin/mv checking for ln... /usr/bin/ln checking for dirname... /usr/bin/dirname checking for mkdir... /usr/bin/mkdir checking for gpg... no checking whether chown understands the --references option... yes checking whether chmod understands the --references option... yes checking whether to enable release-mode... yes checking whether to enable dietlibc... no (forced) checking for initrddir... $(sysconfdir)/init.d checking whether the C-compiler accepts -Werror -W... yes checking whether gcc accepts -Wall... yes checking whether gcc accepts -W... yes checking whether gcc accepts -Wshadow... yes checking whether gcc accepts -std=c99... yes checking whether gcc accepts -pedantic... yes checking whether gcc is modern... yes checking for systemd unitdir... /usr/lib/systemd/system checking whether to enable logging... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking whether type in_addr_t is known... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uid_t in sys/types.h... yes checking for pid_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working alloca.h... yes checking for alloca... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for strftime... yes checking whether gcc needs -traditional... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating test/Makefile config.status: creating dhcp-forwarder.spec config.status: creating config.h config.status: executing depfiles commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/dhcp-forwarder-0.11' Making all in . make[2]: Entering directory '/builddir/build/BUILD/dhcp-forwarder-0.11' make substvar VARS='sysconfdir sbindir PACKAGE VERSION' INFILE='doc/dhcp-fwd.man' OUTFILE='doc/dhcp-fwd.1' make[3]: Entering directory '/builddir/build/BUILD/dhcp-forwarder-0.11' l="sysconfdir sbindir PACKAGE VERSION"; cmd=''; for i in $l; do cmd="$cmd's!@'$i'@!\${$i}!g;'"; done; \ make .substvar-stage2 CMD="$cmd" gcc -DHAVE_CONFIG_H -I. -DCFG_FILENAME='"/etc/dhcp-fwd.conf"' -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 -Wall -W -Wshadow -std=c99 -pedantic -c -o src/parser.o src/parser.c gcc -DHAVE_CONFIG_H -I. -DCFG_FILENAME='"/etc/dhcp-fwd.conf"' -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 -Wall -W -Wshadow -std=c99 -pedantic -c -o src/main.o src/main.c gcc -DHAVE_CONFIG_H -I. -DCFG_FILENAME='"/etc/dhcp-fwd.conf"' -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 -Wall -W -Wshadow -std=c99 -pedantic -c -o src/cfg.o src/cfg.c make[4]: Entering directory '/builddir/build/BUILD/dhcp-forwarder-0.11' sed -e 's!@'sysconfdir'@!/etc!g;''s!@'sbindir'@!/usr/sbin!g;''s!@'PACKAGE'@!dhcp-forwarder!g;''s!@'VERSION'@!0.11!g;' doc/dhcp-fwd.man >doc/dhcp-fwd.1.tmp test -z "/usr/bin/chmod --reference" || /usr/bin/chmod --reference doc/dhcp-fwd.man doc/dhcp-fwd.1.tmp chmod a-w doc/dhcp-fwd.1.tmp rm -f doc/dhcp-fwd.1 mv -f doc/dhcp-fwd.1.tmp doc/dhcp-fwd.1 make[4]: Leaving directory '/builddir/build/BUILD/dhcp-forwarder-0.11' make[3]: Leaving directory '/builddir/build/BUILD/dhcp-forwarder-0.11' gcc -DHAVE_CONFIG_H -I. -DCFG_FILENAME='"/etc/dhcp-fwd.conf"' -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 -Wall -W -Wshadow -std=c99 -pedantic -c -o src/recvfromflags.o src/recvfromflags.c src/main.c: In function 'validateDHCPOptionList': src/main.c:210:65: warning: unused parameter 'options' [-Wunused-parameter] static void validateDHCPOptionList(struct DHCPOptionList const *options) ^~~~~~~ src/cfg.c: In function 'initializeSystem': src/cfg.c:512:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(pidfile_fd, "\n", 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/cfg.c: In function 'showVersion': src/cfg.c:350:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(1, PACKAGE_STRING, strlen(PACKAGE_STRING)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/cfg.c:351:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(1, "\n", 1); ^~~~~~~~~~~~~~~~~~~~~~~ src/cfg.c: In function 'showHelp': src/cfg.c:371:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(1, "\nusage: ", 8 ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/cfg.c:372:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(1, cmd, strlen(cmd)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/cfg.c:373:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(1, msg, strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/cfg.c: In function 'exitFatal': src/cfg.c:57:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(2, msg, len); ^~~~~~~~~~~~~~~~~~~~~~~~ src/cfg.c:58:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(2, "\n", 1); ^~~~~~~~~~~~~~~~~~~~~~~ src/main.c: In function 'main': src/main.c:818:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 0 : execRelay(); ^~~~~~~~~~~ src/main.c:819:5: note: here default : return 0; ^~~~~~~ At top level: src/cfg.c:221:1: warning: 'getSenderIfaceName' defined but not used [-Wunused-function] getSenderIfaceName(struct InterfaceInfoList const * const ifs, ^~~~~~~~~~~~~~~~~~ In file included from src/parser.c:35:0: src/wrappers.h: In function 'Egetpwnam': src/wrappers.h:93:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, "getpwnam(\"", 10); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrappers.h:94:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, name, strlen(name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrappers.h:95:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, "\"): no such user\n", 17); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrappers.h: In function 'Egetgrnam': src/wrappers.h:70:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, "getgrnam(\"", 10); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrappers.h:71:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, name, strlen(name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrappers.h:72:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, "\"): no such group\n", 18); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parser.c: In function 'exitFatal': src/parser.c:134:20: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if (filename!=0) (void)write(2, filename, strlen(filename)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parser.c:123:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define scWRITE(msg) (void)write(2, msg, sizeof(msg)-1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parser.c:135:20: note: in expansion of macro 'scWRITE' else scWRITE(""); ^~~~~~~ src/parser.c:123:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define scWRITE(msg) (void)write(2, msg, sizeof(msg)-1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parser.c:136:3: note: in expansion of macro 'scWRITE' scWRITE(":"); ^~~~~~~ src/parser.c:123:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define scWRITE(msg) (void)write(2, msg, sizeof(msg)-1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parser.c:138:3: note: in expansion of macro 'scWRITE' scWRITE(":"); ^~~~~~~ src/parser.c:123:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define scWRITE(msg) (void)write(2, msg, sizeof(msg)-1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parser.c:140:3: note: in expansion of macro 'scWRITE' scWRITE(":"); ^~~~~~~ src/parser.c:141:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(2, msg, len); ^~~~~~~~~~~~~~~~~~~~~~~~ src/parser.c:123:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define scWRITE(msg) (void)write(2, msg, sizeof(msg)-1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parser.c:142:3: note: in expansion of macro 'scWRITE' scWRITE("\n"); ^~~~~~~ gcc -DHAVE_CONFIG_H -I. -DCFG_FILENAME='"/etc/dhcp-fwd.conf"' -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 -Wall -W -Wshadow -std=c99 -pedantic -c -o src/output.o src/output.c src/output.c: In function 'writeMsgTimestamp': src/output.c:86:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(msg_fd, ".000000", fill_cnt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/output.c: In function 'writeUInt': src/output.c:108:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(fd, ptr, &buffer[sizeof(buffer)] - ptr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/output.c: In function 'writeMsgStr': src/output.c:127:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(msg_fd, msg, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/output.c: In function 'writeMsg': src/output.c:137:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(msg_fd, ": ", 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/output.c:138:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(msg_fd, msg, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/output.c:139:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(msg_fd, "\n", 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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 -Wall -W -Wshadow -std=c99 -pedantic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dhcp-fwd src/parser.o src/main.o src/cfg.o src/recvfromflags.o src/output.o make[2]: Leaving directory '/builddir/build/BUILD/dhcp-forwarder-0.11' Making all in test make[2]: Entering directory '/builddir/build/BUILD/dhcp-forwarder-0.11/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/dhcp-forwarder-0.11/test' make[1]: Leaving directory '/builddir/build/BUILD/dhcp-forwarder-0.11' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kibzoj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64 + cd dhcp-forwarder-0.11 + rm -rf /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64 + install -d /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64//var/lib/dhcp-fwd /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64//usr/lib/systemd/system /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64//etc + make DESTDIR=/builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64 install Making install in . make[1]: Entering directory '/builddir/build/BUILD/dhcp-forwarder-0.11' make[2]: Entering directory '/builddir/build/BUILD/dhcp-forwarder-0.11' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/sbin' /usr/bin/install -c dhcp-fwd '/builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/sbin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/share/man/man1' /usr/bin/install -c -m 644 doc/dhcp-fwd.1 '/builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/dhcp-forwarder-0.11' make[1]: Leaving directory '/builddir/build/BUILD/dhcp-forwarder-0.11' Making install in test make[1]: Entering directory '/builddir/build/BUILD/dhcp-forwarder-0.11/test' make[2]: Entering directory '/builddir/build/BUILD/dhcp-forwarder-0.11/test' 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/dhcp-forwarder-0.11/test' make[1]: Leaving directory '/builddir/build/BUILD/dhcp-forwarder-0.11/test' + install /builddir/build/SOURCES/dhcp-forwarder.service /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64//usr/lib/systemd/system/dhcp-forwarder.service + install contrib/dhcp-fwd.conf /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64//etc + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/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 *** WARNING: ./usr/lib/systemd/system/dhcp-forwarder.service is executable but has empty or no shebang, removing executable bit *** WARNING: ./etc/dhcp-fwd.conf is executable but has empty or no shebang, removing executable bit Processing files: dhcp-forwarder-0.11-4.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2hYHoo + umask 022 + cd /builddir/build/BUILD + cd dhcp-forwarder-0.11 + DOCDIR=/builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/share/doc/dhcp-forwarder + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/share/doc/dhcp-forwarder + cp -pr AUTHORS /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/share/doc/dhcp-forwarder + cp -pr COPYING /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/share/doc/dhcp-forwarder + cp -pr ChangeLog /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/share/doc/dhcp-forwarder + cp -pr NEWS /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/share/doc/dhcp-forwarder + cp -pr README /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64/usr/share/doc/dhcp-forwarder + exit 0 Provides: config(dhcp-forwarder) = 0.11-4.fc28 dhcp-forwarder = 0.11-4.fc28 dhcp-forwarder(riscv-64) = 0.11-4.fc28 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh bash coreutils systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd 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) rtld(GNU_HASH) Obsoletes: dhcp-forwarder-systemd Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.fc28.riscv64 Wrote: /builddir/build/SRPMS/dhcp-forwarder-0.11-4.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/dhcp-forwarder-0.11-4.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.G24SgX + umask 022 + cd /builddir/build/BUILD + cd dhcp-forwarder-0.11 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dhcp-forwarder-0.11-4.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