Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/lua-ffi.spec'], printOutput=Falseuser='mockbuild'gid=135env={'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'HOME': '/builddir'}shell=FalsechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-13907/root'logger=uid=1001timeout=0) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/lua-ffi.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False warning: Could not canonicalize hostname: copr-builder-874298374.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/lua-ffi-1.0-0.1.28.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/lua-ffi.spec'], printOutput=Falseuser='mockbuild'gid=135private_network=Trueenv={'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'HOME': '/builddir'}shell=FalsechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-13907/root'logger=uid=1001timeout=0) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/lua-ffi.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Yo6QOm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jmckaskill-luaffi-abc638c + /usr/bin/gzip -dc /builddir/build/SOURCES/jmckaskill-luaffi-1.0-work1-28-gabc638c.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd jmckaskill-luaffi-abc638c + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.[ch]' -print -exec chmod -x '{}' ';' ./test.c ./parser.c ./msvc/stdint.h ./msvc/stdbool.h ./msvc/inttypes.h ./ffi.h ./ffi.c ./dynasm/dasm_x86.h ./dynasm/dasm_proto.h ./dynasm/dasm_ppc.h ./dynasm/dasm_arm.h ./ctype.c ./call.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qufnjc + umask 022 + cd /builddir/build/BUILD + cd jmckaskill-luaffi-abc638c ++ pkg-config --cflags lua + make -j2 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC ' if [ `uname` = "Darwin" ]; then make macosx; else make posix; fi make[1]: Entering directory `/builddir/build/BUILD/jmckaskill-luaffi-abc638c' lua dynasm/dynasm.lua -LN -o call_x86.h call_x86.dasc lua dynasm/dynasm.lua -D X64 -LN -o call_x64.h call_x86.dasc lua dynasm/dynasm.lua -D X64 -D X64WIN -LN -o call_x64win.h call_x86.dasc cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -o ffi.o -c ffi.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -o ctype.o -c ctype.c In file included from ffi.c:4:0: ffi.h:381:15: warning: conflicting types for built-in function 'creal' [enabled by default] static double creal(complex_double c) { ^ ffi.h:384:14: warning: conflicting types for built-in function 'crealf' [enabled by default] static float crealf(complex_float c) { ^ ffi.h:388:15: warning: conflicting types for built-in function 'cimag' [enabled by default] static double cimag(complex_double c) { ^ ffi.h:391:14: warning: conflicting types for built-in function 'cimagf' [enabled by default] static float cimagf(complex_float c) { ^ In file included from ctype.c:4:0: ffi.h:381:15: warning: conflicting types for built-in function 'creal' [enabled by default] static double creal(complex_double c) { ^ ffi.h:384:14: warning: conflicting types for built-in function 'crealf' [enabled by default] static float crealf(complex_float c) { ^ ffi.h:388:15: warning: conflicting types for built-in function 'cimag' [enabled by default] static double cimag(complex_double c) { ^ ffi.h:391:14: warning: conflicting types for built-in function 'cimagf' [enabled by default] static float cimagf(complex_float c) { ^ In file included from ctype.c:4:0: ffi.h:97:13: warning: 'lua_callk' defined but not used [-Wunused-function] static void lua_callk(lua_State *L, int nargs, int nresults, int ctx, lua_CFunction k) ^ ffi.h:106:13: warning: 'luaL_setfuncs' defined but not used [-Wunused-function] static void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { ^ ffi.h:120:14: warning: 'luaL_prepbuffsize' defined but not used [-Wunused-function] static char* luaL_prepbuffsize(luaL_Buffer* B, size_t sz) { ^ In file included from ctype.c:4:0: ffi.h:381:15: warning: 'creal' defined but not used [-Wunused-function] static double creal(complex_double c) { ^ ffi.h:384:14: warning: 'crealf' defined but not used [-Wunused-function] static float crealf(complex_float c) { ^ ffi.h:388:15: warning: 'cimag' defined but not used [-Wunused-function] static double cimag(complex_double c) { ^ ffi.h:391:14: warning: 'cimagf' defined but not used [-Wunused-function] static float cimagf(complex_float c) { ^ In file included from ffi.c:4:0: ffi.h:97:13: warning: 'lua_callk' defined but not used [-Wunused-function] static void lua_callk(lua_State *L, int nargs, int nresults, int ctx, lua_CFunction k) ^ ffi.h:120:14: warning: 'luaL_prepbuffsize' defined but not used [-Wunused-function] static char* luaL_prepbuffsize(luaL_Buffer* B, size_t sz) { ^ cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -o parser.o -c parser.c In file included from parser.c:4:0: ffi.h:381:15: warning: conflicting types for built-in function 'creal' [enabled by default] static double creal(complex_double c) { ^ ffi.h:384:14: warning: conflicting types for built-in function 'crealf' [enabled by default] static float crealf(complex_float c) { ^ ffi.h:388:15: warning: conflicting types for built-in function 'cimag' [enabled by default] static double cimag(complex_double c) { ^ ffi.h:391:14: warning: conflicting types for built-in function 'cimagf' [enabled by default] static float cimagf(complex_float c) { ^ In file included from parser.c:4:0: ffi.h:97:13: warning: 'lua_callk' defined but not used [-Wunused-function] static void lua_callk(lua_State *L, int nargs, int nresults, int ctx, lua_CFunction k) ^ ffi.h:106:13: warning: 'luaL_setfuncs' defined but not used [-Wunused-function] static void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { ^ In file included from parser.c:4:0: ffi.h:381:15: warning: 'creal' defined but not used [-Wunused-function] static double creal(complex_double c) { ^ ffi.h:384:14: warning: 'crealf' defined but not used [-Wunused-function] static float crealf(complex_float c) { ^ ffi.h:388:15: warning: 'cimag' defined but not used [-Wunused-function] static double cimag(complex_double c) { ^ ffi.h:391:14: warning: 'cimagf' defined but not used [-Wunused-function] static float cimagf(complex_float c) { ^ cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -o call.o -c call.c In file included from call.c:4:0: ffi.h:381:15: warning: conflicting types for built-in function 'creal' [enabled by default] static double creal(complex_double c) { ^ ffi.h:384:14: warning: conflicting types for built-in function 'crealf' [enabled by default] static float crealf(complex_float c) { ^ ffi.h:388:15: warning: conflicting types for built-in function 'cimag' [enabled by default] static double cimag(complex_double c) { ^ ffi.h:391:14: warning: conflicting types for built-in function 'cimagf' [enabled by default] static float cimagf(complex_float c) { ^ In file included from call.c:4:0: ffi.h:106:13: warning: 'luaL_setfuncs' defined but not used [-Wunused-function] static void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { ^ ffi.h:120:14: warning: 'luaL_prepbuffsize' defined but not used [-Wunused-function] static char* luaL_prepbuffsize(luaL_Buffer* B, size_t sz) { ^ In file included from call.c:4:0: ffi.h:381:15: warning: 'creal' defined but not used [-Wunused-function] static double creal(complex_double c) { ^ ffi.h:384:14: warning: 'crealf' defined but not used [-Wunused-function] static float crealf(complex_float c) { ^ ffi.h:388:15: warning: 'cimag' defined but not used [-Wunused-function] static double cimag(complex_double c) { ^ ffi.h:391:14: warning: 'cimagf' defined but not used [-Wunused-function] static float cimagf(complex_float c) { ^ cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -o test.o -c test.c cc -shared -fPIC ffi.o ctype.o parser.o call.o -o ffi.so cc -shared -fPIC test.o -o test_cdecl.so make[1]: Leaving directory `/builddir/build/BUILD/jmckaskill-luaffi-abc638c' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bJJOK5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64 + cd jmckaskill-luaffi-abc638c + rm -rf /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64/usr/share/lua/5.1 + mkdir -p /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64/usr/lib64/lua/5.1 + install ffi.so /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64/usr/lib64/lua/5.1 + /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/jmckaskill-luaffi-abc638c extracting debug info from /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64/usr/lib64/lua/5.1/ffi.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 508 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: lua-ffi-1.0-0.1.28.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JL0PwZ + umask 022 + cd /builddir/build/BUILD + cd jmckaskill-luaffi-abc638c + DOCDIR=/builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64/usr/share/doc/lua-ffi-1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64/usr/share/doc/lua-ffi-1.0 + cp -pr README.md /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64/usr/share/doc/lua-ffi-1.0 + exit 0 Provides: lua-ffi = 1.0-0.1.28.el7.centos lua-ffi(x86-64) = 1.0-0.1.28.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) rtld(GNU_HASH) Processing files: lua-ffi-debuginfo-1.0-0.1.28.el7.centos.x86_64 Provides: lua-ffi-debuginfo = 1.0-0.1.28.el7.centos lua-ffi-debuginfo(x86-64) = 1.0-0.1.28.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/lua-ffi-1.0-0.1.28.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-874298374.novalocal Wrote: /builddir/build/RPMS/lua-ffi-1.0-0.1.28.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/lua-ffi-debuginfo-1.0-0.1.28.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.s3HihH + umask 022 + cd /builddir/build/BUILD + cd jmckaskill-luaffi-abc638c + rm -rf /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el7.centos.x86_64 + exit 0 Child return code was: 0