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-13.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3lJlMD
+ 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.3O52wg
+ 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
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ 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.13.1: 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.y0Mfax
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64
+ cd calendar-2.04
+ '[' 1 -eq 1 ']'
+ install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml
+ make install OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.a
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.o
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/version.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/printer.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/fcalendar.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendar.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendar_builder.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendar_sig.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/date.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/date_sig.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/ftime.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/time.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/time_sig.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/period.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/time_Zone.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/utils.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmxs
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmxa
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmx
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmo
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmi
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cma
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/META
+ rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.o /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmo
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 2.04-13.mga9 --unique-debug-suffix -2.04-13.mga9.aarch64 --unique-debug-src-base ocaml-calendar-2.04-13.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-13.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.7O0QKy
+ 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-13.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AQMdNV
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd calendar-2.04
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.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-13.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr calendarFAQ-2.6.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr calendar_faq.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr LGPL /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/share/doc/ocaml-calendar
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64/usr/share/doc/ocaml-calendar
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(CalendarLib) = 652176dccc326d0e003361fc3b287f4a ocaml-calendar = 2.04-13.mga9 ocaml-calendar(aarch-64) = 2.04-13.mga9 ocamlx(CalendarLib) = da3dd98128f794b1cab62955df27d2d8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(CamlinternalLazy) = 82103148a05e285950684f44991b3567 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Format) = 7ec40152121873f806ea6f674af87963 ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Lazy) = dee386391ddbe73d02c1439b3b21df37 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Pervasives) = 972f7c198e72b06bf255eb0a8e40b5da ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Str) = 6ae0781ff0acd08a308bc4a9842d91d9 ocaml(Unix) = 49c6c492a189deeaed5bf77a6793e7fa ocamlx(CamlinternalLazy) = 996253023a701ed9829a1b68222ea67d ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Buffer) = 43d30e9472f560e84d2d0f69ae890ba5 ocamlx(Stdlib__Format) = f0b02a997e83d9117ebfeb35c9fa61c6 ocamlx(Stdlib__Hashtbl) = 04f772f8913c4d9f535a6c6c2d722fb4 ocamlx(Stdlib__List) = 21b8c13f8a244aae814f6acdfce31ac4 ocamlx(Stdlib__String) = e3d157a8c85cee272249a1c492e502f5 ocamlx(Str) = 0f78dbb11706d0594eac53bb05622c01 ocamlx(Unix) = 45eeead1ec6814accfdb44f1a2c4ce1e
Processing files: ocaml-calendar-devel-2.04-13.mga9.aarch64
Provides: ocaml(CalendarLib) = 652176dccc326d0e003361fc3b287f4a ocaml-calendar-devel = 2.04-13.mga9 ocaml-calendar-devel(aarch-64) = 2.04-13.mga9 ocamlx(CalendarLib) = da3dd98128f794b1cab62955df27d2d8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(CamlinternalLazy) = 82103148a05e285950684f44991b3567 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Format) = 7ec40152121873f806ea6f674af87963 ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Lazy) = dee386391ddbe73d02c1439b3b21df37 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Pervasives) = 972f7c198e72b06bf255eb0a8e40b5da ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Str) = 6ae0781ff0acd08a308bc4a9842d91d9 ocaml(Unix) = 49c6c492a189deeaed5bf77a6793e7fa ocamlx(CamlinternalLazy) = 996253023a701ed9829a1b68222ea67d ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Buffer) = 43d30e9472f560e84d2d0f69ae890ba5 ocamlx(Stdlib__Format) = f0b02a997e83d9117ebfeb35c9fa61c6 ocamlx(Stdlib__Hashtbl) = 04f772f8913c4d9f535a6c6c2d722fb4 ocamlx(Stdlib__List) = 21b8c13f8a244aae814f6acdfce31ac4 ocamlx(Stdlib__String) = e3d157a8c85cee272249a1c492e502f5 ocamlx(Str) = 0f78dbb11706d0594eac53bb05622c01 ocamlx(Unix) = 45eeead1ec6814accfdb44f1a2c4ce1e
Processing files: ocaml-calendar-debugsource-2.04-13.mga9.aarch64
Provides: ocaml-calendar-debugsource = 2.04-13.mga9 ocaml-calendar-debugsource(aarch-64) = 2.04-13.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-13.mga9.aarch64
Provides: debuginfo(build-id) = 9a9785bb6cde9e7019e41b4d4d90645a57100c52 ocaml-calendar-debuginfo = 2.04-13.mga9 ocaml-calendar-debuginfo(aarch-64) = 2.04-13.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-13.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-debugsource-2.04-13.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-debuginfo-2.04-13.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-devel-2.04-13.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-2.04-13.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TYH47q
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd calendar-2.04
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-13.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oXY05b
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf calendar-2.04
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!