D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/libmatthew-java-0.8-15.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.U4mims + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf libmatthew-java-0.8 + /usr/bin/gzip -dc /home/iurt/rpmbuild/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|' /home/iurt/rpmbuild/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). + echo 'Patch #3 (libmatthew-java-0.8-jdk10.patch):' Patch #3 (libmatthew-java-0.8-jdk10.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file cgi-java.c patching file Makefile Hunk #4 succeeded at 76 (offset 1 line). patching file unix-java.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AMkEMu + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libmatthew-java-0.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export JAVA_HOME=/usr/lib/jvm/java-11-openjdk + JAVA_HOME=/usr/lib/jvm/java-11-openjdk + make -j8 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'GCJFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'PPFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'JVERCFLAGS=-source 8' 'JAVADOC=javadoc -Xdoclint:none' -j1 mkdir -p classes make .disabledebug make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/libmatthew-java-0.8' mkdir -p classes cpp -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java javac -source 8 -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 8 Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 warning rm -f .enabledebug touch .disabledebug make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/libmatthew-java-0.8' javac -source 8 -d classes -h . -cp classes cx/ath/matthew/io/ExecOutputStream.java cx/ath/matthew/io/DOMPrinter.java cx/ath/matthew/io/TeeInputStream.java cx/ath/matthew/io/InOutCopier.java cx/ath/matthew/io/TeeOutputStream.java cx/ath/matthew/io/ExecInputStream.java cx/ath/matthew/io/test3.java cx/ath/matthew/io/test.java cx/ath/matthew/io/test2.java cx/ath/matthew/unix/testserver.java cx/ath/matthew/unix/UnixIOException.java cx/ath/matthew/unix/UnixSocket.java cx/ath/matthew/unix/USInputStream.java cx/ath/matthew/unix/UnixServerSocket.java cx/ath/matthew/unix/NotConnectedException.java cx/ath/matthew/unix/UnixSocketAddress.java cx/ath/matthew/unix/testclient.java cx/ath/matthew/unix/USOutputStream.java cx/ath/matthew/utils/Hexdump.java cx/ath/matthew/cgi/NewTable.java cx/ath/matthew/cgi/DefaultErrorHandler.java cx/ath/matthew/cgi/Radio.java cx/ath/matthew/cgi/SubmitButton.java cx/ath/matthew/cgi/DropDown.java cx/ath/matthew/cgi/CGI.java cx/ath/matthew/cgi/Password.java cx/ath/matthew/cgi/MultipleDropDown.java cx/ath/matthew/cgi/TextField.java cx/ath/matthew/cgi/Field.java cx/ath/matthew/cgi/TextArea.java cx/ath/matthew/cgi/CGIErrorHandler.java cx/ath/matthew/cgi/CGIHeaderSentException.java cx/ath/matthew/cgi/DisplayField.java cx/ath/matthew/cgi/HiddenField.java cx/ath/matthew/cgi/HTMLForm.java cx/ath/matthew/cgi/CGITools.java cx/ath/matthew/cgi/CGIInvalidContentFormatException.java cx/ath/matthew/cgi/testcgi.java cx/ath/matthew/cgi/CheckBox.java warning: [options] bootstrap class path not set in conjunction with -source 8 Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 warning 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 '/home/iurt/rpmbuild/BUILD/libmatthew-java-0.8' mkdir -p classes cpp -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -C -P -DDEBUGSETTING=true < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java javac -source 8 -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 8 Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 warning rm -f .disabledebug touch .enabledebug make[1]: Leaving directory '/home/iurt/rpmbuild/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 '/home/iurt/rpmbuild/BUILD/libmatthew-java-0.8' mkdir -p classes cpp -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java javac -source 8 -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 8 Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 warning rm -f .enabledebug touch .disabledebug make[1]: Leaving directory '/home/iurt/rpmbuild/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) cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c99 -fpic -fno-stack-protector -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -c -o cgi-java.o cgi-java.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -shared -o libcgi-java.so cgi-java.o cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c99 -fpic -fno-stack-protector -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -c -o unix-java.o unix-java.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -shared -o libunix-java.so unix-java.o rm unix-java.o cgi-java.o + jar umf /home/iurt/rpmbuild/SOURCES/libmatthew-java-hexdump-osgi-MANIFEST.MF hexdump-0.2.jar Jan 20, 2021 4:21:31 PM 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 /home/iurt/rpmbuild/SOURCES/libmatthew-java-unix-osgi-MANIFEST.MF unix-0.5.jar Jan 20, 2021 4:21:32 PM 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. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9O2hHs + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64 + cd libmatthew-java-0.8 + '[' 1 -eq 1 ']' + export JAVA_HOME=/usr/lib/jvm/java-11-openjdk + JAVA_HOME=/usr/lib/jvm/java-11-openjdk + make install 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' DESTDIR=/home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64 JARDIR=/usr/lib/java LIBDIR=/usr/lib64/libmatthew-java DOCDIR=/usr/share/javadoc/libmatthew-java 'JAVADOC=javadoc -Xdoclint:none' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c99 -fpic -fno-stack-protector -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -c -o cgi-java.o cgi-java.c cc -fpic -shared -o libcgi-java.so cgi-java.o cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c99 -fpic -fno-stack-protector -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -c -o unix-java.o unix-java.c cc -fpic -shared -o libunix-java.so unix-java.o install -d /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib64/libmatthew-java install libcgi-java.so /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib64/libmatthew-java install libunix-java.so /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib64/libmatthew-java install -d /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java install -m 644 debug-enable-1.1.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java install -m 644 debug-disable-1.1.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java install -m 644 unix-0.5.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java install -m 644 cgi-0.6.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java install -m 644 io-0.1.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java install -m 644 hexdump-0.2.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java ln -sf debug-disable-1.1.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java/debug-disable.jar ln -sf debug-enable-1.1.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java/debug-enable.jar ln -sf unix-0.5.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java/unix.jar ln -sf io-0.1.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java/io.jar ln -sf cgi-0.6.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java/cgi.jar ln -sf hexdump-0.2.jar /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib/java/hexdump.jar javadoc -Xdoclint:none -quiet -author -d doc/ cx/ath/matthew/debug/Debug.java cx/ath/matthew/io/ExecOutputStream.java cx/ath/matthew/io/DOMPrinter.java cx/ath/matthew/io/TeeInputStream.java cx/ath/matthew/io/InOutCopier.java cx/ath/matthew/io/TeeOutputStream.java cx/ath/matthew/io/ExecInputStream.java cx/ath/matthew/io/test3.java cx/ath/matthew/io/test.java cx/ath/matthew/io/test2.java cx/ath/matthew/unix/testserver.java cx/ath/matthew/unix/UnixIOException.java cx/ath/matthew/unix/UnixSocket.java cx/ath/matthew/unix/USInputStream.java cx/ath/matthew/unix/UnixServerSocket.java cx/ath/matthew/unix/NotConnectedException.java cx/ath/matthew/unix/UnixSocketAddress.java cx/ath/matthew/unix/testclient.java cx/ath/matthew/unix/USOutputStream.java cx/ath/matthew/utils/Hexdump.java cx/ath/matthew/cgi/NewTable.java cx/ath/matthew/cgi/DefaultErrorHandler.java cx/ath/matthew/cgi/Radio.java cx/ath/matthew/cgi/SubmitButton.java cx/ath/matthew/cgi/DropDown.java cx/ath/matthew/cgi/CGI.java cx/ath/matthew/cgi/Password.java cx/ath/matthew/cgi/MultipleDropDown.java cx/ath/matthew/cgi/TextField.java cx/ath/matthew/cgi/Field.java cx/ath/matthew/cgi/TextArea.java cx/ath/matthew/cgi/CGIErrorHandler.java cx/ath/matthew/cgi/CGIHeaderSentException.java cx/ath/matthew/cgi/DisplayField.java cx/ath/matthew/cgi/HiddenField.java cx/ath/matthew/cgi/HTMLForm.java cx/ath/matthew/cgi/CGITools.java cx/ath/matthew/cgi/CGIInvalidContentFormatException.java cx/ath/matthew/cgi/testcgi.java cx/ath/matthew/cgi/CheckBox.java Creating destination directory: "doc/" cx/ath/matthew/unix/UnixSocket.java:174: warning - @param argument "data" is not a parameter name. 1 warning install -d /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/javadoc/libmatthew-java cp -a doc /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/javadoc/libmatthew-java/api rm unix-java.o cgi-java.o + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.8-15.mga8 --unique-debug-suffix -0.8-15.mga8.aarch64 --unique-debug-src-base libmatthew-java-0.8-15.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/libmatthew-java-0.8 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib64/libmatthew-java/libunix-java.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib64/libmatthew-java/libcgi-java.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib64/libmatthew-java/libunix-java.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/lib64/libmatthew-java/libcgi-java.so original debug info size: 112kB, size after compression: 108kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 31 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: libmatthew-java-0.8-15.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BUHbkt + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libmatthew-java-0.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/doc/libmatthew-java + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/doc/libmatthew-java + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/doc/libmatthew-java + cp -pr INSTALL /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/doc/libmatthew-java + cp -pr README /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/doc/libmatthew-java + RPM_EC=0 ++ jobs -p + exit 0 Provides: libcgi-java.so()(64bit) libmatthew-java = 0.8-15.mga8 libmatthew-java(aarch-64) = 0.8-15.mga8 libunix-java.so()(64bit) 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.17)(64bit) Processing files: libmatthew-java-javadoc-0.8-15.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dVCFGr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libmatthew-java-0.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/doc/libmatthew-java-javadoc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/doc/libmatthew-java-javadoc + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/doc/libmatthew-java-javadoc + RPM_EC=0 ++ jobs -p + exit 0 pcregrep: line 13 of file /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/javadoc/libmatthew-java/api/jquery/jszip/dist/jszip.min.js is too long for the internal buffer pcregrep: check the --buffer-size option pcregrep: line 13 of file /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64/usr/share/javadoc/libmatthew-java/api/jquery/jszip/dist/jszip.min.js is too long for the internal buffer pcregrep: check the --buffer-size option Provides: libmatthew-java-javadoc = 0.8-15.mga8 libmatthew-java-javadoc(aarch-64) = 0.8-15.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libmatthew-java-debugsource-0.8-15.mga8.aarch64 Provides: libmatthew-java-debugsource = 0.8-15.mga8 libmatthew-java-debugsource(aarch-64) = 0.8-15.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libmatthew-java-debuginfo-0.8-15.mga8.aarch64 Provides: debuginfo(build-id) = 5b5000eafbc7753b556a03816ce0f07255483cbe debuginfo(build-id) = 76c9cf80c9816457eef98c74049be2473db9689a libmatthew-java-debuginfo = 0.8-15.mga8 libmatthew-java-debuginfo(aarch-64) = 0.8-15.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libmatthew-java-debugsource(aarch-64) = 0.8-15.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libmatthew-java-0.8-15.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libmatthew-java-debugsource-0.8-15.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libmatthew-java-debuginfo-0.8-15.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libmatthew-java-javadoc-0.8-15.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7DrnVs + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libmatthew-java-0.8 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/libmatthew-java-0.8-15.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MccyOr + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf libmatthew-java-0.8 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!