Mock Version: 1.1.38 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-websocket-client.spec'], False, '/srv/build/7/B/mock-root/c7-extras-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-websocket-client.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: worker1.bsys.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-websocket-client-0.32.0-116.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-websocket-client.spec'], False, '/srv/build/7/B/mock-root/c7-extras-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-websocket-client.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ImEFhv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf websocket_client-0.32.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/websocket_client-0.32.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd websocket_client-0.32.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (urlparse.patch): + echo 'Patch #0 (urlparse.patch):' + /usr/bin/cat /builddir/build/SOURCES/urlparse.patch + /usr/bin/patch -p1 --fuzz=0 patching file websocket/_url.py + rm -rf websocket-client.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JIJSC7 + umask 022 + cd /builddir/build/BUILD + cd websocket_client-0.32.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/websocket copying websocket/_logging.py -> build/lib/websocket copying websocket/_url.py -> build/lib/websocket copying websocket/__init__.py -> build/lib/websocket copying websocket/_utils.py -> build/lib/websocket copying websocket/_ssl_compat.py -> build/lib/websocket copying websocket/_core.py -> build/lib/websocket copying websocket/_http.py -> build/lib/websocket copying websocket/_app.py -> build/lib/websocket copying websocket/_exceptions.py -> build/lib/websocket copying websocket/_socket.py -> build/lib/websocket copying websocket/_abnf.py -> build/lib/websocket copying websocket/_handshake.py -> build/lib/websocket creating build/lib/websocket/tests copying websocket/tests/__init__.py -> build/lib/websocket/tests copying websocket/tests/test_websocket.py -> build/lib/websocket/tests copying websocket/cacert.pem -> build/lib/websocket creating build/lib/websocket/tests/data copying websocket/tests/data/header01.txt -> build/lib/websocket/tests/data copying websocket/tests/data/header02.txt -> build/lib/websocket/tests/data running build_scripts creating build/scripts-2.7 copying and adjusting bin/wsdump.py -> build/scripts-2.7 changing mode of build/scripts-2.7/wsdump.py from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7HdnbK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64 + cd websocket_client-0.32.0 + /usr/bin/python setup.py install -O1 --skip-build --root=/builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_logging.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket creating /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/tests creating /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/tests/data copying build/lib/websocket/tests/data/header01.txt -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/tests/data copying build/lib/websocket/tests/data/header02.txt -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/tests/data copying build/lib/websocket/tests/__init__.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/tests copying build/lib/websocket/tests/test_websocket.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/tests copying build/lib/websocket/_url.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/__init__.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_utils.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_ssl_compat.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_core.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_http.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_app.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_exceptions.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_socket.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/cacert.pem -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_abnf.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket copying build/lib/websocket/_handshake.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_logging.py to _logging.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/tests/test_websocket.py to test_websocket.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_url.py to _url.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_ssl_compat.py to _ssl_compat.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_core.py to _core.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_http.py to _http.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_app.py to _app.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_exceptions.py to _exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_socket.py to _socket.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_abnf.py to _abnf.pyc byte-compiling /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket/_handshake.py to _handshake.pyc writing byte-compilation script '/tmp/tmpRtzZOW.py' /usr/bin/python -O /tmp/tmpRtzZOW.py removing /tmp/tmpRtzZOW.py running install_egg_info running egg_info writing requirements to websocket_client.egg-info/requires.txt writing websocket_client.egg-info/PKG-INFO writing top-level names to websocket_client.egg-info/top_level.txt writing dependency_links to websocket_client.egg-info/dependency_links.txt reading manifest file 'websocket_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'websocket_client.egg-info/SOURCES.txt' Copying websocket_client.egg-info to /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7/site-packages/websocket_client-0.32.0-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/bin copying build/scripts-2.7/wsdump.py -> /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/bin/wsdump.py to 755 + mv /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64//usr/bin/wsdump.py /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64//usr/bin/wsdump + rm /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64//usr/lib/python2.7/site-packages/websocket/cacert.pem + ln -s /etc/pki/tls/cert.pem /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64//usr/lib/python2.7/site-packages/websocket/cacert.pem + rm -rf /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64//usr/lib/python2.7/site-packages/tests/ + find /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64//usr/lib/python2.7/site-packages -type f -exec chmod -x '{}' ';' + /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/websocket_client-0.32.0 /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-websocket-client-0.32.0-116.el7.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rC99Tn + umask 022 + cd /builddir/build/BUILD + cd websocket_client-0.32.0 + exit 0 Processing files: python-websocket-client-0.32.0-116.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wxEmD1 + umask 022 + cd /builddir/build/BUILD + cd websocket_client-0.32.0 + DOCDIR=/builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/share/doc/python-websocket-client-0.32.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/share/doc/python-websocket-client-0.32.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/share/doc/python-websocket-client-0.32.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64/usr/share/doc/python-websocket-client-0.32.0 + exit 0 Provides: python-websocket-client = 0.32.0-116.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/python2 python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64 warning: Could not canonicalize hostname: worker1.bsys.centos.org Wrote: /builddir/build/RPMS/python-websocket-client-0.32.0-116.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7W4kbl + umask 022 + cd /builddir/build/BUILD + cd websocket_client-0.32.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-websocket-client-0.32.0-116.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->