+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/libmatthew-java.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.wg4Znn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libmatthew-java-0.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/libmatthew-java-0.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libmatthew-java-0.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (install_doc.patch):' Patch #0 (install_doc.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile Hunk #1 succeeded at 139 (offset 5 lines). + sed -e 's|@JNIPATH@|/usr/lib64/libmatthew-java|' /builddir/build/SOURCES/native-library-paths.patch + patch -p1 patching file cx/ath/matthew/cgi/CGI.java patching file cx/ath/matthew/unix/UnixServerSocket.java patching file cx/ath/matthew/unix/UnixSocket.java + echo 'Patch #2 (classpath_fix.patch):' Patch #2 (classpath_fix.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile Hunk #1 succeeded at 62 (offset 5 lines). Hunk #2 succeeded at 92 (offset 5 lines). + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6DCTsc + umask 022 + cd /builddir/build/BUILD + cd libmatthew-java-0.8 + export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk + JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk + 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 ' 'GCJFLAGS=-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=-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 ' 'PPFLAGS=-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 ' 'JAVADOC=javadoc -Xdoclint:none' -j1 mkdir -p classes make .disabledebug make[1]: Entering directory '/builddir/build/BUILD/libmatthew-java-0.8' mkdir -p classes cpp -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 -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java javac -source 1.5 -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java warning: [options] bootstrap class path not set in conjunction with -source 1.5 warning: [options] source value 1.5 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings rm -f .enabledebug touch .disabledebug make[1]: Leaving directory '/builddir/build/BUILD/libmatthew-java-0.8' javac -source 1.5 -d classes -cp classes cx/ath/matthew/utils/Hexdump.java cx/ath/matthew/unix/USInputStream.java cx/ath/matthew/unix/UnixSocketAddress.java cx/ath/matthew/unix/USOutputStream.java cx/ath/matthew/unix/NotConnectedException.java cx/ath/matthew/unix/UnixSocket.java cx/ath/matthew/unix/testserver.java cx/ath/matthew/unix/UnixIOException.java cx/ath/matthew/unix/testclient.java cx/ath/matthew/unix/UnixServerSocket.java cx/ath/matthew/cgi/DisplayField.java cx/ath/matthew/cgi/HTMLForm.java cx/ath/matthew/cgi/TextField.java cx/ath/matthew/cgi/Radio.java cx/ath/matthew/cgi/CheckBox.java cx/ath/matthew/cgi/Field.java cx/ath/matthew/cgi/Password.java cx/ath/matthew/cgi/CGITools.java cx/ath/matthew/cgi/TextArea.java cx/ath/matthew/cgi/CGIHeaderSentException.java cx/ath/matthew/cgi/NewTable.java cx/ath/matthew/cgi/HiddenField.java cx/ath/matthew/cgi/CGI.java cx/ath/matthew/cgi/DropDown.java cx/ath/matthew/cgi/SubmitButton.java cx/ath/matthew/cgi/testcgi.java cx/ath/matthew/cgi/CGIInvalidContentFormatException.java cx/ath/matthew/cgi/DefaultErrorHandler.java cx/ath/matthew/cgi/MultipleDropDown.java cx/ath/matthew/cgi/CGIErrorHandler.java cx/ath/matthew/io/ExecInputStream.java cx/ath/matthew/io/DOMPrinter.java cx/ath/matthew/io/InOutCopier.java cx/ath/matthew/io/ExecOutputStream.java cx/ath/matthew/io/test3.java cx/ath/matthew/io/test2.java cx/ath/matthew/io/TeeOutputStream.java cx/ath/matthew/io/test.java cx/ath/matthew/io/TeeInputStream.java warning: [options] bootstrap class path not set in conjunction with -source 1.5 warning: [options] source value 1.5 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings touch .classes echo > Manifest (cd classes; jar cfm ../unix-0.5.jar ../Manifest cx/ath/matthew/unix/*class) (cd classes; jar cf ../cgi-0.6.jar cx/ath/matthew/cgi/*class) make .enabledebug make[1]: Entering directory '/builddir/build/BUILD/libmatthew-java-0.8' mkdir -p classes cpp -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 -P -DDEBUGSETTING=true < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java javac -source 1.5 -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java warning: [options] bootstrap class path not set in conjunction with -source 1.5 warning: [options] source value 1.5 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings rm -f .disabledebug touch .enabledebug make[1]: Leaving directory '/builddir/build/BUILD/libmatthew-java-0.8' #echo "Class-Path: /usr/local/share/java/hexdump.jar" > Manifest echo > Manifest (cd classes;jar cfm ../debug-enable-1.1.jar ../Manifest cx/ath/matthew/debug/*.class) make .disabledebug make[1]: Entering directory '/builddir/build/BUILD/libmatthew-java-0.8' mkdir -p classes cpp -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 -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java javac -source 1.5 -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java warning: [options] bootstrap class path not set in conjunction with -source 1.5 warning: [options] source value 1.5 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings rm -f .enabledebug touch .disabledebug make[1]: Leaving directory '/builddir/build/BUILD/libmatthew-java-0.8' #echo "Class-Path: /usr/local/share/java/hexdump.jar" > Manifest echo > Manifest (cd classes;jar cfm ../debug-disable-1.1.jar ../Manifest cx/ath/matthew/debug/*.class) (cd classes; jar cf ../io-0.1.jar cx/ath/matthew/io/*class) (cd classes; jar cf ../hexdump-0.2.jar cx/ath/matthew/utils/Hexdump.class) javah -classpath classes -o cgi-java.h cx.ath.matthew.cgi.CGI 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 -std=c99 -fpic -fno-stack-protector -I/usr/lib/jvm/java-1.8.0-openjdk/include -I/usr/lib/jvm/java-1.8.0-openjdk/include/linux -c -o cgi-java.o cgi-java.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 -shared -o libcgi-java.so cgi-java.o javah -classpath classes -o unix-java.h cx.ath.matthew.unix.UnixServerSocket cx.ath.matthew.unix.UnixSocket cx.ath.matthew.unix.USInputStream cx.ath.matthew.unix.USOutputStream 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 -std=c99 -fpic -fno-stack-protector -I/usr/lib/jvm/java-1.8.0-openjdk/include -I/usr/lib/jvm/java-1.8.0-openjdk/include/linux -c -o unix-java.o unix-java.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 -shared -o libunix-java.so unix-java.o rm cgi-java.o unix-java.o + jar umf /builddir/build/SOURCES/libmatthew-java-hexdump-osgi-MANIFEST.MF hexdump-0.2.jar Mar 11, 2018 7:49:32 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Manifest-Version. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. + jar umf /builddir/build/SOURCES/libmatthew-java-unix-osgi-MANIFEST.MF unix-0.5.jar Mar 11, 2018 7:49:41 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Manifest-Version. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.G1fqi6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64 + cd libmatthew-java-0.8 + make install DESTDIR=/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64 JARDIR=/usr/lib/java LIBDIR=/usr/lib64/libmatthew-java DOCDIR=/usr/share/javadoc/libmatthew-java 'JAVADOC=javadoc -Xdoclint:none' install -d /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib64/libmatthew-java install libcgi-java.so /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib64/libmatthew-java install libunix-java.so /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib64/libmatthew-java install -d /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java install -m 644 debug-enable-1.1.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java install -m 644 debug-disable-1.1.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java install -m 644 unix-0.5.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java install -m 644 cgi-0.6.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java install -m 644 io-0.1.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java install -m 644 hexdump-0.2.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java ln -sf debug-disable-1.1.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-disable.jar ln -sf debug-enable-1.1.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-enable.jar ln -sf unix-0.5.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/unix.jar ln -sf io-0.1.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/io.jar ln -sf cgi-0.6.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/cgi.jar ln -sf hexdump-0.2.jar /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/hexdump.jar javadoc -Xdoclint:none -quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/ -d doc/ cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java cx/ath/matthew/unix/USInputStream.java cx/ath/matthew/unix/UnixSocketAddress.java cx/ath/matthew/unix/USOutputStream.java cx/ath/matthew/unix/NotConnectedException.java cx/ath/matthew/unix/UnixSocket.java cx/ath/matthew/unix/testserver.java cx/ath/matthew/unix/UnixIOException.java cx/ath/matthew/unix/testclient.java cx/ath/matthew/unix/UnixServerSocket.java cx/ath/matthew/cgi/DisplayField.java cx/ath/matthew/cgi/HTMLForm.java cx/ath/matthew/cgi/TextField.java cx/ath/matthew/cgi/Radio.java cx/ath/matthew/cgi/CheckBox.java cx/ath/matthew/cgi/Field.java cx/ath/matthew/cgi/Password.java cx/ath/matthew/cgi/CGITools.java cx/ath/matthew/cgi/TextArea.java cx/ath/matthew/cgi/CGIHeaderSentException.java cx/ath/matthew/cgi/NewTable.java cx/ath/matthew/cgi/HiddenField.java cx/ath/matthew/cgi/CGI.java cx/ath/matthew/cgi/DropDown.java cx/ath/matthew/cgi/SubmitButton.java cx/ath/matthew/cgi/testcgi.java cx/ath/matthew/cgi/CGIInvalidContentFormatException.java cx/ath/matthew/cgi/DefaultErrorHandler.java cx/ath/matthew/cgi/MultipleDropDown.java cx/ath/matthew/cgi/CGIErrorHandler.java cx/ath/matthew/io/ExecInputStream.java cx/ath/matthew/io/DOMPrinter.java cx/ath/matthew/io/InOutCopier.java cx/ath/matthew/io/ExecOutputStream.java cx/ath/matthew/io/test3.java cx/ath/matthew/io/test2.java cx/ath/matthew/io/TeeOutputStream.java cx/ath/matthew/io/test.java cx/ath/matthew/io/TeeInputStream.java cx/ath/matthew/unix/UnixSocket.java:176: warning - @param argument "data" is not a parameter name. cx/ath/matthew/unix/UnixSocket.java:176: warning - Tag @see: reference not found: getPeerUID cx/ath/matthew/unix/UnixSocket.java:176: warning - Tag @see: reference not found: getPeerPID cx/ath/matthew/unix/UnixSocket.java:176: warning - Tag @see: reference not found: getPeerGID cx/ath/matthew/unix/UnixSocket.java:192: warning - Tag @see: reference not found: setPassCred cx/ath/matthew/unix/UnixSocket.java:251: warning - Tag @see: reference not found: setBlocking 6 warnings install -d /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/javadoc/libmatthew-java cp -a doc /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/javadoc/libmatthew-java/api + /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: libmatthew-java-0.8-18.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XR3uf6 + umask 022 + cd /builddir/build/BUILD + cd libmatthew-java-0.8 + DOCDIR=/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/doc/libmatthew-java + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/doc/libmatthew-java + cp -pr INSTALL /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/doc/libmatthew-java + cp -pr README /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/doc/libmatthew-java + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HnpaQr + umask 022 + cd /builddir/build/BUILD + cd libmatthew-java-0.8 + LICENSEDIR=/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/licenses/libmatthew-java + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/licenses/libmatthew-java + cp -pr COPYING /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/licenses/libmatthew-java + exit 0 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/cgi-0.6.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/cgi-0.6.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/cgi.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/cgi.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-disable-1.1.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-disable-1.1.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-disable.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-disable.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-enable-1.1.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-enable-1.1.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-enable.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/debug-enable.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/hexdump-0.2.jar'] [INFO osgi.prov] osgi(cx.ath.matthew.hexdump) = 0.2.0 [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/hexdump-0.2.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/hexdump.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/hexdump.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/io-0.1.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/io-0.1.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/io.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/io.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/unix-0.5.jar'] [INFO osgi.prov] osgi(cx.ath.matthew.unix) = 0.5.0 [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/unix-0.5.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/unix.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/lib/java/unix.jar'] Provides: libcgi-java.so()(64bit) libmatthew-java = 0.8-18.fc28 libmatthew-java(riscv-64) = 0.8-18.fc28 libunix-java.so()(64bit) osgi(cx.ath.matthew.hexdump) = 0.2.0 osgi(cx.ath.matthew.unix) = 0.5.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: libmatthew-java-javadoc-0.8-18.fc28.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Gxcqqc + umask 022 + cd /builddir/build/BUILD + cd libmatthew-java-0.8 + LICENSEDIR=/builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/licenses/libmatthew-java-javadoc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/licenses/libmatthew-java-javadoc + cp -pr COPYING /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64/usr/share/licenses/libmatthew-java-javadoc + exit 0 Provides: libmatthew-java-javadoc = 0.8-18.fc28 libmatthew-java-javadoc(riscv-64) = 0.8-18.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-tools Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libmatthew-java-0.8-18.fc28.riscv64 Wrote: /builddir/build/SRPMS/libmatthew-java-0.8-18.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/libmatthew-java-0.8-18.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/libmatthew-java-javadoc-0.8-18.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8on2Hq + umask 022 + cd /builddir/build/BUILD + cd libmatthew-java-0.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libmatthew-java-0.8-18.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