Mock Version: 1.2.4 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-sha.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-1816/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-sha.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-0002ceca Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/jonludlam-ocaml402-ocaml-sha-1.9-3.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-sha.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-1816/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-sha.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.tZHUBM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ocaml-sha-ocaml-sha-v1.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/ocaml-sha-1.9.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-sha-ocaml-sha-v1.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iozWQn + exit 0 + umask 022 + cd /builddir/build/BUILD + cd ocaml-sha-ocaml-sha-v1.9 + scl enable jonludlam-ocaml402 ' make ' ocamlc -c -o sha1.cmi sha1.mli ocamlc -ccopt "-Wall -O3 -funroll-loops -I/usr/include" -c -o sha1.o sha1.c mv sha1.o sha1.lib.o ocamlc -ccopt "-Wall -O3 -funroll-loops -I/usr/include" -c -o sha1_stubs.o sha1_stubs.c sha1_stubs.c: In function 'stub_sha1_file': sha1_stubs.c:118:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] char *name_dup = strdupa(String_val(name)); ^ sha1_stubs.c:110:20: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha1_stubs.c:118:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^ sha1_stubs.c:118:2: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] char *name_dup = strdupa(String_val(name)); ^ In file included from /usr/include/stdlib.h:491:0, from /opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/caml/misc.h:27, from /opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/caml/mlvalues.h:21, from sha1_stubs.c:42: sha1_stubs.c:110:34: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha1_stubs.c:118:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^ sha1_stubs.c:128:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy((sha1_digest *)result, &digest, sizeof(sha1_digest)); ^ sha1_stubs.c:128:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default] ocamlc -c -o sha1.cmo sha1.ml File "sha1.ml", line 61, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlmklib -o sha1 sha1.lib.o sha1_stubs.o sha1.cmo ocamlopt -c -o sha1.cmx sha1.ml File "sha1.ml", line 61, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlmklib -o sha1 sha1.lib.o sha1_stubs.o sha1.cmx ocamlc -c -o sha256.cmi sha256.mli ocamlc -ccopt "-Wall -O3 -funroll-loops -I/usr/include" -c -o sha256.o sha256.c mv sha256.o sha256.lib.o ocamlc -ccopt "-Wall -O3 -funroll-loops -I/usr/include" -c -o sha256_stubs.o sha256_stubs.c sha256_stubs.c: In function 'stub_sha256_file': sha256_stubs.c:116:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] char *name_dup = strdupa(String_val(name)); ^ sha256_stubs.c:108:20: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha256_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^ sha256_stubs.c:116:2: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] char *name_dup = strdupa(String_val(name)); ^ In file included from /usr/include/stdlib.h:491:0, from /opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/caml/misc.h:27, from /opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/caml/mlvalues.h:21, from sha256_stubs.c:42: sha256_stubs.c:108:34: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha256_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^ sha256_stubs.c:126:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy((sha256_digest *)result, &digest, sizeof(sha256_digest)); ^ sha256_stubs.c:126:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default] ocamlc -c -o sha256.cmo sha256.ml File "sha256.ml", line 62, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlmklib -o sha256 sha256.lib.o sha256_stubs.o sha256.cmo ocamlopt -c -o sha256.cmx sha256.ml File "sha256.ml", line 62, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlmklib -o sha256 sha256.lib.o sha256_stubs.o sha256.cmx ocamlc -c -o sha512.cmi sha512.mli ocamlc -ccopt "-Wall -O3 -funroll-loops -I/usr/include" -c -o sha512.o sha512.c mv sha512.o sha512.lib.o ocamlc -ccopt "-Wall -O3 -funroll-loops -I/usr/include" -c -o sha512_stubs.o sha512_stubs.c sha512_stubs.c: In function 'stub_sha512_file': sha512_stubs.c:116:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] char *name_dup = strdupa(String_val(name)); ^ sha512_stubs.c:108:20: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha512_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^ sha512_stubs.c:116:2: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] char *name_dup = strdupa(String_val(name)); ^ In file included from /usr/include/stdlib.h:491:0, from /opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/caml/misc.h:27, from /opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/caml/mlvalues.h:21, from sha512_stubs.c:42: sha512_stubs.c:108:34: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha512_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^ sha512_stubs.c:126:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy((sha512_digest *)result, &digest, sizeof(sha512_digest)); ^ sha512_stubs.c:126:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default] ocamlc -c -o sha512.cmo sha512.ml File "sha512.ml", line 60, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlmklib -o sha512 sha512.lib.o sha512_stubs.o sha512.cmo ocamlopt -c -o sha512.cmx sha512.ml File "sha512.ml", line 60, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlmklib -o sha512 sha512.lib.o sha512_stubs.o sha512.cmx ocamlmklib -o sha sha1.lib.o sha1_stubs.o sha1.cmo sha256.lib.o sha256_stubs.o sha256.cmo sha512.lib.o sha512_stubs.o sha512.cmo ocamlmklib -o sha sha1.lib.o sha1_stubs.o sha1.cmx sha256.lib.o sha256_stubs.o sha256.cmx sha512.lib.o sha512_stubs.o sha512.cmx rm sha1.o sha256.o sha512.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.z1l005 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64 + cd ocaml-sha-ocaml-sha-v1.9 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml + export OCAMLFIND_LDCONF=/builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/ld.conf + OCAMLFIND_LDCONF=/builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/ld.conf + mkdir -p /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml + scl enable jonludlam-ocaml402 ' make install ' ocamlfind install sha META *.cmx sha1.cmi sha1.cma sha1.cmxa sha256.cmi sha256.cma sha256.cmxa sha512.cmi sha512.cma sha512.cmxa sha.cma sha.cmxa *.a *.so Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/dllsha512.so Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/dllsha256.so Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/dllsha1.so Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/dllsha.so Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha512.a Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha256.a Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha1.a Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha.a Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/libsha512.a Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/libsha256.a Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/libsha1.a Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/libsha.a Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha.cmxa Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha.cma Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha512.cmxa Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha512.cma Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha512.cmi Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha256.cmxa Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha256.cma Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha256.cmi Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha1.cmxa Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha1.cma Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha1.cmi Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha512.cmx Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha256.cmx Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/sha1.cmx Installed /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/META ocamlfind: [WARNING] You have installed DLLs but there is no ld.conf + /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/ocaml-sha-ocaml-sha-v1.9 extracting debug info from /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/dllsha256.so extracting debug info from /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/dllsha512.so extracting debug info from /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/dllsha.so extracting debug info from /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/lib64/ocaml/sha/dllsha1.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 72 blocks + /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-sha-1.9-3.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4fkO6Q + umask 022 + cd /builddir/build/BUILD + cd ocaml-sha-ocaml-sha-v1.9 + DOCDIR=/builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/share/doc/jonludlam-ocaml402-ocaml-sha-1.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/share/doc/jonludlam-ocaml402-ocaml-sha-1.9 + cp -pr README /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64/opt/rh/jonludlam-ocaml402/root/usr/share/doc/jonludlam-ocaml402-ocaml-sha-1.9 + exit 0 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-sha = 1.9-3.el7.centos jonludlam-ocaml402-ocaml-sha(x86-64) = 1.9-3.el7.centos ocaml(Sha1) = 8ae29772678826ff4378523698fb5fa0 ocaml(Sha256) = c506fc7912853359e77eeb956437b8ae ocaml(Sha512) = c7167dc880fc8ef4dc71df5c86408469 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ocaml(Bigarray) = 0643187a8b562858118690c393d01c2e ocaml(CamlinternalFormatBasics) = ba1be62eb45abd435c75cb59cc46b922 ocaml(Complex) = d0dcc1da3c694cf9a7e924c7832d1528 ocaml(Pervasives) = 0d015a5a2136659b0de431be7f1545be ocaml(String) = 9cb286f2c4569fd32c379b1a05c7b590 ocaml(Unix) = 30a4cc8e5f4f902ea609c91caec48af7 Processing files: jonludlam-ocaml402-ocaml-sha-devel-1.9-3.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-sha-devel = 1.9-3.el7.centos jonludlam-ocaml402-ocaml-sha-devel(x86-64) = 1.9-3.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-sha-debuginfo-1.9-3.el7.centos.x86_64 Provides: scl-package(jonludlam-ocaml402) jonludlam-ocaml402-ocaml-sha-debuginfo = 1.9-3.el7.centos jonludlam-ocaml402-ocaml-sha-debuginfo(x86-64) = 1.9-3.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-sha-1.9-3.el7.centos.x86_64 warning: Could not canonicalize hostname: i-0002ceca Wrote: /builddir/build/RPMS/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/jonludlam-ocaml402-ocaml-sha-devel-1.9-3.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/jonludlam-ocaml402-ocaml-sha-debuginfo-1.9-3.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OlRc7W + umask 022 + cd /builddir/build/BUILD + cd ocaml-sha-ocaml-sha-v1.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/jonludlam-ocaml402-ocaml-sha-1.9-3.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->