D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-expat-1.1.0-4.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tyj5zg + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-expat-1.1.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-expat-1.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-expat-1.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/ocaml-expat-1.1.0-optflags.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rs4Oke + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-expat-1.1.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + /usr/bin/make -O -j8 V=1 VERBOSE=1 depend gcc -I /usr/lib64/ocaml -MM *.c > depend ocamlfind ocamldep -package bytes *.mli *.ml >> depend make: 'depend' is up to date. + /usr/bin/make -O -j8 V=1 VERBOSE=1 all allopt ocamlfind ocamlc -package bytes -g -c expat.mli ocamlfind ocamlc -package bytes -g -c expat.ml ocamlfind ocamlopt -package bytes -g -c expat.ml ocamlfind ocamlc -package bytes -g -c -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DFULL_UNROLL -O2 -I/usr/local/include" expat_stubs.c In file included from expat_stubs.c:23: expat_stubs.c: In function 'String_option_val': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:78:9: note: in expansion of macro 'String_val' 78 | return String_val(Field(string_option, 0)); | ^~~~~~~~~~ expat_stubs.c: In function 'expat_error': expat_stubs.c:350:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 350 | expat_error_exn = caml_named_value("expat_error"); | ^ In file included from expat_stubs.c:23: expat_stubs.c: In function 'expat_XML_ParseSub': /usr/lib64/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ^ expat_stubs.c:387:20: note: in expansion of macro 'String_val' 387 | char *string = String_val(vstring); | ^~~~~~~~~~ expat_stubs.c: In function 'character_data_handler': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:550:12: note: in expansion of macro 'String_val' 550 | memcpy(String_val(str), data, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:450, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from expat_stubs.c:12: /usr/include/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'const char *' 31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ In file included from expat_stubs.c:23: expat_stubs.c: In function 'default_handler': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:819:13: note: in expansion of macro 'String_val' 819 | memmove(String_val(d), data, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:450, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from expat_stubs.c:12: /usr/include/bits/string_fortified.h:38:1: note: expected 'void *' but argument is of type 'const char *' 38 | __NTH (memmove (void *__dest, const void *__src, size_t __len)) | ^~~~~ ocamlfind ocamlmklib -package bytes -oc mlexpat expat_stubs.o \ -L/usr/local/lib -lexpat ocamlfind ocamlmklib -package bytes -o expat expat.cmo -oc mlexpat \ -L/usr/local/lib -lexpat ocamlfind ocamlmklib -package bytes -o expat expat.cmx -oc mlexpat \ -L/usr/local/lib -lexpat ocamlfind ocamlopt -package bytes -linkall -shared -o expat.cmxs expat.cmx libmlexpat.a \ -ccopt -L/usr/local/lib -cclib -lexpat + make doc cd doc; ocamlfind ocamldoc -package bytes -html -I .. ../expat.mli + rm -f doc/README + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1XIeje + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64 + cd ocaml-expat-1.1.0 + '[' 1 -eq 1 ']' + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/stublibs + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64 'INSTALL=/usr/bin/install -p' OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml { test ! -f expat.cmxa || extra="expat.cmxa expat.cmxs expat.a"; }; \ ocamlfind install expat META expat.cmi expat.mli expat.cma \ libmlexpat.a $extra \ -optional dllmlexpat.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/expat.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/expat.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/expat.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/libmlexpat.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/expat.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/expat.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/expat.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllmlexpat.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllmlexpat.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/META + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.1.0-4.mga8 --unique-debug-suffix -1.1.0-4.mga8.aarch64 --unique-debug-src-base ocaml-expat-1.1.0-4.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-expat-1.1.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/expat.cmxs explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllmlexpat.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/expat/expat.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllmlexpat.so original debug info size: 164kB, size after compression: 160kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 57 blocks + '[' -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/translate_menu + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-expat-1.1.0-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nCK8vg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/share/doc/ocaml-expat + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/share/doc/ocaml-expat + cp -pr LICENCE /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/share/doc/ocaml-expat + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/share/doc/ocaml-expat + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Expat) = 998ee4e2b419123ae1ccd5abf27085b1 ocaml-expat = 1.1.0-4.mga8 ocaml-expat(aarch-64) = 1.1.0-4.mga8 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) libexpat.so.1()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aa33af4684579b41817bc194be0a7a26 ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(runtime) = 4.10.0 Processing files: ocaml-expat-devel-1.1.0-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.p6lbIg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/share/doc/ocaml-expat-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/share/doc/ocaml-expat-devel + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64/usr/share/doc/ocaml-expat-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml-expat-devel = 1.1.0-4.mga8 ocaml-expat-devel(aarch-64) = 1.1.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-expat-debugsource-1.1.0-4.mga8.aarch64 Provides: ocaml-expat-debugsource = 1.1.0-4.mga8 ocaml-expat-debugsource(aarch-64) = 1.1.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-expat-debuginfo-1.1.0-4.mga8.aarch64 Provides: debuginfo(build-id) = 59850f0a6bb2833cb0b0ec374d4aa13cef87df21 debuginfo(build-id) = 9d0515c668b3bccf6717028d2822be670efbb74a ocaml-expat-debuginfo = 1.1.0-4.mga8 ocaml-expat-debuginfo(aarch-64) = 1.1.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-expat-debugsource(aarch-64) = 1.1.0-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-expat-debugsource-1.1.0-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-expat-1.1.0-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-expat-debuginfo-1.1.0-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-expat-devel-1.1.0-4.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vTfYZd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-expat-1.1.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-4.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pP3LYd + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-expat-1.1.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!