Mock Version: 1.2.4 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-uutf.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-1795/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'}gid=135user='mockbuild'timeout=0logger=uid=500) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-uutf.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'} and shell False warning: Could not canonicalize hostname: i-0002ca26 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-uutf.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-1795/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'}gid=135user='mockbuild'timeout=0logger=uid=500) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-uutf.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.j3RHvx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf uutf-0.9.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/uutf-0.9.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd uutf-0.9.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pNCOCp + umask 022 + cd /builddir/build/BUILD + cd uutf-0.9.3 + scl enable jonludlam-ocaml402 ' ./pkg/pkg-git ./pkg/build true ' ocamlfind ocamldep -modules src/uutf.mli > src/uutf.mli.depends ocamlfind ocamlc -c -bin-annot -I src -I test -o src/uutf.cmi src/uutf.mli ocamlfind ocamldep -modules src/uutf.ml > src/uutf.ml.depends ocamlfind ocamlopt -c -bin-annot -I src -I test -o src/uutf.cmx src/uutf.ml + ocamlfind ocamlopt -c -bin-annot -I src -I test -o src/uutf.cmx src/uutf.ml File "src/uutf.ml", line 22, characters 31-48: Warning 3: deprecated: String.unsafe_set File "src/uutf.ml", line 68, characters 12-25: Warning 3: deprecated: String.create Use Bytes.create instead. File "src/uutf.ml", line 483, characters 18-31: Warning 3: deprecated: String.create Use Bytes.create instead. File "src/uutf.ml", line 487, characters 25-38: Warning 3: deprecated: String.create Use Bytes.create instead. File "src/uutf.ml", line 665, characters 18-31: Warning 3: deprecated: String.create Use Bytes.create instead. File "src/uutf.ml", line 668, characters 8-21: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlfind ocamlc -c -bin-annot -I src -I test -o src/uutf.cmo src/uutf.ml + ocamlfind ocamlc -c -bin-annot -I src -I test -o src/uutf.cmo src/uutf.ml File "src/uutf.ml", line 22, characters 31-48: Warning 3: deprecated: String.unsafe_set File "src/uutf.ml", line 68, characters 12-25: Warning 3: deprecated: String.create Use Bytes.create instead. File "src/uutf.ml", line 483, characters 18-31: Warning 3: deprecated: String.create Use Bytes.create instead. File "src/uutf.ml", line 487, characters 25-38: Warning 3: deprecated: String.create Use Bytes.create instead. File "src/uutf.ml", line 665, characters 18-31: Warning 3: deprecated: String.create Use Bytes.create instead. File "src/uutf.ml", line 668, characters 8-21: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlfind ocamlc -a src/uutf.cmo -o src/uutf.cma ocamlfind ocamlopt -a src/uutf.cmx -o src/uutf.cmxa ocamlfind ocamlopt -shared src/uutf.cmx -o src/uutf.cmxs ocamlfind ocamldep -modules test/utftrip.ml > test/utftrip.ml.depends ocamlfind ocamlc -c -bin-annot -I test -I src -o test/utftrip.cmo test/utftrip.ml + ocamlfind ocamlc -c -bin-annot -I test -I src -o test/utftrip.cmo test/utftrip.ml File "test/utftrip.ml", line 36, characters 50-63: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 37, characters 19-32: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 90, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 124, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 149, characters 44-57: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 199, characters 54-67: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 201, characters 42-55: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 213, characters 32-45: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlfind ocamlopt -c -bin-annot -I test -I src -o test/utftrip.cmx test/utftrip.ml + ocamlfind ocamlopt -c -bin-annot -I test -I src -o test/utftrip.cmx test/utftrip.ml File "test/utftrip.ml", line 36, characters 50-63: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 37, characters 19-32: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 90, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 124, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 149, characters 44-57: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 199, characters 54-67: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 201, characters 42-55: Warning 3: deprecated: String.create Use Bytes.create instead. File "test/utftrip.ml", line 213, characters 32-45: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlfind ocamlopt -linkpkg unix.cmxa src/uutf.cmx test/utftrip.cmx -o test/utftrip.native + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bSTJqj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64 + cd uutf-0.9.3 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf + scl enable jonludlam-ocaml402 ' (cd _build/src; ocamlfind install uutf ../pkg/META uutf.mli uutf.cmi uutf.cmx uutf.cma uutf.a uutf.cma uutf.cmxa uutf.cmxs) ' Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.cmxs Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.cmxa Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.cma Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.a ocamlfind: [WARNING] Overwriting file /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.cma Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.cma Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.cmx Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.cmi Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.mli Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64//opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/META + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/uutf-0.9.3 extracting debug info from /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/uutf/uutf.cmxs dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/jonludlam-ocaml402/root + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python 1 /opt/rh/jonludlam-ocaml402/root + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64 Finding Provides: scl enable jonludlam-ocaml402 /usr/lib/rpm/ocaml-find-provides.sh Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: scl enable jonludlam-ocaml402 "/usr/lib/rpm/ocaml-find-requires.sh -c" Provides: jonludlam-ocaml402-ocaml-uutf = 0.9.3-4.el7.centos jonludlam-ocaml402-ocaml-uutf(x86-64) = 0.9.3-4.el7.centos ocaml(Uutf) = 0fc609b301955160e553de72b80e612b Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ocaml(Array) = ae800d8cf9903f1d36856950940430e6 ocaml(Buffer) = a579f4a57e300ec755f84af883c1e51b ocaml(CamlinternalFormatBasics) = ba1be62eb45abd435c75cb59cc46b922 ocaml(Char) = 60fd98ba6ff303baf9287e7bfb886f12 ocaml(Format) = 61d4350242b30078d3ad96c904c9f7a1 ocaml(Pervasives) = 0d015a5a2136659b0de431be7f1545be ocaml(Printf) = eb49a17645c5ea2dd298430a3c986186 ocaml(String) = 9cb286f2c4569fd32c379b1a05c7b590 Processing files: jonludlam-ocaml402-ocaml-uutf-devel-0.9.3-4.el7.centos.x86_64 Finding Provides: scl enable jonludlam-ocaml402 /usr/lib/rpm/ocaml-find-provides.sh Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: scl enable jonludlam-ocaml402 "/usr/lib/rpm/ocaml-find-requires.sh -c" Provides: jonludlam-ocaml402-ocaml-uutf-devel = 0.9.3-4.el7.centos jonludlam-ocaml402-ocaml-uutf-devel(x86-64) = 0.9.3-4.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: jonludlam-ocaml402-ocaml-uutf-debuginfo-0.9.3-4.el7.centos.x86_64 Provides: scl-package(jonludlam-ocaml402) jonludlam-ocaml402-ocaml-uutf-debuginfo = 0.9.3-4.el7.centos jonludlam-ocaml402-ocaml-uutf-debuginfo(x86-64) = 0.9.3-4.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64 warning: Could not canonicalize hostname: i-0002ca26 Wrote: /builddir/build/RPMS/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/jonludlam-ocaml402-ocaml-uutf-devel-0.9.3-4.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/jonludlam-ocaml402-ocaml-uutf-debuginfo-0.9.3-4.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pxPO42 + umask 022 + cd /builddir/build/BUILD + cd uutf-0.9.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-uutf-0.9.3-4.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->