D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/ocaml-calendar-2.04-12.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uKgaij
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf calendar-2.04
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/calendar-2.04.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd calendar-2.04
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/calendar-2.03.2-enable-debug.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IUD7E9
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd calendar-2.04
+ '[' 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=aarch64-mageia-linux-gnu --build=aarch64-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
configure: WARNING: unrecognized options: --disable-dependency-tracking
checking for ocamlc... ocamlc
ocaml version is 4.12.0: Good!
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 ocamlfind... ocamlfind
checking for ocamldoc... ocamldoc
checking for ocamlweb... ocamlweb
checking for ocamlwc... ocamlwc
checking for ocamldot... ocamldot
checking platform... linux
checking extension for object files... .o
checking extension for library files... .a
checking for /usr/lib64/ocaml/dynlink.cmxa... yes
native dynlink works fine. Great.
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --disable-dependency-tracking
+ /usr/bin/make
echo "let version = \"2.04\"" > src/version.ml
echo "let date = \"`date`\"" >> src/version.ml
rm -f .depend
ocamldep -I src -I tests src/*.ml src/*.mli tests/*.ml tests/*.mli \
  > .depend
ocamlc.opt -g -I src -I target -I tests -c src/period.mli
ocamlc.opt -g -I src -I target -I tests -c src/date_sig.mli
ocamlc.opt -g -I src -I target -I tests -c src/time_Zone.mli
ocamlc.opt -g -I src -I target -I tests -c src/time_sig.mli
ocamlc.opt -g -I src -I target -I tests -c src/calendar_sig.mli
ocamlc.opt -g -I src -I target -I tests -c src/utils.mli
ocamlc.opt -g -I src -I target -I tests -c src/utils.ml
File "src/utils.ml", line 32, characters 14-28:
32 |   let equal = Pervasives.(=)
                   ^^^^^^^^^^^^^^
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 "src/utils.ml", line 33, characters 16-34:
33 |   let compare = Pervasives.compare
                     ^^^^^^^^^^^^^^^^^^
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
ocamlc.opt -g -I src -I target -I tests -c src/time_Zone.ml
ocamlc.opt -g -I src -I target -I tests -c src/time.mli
ocamlc.opt -g -I src -I target -I tests -c src/time.ml
ocamlc.opt -g -I src -I target -I tests -c src/ftime.mli
ocamlc.opt -g -I src -I target -I tests -c src/ftime.ml
ocamlc.opt -g -I src -I target -I tests -c src/date.mli
ocamlc.opt -g -I src -I target -I tests -c src/date.ml
File "src/date.ml", line 73, characters 2-20:
73 |   Pervasives.compare d1 d2 < 0
       ^^^^^^^^^^^^^^^^^^
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 "src/date.ml", line 254, characters 12-30:
254 |     let n = Pervasives.compare x.m y.m in
                  ^^^^^^^^^^^^^^^^^^
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 "src/date.ml", line 255, characters 18-36:
255 |     if n = 0 then Pervasives.compare x.d y.d else n
                        ^^^^^^^^^^^^^^^^^^
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
ocamlc.opt -g -I src -I target -I tests -c src/calendar_builder.mli
ocamlc.opt -g -I src -I target -I tests -c src/calendar_builder.ml
ocamlc.opt -g -I src -I target -I tests -c src/calendar.mli
ocamlc.opt -g -I src -I target -I tests -c src/calendar.ml
ocamlc.opt -g -I src -I target -I tests -c src/fcalendar.mli
ocamlc.opt -g -I src -I target -I tests -c src/fcalendar.ml
ocamlc.opt -g -I src -I target -I tests -c src/printer.mli
ocamlc.opt -g -I src -I target -I tests -c src/printer.ml
File "src/printer.ml", line 184, characters 16-32:
184 | 	| Uppercase -> String.uppercase s
                      ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uppercase
Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
File "src/printer.ml", line 239, characters 33-49:
239 | 	    Format.pp_print_string fmt (String.lowercase (Lazy.force apm))
                                       ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
ocamlc.opt -g -I src -I target -I tests -c src/version.mli
ocamlc.opt -g -I src -I target -I tests -c src/version.ml
mkdir -p target
ocamlfind ocamlc -g -I src -I target -I tests -pack -o target/calendarLib.cmo \
	src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmo src/time_Zone.cmo src/time.cmo src/ftime.cmo src/date.cmo src/calendar_builder.cmo src/calendar.cmo src/fcalendar.cmo src/printer.cmo src/version.cmo
ocamlfind ocamlc -g -I src -I target -I tests -a -o target/calendarLib.cma target/calendarLib.cmo
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/utils.ml
File "src/utils.ml", line 32, characters 14-28:
32 |   let equal = Pervasives.(=)
                   ^^^^^^^^^^^^^^
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 "src/utils.ml", line 33, characters 16-34:
33 |   let compare = Pervasives.compare
                     ^^^^^^^^^^^^^^^^^^
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
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time_Zone.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/ftime.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/date.ml
File "src/date.ml", line 73, characters 2-20:
73 |   Pervasives.compare d1 d2 < 0
       ^^^^^^^^^^^^^^^^^^
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 "src/date.ml", line 254, characters 12-30:
254 |     let n = Pervasives.compare x.m y.m in
                  ^^^^^^^^^^^^^^^^^^
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 "src/date.ml", line 255, characters 18-36:
255 |     if n = 0 then Pervasives.compare x.d y.d else n
                        ^^^^^^^^^^^^^^^^^^
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
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar_builder.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/fcalendar.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/printer.ml
File "src/printer.ml", line 184, characters 16-32:
184 | 	| Uppercase -> String.uppercase s
                      ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uppercase
Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
File "src/printer.ml", line 239, characters 33-49:
239 | 	    Format.pp_print_string fmt (String.lowercase (Lazy.force apm))
                                       ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/version.ml
mkdir -p target
ocamlfind ocamlopt -g -I src -I target -I tests -noassert -pack -o target/calendarLib.cmx \
	src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmx src/time_Zone.cmx src/time.cmx src/ftime.cmx src/date.cmx src/calendar_builder.cmx src/calendar.cmx src/fcalendar.cmx src/printer.cmx src/version.cmx
ocamlfind ocamlopt -g -I src -I target -I tests -noassert -a -o target/calendarLib.cmxa target/calendarLib.cmx
ocamlfind ocamlopt -I target -shared -linkall -o target/calendarLib.cmxs target/calendarLib.cmxa
echo "name = \"calendar\"" > META
echo "description = \"calendar library\"" >> META
echo "version = \"2.04\"" >> META
echo "archive(byte) = \"calendarLib.cma\"" >> META
echo "archive(native) = \"calendarLib.cmxa\"" >> META
echo "requires = \"unix str\"" >> META
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tqmSzq
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64
+ cd calendar-2.04
+ '[' 1 -eq 1 ']'
+ install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml
+ make install OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.a
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.o
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/version.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/printer.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/fcalendar.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendar.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendar_builder.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendar_sig.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/date.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/date_sig.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/ftime.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/time.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/time_sig.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/period.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/time_Zone.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/utils.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmxs
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmxa
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmx
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmo
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmi
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cma
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/META
+ rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.o /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmo
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 2.04-12.mga9 --unique-debug-suffix -2.04-12.mga9.aarch64 --unique-debug-src-base ocaml-calendar-2.04-12.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/calendar-2.04

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmxs
original debug info size: 84kB, size after compression: 84kB
/usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
cpio: buffer.ml: Cannot stat: No such file or directory
cpio: bytes.ml: Cannot stat: No such file or directory
cpio: format.ml: Cannot stat: No such file or directory
cpio: stdlib.ml: Cannot stat: No such file or directory
cpio: str.ml: Cannot stat: No such file or directory
cpio: string.ml: Cannot stat: No such file or directory
131 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 0
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HO9SRv
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd calendar-2.04
+ '[' 1 -eq 1 ']'
+ make tests
ocamlc.opt -g -I src -I target -I tests -c tests/gen_test.mli
ocamlc.opt -g -I src -I target -I tests -c tests/gen_test.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test_timezone.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test_time.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test_ftime.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test_date.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test_calendar.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test_fcalendar.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test_pcalendar.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test_fpcalendar.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test_printer.ml
ocamlc.opt -g -I src -I target -I tests -c tests/test.ml
ocamlc.opt -o tests/test -g -I src -I target -I tests unix.cma str.cma target/calendarLib.cmo \
	tests/gen_test.cmo tests/test_timezone.cmo tests/test_time.cmo tests/test_ftime.cmo tests/test_date.cmo tests/test_calendar.cmo tests/test_fcalendar.cmo tests/test_pcalendar.cmo tests/test_fpcalendar.cmo tests/test_printer.cmo tests/test.cmo
./tests/test
Tests of Time_Zone:
tests ok : 8; tests ko : 0
Tests of Time:
tests ok : 32; tests ko : 0
Tests of Ftime:
tests ok : 32; tests ko : 0
Tests of Date:
tests ok : 103; tests ko : 0
Tests of Calendar:
tests ok : 63; tests ko : 0
Tests of Fcalendar:
tests ok : 57; tests ko : 0
Tests of Precise Calendar:
tests ok : 56; tests ko : 0
Tests of FPcalendar:
tests ok : 54; tests ko : 0
Tests of Printer:
tests ok : 45; tests ko : 0

Final results:
tests ok : 450; tests ko : 0
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: ocaml-calendar-2.04-12.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LdHLuH
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd calendar-2.04
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/share/doc/ocaml-calendar
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr calendarFAQ-2.6.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr calendar_faq.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr LGPL /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64/usr/share/doc/ocaml-calendar
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(CalendarLib) = 6bdf476b8e1c4320fe00eb1f4247dc45 ocaml-calendar = 2.04-12.mga9 ocaml-calendar(aarch-64) = 2.04-12.mga9 ocamlx(CalendarLib) = f3f3b5f3284a297c29022c4e59a688aa
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) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__lazy) = 5d62f857d0f7ae5149ebb6d1d7bf1f95 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Str) = bef96aee1069de14a002f95c42f07d31 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocamlx(CamlinternalLazy) = 5f1da61615ee34940899352e3f13883f ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__format) = 41296ac99a85560c95c2f9d56ed27a7d ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Str) = 10d37a74f0ae0998f9cb9414c6430d85 ocamlx(Unix) = 6cad08ee79360aa0781ccb2644c36087
Processing files: ocaml-calendar-devel-2.04-12.mga9.aarch64
Provides: ocaml(CalendarLib) = 6bdf476b8e1c4320fe00eb1f4247dc45 ocaml-calendar-devel = 2.04-12.mga9 ocaml-calendar-devel(aarch-64) = 2.04-12.mga9 ocamlx(CalendarLib) = f3f3b5f3284a297c29022c4e59a688aa
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__lazy) = 5d62f857d0f7ae5149ebb6d1d7bf1f95 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Str) = bef96aee1069de14a002f95c42f07d31 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocamlx(CamlinternalLazy) = 5f1da61615ee34940899352e3f13883f ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__format) = 41296ac99a85560c95c2f9d56ed27a7d ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Str) = 10d37a74f0ae0998f9cb9414c6430d85 ocamlx(Unix) = 6cad08ee79360aa0781ccb2644c36087
Processing files: ocaml-calendar-debugsource-2.04-12.mga9.aarch64
Provides: ocaml-calendar-debugsource = 2.04-12.mga9 ocaml-calendar-debugsource(aarch-64) = 2.04-12.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: ocaml-calendar-debuginfo-2.04-12.mga9.aarch64
Provides: debuginfo(build-id) = 7cad14552dbcca1d8eb49b5e319c0a52d8f95bae ocaml-calendar-debuginfo = 2.04-12.mga9 ocaml-calendar-debuginfo(aarch-64) = 2.04-12.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: ocaml-calendar-debugsource(aarch-64) = 2.04-12.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-debugsource-2.04-12.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-debuginfo-2.04-12.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-devel-2.04-12.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-2.04-12.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4hHmEl
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd calendar-2.04
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-12.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.69t6AV
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf calendar-2.04
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!