Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ocaml-opam-file-format.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-bd94f8f58e22371b05b5e09d10a5bd0eec9ee0a4/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ocaml-opam-file-format.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ocaml-opam-file-format.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-bd94f8f58e22371b05b5e09d10a5bd0eec9ee0a4/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ocaml-opam-file-format.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.os11Kh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf opam-file-format-2.0.0-beta3 + /usr/bin/gzip -dc /builddir/build/SOURCES/ocaml-opam-file-format-2.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd opam-file-format-2.0.0-beta3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/f13e7e665013d2abf6e369f8cb780fe4f491ce94.patch + /usr/bin/patch -p1 -s + sed 's/ocamlc/ocamlc -g/g' -i src/Makefile + sed 's/ocamlopt/ocamlopt -g/g' -i src/Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RpuQQk + umask 022 + cd /builddir/build/BUILD + cd opam-file-format-2.0.0-beta3 + make byte -j4 make -C src opam-file-format.cma make[1]: Entering directory `/builddir/build/BUILD/opam-file-format-2.0.0-beta3/src' ocamlyacc opamBaseParser.mly ocamllex opamLexer.mll 82 states, 2059 transitions, table size 8728 bytes ocamldep *.mli *.ml > .depend make[1]: Leaving directory `/builddir/build/BUILD/opam-file-format-2.0.0-beta3/src' make[1]: Entering directory `/builddir/build/BUILD/opam-file-format-2.0.0-beta3/src' ocamlc -g -c opamParserTypes.mli ocamlc -g -c opamBaseParser.mli ocamlc -g -c opamPrinter.mli ocamlc -g -c opamBaseParser.ml ocamlc -g -c opamLexer.mli ocamlc -g -c opamParser.mli ocamlc -g -c opamLexer.ml ocamlc -g -c opamParser.ml ocamlc -g -c opamPrinter.ml ocamlc -g -a opamBaseParser.cmo opamLexer.cmo opamParser.cmo opamPrinter.cmo -o opam-file-format.cma make[1]: Leaving directory `/builddir/build/BUILD/opam-file-format-2.0.0-beta3/src' : + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BxwRVk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm ++ dirname /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm + cd opam-file-format-2.0.0-beta3 + make install LIBDIR=/usr/lib/ocaml DESTDIR=/builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm mkdir -p /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm/usr/lib/ocaml/opam-file-format install -m 0644 \ src/opamParserTypes.cmi src/opamBaseParser.cmi src/opamPrinter.cmi src/opamParser.cmi src/opamLexer.cmi src/opamBaseParser.cmo src/opamParser.cmo src/opamPrinter.cmo src/opamLexer.cmo src/opam-file-format.cma src/META \ /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm/usr/lib/ocaml/opam-file-format/ + cp -a src/opamBaseParser.mli src/opamLexer.mli src/opamParser.mli src/opamParserTypes.mli src/opamPrinter.mli /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm/usr/lib/ocaml/opam-file-format/ + /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-opam-file-format-2.0.0-0.2.beta3.el7.armv7hl Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dJCgHI + umask 022 + cd /builddir/build/BUILD + cd opam-file-format-2.0.0-beta3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm/usr/share/licenses/ocaml-opam-file-format-2.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm/usr/share/licenses/ocaml-opam-file-format-2.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm/usr/share/licenses/ocaml-opam-file-format-2.0.0 + exit 0 Provides: ocaml(OpamBaseParser) = face3c2441d38e504ed405fce20b9470 ocaml(OpamLexer) = cb5e918adf81d6e40d4a1360393c611c ocaml(OpamParser) = bcf2ac11055d314873020c2ebf4c23b9 ocaml(OpamParserTypes) = 53e5d3477144c615172f44dd213c9fa1 ocaml(OpamPrinter) = bd90c93d70e6c172a6cff022a732b1f6 ocaml-opam-file-format = 2.0.0-0.2.beta3.el7 ocaml-opam-file-format(armv7hl-32) = 2.0.0-0.2.beta3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Array) = 8a6bb22925744456eb66180ea42e3344 ocaml(Buffer) = af3ef6fba94cdb4eba31e98b4e341dab ocaml(Char) = 9554e5449c177414a27e7d7ff5ed8013 ocaml(Format) = e0d18776d4bacff3a198b5c23d0e9355 ocaml(Int32) = ad06f04cfca6d404d1de76c3dc67324a ocaml(Lexing) = 50598ab7c92b4bdcc624e472342ac8a9 ocaml(List) = d757117653d9319fefb7ddc78a998f41 ocaml(Obj) = b0adfa4175f86e4394859886c1a374bb ocaml(OpamBaseParser) = face3c2441d38e504ed405fce20b9470 ocaml(OpamLexer) = cb5e918adf81d6e40d4a1360393c611c ocaml(OpamParser) = bcf2ac11055d314873020c2ebf4c23b9 ocaml(OpamParserTypes) = 53e5d3477144c615172f44dd213c9fa1 ocaml(Parsing) = ce3ca1121d80c4219ee78b6df5ddba03 ocaml(Pervasives) = 36b5bc8227dc9914c6d9fd9bdcfadb45 ocaml(Printf) = d012329cc712e91d0f10a5eef2303d18 ocaml(String) = db7f34081ef8fcaf499f19523d0736c6 ocaml(runtime) = 4.01.1 Processing files: ocaml-opam-file-format-devel-2.0.0-0.2.beta3.el7.armv7hl Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YXYFmH + umask 022 + cd /builddir/build/BUILD + cd opam-file-format-2.0.0-beta3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm/usr/share/licenses/ocaml-opam-file-format-devel-2.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm/usr/share/licenses/ocaml-opam-file-format-devel-2.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm/usr/share/licenses/ocaml-opam-file-format-devel-2.0.0 + exit 0 Provides: ocaml-opam-file-format-devel = 2.0.0-0.2.beta3.el7 ocaml-opam-file-format-devel(armv7hl-32) = 2.0.0-0.2.beta3.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-opam-file-format-2.0.0-0.2.beta3.el7.arm Wrote: /builddir/build/RPMS/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/ocaml-opam-file-format-devel-2.0.0-0.2.beta3.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KS8hiI + umask 022 + cd /builddir/build/BUILD + cd opam-file-format-2.0.0-beta3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-opam-file-format-2.0.0-0.2.beta3.el7.arm + exit 0 Child return code was: 0