Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/python-twisted-words.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-dac193a6266679d0eea68b872c208248bf952413/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', '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 armv7hl --nodeps builddir/build/SPECS/python-twisted-words.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/python-twisted-words-12.2.0-4.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/python-twisted-words.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-dac193a6266679d0eea68b872c208248bf952413/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', '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 armv7hl --nodeps builddir/build/SPECS/python-twisted-words.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3MmBJa + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf TwistedWords-12.2.0 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/TwistedWords-12.2.0.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd TwistedWords-12.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod -x doc/examples/oscardemo.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nauZmd + umask 022 + cd /builddir/build/BUILD + cd TwistedWords-12.2.0 + python setup.py build running build running build_py package init file 'twisted/plugins/__init__.py' not found (or not a regular file) creating build creating build/lib creating build/lib/twisted creating build/lib/twisted/plugins copying twisted/plugins/twisted_words.py -> build/lib/twisted/plugins creating build/lib/twisted/words copying twisted/words/__init__.py -> build/lib/twisted/words copying twisted/words/iwords.py -> build/lib/twisted/words copying twisted/words/service.py -> build/lib/twisted/words copying twisted/words/tap.py -> build/lib/twisted/words copying twisted/words/xmpproutertap.py -> build/lib/twisted/words copying twisted/words/ewords.py -> build/lib/twisted/words copying twisted/words/_version.py -> build/lib/twisted/words creating build/lib/twisted/words/xish copying twisted/words/xish/__init__.py -> build/lib/twisted/words/xish copying twisted/words/xish/utility.py -> build/lib/twisted/words/xish copying twisted/words/xish/xpathparser.py -> build/lib/twisted/words/xish copying twisted/words/xish/domish.py -> build/lib/twisted/words/xish copying twisted/words/xish/xpath.py -> build/lib/twisted/words/xish copying twisted/words/xish/xmlstream.py -> build/lib/twisted/words/xish creating build/lib/twisted/words/protocols copying twisted/words/protocols/__init__.py -> build/lib/twisted/words/protocols copying twisted/words/protocols/msn.py -> build/lib/twisted/words/protocols copying twisted/words/protocols/irc.py -> build/lib/twisted/words/protocols copying twisted/words/protocols/oscar.py -> build/lib/twisted/words/protocols creating build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/jstrports.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/__init__.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/client.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/jid.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/component.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/sasl.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/ijabber.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/error.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/sasl_mechanisms.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/xmpp_stringprep.py -> build/lib/twisted/words/protocols/jabber copying twisted/words/protocols/jabber/xmlstream.py -> build/lib/twisted/words/protocols/jabber creating build/lib/twisted/words/test copying twisted/words/test/test_xishutil.py -> build/lib/twisted/words/test copying twisted/words/test/__init__.py -> build/lib/twisted/words/test copying twisted/words/test/test_jabbersaslmechanisms.py -> build/lib/twisted/words/test copying twisted/words/test/test_xmpproutertap.py -> build/lib/twisted/words/test copying twisted/words/test/test_jabbercomponent.py -> build/lib/twisted/words/test copying twisted/words/test/test_basechat.py -> build/lib/twisted/words/test copying twisted/words/test/test_basesupport.py -> build/lib/twisted/words/test copying twisted/words/test/test_xpath.py -> build/lib/twisted/words/test copying twisted/words/test/test_ircsupport.py -> build/lib/twisted/words/test copying twisted/words/test/test_tap.py -> build/lib/twisted/words/test copying twisted/words/test/test_jabbererror.py -> build/lib/twisted/words/test copying twisted/words/test/test_service.py -> build/lib/twisted/words/test copying twisted/words/test/test_irc_service.py -> build/lib/twisted/words/test copying twisted/words/test/test_jabberjstrports.py -> build/lib/twisted/words/test copying twisted/words/test/test_jabberxmppstringprep.py -> build/lib/twisted/words/test copying twisted/words/test/test_msn.py -> build/lib/twisted/words/test copying twisted/words/test/test_jabberxmlstream.py -> build/lib/twisted/words/test copying twisted/words/test/test_oscar.py -> build/lib/twisted/words/test copying twisted/words/test/test_domish.py -> build/lib/twisted/words/test copying twisted/words/test/test_irc.py -> build/lib/twisted/words/test copying twisted/words/test/test_xmlstream.py -> build/lib/twisted/words/test copying twisted/words/test/test_jabbersasl.py -> build/lib/twisted/words/test copying twisted/words/test/test_jabberjid.py -> build/lib/twisted/words/test copying twisted/words/test/test_jabberclient.py -> build/lib/twisted/words/test creating build/lib/twisted/words/im copying twisted/words/im/__init__.py -> build/lib/twisted/words/im copying twisted/words/im/ircsupport.py -> build/lib/twisted/words/im copying twisted/words/im/basechat.py -> build/lib/twisted/words/im copying twisted/words/im/interfaces.py -> build/lib/twisted/words/im copying twisted/words/im/locals.py -> build/lib/twisted/words/im copying twisted/words/im/baseaccount.py -> build/lib/twisted/words/im copying twisted/words/im/pbsupport.py -> build/lib/twisted/words/im copying twisted/words/im/basesupport.py -> build/lib/twisted/words/im package init file 'twisted/plugins/__init__.py' not found (or not a regular file) + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bBtwdO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm ++ dirname /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm + cd TwistedWords-12.2.0 + rm -rf /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm + python setup.py install -O1 --skip-build --install-purelib /usr/lib/python2.7/site-packages --root /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_words.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/plugins creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words copying build/lib/twisted/words/__init__.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words copying build/lib/twisted/words/iwords.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words copying build/lib/twisted/words/service.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words copying build/lib/twisted/words/tap.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/__init__.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/utility.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/xpathparser.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/domish.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/xpath.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/xmlstream.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish copying build/lib/twisted/words/xmpproutertap.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols copying build/lib/twisted/words/protocols/__init__.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols copying build/lib/twisted/words/protocols/msn.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/jstrports.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/__init__.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/client.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/jid.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/component.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/sasl.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/ijabber.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/error.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/sasl_mechanisms.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/xmpp_stringprep.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/xmlstream.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/irc.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols copying build/lib/twisted/words/protocols/oscar.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_xishutil.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/__init__.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabbersaslmechanisms.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_xmpproutertap.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabbercomponent.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_basechat.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_basesupport.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_xpath.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_ircsupport.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_tap.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabbererror.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_service.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_irc_service.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberjstrports.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberxmppstringprep.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_msn.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberxmlstream.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_oscar.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_domish.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_irc.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_xmlstream.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabbersasl.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberjid.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberclient.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test copying build/lib/twisted/words/ewords.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words creating /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im copying build/lib/twisted/words/im/__init__.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im copying build/lib/twisted/words/im/ircsupport.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im copying build/lib/twisted/words/im/basechat.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im copying build/lib/twisted/words/im/interfaces.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im copying build/lib/twisted/words/im/locals.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im copying build/lib/twisted/words/im/baseaccount.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im copying build/lib/twisted/words/im/pbsupport.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im copying build/lib/twisted/words/im/basesupport.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im copying build/lib/twisted/words/_version.py -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/plugins/twisted_words.py to twisted_words.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/iwords.py to iwords.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/tap.py to tap.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish/utility.py to utility.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish/xpathparser.py to xpathparser.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish/domish.py to domish.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish/xpath.py to xpath.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish/xmlstream.py to xmlstream.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xmpproutertap.py to xmpproutertap.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/msn.py to msn.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/jstrports.py to jstrports.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/jid.py to jid.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/component.py to component.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/sasl.py to sasl.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/ijabber.py to ijabber.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/sasl_mechanisms.py to sasl_mechanisms.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/xmpp_stringprep.py to xmpp_stringprep.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/jabber/xmlstream.py to xmlstream.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/irc.py to irc.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/protocols/oscar.py to oscar.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_xishutil.py to test_xishutil.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_jabbersaslmechanisms.py to test_jabbersaslmechanisms.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_xmpproutertap.py to test_xmpproutertap.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_jabbercomponent.py to test_jabbercomponent.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_basechat.py to test_basechat.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_basesupport.py to test_basesupport.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_xpath.py to test_xpath.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_ircsupport.py to test_ircsupport.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_tap.py to test_tap.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_jabbererror.py to test_jabbererror.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_irc_service.py to test_irc_service.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_jabberjstrports.py to test_jabberjstrports.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_jabberxmppstringprep.py to test_jabberxmppstringprep.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_msn.py to test_msn.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_jabberxmlstream.py to test_jabberxmlstream.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_oscar.py to test_oscar.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_domish.py to test_domish.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_irc.py to test_irc.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_xmlstream.py to test_xmlstream.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_jabbersasl.py to test_jabbersasl.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_jabberjid.py to test_jabberjid.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/test/test_jabberclient.py to test_jabberclient.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/ewords.py to ewords.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im/ircsupport.py to ircsupport.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im/basechat.py to basechat.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im/locals.py to locals.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im/baseaccount.py to baseaccount.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im/pbsupport.py to pbsupport.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im/basesupport.py to basesupport.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/_version.py to _version.pyc writing byte-compilation script '/tmp/tmplmdIEX.py' /usr/bin/python -O /tmp/tmplmdIEX.py removing /tmp/tmplmdIEX.py running install_data copying twisted/words/xish/xpathparser.g -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/xish copying twisted/words/im/instancemessenger.glade -> /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/twisted/words/im running install_egg_info Writing /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/Twisted_Words-12.2.0-py2.7.egg-info + '[' -f /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/Twisted_Words-12.2.0-py2.7.egg-info ']' + echo /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/lib/python2.7/site-packages/Twisted_Words-12.2.0-py2.7.egg-info + sed -e 's|^/builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm||' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/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-twisted-words-12.2.0-4.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7DYTwb + umask 022 + cd /builddir/build/BUILD + cd TwistedWords-12.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/share/doc/python-twisted-words-12.2.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/share/doc/python-twisted-words-12.2.0 + cp -pr README /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/share/doc/python-twisted-words-12.2.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/share/doc/python-twisted-words-12.2.0 + cp -pr doc/examples doc/howto doc/index.html /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/share/doc/python-twisted-words-12.2.0 + cp -pr NEWS /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm/usr/share/doc/python-twisted-words-12.2.0 + exit 0 Provides: python-twisted-words = 12.2.0-4.el7 python-twisted-words(armv7hl-32) = 12.2.0-4.el7 Requires(interp): /bin/sh /bin/sh 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(post): /bin/sh Requires(postun): /bin/sh Requires: python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm Wrote: /builddir/build/RPMS/python-twisted-words-12.2.0-4.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WgrFp9 + umask 022 + cd /builddir/build/BUILD + cd TwistedWords-12.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-twisted-words-12.2.0-4.el7.arm + exit 0 Child return code was: 0 LEAVE do -->