D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-creal-0.7-20.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0z2ufI + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf creal-0.7 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/creal-0.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd creal-0.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/creal-0.7-int32_uint32.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/Fix-compilation-with-gcc-10.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + chmod 644 README CHANGES cmpf.mli cr.mli creal.mli creal_pp.mli gmp_pp.mli mlgmp/gmp.mli + perl -pi -e 's/\015$//' README + cp /home/iurt/rpmbuild/SOURCES/ocaml-creal-META META + sed -i -e s:@VERSION@:0.7:g META + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qQzOcJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd creal-0.7 + '[' 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 + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=x86_64-mageia-linux-gnu --build=x86_64-mageia-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 creating cache ./config.cache checking for ocamlc... ocamlc ocaml version is 4.10.0 ocaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... ocamldep checking for ocamllex... ocamllex checking for ocamlyacc... ocamlyacc updating cache ./config.cache creating ./config.status creating Makefile creating creal.spec + make 'OCAMLOPT=ocamlopt -g' ocamlc.opt -ccopt "-o mlgmp/mlgmp_z.o" -c mlgmp/mlgmp_z.c In file included from mlgmp/mlgmp_z.c:1: mlgmp/mlgmp_z.c: In function '_mlgmp_z_to_string_base': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mlgmp/mlgmp_z.c:125:10: note: in expansion of macro 'String_val' 125 | strcpy(String_val(r), s); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdint.h:26, from /usr/lib/gcc/x86_64-mageia-linux-gnu/10/include/stdint.h:9, from /usr/lib64/ocaml/caml/config.h:59, from /usr/lib64/ocaml/caml/mlvalues.h:22, from mlgmp/mlgmp_z.c:1: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'const char *' 88 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ ocamlc.opt -ccopt "-o mlgmp/mlgmp_q.o" -c mlgmp/mlgmp_q.c ocamlc.opt -ccopt "-o mlgmp/mlgmp_misc.o" -c mlgmp/mlgmp_misc.c In file included from mlgmp/mlgmp_misc.c:1: mlgmp/mlgmp_misc.c: In function '_mlgmp_get_runtime_version': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mlgmp/mlgmp_misc.c:21:10: note: in expansion of macro 'String_val' 21 | strcpy(String_val(r), gmp_version); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdint.h:26, from /usr/lib/gcc/x86_64-mageia-linux-gnu/10/include/stdint.h:9, from /usr/lib64/ocaml/caml/config.h:59, from /usr/lib64/ocaml/caml/mlvalues.h:22, from mlgmp/mlgmp_misc.c:1: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'const char *' 88 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ rm -f mlgmp/libmlgmp.a ar rc mlgmp/libmlgmp.a mlgmp/mlgmp_z.o mlgmp/mlgmp_q.o mlgmp/mlgmp_misc.o ranlib mlgmp/libmlgmp.a ocamlc.opt -c -g -I mlgmp mlgmp/gmp.mli ocamlc.opt -c -g -I mlgmp mlgmp/gmp.ml ocamlc.opt -custom -a -o mlgmp/gmp.cma mlgmp/libmlgmp.a mlgmp/gmp.cmo -cclib "-Lmlgmp -lmlgmp -lgmp" ocamlmklib -oc creal mlgmp/mlgmp_z.o mlgmp/mlgmp_q.o mlgmp/mlgmp_misc.o -lgmp ranlib libcreal.a ocamlc.opt -c -g -I mlgmp cr.mli ocamlc.opt -c -g -I mlgmp cr.ml File "cr.ml", line 669, characters 5-19: 669 | Pervasives.min (p - extra_arg_prec) max_arg_prec ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cr.ml", line 114, characters 6-10: 114 | let high = n lsr 28 in ^^^^ Warning 26: unused variable high. File "cr.ml", line 115, characters 6-18: 115 | let high_shifted = n lsr 29 in ^^^^^^^^^^^^ Warning 26: unused variable high_shifted. File "cr.ml", line 420, characters 6-14: 420 | let scaled_1 = z_shift_left z_one (-calc_precision) in ^^^^^^^^ Warning 26: unused variable scaled_1. ocamlc.opt -c -g -I mlgmp creal.mli ocamlc.opt -c -g -I mlgmp creal.ml ocamlmklib -linkall -o creal mlgmp/gmp.cma cr.cmo creal.cmo -lgmp ocamlopt -g -c -unsafe -I mlgmp mlgmp/gmp.ml ocamlopt -g -a -o mlgmp/gmp.cmxa mlgmp/libmlgmp.a mlgmp/gmp.cmx -cclib "-Lmlgmp -lmlgmp -lgmp" ocamlopt -g -c -unsafe -I mlgmp cr.ml File "cr.ml", line 669, characters 5-19: 669 | Pervasives.min (p - extra_arg_prec) max_arg_prec ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cr.ml", line 114, characters 6-10: 114 | let high = n lsr 28 in ^^^^ Warning 26: unused variable high. File "cr.ml", line 115, characters 6-18: 115 | let high_shifted = n lsr 29 in ^^^^^^^^^^^^ Warning 26: unused variable high_shifted. File "cr.ml", line 420, characters 6-14: 420 | let scaled_1 = z_shift_left z_one (-calc_precision) in ^^^^^^^^ Warning 26: unused variable scaled_1. ocamlopt -g -c -unsafe -I mlgmp creal.ml ocamlmklib -linkall -o creal mlgmp/gmp.cmx cr.cmx creal.cmx -lgmp ocamlc.opt -c -g -I mlgmp cmpf.mli ocamlopt -g -c -unsafe -I mlgmp cmpf.ml ocamlopt -g -c -unsafe -I mlgmp test.ml ocamlopt -g -unsafe -I mlgmp -o test.opt creal.cmxa test.cmx -cclib "-L." ocamlopt -g -c -unsafe -I mlgmp test_cr.ml ocamlopt -g -unsafe -I mlgmp -o test_cr.opt creal.cmxa test_cr.cmx -cclib "-L." ocamlopt -g -c -unsafe -I mlgmp calc.ml File "calc.mll", line 184, characters 22-27: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) File "_none_", line 1: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) ocamlopt -g -unsafe -I mlgmp -o ecalc.opt creal.cmxa calc.cmx -cclib "-L." + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YjzAsF + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64 + cd creal-0.7 + '[' 1 -eq 1 ']' + make install BINDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/bin LIBDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/lib64/ocaml/creal mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/bin cp ecalc.opt /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/bin/ecalc mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/lib64/ocaml/creal cp -f creal.cma cr.cmi creal.cmi cr.mli creal.mli mlgmp/gmp.cma mlgmp/gmp.cmi mlgmp/gmp.mli mlgmp/libmlgmp.a /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/lib64/ocaml/creal cp -f creal.cmxa creal.a libcreal.a mlgmp/gmp.cmxa mlgmp/gmp.a /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/lib64/ocaml/creal if test -f ocamlgmp; then \ cp -f ocamlgmp /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/bin; \ cp -f gmp_pp.cmi /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/lib64/ocaml/creal; \ fi if test -f ocamlcreal; then \ cp -f ocamlcreal /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/bin; \ cp -f creal_pp.cmi /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/lib64/ocaml/creal; \ fi + cp META dllcreal.so /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/lib64/ocaml/creal/ + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.7-20.mga8 --unique-debug-suffix -0.7-20.mga8.x86_64 --unique-debug-src-base ocaml-creal-0.7-20.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/creal-0.7 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/bin/ecalc explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/lib64/ocaml/creal/dllcreal.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/bin/ecalc extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/lib64/ocaml/creal/dllcreal.so original debug info size: 1812kB, size after compression: 1708kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. cpio: bytes.ml: Cannot stat: No such file or directory cpio: lexing.ml: Cannot stat: No such file or directory cpio: list.ml: Cannot stat: No such file or directory cpio: printf.ml: Cannot stat: No such file or directory cpio: stdlib.ml: Cannot stat: No such file or directory cpio: string.ml: Cannot stat: No such file or directory 221 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: ocaml-creal-0.7-20.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8z861J + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd creal-0.7 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/share/doc/ocaml-creal + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/share/doc/ocaml-creal + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/share/doc/ocaml-creal + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64/usr/share/doc/ocaml-creal + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Cr) = 650e0fee819ae7f5cc5d9bc3e20e8975 ocaml(Creal) = 65d817aa44eeb200a035d88219c89b5a ocaml(Gmp) = fd62377c47400cf9de601528d7ab1156 ocaml-creal = 0.7-20.mga8 ocaml-creal(x86-64) = 0.7-20.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.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.27)(64bit) libm.so.6(GLIBC_2.29)(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Gmp) = fd62377c47400cf9de601528d7ab1156 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__format) = 06b0893cb3ef937aa19861955f132018 ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 Processing files: ocaml-creal-devel-0.7-20.mga8.x86_64 Provides: ocaml(Cr) = 650e0fee819ae7f5cc5d9bc3e20e8975 ocaml(Creal) = 65d817aa44eeb200a035d88219c89b5a ocaml(Gmp) = fd62377c47400cf9de601528d7ab1156 ocaml-creal-devel = 0.7-20.mga8 ocaml-creal-devel(x86-64) = 0.7-20.mga8 ocamlx(Cr) = dfba925512c7903467d140177e5cd65c ocamlx(Creal) = 03ccd4d5e3b31d4671b7206dce1ba080 ocamlx(Gmp) = a5f55ba42c09094653d539c3d6aa3924 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Gmp) = fd62377c47400cf9de601528d7ab1156 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__format) = 06b0893cb3ef937aa19861955f132018 ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocamlx(Gmp) = a5f55ba42c09094653d539c3d6aa3924 ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 ocamlx(Stdlib__format) = 640a01647329f0a32f48a8a90a89014f ocamlx(Stdlib__int64) = 245f7406b24fc324c213f37aeb9bd563 ocamlx(Stdlib__pervasives) = a4e6439f19e44d97d49bbd087347b9ec ocamlx(Stdlib__printf) = 19b790b69e71cc8a18d06eb2330f9df4 ocamlx(Stdlib__string) = c268f14a681ed6708f8a9cb396a73317 Processing files: ocaml-creal-debugsource-0.7-20.mga8.x86_64 Provides: ocaml-creal-debugsource = 0.7-20.mga8 ocaml-creal-debugsource(x86-64) = 0.7-20.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-creal-debuginfo-0.7-20.mga8.x86_64 Provides: debuginfo(build-id) = 3a2cb3e3a405cb9317227059d1546dbfc5577fb4 debuginfo(build-id) = d7a558696f311945a5f5f25cf45dfb494af201d2 ocaml-creal-debuginfo = 0.7-20.mga8 ocaml-creal-debuginfo(x86-64) = 0.7-20.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-creal-debugsource(x86-64) = 0.7-20.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-creal-debugsource-0.7-20.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-creal-devel-0.7-20.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-creal-0.7-20.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-creal-debuginfo-0.7-20.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UzcRUH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd creal-0.7 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-creal-0.7-20.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pT5ocJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf creal-0.7 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!