Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/lua-ffi.spec'], chrootPath='/var/lib/mock/epel-6-x86_64-mockbuilder-5036/root'uid=1001logger=printOutput=Falsetimeout=0gid=135shell=Falseuser='mockbuild'env={'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/lua-ffi.spec'] with env {'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: copr-builder-524275460.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/lua-ffi-1.0-0.1.28.el6.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'], chrootPath='/var/lib/mock/epel-6-x86_64-mockbuilder-5036/root'uid=1001logger=printOutput=Falsetimeout=0gid=135shell=Falseuser='mockbuild'private_network=Trueenv={'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/lua-ffi.spec'] with env {'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4am3VR + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf jmckaskill-luaffi-abc638c + /bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/jmckaskill-luaffi-1.0-work1-28-gabc638c.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd jmckaskill-luaffi-abc638c + /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.CCZgHE + umask 022 + cd /builddir/build/BUILD + cd jmckaskill-luaffi-abc638c + LANG=C + export LANG + unset DISPLAY ++ pkg-config --cflags lua + make -j2 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -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 --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -o ffi.o -c ffi.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -o ctype.o -c ctype.c In file included from ffi.c:4: ffi.h:381: warning: conflicting types for built-in function 'creal' ffi.h:384: warning: conflicting types for built-in function 'crealf' ffi.h:388: warning: conflicting types for built-in function 'cimag' ffi.h:391: warning: conflicting types for built-in function 'cimagf' In file included from ctype.c:4: ffi.h:381: warning: conflicting types for built-in function 'creal' ffi.h:384: warning: conflicting types for built-in function 'crealf' ffi.h:388: warning: conflicting types for built-in function 'cimag' ffi.h:391: warning: conflicting types for built-in function 'cimagf' ffi.h:97: warning: 'lua_callk' defined but not used ffi.h:106: warning: 'luaL_setfuncs' defined but not used ffi.h:120: warning: 'luaL_prepbuffsize' defined but not used ffi.h:381: warning: 'creal' defined but not used ffi.h:384: warning: 'crealf' defined but not used ffi.h:388: warning: 'cimag' defined but not used ffi.h:391: warning: 'cimagf' defined but not used ffi.h:97: warning: 'lua_callk' defined but not used ffi.h:120: warning: 'luaL_prepbuffsize' defined but not used cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -o parser.o -c parser.c In file included from parser.c:4: ffi.h:381: warning: conflicting types for built-in function 'creal' ffi.h:384: warning: conflicting types for built-in function 'crealf' ffi.h:388: warning: conflicting types for built-in function 'cimag' ffi.h:391: warning: conflicting types for built-in function 'cimagf' ffi.h:97: warning: 'lua_callk' defined but not used ffi.h:106: warning: 'luaL_setfuncs' defined but not used ffi.h:381: warning: 'creal' defined but not used ffi.h:384: warning: 'crealf' defined but not used ffi.h:388: warning: 'cimag' defined but not used ffi.h:391: warning: 'cimagf' defined but not used cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -o call.o -c call.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -o test.o -c test.c In file included from call.c:4: ffi.h:381: warning: conflicting types for built-in function 'creal' ffi.h:384: warning: conflicting types for built-in function 'crealf' ffi.h:388: warning: conflicting types for built-in function 'cimag' ffi.h:391: warning: conflicting types for built-in function 'cimagf' ffi.h:106: warning: 'luaL_setfuncs' defined but not used ffi.h:120: warning: 'luaL_prepbuffsize' defined but not used ffi.h:381: warning: 'creal' defined but not used ffi.h:384: warning: 'crealf' defined but not used ffi.h:388: warning: 'cimag' defined but not used ffi.h:391: warning: 'cimagf' defined but not used 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.WaZmiw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64 ++ dirname /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64 + cd jmckaskill-luaffi-abc638c + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64/usr/share/lua/5.1 + mkdir -p /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64/usr/lib64/lua/5.1 + install ffi.so /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64/usr/lib64/lua/5.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/jmckaskill-luaffi-abc638c extracting debug info from /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64/usr/lib64/lua/5.1/ffi.so 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: lua-ffi-1.0-0.1.28.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4uKgpo + umask 022 + cd /builddir/build/BUILD + cd jmckaskill-luaffi-abc638c + DOCDIR=/builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64/usr/share/doc/lua-ffi-1.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64/usr/share/doc/lua-ffi-1.0 + /bin/mkdir -p /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64/usr/share/doc/lua-ffi-1.0 + cp -pr README.md /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64/usr/share/doc/lua-ffi-1.0 + exit 0 Provides: ffi.so()(64bit) 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.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.el6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64 warning: Could not canonicalize hostname: copr-builder-524275460.novalocal Wrote: /builddir/build/RPMS/lua-ffi-1.0-0.1.28.el6.x86_64.rpm Wrote: /builddir/build/RPMS/lua-ffi-debuginfo-1.0-0.1.28.el6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4m22f1 + umask 022 + cd /builddir/build/BUILD + cd jmckaskill-luaffi-abc638c + rm -rf /builddir/build/BUILDROOT/lua-ffi-1.0-0.1.28.el6.x86_64 + exit 0 Child return code was: 0