Mock Version: 1.4.2 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/honcho.spec'], chrootPath='/var/lib/mock/582176-fedora-rawhide-i386/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--private-network']printOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '5f0fcee6e81b4bf5a699f7a07a5c7c1b', '-D', '/var/lib/mock/582176-fedora-rawhide-i386/root', '-a', '--private-network', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/honcho.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/python-honcho-1.0.1-14.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/honcho.spec'], chrootPath='/var/lib/mock/582176-fedora-rawhide-i386/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--private-network', '--private-network']printOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '00ab620734b44134bf9ba607e4fcef3f', '-D', '/var/lib/mock/582176-fedora-rawhide-i386/root', '-a', '--private-network', '--private-network', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/honcho.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.B642ka + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf honcho-1.0.1 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/v1.0.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd honcho-1.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf honcho.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UMyPI9 + umask 022 + cd /builddir/build/BUILD + cd honcho-1.0.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/honcho copying honcho/process.py -> build/lib/honcho copying honcho/printer.py -> build/lib/honcho copying honcho/manager.py -> build/lib/honcho copying honcho/environ.py -> build/lib/honcho copying honcho/compat.py -> build/lib/honcho copying honcho/command.py -> build/lib/honcho copying honcho/colour.py -> build/lib/honcho copying honcho/__init__.py -> build/lib/honcho creating build/lib/honcho/export copying honcho/export/upstart.py -> build/lib/honcho/export copying honcho/export/supervisord.py -> build/lib/honcho/export copying honcho/export/runit.py -> build/lib/honcho/export copying honcho/export/base.py -> build/lib/honcho/export copying honcho/export/__init__.py -> build/lib/honcho/export running egg_info creating honcho.egg-info writing requirements to honcho.egg-info/requires.txt writing honcho.egg-info/PKG-INFO writing top-level names to honcho.egg-info/top_level.txt writing dependency_links to honcho.egg-info/dependency_links.txt writing entry points to honcho.egg-info/entry_points.txt writing manifest file 'honcho.egg-info/SOURCES.txt' reading manifest file 'honcho.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution writing manifest file 'honcho.egg-info/SOURCES.txt' creating build/lib/honcho/export/templates creating build/lib/honcho/export/templates/runit copying honcho/export/templates/runit/run -> build/lib/honcho/export/templates/runit creating build/lib/honcho/export/templates/runit/log copying honcho/export/templates/runit/log/run -> build/lib/honcho/export/templates/runit/log creating build/lib/honcho/export/templates/supervisord copying honcho/export/templates/supervisord/supervisord.conf -> build/lib/honcho/export/templates/supervisord creating build/lib/honcho/export/templates/upstart copying honcho/export/templates/upstart/master.conf -> build/lib/honcho/export/templates/upstart copying honcho/export/templates/upstart/process.conf -> build/lib/honcho/export/templates/upstart copying honcho/export/templates/upstart/process_master.conf -> build/lib/honcho/export/templates/upstart + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py running egg_info writing honcho.egg-info/PKG-INFO writing dependency_links to honcho.egg-info/dependency_links.txt writing entry points to honcho.egg-info/entry_points.txt writing requirements to honcho.egg-info/requires.txt writing top-level names to honcho.egg-info/top_level.txt reading manifest file 'honcho.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution writing manifest file 'honcho.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.O3SDXf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386 ++ dirname /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386 + cd honcho-1.0.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386 running install running install_lib creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/upstart copying build/lib/honcho/export/templates/upstart/process_master.conf -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/upstart copying build/lib/honcho/export/templates/upstart/process.conf -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/upstart copying build/lib/honcho/export/templates/upstart/master.conf -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/upstart creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/supervisord copying build/lib/honcho/export/templates/supervisord/supervisord.conf -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/supervisord creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/runit creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/runit/log copying build/lib/honcho/export/templates/runit/log/run -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/runit/log copying build/lib/honcho/export/templates/runit/run -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/templates/runit copying build/lib/honcho/export/__init__.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export copying build/lib/honcho/export/base.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export copying build/lib/honcho/export/runit.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export copying build/lib/honcho/export/supervisord.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export copying build/lib/honcho/export/upstart.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export copying build/lib/honcho/__init__.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho copying build/lib/honcho/colour.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho copying build/lib/honcho/command.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho copying build/lib/honcho/compat.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho copying build/lib/honcho/environ.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho copying build/lib/honcho/manager.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho copying build/lib/honcho/printer.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho copying build/lib/honcho/process.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/runit.py to runit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/supervisord.py to supervisord.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/export/upstart.py to upstart.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/colour.py to colour.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/command.py to command.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/environ.py to environ.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/printer.py to printer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho/process.py to process.cpython-36.pyc writing byte-compilation script '/tmp/tmpdx2uylgq.py' /usr/bin/python3 /tmp/tmpdx2uylgq.py removing /tmp/tmpdx2uylgq.py running install_egg_info running egg_info writing honcho.egg-info/PKG-INFO writing dependency_links to honcho.egg-info/dependency_links.txt writing entry points to honcho.egg-info/entry_points.txt writing requirements to honcho.egg-info/requires.txt writing top-level names to honcho.egg-info/top_level.txt reading manifest file 'honcho.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution writing manifest file 'honcho.egg-info/SOURCES.txt' Copying honcho.egg-info to /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6/site-packages/honcho-1.0.1-py3.6.egg-info running install_scripts Installing honcho script to /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/bin + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386 running install running install_lib creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/upstart copying build/lib/honcho/export/templates/upstart/process_master.conf -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/upstart copying build/lib/honcho/export/templates/upstart/process.conf -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/upstart copying build/lib/honcho/export/templates/upstart/master.conf -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/upstart creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/supervisord copying build/lib/honcho/export/templates/supervisord/supervisord.conf -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/supervisord creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/runit creating /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/runit/log copying build/lib/honcho/export/templates/runit/log/run -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/runit/log copying build/lib/honcho/export/templates/runit/run -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/templates/runit copying build/lib/honcho/export/__init__.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export copying build/lib/honcho/export/base.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export copying build/lib/honcho/export/runit.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export copying build/lib/honcho/export/supervisord.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export copying build/lib/honcho/export/upstart.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export copying build/lib/honcho/__init__.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho copying build/lib/honcho/colour.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho copying build/lib/honcho/command.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho copying build/lib/honcho/compat.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho copying build/lib/honcho/environ.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho copying build/lib/honcho/manager.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho copying build/lib/honcho/printer.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho copying build/lib/honcho/process.py -> /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/runit.py to runit.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/supervisord.py to supervisord.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/export/upstart.py to upstart.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/colour.py to colour.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/command.py to command.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/environ.py to environ.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/printer.py to printer.pyc byte-compiling /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho/process.py to process.pyc writing byte-compilation script '/tmp/tmpGHmlt_.py' /usr/bin/python2 -O /tmp/tmpGHmlt_.py removing /tmp/tmpGHmlt_.py running install_egg_info running egg_info writing requirements to honcho.egg-info/requires.txt writing honcho.egg-info/PKG-INFO writing top-level names to honcho.egg-info/top_level.txt writing dependency_links to honcho.egg-info/dependency_links.txt writing entry points to honcho.egg-info/entry_points.txt reading manifest file 'honcho.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution writing manifest file 'honcho.egg-info/SOURCES.txt' Copying honcho.egg-info to /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7/site-packages/honcho-1.0.1-py2.7.egg-info running install_scripts Installing honcho script to /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m --build-id-seed 1.0.1-14.fc27 --unique-debug-suffix -1.0.1-14.fc27.i386 --unique-debug-src-base python-honcho-1.0.1-14.fc27.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/honcho-1.0.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/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-honcho-1.0.1-14.fc27.i386/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Processing files: python2-honcho-1.0.1-14.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ARQRvp + umask 022 + cd /builddir/build/BUILD + cd honcho-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/doc/python2-honcho + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/doc/python2-honcho + cp -pr README.rst /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/doc/python2-honcho + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Jx4H4y + umask 022 + cd /builddir/build/BUILD + cd honcho-1.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/licenses/python2-honcho + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/licenses/python2-honcho + cp -pr LICENSE /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/licenses/python2-honcho + exit 0 Provides: python-honcho = 1.0.1-14.fc27 python2-honcho = 1.0.1-14.fc27 python2.7dist(honcho) = 1.0.1 python2dist(honcho) = 1.0.1 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: /bin/sh python(abi) = 2.7 Obsoletes: python-honcho < 1.0.1-14.fc27 Processing files: python3-honcho-1.0.1-14.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Dvy9LR + umask 022 + cd /builddir/build/BUILD + cd honcho-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/doc/python3-honcho + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/doc/python3-honcho + cp -pr README.rst /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/doc/python3-honcho + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QDYdua + umask 022 + cd /builddir/build/BUILD + cd honcho-1.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/licenses/python3-honcho + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/licenses/python3-honcho + cp -pr LICENSE /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386/usr/share/licenses/python3-honcho + exit 0 Provides: python3-honcho = 1.0.1-14.fc27 python3.6dist(honcho) = 1.0.1 python3dist(honcho) = 1.0.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /usr/bin/python2 python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386 Wrote: /builddir/build/RPMS/python2-honcho-1.0.1-14.fc27.noarch.rpm Wrote: /builddir/build/RPMS/python3-honcho-1.0.1-14.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5CVysC + umask 022 + cd /builddir/build/BUILD + cd honcho-1.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-honcho-1.0.1-14.fc27.i386 + exit 0 Child return code was: 0