Mock Version: 1.1.35 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-gccjit.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1595/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'C', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-gccjit.spec'] with env {'LANG': 'C', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: i-000085da Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-gccjit-0.1-3.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-gccjit.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1595/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'C', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-gccjit.spec'] with env {'LANG': 'C', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IsPZXF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gccjit-0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/gccjit-0.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gccjit-0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rgUz1z + umask 022 + cd /builddir/build/BUILD + cd gccjit-0.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/gccjit copying gccjit/__init__.py -> build/lib.linux-x86_64-2.7/gccjit running build_ext cythoning gccjit/gccjit.pyx to gccjit/gccjit.c building 'gccjit._gccjit' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/gccjit gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -I/usr/include/python2.7 -c gccjit/gccjit.c -o build/temp.linux-x86_64-2.7/gccjit/gccjit.o gccjit/gccjit.c: In function '__pyx_pf_6gccjit_7_gccjit_7Context_18get_first_error': gccjit/gccjit.c:2294:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] __pyx_v_err = gcc_jit_context_get_first_error(__pyx_v_self->_c_ctxt); ^ gccjit/gccjit.c: In function '__pyx_pw_6gccjit_7_gccjit_7Context_37zero': gccjit/gccjit.c:3754:7: warning: variable '__pyx_clineno' set but not used [-Wunused-but-set-variable] int __pyx_clineno = 0; ^ gccjit/gccjit.c:3753:15: warning: variable '__pyx_filename' set but not used [-Wunused-but-set-variable] const char *__pyx_filename = NULL; ^ gccjit/gccjit.c:3752:7: warning: variable '__pyx_lineno' set but not used [-Wunused-but-set-variable] int __pyx_lineno = 0; ^ gccjit/gccjit.c: In function '__pyx_pw_6gccjit_7_gccjit_7Context_39one': gccjit/gccjit.c:3827:7: warning: variable '__pyx_clineno' set but not used [-Wunused-but-set-variable] int __pyx_clineno = 0; ^ gccjit/gccjit.c:3826:15: warning: variable '__pyx_filename' set but not used [-Wunused-but-set-variable] const char *__pyx_filename = NULL; ^ gccjit/gccjit.c:3825:7: warning: variable '__pyx_lineno' set but not used [-Wunused-but-set-variable] int __pyx_lineno = 0; ^ gccjit/gccjit.c: In function '__pyx_pw_6gccjit_7_gccjit_7Context_47null': gccjit/gccjit.c:4253:7: warning: variable '__pyx_clineno' set but not used [-Wunused-but-set-variable] int __pyx_clineno = 0; ^ gccjit/gccjit.c:4252:15: warning: variable '__pyx_filename' set but not used [-Wunused-but-set-variable] const char *__pyx_filename = NULL; ^ gccjit/gccjit.c:4251:7: warning: variable '__pyx_lineno' set but not used [-Wunused-but-set-variable] int __pyx_lineno = 0; ^ gccjit/gccjit.c: In function '__pyx_pf_6gccjit_7_gccjit_6Object_2__str__': gccjit/gccjit.c:5587:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] __pyx_t_2 = gcc_jit_object_get_debug_string(__pyx_v_self->_c_object); ^ gccjit/gccjit.c: In function '__pyx_pw_6gccjit_7_gccjit_6Object_5__richcmp__': gccjit/gccjit.c:5629:7: warning: variable '__pyx_clineno' set but not used [-Wunused-but-set-variable] int __pyx_clineno = 0; ^ gccjit/gccjit.c:5628:15: warning: variable '__pyx_filename' set but not used [-Wunused-but-set-variable] const char *__pyx_filename = NULL; ^ gccjit/gccjit.c:5627:7: warning: variable '__pyx_lineno' set but not used [-Wunused-but-set-variable] int __pyx_lineno = 0; ^ gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic build/temp.linux-x86_64-2.7/gccjit/gccjit.o -L/usr/lib64 -lgccjit -lpython2.7 -o build/lib.linux-x86_64-2.7/gccjit/_gccjit.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qoWjdC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64 + cd gccjit-0.1 + rm -rf /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64 creating /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64/python2.7/site-packages/gccjit copying build/lib.linux-x86_64-2.7/gccjit/_gccjit.so -> /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64/python2.7/site-packages/gccjit copying build/lib.linux-x86_64-2.7/gccjit/__init__.py -> /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64/python2.7/site-packages/gccjit byte-compiling /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64/python2.7/site-packages/gccjit/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpCAqO4C.py' /usr/bin/python -O /tmp/tmpCAqO4C.py removing /tmp/tmpCAqO4C.py running install_egg_info running egg_info writing gccjit.egg-info/PKG-INFO writing top-level names to gccjit.egg-info/top_level.txt writing dependency_links to gccjit.egg-info/dependency_links.txt reading manifest file 'gccjit.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'gccjit.egg-info/SOURCES.txt' Copying gccjit.egg-info to /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64/python2.7/site-packages/gccjit-0.1-py2.7.egg-info running install_scripts + /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/gccjit-0.1 extracting debug info from /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64/python2.7/site-packages/gccjit/_gccjit.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1275 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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/lib64/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.BLr94G + umask 022 + cd /builddir/build/BUILD + cd gccjit-0.1 + /usr/bin/python2 setup.py test running test running egg_info writing gccjit.egg-info/PKG-INFO writing top-level names to gccjit.egg-info/top_level.txt writing dependency_links to gccjit.egg-info/dependency_links.txt reading manifest file 'gccjit.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'gccjit.egg-info/SOURCES.txt' running build_ext skipping 'gccjit/gccjit.c' Cython extension (up-to-date) building 'gccjit._gccjit' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c gccjit/gccjit.c -o build/temp.linux-x86_64-2.7/gccjit/gccjit.o gccjit/gccjit.c: In function '__pyx_pf_6gccjit_7_gccjit_7Context_18get_first_error': gccjit/gccjit.c:2294:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] __pyx_v_err = gcc_jit_context_get_first_error(__pyx_v_self->_c_ctxt); ^ gccjit/gccjit.c: In function '__pyx_pw_6gccjit_7_gccjit_7Context_37zero': gccjit/gccjit.c:3754:7: warning: variable '__pyx_clineno' set but not used [-Wunused-but-set-variable] int __pyx_clineno = 0; ^ gccjit/gccjit.c:3753:15: warning: variable '__pyx_filename' set but not used [-Wunused-but-set-variable] const char *__pyx_filename = NULL; ^ gccjit/gccjit.c:3752:7: warning: variable '__pyx_lineno' set but not used [-Wunused-but-set-variable] int __pyx_lineno = 0; ^ gccjit/gccjit.c: In function '__pyx_pw_6gccjit_7_gccjit_7Context_39one': gccjit/gccjit.c:3827:7: warning: variable '__pyx_clineno' set but not used [-Wunused-but-set-variable] int __pyx_clineno = 0; ^ gccjit/gccjit.c:3826:15: warning: variable '__pyx_filename' set but not used [-Wunused-but-set-variable] const char *__pyx_filename = NULL; ^ gccjit/gccjit.c:3825:7: warning: variable '__pyx_lineno' set but not used [-Wunused-but-set-variable] int __pyx_lineno = 0; ^ gccjit/gccjit.c: In function '__pyx_pw_6gccjit_7_gccjit_7Context_47null': gccjit/gccjit.c:4253:7: warning: variable '__pyx_clineno' set but not used [-Wunused-but-set-variable] int __pyx_clineno = 0; ^ gccjit/gccjit.c:4252:15: warning: variable '__pyx_filename' set but not used [-Wunused-but-set-variable] const char *__pyx_filename = NULL; ^ gccjit/gccjit.c:4251:7: warning: variable '__pyx_lineno' set but not used [-Wunused-but-set-variable] int __pyx_lineno = 0; ^ gccjit/gccjit.c: In function '__pyx_pf_6gccjit_7_gccjit_6Object_2__str__': gccjit/gccjit.c:5587:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] __pyx_t_2 = gcc_jit_object_get_debug_string(__pyx_v_self->_c_object); ^ gccjit/gccjit.c: In function '__pyx_pw_6gccjit_7_gccjit_6Object_5__richcmp__': gccjit/gccjit.c:5629:7: warning: variable '__pyx_clineno' set but not used [-Wunused-but-set-variable] int __pyx_clineno = 0; ^ gccjit/gccjit.c:5628:15: warning: variable '__pyx_filename' set but not used [-Wunused-but-set-variable] const char *__pyx_filename = NULL; ^ gccjit/gccjit.c:5627:7: warning: variable '__pyx_lineno' set but not used [-Wunused-but-set-variable] int __pyx_lineno = 0; ^ gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/gccjit/gccjit.o -L/usr/lib64 -lgccjit -lpython2.7 -o /builddir/build/BUILD/gccjit-0.1/gccjit/_gccjit.so test_dereference (test.JitTests) ... ok test_imported_function (test.JitTests) ... ok test_opaque_struct (test.JitTests) ... ok test_rvalue_from_ptr (test.JitTests) ... ok test_square (test.JitTests) ... ok test_sum_of_squares (test.JitTests) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.257s OK + exit 0 Processing files: python-gccjit-0.1-3.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.waGF0S + umask 022 + cd /builddir/build/BUILD + cd gccjit-0.1 + DOCDIR=/builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/share/doc/python-gccjit-0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/share/doc/python-gccjit-0.1 + cp -pr COPYING /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64/usr/share/doc/python-gccjit-0.1 + exit 0 Provides: python-gccjit = 0.1-3.el7 python-gccjit(x86-64) = 0.1-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgccjit.so.0()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python-gccjit-debuginfo-0.1-3.el7.x86_64 Provides: python-gccjit-debuginfo = 0.1-3.el7 python-gccjit-debuginfo(x86-64) = 0.1-3.el7 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/python-gccjit-0.1-3.el7.x86_64 warning: Could not canonicalize hostname: i-000085da Wrote: /builddir/build/RPMS/python-gccjit-0.1-3.el7.x86_64.rpm Wrote: /builddir/build/RPMS/python-gccjit-debuginfo-0.1-3.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LriGRt + umask 022 + cd /builddir/build/BUILD + cd gccjit-0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-gccjit-0.1-3.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->