Mock Version: 6.0 Mock Version: 6.0 Mock Version: 6.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/pyelftools.spec'], chrootPath='/var/lib/mock/epel8-build-58227068-6563324/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv._76kn4ej:/etc/resolv.conf']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/pyelftools.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: /usr/bin/python3.6: No such file or directory sh: /usr/bin/python3.6: No such file or directory sh: /usr/bin/python3.6: No such file or directory sh: /usr/bin/python3.6: No such file or directory sh: /usr/bin/python3.6: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/pyelftools-0.27-5.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/pyelftools.spec'], chrootPath='/var/lib/mock/epel8-build-58227068-6563324/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv._76kn4ej:/etc/resolv.conf']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/pyelftools.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rgZD3A + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyelftools-0.27 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyelftools-0.27.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyelftools-0.27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (pyelftools-py311.patch): + echo 'Patch #0 (pyelftools-py311.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .py311 --fuzz=0 patching file test/test_arm_call_reloc.py patching file test/test_die_size.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.F6UlIf + umask 022 + cd /builddir/build/BUILD + cd pyelftools-0.27 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.6 setup.py build '--executable=/usr/bin/python3.6 -s' 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/hash.py -> build/lib/elftools/elf copying elftools/elf/notes.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/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/aranges.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/namelut.py -> build/lib/elftools/dwarf copying elftools/dwarf/ranges.py -> build/lib/elftools/dwarf copying elftools/dwarf/structs.py -> build/lib/elftools/dwarf creating build/lib/elftools/ehabi copying elftools/ehabi/__init__.py -> build/lib/elftools/ehabi copying elftools/ehabi/constants.py -> build/lib/elftools/ehabi copying elftools/ehabi/decoder.py -> build/lib/elftools/ehabi copying elftools/ehabi/ehabiinfo.py -> build/lib/elftools/ehabi copying elftools/ehabi/structs.py -> build/lib/elftools/ehabi creating build/lib/elftools/construct copying elftools/construct/__init__.py -> build/lib/elftools/construct copying elftools/construct/adapters.py -> build/lib/elftools/construct copying elftools/construct/core.py -> build/lib/elftools/construct copying elftools/construct/debug.py -> build/lib/elftools/construct copying elftools/construct/macros.py -> build/lib/elftools/construct creating build/lib/elftools/construct/lib copying elftools/construct/lib/__init__.py -> build/lib/elftools/construct/lib copying elftools/construct/lib/binary.py -> build/lib/elftools/construct/lib copying elftools/construct/lib/bitstream.py -> build/lib/elftools/construct/lib copying elftools/construct/lib/container.py -> build/lib/elftools/construct/lib copying elftools/construct/lib/hex.py -> build/lib/elftools/construct/lib copying elftools/construct/lib/py3compat.py -> build/lib/elftools/construct/lib running build_scripts creating build/scripts-3.6 copying and adjusting scripts/readelf.py -> build/scripts-3.6 changing mode of build/scripts-3.6/readelf.py from 644 to 755 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yl3oNR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64 ++ dirname /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64 + cd pyelftools-0.27 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6 creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools copying build/lib/elftools/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/constants.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/descriptions.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/dynamic.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/elffile.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/enums.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/gnuversions.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/hash.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/notes.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/relocation.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/sections.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/segments.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf copying build/lib/elftools/elf/structs.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common copying build/lib/elftools/common/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common copying build/lib/elftools/common/construct_utils.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common copying build/lib/elftools/common/exceptions.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common copying build/lib/elftools/common/py3compat.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common copying build/lib/elftools/common/utils.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/abbrevtable.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/aranges.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/callframe.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/compileunit.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/constants.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/descriptions.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/die.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/dwarf_expr.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/dwarfinfo.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/enums.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/lineprogram.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/locationlists.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/namelut.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/ranges.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf copying build/lib/elftools/dwarf/structs.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi copying build/lib/elftools/ehabi/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi copying build/lib/elftools/ehabi/constants.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi copying build/lib/elftools/ehabi/decoder.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi copying build/lib/elftools/ehabi/ehabiinfo.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi copying build/lib/elftools/ehabi/structs.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct copying build/lib/elftools/construct/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct copying build/lib/elftools/construct/adapters.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct copying build/lib/elftools/construct/core.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct copying build/lib/elftools/construct/debug.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct copying build/lib/elftools/construct/macros.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib copying build/lib/elftools/construct/lib/__init__.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib copying build/lib/elftools/construct/lib/binary.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib copying build/lib/elftools/construct/lib/bitstream.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib copying build/lib/elftools/construct/lib/container.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib copying build/lib/elftools/construct/lib/hex.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib copying build/lib/elftools/construct/lib/py3compat.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/descriptions.py to descriptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/dynamic.py to dynamic.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/elffile.py to elffile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/enums.py to enums.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/gnuversions.py to gnuversions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/hash.py to hash.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/notes.py to notes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/relocation.py to relocation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/sections.py to sections.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/segments.py to segments.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/elf/structs.py to structs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common/construct_utils.py to construct_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common/py3compat.py to py3compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/common/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/abbrevtable.py to abbrevtable.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/aranges.py to aranges.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/callframe.py to callframe.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/compileunit.py to compileunit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/descriptions.py to descriptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/die.py to die.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/dwarf_expr.py to dwarf_expr.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/dwarfinfo.py to dwarfinfo.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/enums.py to enums.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/lineprogram.py to lineprogram.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/locationlists.py to locationlists.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/namelut.py to namelut.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/ranges.py to ranges.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/dwarf/structs.py to structs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi/decoder.py to decoder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi/ehabiinfo.py to ehabiinfo.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/ehabi/structs.py to structs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/adapters.py to adapters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/core.py to core.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/debug.py to debug.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/macros.py to macros.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib/binary.py to binary.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib/bitstream.py to bitstream.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib/container.py to container.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib/hex.py to hex.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/elftools/construct/lib/py3compat.py to py3compat.cpython-36.pyc writing byte-compilation script '/tmp/tmp577gwkj9.py' /usr/bin/python3.6 /tmp/tmp577gwkj9.py removing /tmp/tmp577gwkj9.py running install_egg_info running egg_info creating pyelftools.egg-info writing pyelftools.egg-info/PKG-INFO writing dependency_links to pyelftools.egg-info/dependency_links.txt writing top-level names to pyelftools.egg-info/top_level.txt writing manifest file 'pyelftools.egg-info/SOURCES.txt' reading manifest file 'pyelftools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyelftools.egg-info/SOURCES.txt' Copying pyelftools.egg-info to /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6/site-packages/pyelftools-0.27-py3.6.egg-info running install_scripts creating /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/bin copying build/scripts-3.6/readelf.py -> /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/bin/readelf.py to 755 + pushd /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/bin ~/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/bin ~/build/BUILD/pyelftools-0.27 + mv readelf.py pyreadelf-3.6 + ln -s pyreadelf-3.6 pyreadelf-3 + ln -s pyreadelf-3 pyreadelf + popd ~/build/BUILD/pyelftools-0.27 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3mIDps + umask 022 + cd /builddir/build/BUILD + cd pyelftools-0.27 + /usr/bin/python3.6 test/run_all_unittests.py ................................................................................... ---------------------------------------------------------------------- Ran 83 tests in 2.483s OK + /usr/bin/python3.6 test/run_examples_test.py Example './examples/dwarf_decode_address.py' Example './examples/dwarf_die_tree.py' Example './examples/dwarf_lineprogram_filenames.py' Example './examples/dwarf_location_info.py' Example './examples/dwarf_pubnames_types.py' Example './examples/dwarf_range_lists.py' Example './examples/elf_low_high_api.py' Example './examples/elf_notes.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/python3.6 test/run_readelf_tests.py Test file 'test/testfiles_for_readelf/aarch64-relocs-le.o.elf' Test file 'test/testfiles_for_readelf/angr-eh_frame.elf' Test file 'test/testfiles_for_readelf/core_simple64.elf' Test file 'test/testfiles_for_readelf/dt_flags.elf' Test file 'test/testfiles_for_readelf/dwarf_gnuops4.so.elf' Test file 'test/testfiles_for_readelf/empty-cie.o.elf' Test file 'test/testfiles_for_readelf/exe_compressed64.elf' Test file 'test/testfiles_for_readelf/exe_simple32.elf' Test file 'test/testfiles_for_readelf/exe_simple64.elf' Test file 'test/testfiles_for_readelf/exe_stripped64.elf' Test file 'test/testfiles_for_readelf/gcc_tailcall.o.elf' Test file 'test/testfiles_for_readelf/improved-dwarfv4.o.elf' Test file 'test/testfiles_for_readelf/issue103.elf' Test file 'test/testfiles_for_readelf/libelf0_8_13_32bit.so.elf' Test file 'test/testfiles_for_readelf/lineprogram.elf' Test file 'test/testfiles_for_readelf/many_sections.o.elf' Test file 'test/testfiles_for_readelf/mips64-relocs-be.o.elf' Test file 'test/testfiles_for_readelf/mips64-relocs-le.o.elf' Test file 'test/testfiles_for_readelf/obj_simple32.o.elf' Test file 'test/testfiles_for_readelf/penalty_32_gcc.o.elf' Test file 'test/testfiles_for_readelf/penalty_64_clang.o.elf' Test file 'test/testfiles_for_readelf/penalty_64_gcc.o.elf' Test file 'test/testfiles_for_readelf/reloc_aarch64_gcc.o.elf' Test file 'test/testfiles_for_readelf/reloc_arm_gcc.o.elf' Test file 'test/testfiles_for_readelf/reloc_armhf_gcc.o.elf' Test file 'test/testfiles_for_readelf/reloc_armsf_gcc.o.elf' Test file 'test/testfiles_for_readelf/simple_aarch64_gcc.o.elf' Test file 'test/testfiles_for_readelf/simple_arm_gcc.o.elf' Test file 'test/testfiles_for_readelf/simple_armeb_gcc.o.elf' Test file 'test/testfiles_for_readelf/simple_armhf_gcc.o.elf' Test file 'test/testfiles_for_readelf/simple_mips_gcc.o.elf' Test file 'test/testfiles_for_readelf/tls.elf' Test file 'test/testfiles_for_readelf/tls64.elf' Test file 'test/testfiles_for_readelf/update32.o.elf' Conclusion: SUCCESS + exit 0 Processing files: python3-pyelftools-0.27-5.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TWWTtw + umask 022 + cd /builddir/build/BUILD + cd pyelftools-0.27 + DOCDIR=/builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/share/doc/python3-pyelftools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/share/doc/python3-pyelftools + cp -pr CHANGES /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/share/doc/python3-pyelftools + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GiGGPc + umask 022 + cd /builddir/build/BUILD + cd pyelftools-0.27 + LICENSEDIR=/builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/share/licenses/python3-pyelftools + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/share/licenses/python3-pyelftools + cp -pr LICENSE /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64/usr/share/licenses/python3-pyelftools + exit 0 Provides: bundled(python3-construct) = 2.6 python3-pyelftools = 0.27-5.el8 python3.6dist(pyelftools) = 0.27 python3dist(pyelftools) = 0.27 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/python3.6 python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyelftools-0.27-5.el8.x86_64 Wrote: /builddir/build/RPMS/python3-pyelftools-0.27-5.el8.noarch.rpm Child return code was: 0