+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/upslug2.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 12: %{svn_revision} http://svn.nslu2-linux.org/svnroot/upslug2/trunk %{name} warning: Macro expanded in comment on line 13: %{name}-svn-%{svn_revision}.tar.gz %{name} Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cLkRZy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf upslug2 + /usr/bin/gzip -dc /builddir/build/SOURCES/upslug2-svn-39.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd upslug2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + autoreconf -i configure.ac:24: installing './compile' configure.ac:11: installing './config.guess' configure.ac:11: installing './config.sub' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './depcomp' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2XkaHI + umask 022 + cd /builddir/build/BUILD + cd upslug2 + 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 + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 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 --with-libpcap 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 build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ 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 g++ accepts -g... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of g++... none checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 dependency style of gcc... none 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 pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for pcap_open_live in -lpcap... yes checking for pcap_inject in -lpcap... yes checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... 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 whether gcc needs -traditional... no checking for working memcmp... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for memset... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for strtoul... yes checking for getifaddrs... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + make -j4 make all-am make[1]: Entering directory '/builddir/build/BUILD/upslug2' g++ -DHAVE_CONFIG_H -I. -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 -c -o linux_wire.o linux_wire.cc g++ -DHAVE_CONFIG_H -I. -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 -c -o pcap_wire.o pcap_wire.cc g++ -DHAVE_CONFIG_H -I. -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 -c -o nslu2_image.o nslu2_image.cc g++ -DHAVE_CONFIG_H -I. -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 -c -o nslu2_upgrade.o nslu2_upgrade.cc g++ -DHAVE_CONFIG_H -I. -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 -c -o upslug2.o upslug2.cc In file included from nslu2_upgrade.cc:7:0: nslu2_protocol.h: In member function 'bool NSLU2Protocol::SequenceNumber::Seen(int)': nslu2_protocol.h:233:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen > (lastSent & 0xffff)) ~~~~~^~~~~~~~~~~~~~~~~~~~~ nslu2_protocol.h:237:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen > lastSeen) { ~~~~~^~~~~~~~~~ nslu2_protocol.h:238:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen <= lastSent) ~~~~~^~~~~~~~~~~ In file included from nslu2_upgrade.h:10:0, from pcap_wire.cc:48: nslu2_protocol.h: In member function 'bool NSLU2Protocol::SequenceNumber::Seen(int)': nslu2_protocol.h:233:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen > (lastSent & 0xffff)) ~~~~~^~~~~~~~~~~~~~~~~~~~~ nslu2_protocol.h:237:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen > lastSeen) { ~~~~~^~~~~~~~~~ nslu2_protocol.h:238:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen <= lastSent) ~~~~~^~~~~~~~~~~ nslu2_upgrade.cc: In constructor 'NSLU2Upgrade::RealDoUpgrade::RealDoUpgrade(NSLU2Upgrade::Wire*, NSLU2Upgrade::Progress*, bool)': nslu2_upgrade.cc:178:34: warning: 'NSLU2Upgrade::RealDoUpgrade::reprogram' will be initialized after [-Wreorder] bool reprogram; ^~~~~~~~~ nslu2_upgrade.cc:176:34: warning: 'NSLU2Protocol::Type NSLU2Upgrade::RealDoUpgrade::lastType' [-Wreorder] NSLU2Protocol::Type lastType; ^~~~~~~~ nslu2_upgrade.cc:89:3: warning: when initialized here [-Wreorder] RealDoUpgrade(Wire *w, Progress *p, bool r) : ^~~~~~~~~~~~~ nslu2_upgrade.cc: In member function 'virtual void NSLU2Upgrade::RealDoUpgrade::Reboot()': nslu2_upgrade.cc:533:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] } while (seq.LastSeen() < sequence); ~~~~~~~~~~~~~~~^~~~~~~~~~ pcap_wire.cc: In constructor 'NSLU2Upgrade::PCapWire::PCapWire(pcap_t*, const char*, const unsigned char*, const unsigned char*)': pcap_wire.cc:72:32: warning: large integer implicitly truncated to unsigned type [-Woverflow] header[13] = NSLU2Protocol::UpgradeProtocol; ^~~~~~~~~~~~~~~ pcap_wire.cc: In destructor 'NSLU2Upgrade::EUID::~EUID()': pcap_wire.cc:270:13: warning: ignoring return value of 'int seteuid(__uid_t)', declared with attribute warn_unused_result [-Wunused-result] ::seteuid(euid); ~~~~~~~~~^~~~~~ In file included from nslu2_image.h:11:0, from nslu2_image.cc:11: nslu2_protocol.h: In member function 'bool NSLU2Protocol::SequenceNumber::Seen(int)': nslu2_protocol.h:233:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen > (lastSent & 0xffff)) ~~~~~^~~~~~~~~~~~~~~~~~~~~ nslu2_protocol.h:237:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen > lastSeen) { ~~~~~^~~~~~~~~~ nslu2_protocol.h:238:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen <= lastSent) ~~~~~^~~~~~~~~~~ nslu2_image.cc: In constructor 'NSLU2Image::SynthesiseImage::SynthesiseImage(char, char, char, const char*, bool, const char*, const char*, const char*, short unsigned int, short unsigned int, short unsigned int, short unsigned int)': nslu2_image.cc:205:12: warning: 'NSLU2Image::SynthesiseImage::little_endian_fis' will be initialized after [-Wreorder] bool little_endian_fis; /* Build a little endian FIS directory */ ^~~~~~~~~~~~~~~~~ nslu2_image.cc:202:12: warning: 'int NSLU2Image::SynthesiseImage::segment_count' [-Wreorder] int segment_count; /* Count of Segment entries used */ ^~~~~~~~~~~~~ nslu2_image.cc:258:1: warning: when initialized here [-Wreorder] NSLU2Image::SynthesiseImage::SynthesiseImage(char kernel_sex, char data_sex, ^~~~~~~~~~ In file included from nslu2_upgrade.h:10:0, from upslug2.cc:18: nslu2_protocol.h: In member function 'bool NSLU2Protocol::SequenceNumber::Seen(int)': nslu2_protocol.h:233:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen > (lastSent & 0xffff)) ~~~~~^~~~~~~~~~~~~~~~~~~~~ nslu2_protocol.h:237:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen > lastSeen) { ~~~~~^~~~~~~~~~ nslu2_protocol.h:238:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (seen <= lastSent) ~~~~~^~~~~~~~~~~ nslu2_image.cc:481:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (buffer_pointer > sizeof buffer) ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ nslu2_image.cc: In member function 'virtual void NSLU2Image::SynthesiseImage::GetBytes(char*, size_t, int&, int&)': nslu2_image.cc:511:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (len > buffer_length) ~~~~^~~~~~~~~~~~~~~ In file included from upslug2.cc:20:0: upslug2_progress.h: In constructor 'UpSlug2::Progress::Progress()': upslug2_progress.h:130:7: warning: 'UpSlug2::Progress::addressOfLastSeen' will be initialized after [-Wreorder] int addressOfLastSeen; /* highest address seen */ ^~~~~~~~~~~~~~~~~ upslug2_progress.h:129:7: warning: 'int UpSlug2::Progress::addressOfLastSent' [-Wreorder] int addressOfLastSent; /* highest address sent */ ^~~~~~~~~~~~~~~~~ upslug2_progress.h:26:10: warning: when initialized here [-Wreorder] inline Progress() : ^~~~~~~~ upslug2_progress.h: In static member function 'static unsigned int UpSlug2::Progress::Scale(long unsigned int, unsigned int, unsigned int)': upslug2_progress.h:67:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (shift > 0 && scale >= (1<<(32-shift))) ~~~~~~^~~~~~~~~~~~~~~~~~ upslug2_progress.h: In constructor 'UpSlug2::ProgressBar::ProgressBar(bool)': upslug2_progress.h:279:10: warning: 'UpSlug2::ProgressBar::retransmit' will be initialized after [-Wreorder] bool retransmit; /* Retransmit recorded */ ^~~~~~~~~~ upslug2_progress.h:275:10: warning: 'UpSlug2::ProgressBar::Status UpSlug2::ProgressBar::status' [-Wreorder] Status status; /* Overall status */ ^~~~~~ upslug2_progress.h:171:3: warning: when initialized here [-Wreorder] ProgressBar(bool r) : ^~~~~~~~~~~ upslug2_progress.h: In member function 'void UpSlug2::ProgressBar::AddressByStatus(UpSlug2::ProgressBar::Status, int&, int&)': upslug2_progress.h:184:11: warning: enumeration value 'NumberOfStates' not handled in switch [-Wswitch] switch (st) { ^ upslug2.cc: In constructor 'ProgressBar::ProgressBar(bool, const unsigned char*)': upslug2.cc:112:23: warning: 'ProgressBar::target' will be initialized after [-Wreorder] const unsigned char *target; ^~~~~~ upslug2.cc:111:23: warning: 'bool ProgressBar::displayed' [-Wreorder] bool displayed; ^~~~~~~~~ upslug2.cc:24:2: warning: when initialized here [-Wreorder] ProgressBar(bool reprogram, const unsigned char *t) : ^~~~~~~~~~~ upslug2.cc:111:23: warning: 'ProgressBar::displayed' will be initialized after [-Wreorder] bool displayed; ^~~~~~~~~ upslug2.cc:110:23: warning: 'int ProgressBar::ticker' [-Wreorder] int ticker; ^~~~~~ upslug2.cc:24:2: warning: when initialized here [-Wreorder] ProgressBar(bool reprogram, const unsigned char *t) : ^~~~~~~~~~~ In file included from upslug2.cc:20:0: upslug2_progress.h: In instantiation of 'UpSlug2::CharacterProgressBar::CharacterProgressBar(bool, int, const char*) [with int characters = 80]': upslug2.cc:26:40: required from here upslug2_progress.h:360:8: warning: 'UpSlug2::CharacterProgressBar<80>::numberOfCharacters' will be initialized after [-Wreorder] int numberOfCharacters; ^~~~~~~~~~~~~~~~~~ upslug2_progress.h:291:25: warning: base 'UpSlug2::ProgressBar' [-Wreorder] ProgressBar(reprogram) { ^ upslug2_progress.h:289:3: warning: when initialized here [-Wreorder] CharacterProgressBar(bool reprogram, int n, const char ind[NumberOfStates] = 0) : ^~~~~~~~~~~~~~~~~~~~ upslug2.cc: In function 'int main(int, char**)': upslug2.cc:364:11: warning: ignoring return value of 'int seteuid(__uid_t)', declared with attribute warn_unused_result [-Wunused-result] ::seteuid(::getuid()); ~~~~~~~~~^~~~~~~~~~~~ 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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o upslug2 linux_wire.o pcap_wire.o nslu2_image.o nslu2_upgrade.o upslug2.o -lpcap make[1]: Leaving directory '/builddir/build/BUILD/upslug2' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ImwT1W + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64 + cd upslug2 + rm -rf /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64 make[1]: Entering directory '/builddir/build/BUILD/upslug2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64/usr/sbin' /usr/bin/install -c upslug2 '/builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64/usr/sbin' make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/builddir/build/BUILD/upslug2' + mkdir -p /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64//usr/share/man/man8 + install -p -m 644 upslug2.8 /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64//usr/share/man/man8 + /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: upslug2-0.0-0.18.20071107.svn39.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WBjq5N + umask 022 + cd /builddir/build/BUILD + cd upslug2 + DOCDIR=/builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64/usr/share/doc/upslug2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64/usr/share/doc/upslug2 + cp -pr AUTHORS /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64/usr/share/doc/upslug2 + cp -pr ChangeLog /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64/usr/share/doc/upslug2 + cp -pr COPYING /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64/usr/share/doc/upslug2 + cp -pr README /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64/usr/share/doc/upslug2 + exit 0 Provides: upslug2 = 0.0-0.18.20071107.svn39.fc28 upslug2(riscv-64) = 0.0-0.18.20071107.svn39.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.0)(64bit) libm.so.6()(64bit) libpcap.so.1()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64 Wrote: /builddir/build/SRPMS/upslug2-0.0-0.18.20071107.svn39.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/upslug2-0.0-0.18.20071107.svn39.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.H6HYz9 + umask 022 + cd /builddir/build/BUILD + cd upslug2 + rm -rf /builddir/build/BUILDROOT/upslug2-0.0-0.18.20071107.svn39.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