Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/NFStest.spec'], nspawn_args=[]shell=Falseuid=1004env={'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/centos-7-x86_64/root'gid=135user='mockbuild'timeout=0logger=printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/NFStest.spec'] with env {'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} 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/nfstest-2.1.5-1.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/NFStest.spec'], nspawn_args=[]shell=Falseuid=1004env={'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/centos-7-x86_64/root'gid=135user='mockbuild'timeout=0logger=printOutput=True) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/NFStest.spec'] with env {'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Y5tFlq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf NFStest-2.1.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/NFStest-2.1.5.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd NFStest-2.1.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.M963tB + umask 022 + cd /builddir/build/BUILD + cd NFStest-2.1.5 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib copying baseobj.py -> build/lib copying formatstr.py -> build/lib copying nfstest_config.py -> build/lib creating build/lib/nfstest copying nfstest/test_util.py -> build/lib/nfstest copying nfstest/nfs_util.py -> build/lib/nfstest copying nfstest/file_io.py -> build/lib/nfstest copying nfstest/__init__.py -> build/lib/nfstest copying nfstest/rexec.py -> build/lib/nfstest copying nfstest/utils.py -> build/lib/nfstest copying nfstest/host.py -> build/lib/nfstest creating build/lib/packet copying packet/derunpack.py -> build/lib/packet copying packet/unpack.py -> build/lib/packet copying packet/__init__.py -> build/lib/packet copying packet/utils.py -> build/lib/packet copying packet/record.py -> build/lib/packet copying packet/pktt.py -> build/lib/packet copying packet/pkt.py -> build/lib/packet creating build/lib/packet/application copying packet/application/krb5_const.py -> build/lib/packet/application copying packet/application/gss.py -> build/lib/packet/application copying packet/application/rpc_creds.py -> build/lib/packet/application copying packet/application/rpc.py -> build/lib/packet/application copying packet/application/dns_const.py -> build/lib/packet/application copying packet/application/__init__.py -> build/lib/packet/application copying packet/application/krb5.py -> build/lib/packet/application copying packet/application/ntp4.py -> build/lib/packet/application copying packet/application/gss_const.py -> build/lib/packet/application copying packet/application/rpc_const.py -> build/lib/packet/application copying packet/application/dns.py -> build/lib/packet/application creating build/lib/packet/internet copying packet/internet/ipv4.py -> build/lib/packet/internet copying packet/internet/arp_const.py -> build/lib/packet/internet copying packet/internet/__init__.py -> build/lib/packet/internet copying packet/internet/ipv6addr.py -> build/lib/packet/internet copying packet/internet/arp.py -> build/lib/packet/internet copying packet/internet/ipv6.py -> build/lib/packet/internet creating build/lib/packet/link copying packet/link/__init__.py -> build/lib/packet/link copying packet/link/ethernet.py -> build/lib/packet/link copying packet/link/macaddr.py -> build/lib/packet/link creating build/lib/packet/nfs copying packet/nfs/nfs3_const.py -> build/lib/packet/nfs copying packet/nfs/nfs3.py -> build/lib/packet/nfs copying packet/nfs/__init__.py -> build/lib/packet/nfs copying packet/nfs/portmap2.py -> build/lib/packet/nfs copying packet/nfs/nfs.py -> build/lib/packet/nfs copying packet/nfs/nlm4.py -> build/lib/packet/nfs copying packet/nfs/nlm4_const.py -> build/lib/packet/nfs copying packet/nfs/portmap2_const.py -> build/lib/packet/nfs copying packet/nfs/mount3.py -> build/lib/packet/nfs copying packet/nfs/nfs4.py -> build/lib/packet/nfs copying packet/nfs/nfs4_const.py -> build/lib/packet/nfs copying packet/nfs/nfsbase.py -> build/lib/packet/nfs copying packet/nfs/mount3_const.py -> build/lib/packet/nfs creating build/lib/packet/transport copying packet/transport/__init__.py -> build/lib/packet/transport copying packet/transport/udp.py -> build/lib/packet/transport copying packet/transport/tcp.py -> build/lib/packet/transport running build_scripts creating build/scripts-2.7 copying and adjusting test/nfstest_alloc -> build/scripts-2.7 copying and adjusting test/nfstest_cache -> build/scripts-2.7 copying and adjusting test/nfstest_delegation -> build/scripts-2.7 copying and adjusting test/nfstest_dio -> build/scripts-2.7 copying and adjusting test/nfstest_file -> build/scripts-2.7 copying and adjusting test/nfstest_interop -> build/scripts-2.7 copying and adjusting test/nfstest_io -> build/scripts-2.7 copying and adjusting test/nfstest_lock -> build/scripts-2.7 copying and adjusting test/nfstest_pkt -> build/scripts-2.7 copying and adjusting test/nfstest_pnfs -> build/scripts-2.7 copying and adjusting test/nfstest_posix -> build/scripts-2.7 copying and adjusting test/nfstest_sparse -> build/scripts-2.7 copying and adjusting test/nfstest_ssc -> build/scripts-2.7 copying and adjusting test/nfstest_xid -> build/scripts-2.7 changing mode of build/scripts-2.7/nfstest_alloc from 644 to 755 changing mode of build/scripts-2.7/nfstest_cache from 644 to 755 changing mode of build/scripts-2.7/nfstest_delegation from 644 to 755 changing mode of build/scripts-2.7/nfstest_dio from 644 to 755 changing mode of build/scripts-2.7/nfstest_file from 644 to 755 changing mode of build/scripts-2.7/nfstest_interop from 644 to 755 changing mode of build/scripts-2.7/nfstest_io from 644 to 755 changing mode of build/scripts-2.7/nfstest_lock from 644 to 755 changing mode of build/scripts-2.7/nfstest_pkt from 644 to 755 changing mode of build/scripts-2.7/nfstest_pnfs from 644 to 755 changing mode of build/scripts-2.7/nfstest_posix from 644 to 755 changing mode of build/scripts-2.7/nfstest_sparse from 644 to 755 changing mode of build/scripts-2.7/nfstest_ssc from 644 to 755 changing mode of build/scripts-2.7/nfstest_xid from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.M4kCLM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64 + cd NFStest-2.1.5 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages copying build/lib/baseobj.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages copying build/lib/formatstr.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages copying build/lib/nfstest_config.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest copying build/lib/nfstest/test_util.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest copying build/lib/nfstest/nfs_util.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest copying build/lib/nfstest/file_io.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest copying build/lib/nfstest/__init__.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest copying build/lib/nfstest/rexec.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest copying build/lib/nfstest/utils.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest copying build/lib/nfstest/host.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet copying build/lib/packet/derunpack.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet copying build/lib/packet/unpack.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet copying build/lib/packet/__init__.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet copying build/lib/packet/utils.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet copying build/lib/packet/record.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet copying build/lib/packet/pktt.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet copying build/lib/packet/pkt.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/krb5_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/gss.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/rpc_creds.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/rpc.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/dns_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/__init__.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/krb5.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/ntp4.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/gss_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/rpc_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application copying build/lib/packet/application/dns.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet copying build/lib/packet/internet/ipv4.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet copying build/lib/packet/internet/arp_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet copying build/lib/packet/internet/__init__.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet copying build/lib/packet/internet/ipv6addr.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet copying build/lib/packet/internet/arp.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet copying build/lib/packet/internet/ipv6.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/link copying build/lib/packet/link/__init__.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/link copying build/lib/packet/link/ethernet.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/link copying build/lib/packet/link/macaddr.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/link creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/nfs3_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/nfs3.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/__init__.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/portmap2.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/nfs.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/nlm4.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/nlm4_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/portmap2_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/mount3.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/nfs4.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/nfs4_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/nfsbase.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs copying build/lib/packet/nfs/mount3_const.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/transport copying build/lib/packet/transport/__init__.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/transport copying build/lib/packet/transport/udp.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/transport copying build/lib/packet/transport/tcp.py -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/transport byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/baseobj.py to baseobj.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/formatstr.py to formatstr.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest_config.py to nfstest_config.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest/test_util.py to test_util.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest/nfs_util.py to nfs_util.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest/file_io.py to file_io.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest/rexec.py to rexec.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/nfstest/host.py to host.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/derunpack.py to derunpack.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/unpack.py to unpack.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/record.py to record.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/pktt.py to pktt.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/pkt.py to pkt.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/krb5_const.py to krb5_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/gss.py to gss.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/rpc_creds.py to rpc_creds.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/dns_const.py to dns_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/krb5.py to krb5.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/ntp4.py to ntp4.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/gss_const.py to gss_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/rpc_const.py to rpc_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/application/dns.py to dns.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet/ipv4.py to ipv4.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet/arp_const.py to arp_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet/ipv6addr.py to ipv6addr.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet/arp.py to arp.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/internet/ipv6.py to ipv6.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/link/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/link/ethernet.py to ethernet.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/link/macaddr.py to macaddr.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/nfs3_const.py to nfs3_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/nfs3.py to nfs3.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/portmap2.py to portmap2.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/nfs.py to nfs.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/nlm4.py to nlm4.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/nlm4_const.py to nlm4_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/portmap2_const.py to portmap2_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/mount3.py to mount3.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/nfs4.py to nfs4.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/nfs4_const.py to nfs4_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/nfsbase.py to nfsbase.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/nfs/mount3_const.py to mount3_const.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/transport/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/transport/udp.py to udp.pyc byte-compiling /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/packet/transport/tcp.py to tcp.pyc writing byte-compilation script '/tmp/tmpQTEBtm.py' /usr/bin/python -O /tmp/tmpQTEBtm.py removing /tmp/tmpQTEBtm.py running install_scripts creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_alloc -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_cache -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_delegation -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_dio -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_file -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_interop -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_io -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_lock -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_pkt -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_pnfs -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_posix -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_sparse -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_ssc -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin copying build/scripts-2.7/nfstest_xid -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_alloc to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_cache to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_delegation to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_dio to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_file to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_interop to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_io to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_lock to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_pkt to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_pnfs to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_posix to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_sparse to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_ssc to 755 changing mode of /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/bin/nfstest_xid to 755 running install_data creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_alloc.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_cache.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_delegation.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_dio.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_file.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_interop.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_io.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_lock.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_pkt.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_pnfs.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_posix.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_sparse.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_ssc.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 copying man/nfstest_xid.1.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man1 creating /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/baseobj.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/formatstr.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/nfstest.file_io.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/nfstest.host.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/nfstest.nfs_util.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/nfstest.rexec.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/nfstest.test_util.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/nfstest.utils.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.derunpack.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.pkt.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.pktt.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.record.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.unpack.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.utils.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.dns.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.dns_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.gss.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.gss_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.krb5.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.krb5_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.ntp4.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.rpc.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.rpc_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.application.rpc_creds.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.internet.arp.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.internet.arp_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.internet.ipv4.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.internet.ipv6.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.internet.ipv6addr.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.link.ethernet.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.link.macaddr.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.mount3.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.mount3_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.nfs3.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.nfs3_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.nfs4.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.nfs4_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.nfs.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.nfsbase.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.nlm4.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.nlm4_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.portmap2.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.nfs.portmap2_const.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.transport.tcp.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 copying man/packet.transport.udp.3.gz -> /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/man/man3 running install_egg_info Writing /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/lib/python2.7/site-packages/NFStest-2.1.5-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 110000000 /builddir/build/BUILD/NFStest-2.1.5 /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/nfstest-2.1.5-1.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 Processing files: nfstest-2.1.5-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5Ot9b1 + umask 022 + cd /builddir/build/BUILD + cd NFStest-2.1.5 + DOCDIR=/builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/doc/nfstest-2.1.5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/doc/nfstest-2.1.5 + cp -pr COPYING /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/doc/nfstest-2.1.5 + cp -pr README /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64/usr/share/doc/nfstest-2.1.5 + exit 0 Provides: nfstest = 2.1.5-1.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/nfstest-2.1.5-1.el7.x86_64 Wrote: /builddir/build/RPMS/nfstest-2.1.5-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5YxQ9A + umask 022 + cd /builddir/build/BUILD + cd NFStest-2.1.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/nfstest-2.1.5-1.el7.x86_64 + exit 0 Child return code was: 0