Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml-calendar.spec'], False, '/srv/build/3/workerG/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml-calendar.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ocaml-calendar-2.03.2-4.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-calendar.spec'], False, '/srv/build/3/workerG/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-calendar.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0tV3wR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf calendar-2.03.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/calendar-2.03.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd calendar-2.03.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2QlKpz + umask 022 + cd /builddir/build/BUILD + cd calendar-2.03.2 + ./configure --libdir=/usr/lib64 checking for ocamlc... ocamlc ocaml version is 4.00.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 + make echo "let version = \"2.03.2\"" > 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 -I src -I target -I tests -c src/period.mli ocamlc.opt -I src -I target -I tests -c src/date_sig.mli ocamlc.opt -I src -I target -I tests -c src/time_Zone.mli ocamlc.opt -I src -I target -I tests -c src/time_sig.mli ocamlc.opt -I src -I target -I tests -c src/calendar_sig.mli ocamlc.opt -I src -I target -I tests -c src/utils.mli ocamlc.opt -I src -I target -I tests -c src/utils.ml ocamlc.opt -I src -I target -I tests -c src/time_Zone.ml ocamlc.opt -I src -I target -I tests -c src/time.mli ocamlc.opt -I src -I target -I tests -c src/time.ml ocamlc.opt -I src -I target -I tests -c src/ftime.mli ocamlc.opt -I src -I target -I tests -c src/ftime.ml ocamlc.opt -I src -I target -I tests -c src/date.mli ocamlc.opt -I src -I target -I tests -c src/date.ml ocamlc.opt -I src -I target -I tests -c src/calendar_builder.mli ocamlc.opt -I src -I target -I tests -c src/calendar_builder.ml ocamlc.opt -I src -I target -I tests -c src/calendar.mli ocamlc.opt -I src -I target -I tests -c src/calendar.ml ocamlc.opt -I src -I target -I tests -c src/fcalendar.mli ocamlc.opt -I src -I target -I tests -c src/fcalendar.ml ocamlc.opt -I src -I target -I tests -c src/printer.mli ocamlc.opt -I src -I target -I tests -c src/printer.ml ocamlc.opt -I src -I target -I tests -c src/version.mli ocamlc.opt -I src -I target -I tests -c src/version.ml mkdir -p target ocamlfind ocamlc -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 -I src -I target -I tests -a -o target/calendarLib.cma target/calendarLib.cmo ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/utils.ml ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time_Zone.ml ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time.ml ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/ftime.ml ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/date.ml ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar_builder.ml ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar.ml ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/fcalendar.ml ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/printer.ml ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/version.ml mkdir -p target ocamlfind ocamlopt -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 -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 "description = \"calendar library\"" > META echo "version = \"2.03.2\"" >> META echo "archive(byte) = \"calendarLib.cma\"" >> META echo "archive(native) = \"calendarLib.cmxa\"" >> META echo "requires = \"unix str\"" >> META + make doc cp utils/example.ml.4 utils/example.ml ocamlc.opt -I +ocamldoc -I utils -c utils/example.ml mkdir -p doc rm -f doc/* ocamldoc -g utils/example.cmo -colorize-code -I src -d doc \ src/utils.mli src/time_Zone.mli src/period.mli src/time_sig.mli src/time.mli src/ftime.mli src/date_sig.mli src/date.mli src/calendar_sig.mli src/calendar_builder.mli src/calendar.mli src/fcalendar.mli src/printer.mli src/version.mli src/utils.ml src/time_Zone.ml src/time.ml src/ftime.ml src/date.ml src/calendar_builder.ml src/calendar.ml src/fcalendar.ml src/printer.ml src/version.ml + mv TODO TODO.old + iconv -f iso-8859-1 -t utf-8 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4vUrpL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64 + cd calendar-2.03.2 + export DESTDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/stublibs + make install Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendarLib.a Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendarLib.o Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/version.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/printer.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/fcalendar.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendar.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendar_builder.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendar_sig.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/date.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/date_sig.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/ftime.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/time.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/time_sig.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/period.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/time_Zone.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/utils.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendarLib.cmxs Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendarLib.cmxa Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendarLib.cmx Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendarLib.cmo Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendarLib.cmi Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/calendarLib.cma Installed /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/lib64/ocaml/calendar/META + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ocaml-calendar-2.03.2-4.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UWkCzX + umask 022 + cd /builddir/build/BUILD + cd calendar-2.03.2 + DOCDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-2.03.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-2.03.2 + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-2.03.2 + cp -pr README /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-2.03.2 + cp -pr TODO /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-2.03.2 + cp -pr LGPL /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-2.03.2 + cp -pr COPYING /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-2.03.2 + exit 0 Provides: ocaml(CalendarLib) = f86d41b043f9a25a8e934ef1d6e90bbe ocaml-calendar = 2.03.2-4.el7 ocaml-calendar(x86-64) = 2.03.2-4.el7 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.2.5)(64bit) ocaml(Array) = 4d5efba91ec70acd7b184fd4b277708c ocaml(Buffer) = 3f6c994721573c9f8b5411e6824249f4 ocaml(CamlinternalLazy) = 7e4f61f0abc0dc4bb87447429adcf88a ocaml(Format) = 6e6b7b75c544ef4ca673a763aec805af ocaml(Hashtbl) = 718cd6ce8bc18371ce22483e362f78b4 ocaml(Lazy) = be13470d54bbba2080e16d4f864ec34b ocaml(List) = bd7c662c09e850306a62c12fed5ef5ce ocaml(Pervasives) = 4836c254f0eacad92fbf67abc525fdda ocaml(Str) = e42aad8fb20d54ddbff6b1ae2544ea03 ocaml(String) = 54ba2685e6ed154753718e9c8becb28b ocaml(Unix) = b6bfdb83f38c665d97fc0f322923311f ocaml(runtime) = 4.00.1 rtld(GNU_HASH) Processing files: ocaml-calendar-devel-2.03.2-4.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WTQCoa + umask 022 + cd /builddir/build/BUILD + cd calendar-2.03.2 + DOCDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-devel-2.03.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-devel-2.03.2 + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-devel-2.03.2 + cp -pr README /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-devel-2.03.2 + cp -pr TODO /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-devel-2.03.2 + cp -pr LGPL /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-devel-2.03.2 + cp -pr COPYING /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-devel-2.03.2 + cp -pr calendarFAQ-2.6.txt /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-devel-2.03.2 + cp -pr doc/Calendar.Precise.html doc/Calendar.html doc/Calendar_builder.Make.html doc/Calendar_builder.Make_Precise.html doc/Calendar_builder.html doc/Calendar_sig.S.Date.html doc/Calendar_sig.S.Period.html doc/Calendar_sig.S.Time.html doc/Calendar_sig.S.html doc/Calendar_sig.html doc/Date.html doc/Date_sig.S.Period.html doc/Date_sig.S.html doc/Date_sig.html doc/Fcalendar.Precise.html doc/Fcalendar.html doc/Ftime.html doc/Period.S.html doc/Period.html doc/Printer.Calendar.html doc/Printer.CalendarPrinter.html doc/Printer.Date.html doc/Printer.DatePrinter.html doc/Printer.Fcalendar.html doc/Printer.Ftime.html doc/Printer.Precise_Calendar.html doc/Printer.Precise_Fcalendar.html doc/Printer.S.html doc/Printer.Time.html doc/Printer.TimePrinter.html doc/Printer.html doc/Time.html doc/Time_Zone.html doc/Time_sig.S.Period.html doc/Time_sig.S.Second.html doc/Time_sig.S.html doc/Time_sig.Second.html doc/Time_sig.html doc/Utils.Comparable.html doc/Utils.Float.html doc/Utils.Int.html doc/Utils.html doc/Version.html doc/index.html doc/index_attributes.html doc/index_class_types.html doc/index_classes.html doc/index_exceptions.html doc/index_methods.html doc/index_module_types.html doc/index_modules.html doc/index_types.html doc/index_values.html doc/style.css doc/type_Calendar.Precise.html doc/type_Calendar.html doc/type_Calendar_builder.Make.html doc/type_Calendar_builder.Make_Precise.html doc/type_Calendar_builder.html doc/type_Calendar_sig.S.Date.html doc/type_Calendar_sig.S.Period.html doc/type_Calendar_sig.S.Time.html doc/type_Calendar_sig.S.html doc/type_Calendar_sig.html doc/type_Date.html doc/type_Date_sig.S.Period.html doc/type_Date_sig.S.html doc/type_Date_sig.html doc/type_Fcalendar.Precise.html doc/type_Fcalendar.html doc/type_Ftime.html doc/type_Period.S.html doc/type_Period.html doc/type_Printer.Calendar.html doc/type_Printer.CalendarPrinter.html doc/type_Printer.Date.html doc/type_Printer.DatePrinter.html doc/type_Printer.Fcalendar.html doc/type_Printer.Ftime.html doc/type_Printer.Precise_Calendar.html doc/type_Printer.Precise_Fcalendar.html doc/type_Printer.S.html doc/type_Printer.Time.html doc/type_Printer.TimePrinter.html doc/type_Printer.html doc/type_Time.html doc/type_Time_Zone.html doc/type_Time_sig.S.Period.html doc/type_Time_sig.S.Second.html doc/type_Time_sig.S.html doc/type_Time_sig.Second.html doc/type_Time_sig.html doc/type_Utils.Comparable.html doc/type_Utils.Float.html doc/type_Utils.Int.html doc/type_Utils.html doc/type_Version.html /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64/usr/share/doc/ocaml-calendar-devel-2.03.2 + exit 0 Provides: ocaml-calendar-devel = 2.03.2-4.el7 ocaml-calendar-devel(x86-64) = 2.03.2-4.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64 warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Wrote: /builddir/build/RPMS/ocaml-calendar-2.03.2-4.el7.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-calendar-devel-2.03.2-4.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AyYrTW + umask 022 + cd /builddir/build/BUILD + cd calendar-2.03.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-calendar-2.03.2-4.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->