Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-construct.spec'], chrootPath='/var/lib/mock/python-construct-2.5.1-4.el7-20180531150458-15713/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', '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 ppc64le --nodeps /builddir/build/SPECS/python-construct.spec'] with env {'LANG': 'en_GB.UTF-8', '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 sh: /usr/bin/python: No such file or directory Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/python-construct-2.5.1-4.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-construct.spec'], chrootPath='/var/lib/mock/python-construct-2.5.1-4.el7-20180531150458-15713/root'shell=Falseuid=1004env={'LANG': 'en_GB.UTF-8', '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=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-construct.spec'] with env {'LANG': 'en_GB.UTF-8', '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: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wz7Xb2 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf construct-2.5.1 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/construct-2.5.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd construct-2.5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kpyG2y + umask 022 + cd /builddir/build/BUILD + cd construct-2.5.1 + /usr/bin/python setup.py build /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/construct copying construct/core.py -> build/lib/construct copying construct/macros.py -> build/lib/construct copying construct/debug.py -> build/lib/construct copying construct/adapters.py -> build/lib/construct copying construct/__init__.py -> build/lib/construct copying construct/version.py -> build/lib/construct creating build/lib/construct/lib copying construct/lib/bitstream.py -> build/lib/construct/lib copying construct/lib/py3compat.py -> build/lib/construct/lib copying construct/lib/hex.py -> build/lib/construct/lib copying construct/lib/expr.py -> build/lib/construct/lib copying construct/lib/__init__.py -> build/lib/construct/lib copying construct/lib/container.py -> build/lib/construct/lib copying construct/lib/binary.py -> build/lib/construct/lib creating build/lib/construct/formats copying construct/formats/__init__.py -> build/lib/construct/formats creating build/lib/construct/formats/data copying construct/formats/data/cap.py -> build/lib/construct/formats/data copying construct/formats/data/__init__.py -> build/lib/construct/formats/data copying construct/formats/data/snoop.py -> build/lib/construct/formats/data creating build/lib/construct/formats/executable copying construct/formats/executable/pe32.py -> build/lib/construct/formats/executable copying construct/formats/executable/__init__.py -> build/lib/construct/formats/executable copying construct/formats/executable/elf32.py -> build/lib/construct/formats/executable creating build/lib/construct/formats/filesystem copying construct/formats/filesystem/mbr.py -> build/lib/construct/formats/filesystem copying construct/formats/filesystem/ext2.py -> build/lib/construct/formats/filesystem copying construct/formats/filesystem/__init__.py -> build/lib/construct/formats/filesystem copying construct/formats/filesystem/fat16.py -> build/lib/construct/formats/filesystem creating build/lib/construct/formats/graphics copying construct/formats/graphics/png.py -> build/lib/construct/formats/graphics copying construct/formats/graphics/wmf.py -> build/lib/construct/formats/graphics copying construct/formats/graphics/emf.py -> build/lib/construct/formats/graphics copying construct/formats/graphics/__init__.py -> build/lib/construct/formats/graphics copying construct/formats/graphics/gif.py -> build/lib/construct/formats/graphics copying construct/formats/graphics/bmp.py -> build/lib/construct/formats/graphics creating build/lib/construct/protocols copying construct/protocols/__init__.py -> build/lib/construct/protocols copying construct/protocols/ipstack.py -> build/lib/construct/protocols creating build/lib/construct/protocols/application copying construct/protocols/application/dns.py -> build/lib/construct/protocols/application copying construct/protocols/application/__init__.py -> build/lib/construct/protocols/application creating build/lib/construct/protocols/layer2 copying construct/protocols/layer2/ethernet.py -> build/lib/construct/protocols/layer2 copying construct/protocols/layer2/mtp2.py -> build/lib/construct/protocols/layer2 copying construct/protocols/layer2/__init__.py -> build/lib/construct/protocols/layer2 copying construct/protocols/layer2/arp.py -> build/lib/construct/protocols/layer2 creating build/lib/construct/protocols/layer3 copying construct/protocols/layer3/mtp3.py -> build/lib/construct/protocols/layer3 copying construct/protocols/layer3/dhcpv4.py -> build/lib/construct/protocols/layer3 copying construct/protocols/layer3/icmpv4.py -> build/lib/construct/protocols/layer3 copying construct/protocols/layer3/igmpv2.py -> build/lib/construct/protocols/layer3 copying construct/protocols/layer3/ipv4.py -> build/lib/construct/protocols/layer3 copying construct/protocols/layer3/dhcpv6.py -> build/lib/construct/protocols/layer3 copying construct/protocols/layer3/__init__.py -> build/lib/construct/protocols/layer3 copying construct/protocols/layer3/ipv6.py -> build/lib/construct/protocols/layer3 creating build/lib/construct/protocols/layer4 copying construct/protocols/layer4/isup.py -> build/lib/construct/protocols/layer4 copying construct/protocols/layer4/udp.py -> build/lib/construct/protocols/layer4 copying construct/protocols/layer4/tcp.py -> build/lib/construct/protocols/layer4 copying construct/protocols/layer4/__init__.py -> build/lib/construct/protocols/layer4 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.314SV5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le ++ dirname /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le + cd construct-2.5.1 + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/filesystem copying build/lib/construct/formats/filesystem/mbr.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/filesystem copying build/lib/construct/formats/filesystem/ext2.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/filesystem copying build/lib/construct/formats/filesystem/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/filesystem copying build/lib/construct/formats/filesystem/fat16.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/filesystem creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics copying build/lib/construct/formats/graphics/png.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics copying build/lib/construct/formats/graphics/wmf.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics copying build/lib/construct/formats/graphics/emf.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics copying build/lib/construct/formats/graphics/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics copying build/lib/construct/formats/graphics/gif.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics copying build/lib/construct/formats/graphics/bmp.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics copying build/lib/construct/formats/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/data copying build/lib/construct/formats/data/cap.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/data copying build/lib/construct/formats/data/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/data copying build/lib/construct/formats/data/snoop.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/data creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/executable copying build/lib/construct/formats/executable/pe32.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/executable copying build/lib/construct/formats/executable/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/executable copying build/lib/construct/formats/executable/elf32.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/executable creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/application copying build/lib/construct/protocols/application/dns.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/application copying build/lib/construct/protocols/application/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/application creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3 copying build/lib/construct/protocols/layer3/mtp3.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3 copying build/lib/construct/protocols/layer3/dhcpv4.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3 copying build/lib/construct/protocols/layer3/icmpv4.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3 copying build/lib/construct/protocols/layer3/igmpv2.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3 copying build/lib/construct/protocols/layer3/ipv4.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3 copying build/lib/construct/protocols/layer3/dhcpv6.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3 copying build/lib/construct/protocols/layer3/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3 copying build/lib/construct/protocols/layer3/ipv6.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3 creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer2 copying build/lib/construct/protocols/layer2/ethernet.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer2 copying build/lib/construct/protocols/layer2/mtp2.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer2 copying build/lib/construct/protocols/layer2/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer2 copying build/lib/construct/protocols/layer2/arp.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer2 copying build/lib/construct/protocols/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer4 copying build/lib/construct/protocols/layer4/isup.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer4 copying build/lib/construct/protocols/layer4/udp.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer4 copying build/lib/construct/protocols/layer4/tcp.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer4 copying build/lib/construct/protocols/layer4/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer4 copying build/lib/construct/protocols/ipstack.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols copying build/lib/construct/core.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct copying build/lib/construct/macros.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct creating /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib copying build/lib/construct/lib/bitstream.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib copying build/lib/construct/lib/py3compat.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib copying build/lib/construct/lib/hex.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib copying build/lib/construct/lib/expr.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib copying build/lib/construct/lib/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib copying build/lib/construct/lib/container.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib copying build/lib/construct/lib/binary.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib copying build/lib/construct/debug.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct copying build/lib/construct/adapters.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct copying build/lib/construct/__init__.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct copying build/lib/construct/version.py -> /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/filesystem/mbr.py to mbr.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/filesystem/ext2.py to ext2.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/filesystem/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/filesystem/fat16.py to fat16.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics/png.py to png.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics/wmf.py to wmf.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics/emf.py to emf.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics/gif.py to gif.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/graphics/bmp.py to bmp.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/data/cap.py to cap.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/data/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/data/snoop.py to snoop.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/executable/pe32.py to pe32.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/executable/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/formats/executable/elf32.py to elf32.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/application/dns.py to dns.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/application/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3/mtp3.py to mtp3.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3/dhcpv4.py to dhcpv4.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3/icmpv4.py to icmpv4.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3/igmpv2.py to igmpv2.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3/ipv4.py to ipv4.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3/dhcpv6.py to dhcpv6.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer3/ipv6.py to ipv6.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer2/ethernet.py to ethernet.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer2/mtp2.py to mtp2.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer2/arp.py to arp.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer4/isup.py to isup.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer4/udp.py to udp.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer4/tcp.py to tcp.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/layer4/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/protocols/ipstack.py to ipstack.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/macros.py to macros.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib/bitstream.py to bitstream.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib/py3compat.py to py3compat.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib/hex.py to hex.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib/expr.py to expr.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/lib/binary.py to binary.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/adapters.py to adapters.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct/version.py to version.pyc running install_egg_info Writing /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7/site-packages/construct-2.5.1-py2.7.egg-info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/construct-2.5.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /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-construct-2.5.1-4.el7.ppc64le/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-construct-2.5.1-4.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fABOlD + umask 022 + cd /builddir/build/BUILD + cd construct-2.5.1 + DOCDIR=/builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/share/doc/python-construct-2.5.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/share/doc/python-construct-2.5.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/share/doc/python-construct-2.5.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le/usr/share/doc/python-construct-2.5.1 + exit 0 Provides: python-construct = 2.5.1-4.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: python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le Wrote: /builddir/build/RPMS/python-construct-2.5.1-4.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.g9dFdK + umask 022 + cd /builddir/build/BUILD + cd construct-2.5.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-construct-2.5.1-4.el7.ppc64le + exit 0 Child return code was: 0