Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/pyelftools.spec'], chrootPath='/var/lib/mock/centos-7-extras-x86_64/root'shell=FalseprintOutput=Trueenv={'LANG': 'en_US.utf8', '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=1004) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/pyelftools.spec'] with env {'LANG': 'en_US.utf8', '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 sh: /usr/bin/python: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/pyelftools-0.22-0.5.git20130619.a1d9681.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/pyelftools.spec'], chrootPath='/var/lib/mock/centos-7-extras-x86_64/root'shell=Falseuid=1004env={'LANG': 'en_US.utf8', '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=0private_network=Truelogger=printOutput=True) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/pyelftools.spec'] with env {'LANG': 'en_US.utf8', '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.anw3Ap + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyelftools-a1d968102e82fea06692c367849bc25418780f77 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyelftools-0.22.git20130619.a1d9681.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyelftools-a1d968102e82fea06692c367849bc25418780f77 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (pyelftools-0.22-construct.patch): + echo 'Patch #0 (pyelftools-0.22-construct.patch):' + /usr/bin/cat /builddir/build/SOURCES/pyelftools-0.22-construct.patch + /usr/bin/patch -p1 --fuzz=0 patching file elftools/common/construct_utils.py patching file elftools/common/utils.py patching file elftools/dwarf/enums.py patching file elftools/dwarf/structs.py patching file elftools/elf/elffile.py patching file elftools/elf/enums.py patching file elftools/elf/gnuversions.py patching file elftools/elf/sections.py patching file elftools/elf/segments.py patching file elftools/elf/structs.py patching file setup.py + rm -rf elftools/construct + sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/python2|' scripts/readelf.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GBEhmZ + umask 022 + cd /builddir/build/BUILD + cd pyelftools-a1d968102e82fea06692c367849bc25418780f77 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/elftools copying elftools/__init__.py -> build/lib/elftools creating build/lib/elftools/elf copying elftools/elf/__init__.py -> build/lib/elftools/elf copying elftools/elf/constants.py -> build/lib/elftools/elf copying elftools/elf/descriptions.py -> build/lib/elftools/elf copying elftools/elf/dynamic.py -> build/lib/elftools/elf copying elftools/elf/elffile.py -> build/lib/elftools/elf copying elftools/elf/enums.py -> build/lib/elftools/elf copying elftools/elf/gnuversions.py -> build/lib/elftools/elf copying elftools/elf/relocation.py -> build/lib/elftools/elf copying elftools/elf/sections.py -> build/lib/elftools/elf copying elftools/elf/segments.py -> build/lib/elftools/elf copying elftools/elf/structs.py -> build/lib/elftools/elf creating build/lib/elftools/common copying elftools/common/__init__.py -> build/lib/elftools/common copying elftools/common/construct_utils.py -> build/lib/elftools/common copying elftools/common/exceptions.py -> build/lib/elftools/common copying elftools/common/ordereddict.py -> build/lib/elftools/common copying elftools/common/py3compat.py -> build/lib/elftools/common copying elftools/common/utils.py -> build/lib/elftools/common creating build/lib/elftools/dwarf copying elftools/dwarf/__init__.py -> build/lib/elftools/dwarf copying elftools/dwarf/abbrevtable.py -> build/lib/elftools/dwarf copying elftools/dwarf/callframe.py -> build/lib/elftools/dwarf copying elftools/dwarf/compileunit.py -> build/lib/elftools/dwarf copying elftools/dwarf/constants.py -> build/lib/elftools/dwarf copying elftools/dwarf/descriptions.py -> build/lib/elftools/dwarf copying elftools/dwarf/die.py -> build/lib/elftools/dwarf copying elftools/dwarf/dwarf_expr.py -> build/lib/elftools/dwarf copying elftools/dwarf/dwarfinfo.py -> build/lib/elftools/dwarf copying elftools/dwarf/enums.py -> build/lib/elftools/dwarf copying elftools/dwarf/lineprogram.py -> build/lib/elftools/dwarf copying elftools/dwarf/locationlists.py -> build/lib/elftools/dwarf copying elftools/dwarf/ranges.py -> build/lib/elftools/dwarf copying elftools/dwarf/structs.py -> build/lib/elftools/dwarf running build_scripts creating build/scripts-2.7 copying and adjusting scripts/readelf.py -> build/scripts-2.7 changing mode of build/scripts-2.7/readelf.py from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CDbpcz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64 + cd pyelftools-a1d968102e82fea06692c367849bc25418780f77 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr creating /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools copying build/lib/elftools/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools creating /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/constants.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/descriptions.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/dynamic.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/elffile.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/enums.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/gnuversions.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/relocation.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/sections.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/segments.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf copying build/lib/elftools/elf/structs.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf creating /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common copying build/lib/elftools/common/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common copying build/lib/elftools/common/construct_utils.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common copying build/lib/elftools/common/exceptions.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common copying build/lib/elftools/common/ordereddict.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common copying build/lib/elftools/common/py3compat.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common copying build/lib/elftools/common/utils.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common creating /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/abbrevtable.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/callframe.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/compileunit.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/constants.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/descriptions.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/die.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/dwarf_expr.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/dwarfinfo.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/enums.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/lineprogram.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/locationlists.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/ranges.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/structs.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/descriptions.py to descriptions.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/dynamic.py to dynamic.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/elffile.py to elffile.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/enums.py to enums.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/gnuversions.py to gnuversions.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/relocation.py to relocation.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/sections.py to sections.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/segments.py to segments.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/elf/structs.py to structs.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common/construct_utils.py to construct_utils.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common/ordereddict.py to ordereddict.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common/py3compat.py to py3compat.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/abbrevtable.py to abbrevtable.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/callframe.py to callframe.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/compileunit.py to compileunit.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/descriptions.py to descriptions.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/die.py to die.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/dwarf_expr.py to dwarf_expr.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/dwarfinfo.py to dwarfinfo.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/enums.py to enums.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/lineprogram.py to lineprogram.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/locationlists.py to locationlists.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/ranges.py to ranges.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/elftools/dwarf/structs.py to structs.pyc writing byte-compilation script '/tmp/tmpl2XfTI.py' /usr/bin/python -O /tmp/tmpl2XfTI.py removing /tmp/tmpl2XfTI.py running install_scripts creating /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/bin copying build/scripts-2.7/readelf.py -> /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/bin/readelf.py to 755 running install_egg_info Writing /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/python2.7/site-packages/pyelftools-0.21-py2.7.egg-info + mv /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/bin/readelf.py /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/bin/pyreadelf + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/lib/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.hBqBga + umask 022 + cd /builddir/build/BUILD + cd pyelftools-a1d968102e82fea06692c367849bc25418780f77 + /usr/bin/python test/run_all_unittests.py .................... ---------------------------------------------------------------------- Ran 20 tests in 0.068s OK + /usr/bin/python test/run_examples_test.py Example './examples/dwarf_decode_address.py' Example './examples/dwarf_die_tree.py' Example './examples/dwarf_location_lists.py' Example './examples/dwarf_range_lists.py' Example './examples/elf_low_high_api.py' Example './examples/elf_relocations.py' Example './examples/elf_show_debug_sections.py' Example './examples/elfclass_address_size.py' Example './examples/examine_dwarf_info.py' Conclusion: SUCCESS + /usr/bin/python test/run_readelf_tests.py Test file 'test/testfiles_for_readelf/exe_simple32.elf' Test file 'test/testfiles_for_readelf/exe_simple64.elf' .......................FAIL ....for option "--debug-dump=frames" ....Output #1 is readelf, Output #2 is pyelftools @@ Mismatch on line #1: >>00000000 0000000000000014 ffffffff cie<< >>00000000 00000014 ffffffff cie<< @@ Output #1 dumped to file: /tmp/out1_vadwwm.stdout @@ Output #2 dumped to file: /tmp/out2_2R21NY.stdout .......................FAIL ....for option "--debug-dump=frames-interp" ....Output #1 is readelf, Output #2 is pyelftools @@ Mismatch on line #1: >>00000000 0000000000000014 ffffffff cie "" cf=1 df=-8 ra=16<< >>00000000 00000014 ffffffff cie "" cf=1 df=-8 ra=16<< @@ Output #1 dumped to file: /tmp/out1_KI2NLQ.stdout @@ Output #2 dumped to file: /tmp/out2_uaQdHK.stdout Conclusion: FAIL + : + exit 0 Processing files: python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vD5jlR + umask 022 + cd /builddir/build/BUILD + cd pyelftools-a1d968102e82fea06692c367849bc25418780f77 + DOCDIR=/builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/share/doc/python-pyelftools-0.22 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/share/doc/python-pyelftools-0.22 + cp -pr CHANGES /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/share/doc/python-pyelftools-0.22 + cp -pr LICENSE /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/share/doc/python-pyelftools-0.22 + cp -pr README.rst /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/share/doc/python-pyelftools-0.22 + cp -pr TODO /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64/usr/share/doc/python-pyelftools-0.22 + exit 0 Provides: pyelftools = 0.22-0.5.git20130619.a1d9681.el7 python-pyelftools = 0.22-0.5.git20130619.a1d9681.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: /usr/bin/python python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64 Wrote: /builddir/build/RPMS/python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Fmgmkj + umask 022 + cd /builddir/build/BUILD + cd pyelftools-a1d968102e82fea06692c367849bc25418780f77 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyelftools-0.22-0.5.git20130619.a1d9681.el7.x86_64 + exit 0 Child return code was: 0