Mock Version: 1.2.12 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-6942/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=1001) 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', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: copr-builder-796684069 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ocaml-sha-1.9-2.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-6942/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=1001) 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', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RLJyyV + 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 . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KCTR9f + umask 022 + cd /builddir/build/BUILD + cd ocaml-sha-ocaml-sha-v1.9 + 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 /usr/lib64/ocaml/caml/misc.h:27, from /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 ocamlmklib -o sha1 sha1.lib.o sha1_stubs.o sha1.cmo ocamlopt -c -o sha1.cmx sha1.ml 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 /usr/lib64/ocaml/caml/misc.h:27, from /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 ocamlmklib -o sha256 sha256.lib.o sha256_stubs.o sha256.cmo ocamlopt -c -o sha256.cmx sha256.ml 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 /usr/lib64/ocaml/caml/misc.h:27, from /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 ocamlmklib -o sha512 sha512.lib.o sha512_stubs.o sha512.cmo ocamlopt -c -o sha512.cmx sha512.ml 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.KlruFE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64 + cd ocaml-sha-ocaml-sha-v1.9 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml + export OCAMLFIND_LDCONF=/builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/ld.conf + OCAMLFIND_LDCONF=/builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/ld.conf + mkdir -p /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml + 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/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/dllsha512.so Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/dllsha256.so Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/dllsha1.so Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/dllsha.so Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha512.a Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha256.a Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha1.a Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha.a Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/libsha512.a Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/libsha256.a Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/libsha1.a Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/libsha.a Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha.cmxa Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha.cma Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha512.cmxa Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha512.cma Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha512.cmi Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha256.cmxa Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha256.cma Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha256.cmi Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha1.cmxa Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha1.cma Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha1.cmi Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha512.cmx Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha256.cmx Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/sha1.cmx Installed /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/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/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/dllsha.so extracting debug info from /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/dllsha1.so extracting debug info from /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/dllsha256.so extracting debug info from /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/lib64/ocaml/sha/dllsha512.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 72 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /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-sha-1.9-2.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Yzi053 + umask 022 + cd /builddir/build/BUILD + cd ocaml-sha-ocaml-sha-v1.9 + DOCDIR=/builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/share/doc/ocaml-sha-1.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/share/doc/ocaml-sha-1.9 + cp -pr README /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64/usr/share/doc/ocaml-sha-1.9 + exit 0 Provides: ocaml(Sha1) = 4afc3fc4c71c9cfbe948f04d0bd4ab88 ocaml(Sha256) = 25f9757b94d987256c88090518c7804d ocaml(Sha512) = 47359f84eb0b8ad7b319d7d53d2dcbc8 ocaml-sha = 1.9-2.el7.centos ocaml-sha(x86-64) = 1.9-2.el7.centos 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.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) ocaml(Bigarray) = 968037506db5f9b56ea16d0880b2363f ocaml(Complex) = 1858860030310b043b5d7fcb362095a3 ocaml(Pervasives) = 36b5bc8227dc9914c6d9fd9bdcfadb45 ocaml(String) = db7f34081ef8fcaf499f19523d0736c6 ocaml(Unix) = 93736a394d3d85d6d127fe238ddc6092 ocaml(runtime) = 4.01.1 rtld(GNU_HASH) Processing files: ocaml-sha-devel-1.9-2.el7.centos.x86_64 Provides: ocaml-sha-devel = 1.9-2.el7.centos ocaml-sha-devel(x86-64) = 1.9-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-sha-debuginfo-1.9-2.el7.centos.x86_64 Provides: ocaml-sha-debuginfo = 1.9-2.el7.centos ocaml-sha-debuginfo(x86-64) = 1.9-2.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/ocaml-sha-1.9-2.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-796684069 Wrote: /builddir/build/RPMS/ocaml-sha-1.9-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-sha-devel-1.9-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-sha-debuginfo-1.9-2.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kgpuoM + umask 022 + cd /builddir/build/BUILD + cd ocaml-sha-ocaml-sha-v1.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-sha-1.9-2.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->