Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/lua-sec.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1699/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/lua-sec.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} warning: Could not canonicalize hostname: i-00013bb3 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/lua-sec-0.4.1-6.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/lua-sec.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1699/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/lua-sec.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dmfFkl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf luasec-0.4.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/luasec-0.4.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd luasec-0.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + for file in CHANGELOG LICENSE + iconv -f ISO-8859-1 -t UTF-8 -o CHANGELOG.new CHANGELOG + touch -r CHANGELOG CHANGELOG.new + mv CHANGELOG.new CHANGELOG + for file in CHANGELOG LICENSE + iconv -f ISO-8859-1 -t UTF-8 -o LICENSE.new LICENSE + touch -r LICENSE LICENSE.new + mv LICENSE.new LICENSE + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LysDFM + umask 022 + cd /builddir/build/BUILD + cd luasec-0.4.1 + make -j3 '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' linux --------------------- ** Build for Linux ** --------------------- make[1]: Entering directory `/builddir/build/BUILD/luasec-0.4.1/src' make[2]: Entering directory `/builddir/build/BUILD/luasec-0.4.1/src' gcc -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 -c -o timeout.o timeout.c gcc -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 -c -o buffer.o buffer.c gcc -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 -c -o io.o io.c gcc -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 -c -o usocket.o usocket.c gcc -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 -c -o context.o context.c buffer.c: In function 'buffer_meth_send': buffer.c:54:15: warning: unused variable 'tm' [-Wunused-variable] p_timeout tm = timeout_markstart(buf->tm); ^ buffer.c: In function 'buffer_meth_receive': buffer.c:85:15: warning: unused variable 'tm' [-Wunused-variable] p_timeout tm = timeout_markstart(buf->tm); ^ gcc -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 -c -o ssl.o ssl.c context.c: In function 'str2method': context.c:47:2180: warning: return discards 'const' qualifier from pointer target type [enabled by default] if (!strcmp(method, "sslv3")) return SSLv3_method(); ^ context.c:48:2180: warning: return discards 'const' qualifier from pointer target type [enabled by default] if (!strcmp(method, "tlsv1")) return TLSv1_method(); ^ context.c:49:2200: warning: return discards 'const' qualifier from pointer target type [enabled by default] if (!strcmp(method, "sslv23")) return SSLv23_method(); ^ gcc -O -shared -fpic -o ssl.so timeout.o buffer.o io.o usocket.o context.o ssl.o -lssl -lcrypto make[2]: Leaving directory `/builddir/build/BUILD/luasec-0.4.1/src' make[1]: Leaving directory `/builddir/build/BUILD/luasec-0.4.1/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FU936e + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64 + cd luasec-0.4.1 + rm -rf /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/share/lua/5.2 + mkdir -p /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/lib64/lua/5.2 + make install DESTDIR=/builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64 LUAPATH=/builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/share/lua/5.2 LUACPATH=/builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/lib64/lua/5.2 make[1]: Entering directory `/builddir/build/BUILD/luasec-0.4.1/src' mkdir -p /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/share/lua/5.2/ssl cp ssl.so /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/lib64/lua/5.2 cp ssl.lua /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/share/lua/5.2 cp https.lua /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/share/lua/5.2/ssl make[1]: Leaving directory `/builddir/build/BUILD/luasec-0.4.1/src' + /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/luasec-0.4.1 extracting debug info from /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/lib64/lua/5.2/ssl.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 104 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-sec-0.4.1-6.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NjpCzI + umask 022 + cd /builddir/build/BUILD + cd luasec-0.4.1 + DOCDIR=/builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/share/doc/lua-sec-0.4.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/share/doc/lua-sec-0.4.1 + cp -pr CHANGELOG /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/share/doc/lua-sec-0.4.1 + cp -pr LICENSE /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64/usr/share/doc/lua-sec-0.4.1 + exit 0 Provides: lua-sec = 0.4.1-6.el7.centos lua-sec(x86-64) = 0.4.1-6.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.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.10()(64bit) libcrypto.so.10(libcrypto.so.10)(64bit) libssl.so.10()(64bit) libssl.so.10(libssl.so.10)(64bit) rtld(GNU_HASH) Processing files: lua-sec-debuginfo-0.4.1-6.el7.centos.x86_64 Provides: lua-sec-debuginfo = 0.4.1-6.el7.centos lua-sec-debuginfo(x86-64) = 0.4.1-6.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-sec-0.4.1-6.el7.centos.x86_64 warning: Could not canonicalize hostname: i-00013bb3 Wrote: /builddir/build/RPMS/lua-sec-0.4.1-6.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/lua-sec-debuginfo-0.4.1-6.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.x4VQy9 + umask 022 + cd /builddir/build/BUILD + cd luasec-0.4.1 + rm -rf /builddir/build/BUILDROOT/lua-sec-0.4.1-6.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->