Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/copr-backend.spec'], chrootPath='/var/lib/mock/f25-build-10219178-799983/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/copr-backend.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: noarch Building for target noarch Wrote: /builddir/build/SRPMS/copr-backend-1.106-1.fc25.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/copr-backend.spec'], chrootPath='/var/lib/mock/f25-build-10219178-799983/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/copr-backend.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: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jaMAnM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf copr-backend-1.106 + /usr/bin/gzip -dc /builddir/build/SOURCES/copr-backend-1.106.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd copr-backend-1.106 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tibu8j + umask 022 + cd /builddir/build/BUILD + cd copr-backend-1.106 + pushd docs ~/build/BUILD/copr-backend-1.106/docs ~/build/BUILD/copr-backend-1.106 + make -j6 html sphinx-build -b html -d build/doctrees source build/html Running Sphinx v1.5.2 making output directory... loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date building [html]: targets for 32 source files that are out of date updating environment: 32 added, 0 changed, 0 removed reading sources... [ 3%] Autodoc reading sources... [ 6%] Backend_design reading sources... [ 9%] Configuration reading sources... [ 12%] INSTALL reading sources... [ 15%] README reading sources... [ 18%] Statistics reading sources... [ 21%] VmManagement reading sources... [ 25%] index reading sources... [ 28%] package/actions reading sources... [ 31%] package/constants reading sources... [ 34%] package/createrepo reading sources... [ 37%] package/daemons/backend reading sources... [ 40%] package/daemons/dispatcher reading sources... [ 43%] package/daemons/job_grab reading sources... [ 46%] package/daemons/log reading sources... [ 50%] package/daemons/vm_master reading sources... [ 53%] package/exceptions reading sources... [ 56%] package/frontend reading sources... [ 59%] package/helpers reading sources... [ 62%] package/job reading sources... [ 65%] package/mockremote/__init__ reading sources... [ 68%] package/mockremote/builder reading sources... [ 71%] package/sign reading sources... [ 75%] package/vm_manage/__init__ reading sources... [ 78%] package/vm_manage/check reading sources... [ 81%] package/vm_manage/event_handle reading sources... [ 84%] package/vm_manage/executor reading sources... [ 87%] package/vm_manage/manager reading sources... [ 90%] package/vm_manage/models reading sources... [ 93%] package/vm_manage/spawn reading sources... [ 96%] package/vm_manage/terminate reading sources... [100%] run_scripts /builddir/build/BUILD/copr-backend-1.106/docs/source/package/actions.rst:4: WARNING: autodoc: failed to import module u'backend.actions'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 551, in import_object __import__(self.modname) File "/builddir/build/BUILD/copr-backend-1.106/backend/actions.py", line 10, in import modulemd ImportError: No module named modulemd /builddir/build/BUILD/copr-backend-1.106/docs/source/package/daemons/backend.rst:4: WARNING: autodoc: failed to import module u'backend.daemons.backend'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 551, in import_object __import__(self.modname) File "/builddir/build/BUILD/copr-backend-1.106/backend/daemons/backend.py", line 23, in from .build_dispatcher import BuildDispatcher File "/builddir/build/BUILD/copr-backend-1.106/backend/daemons/build_dispatcher.py", line 21, in from .worker import Worker File "/builddir/build/BUILD/copr-backend-1.106/backend/daemons/worker.py", line 14, in from ..mockremote import MockRemote File "/builddir/build/BUILD/copr-backend-1.106/backend/mockremote/__init__.py", line 51, in from .builder import Builder, SrpmBuilder File "/builddir/build/BUILD/copr-backend-1.106/backend/mockremote/builder.py", line 17, in import modulemd ImportError: No module named modulemd /builddir/build/BUILD/copr-backend-1.106/docs/source/package/daemons/dispatcher.rst:4: WARNING: autodoc: failed to import module u'backend.daemons.dispatcher'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 551, in import_object __import__(self.modname) ImportError: No module named dispatcher /builddir/build/BUILD/copr-backend-1.106/docs/source/package/daemons/job_grab.rst:4: WARNING: autodoc: failed to import module u'backend.daemons.job_grab'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 551, in import_object __import__(self.modname) ImportError: No module named job_grab /builddir/build/BUILD/copr-backend-1.106/backend/daemons/vm_master.py:docstring of backend.daemons.vm_master.VmMaster.terminate_again:3: ERROR: Unexpected indentation. looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/copr-backend-1.106/backend/daemons/vm_master.py:docstring of backend.daemons.vm_master.VmMaster.terminate_again:4: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/copr-backend-1.106/backend/frontend.py:docstring of backend.frontend.FrontendClient.starting_build:3: ERROR: Unexpected indentation. /builddir/build/BUILD/copr-backend-1.106/backend/helpers.py:docstring of backend.helpers.run_cmd:4: SEVERE: Unexpected section title. Params ------ /builddir/build/BUILD/copr-backend-1.106/backend/helpers.py:docstring of backend.helpers.run_cmd:11: SEVERE: Unexpected section title. Returns ------- /builddir/build/BUILD/copr-backend-1.106/docs/source/package/mockremote/__init__.rst:2: WARNING: Title underline too short. backend.mockremote.__init__ ======================== /builddir/build/BUILD/copr-backend-1.106/docs/source/package/mockremote/__init__.rst:4: WARNING: autodoc: failed to import module u'backend.mockremote.__init__'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 551, in import_object __import__(self.modname) File "/builddir/build/BUILD/copr-backend-1.106/backend/mockremote/__init__.py", line 51, in from .builder import Builder, SrpmBuilder File "/builddir/build/BUILD/copr-backend-1.106/backend/mockremote/builder.py", line 17, in import modulemd ImportError: No module named modulemd /builddir/build/BUILD/copr-backend-1.106/docs/source/package/mockremote/builder.rst:4: WARNING: autodoc: failed to import module u'backend.mockremote.builder'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 551, in import_object __import__(self.modname) File "/builddir/build/BUILD/copr-backend-1.106/backend/mockremote/__init__.py", line 51, in from .builder import Builder, SrpmBuilder File "/builddir/build/BUILD/copr-backend-1.106/backend/mockremote/builder.py", line 17, in import modulemd ImportError: No module named modulemd /builddir/build/BUILD/copr-backend-1.106/backend/vm_manage/event_handle.py:docstring of backend.vm_manage.event_handle.EventHandler.start_listen:3: ERROR: Unexpected indentation. /builddir/build/BUILD/copr-backend-1.106/backend/vm_manage/event_handle.py:docstring of backend.vm_manage.event_handle.EventHandler.start_listen:5: WARNING: Block quote ends without a blank line; unexpected unindent. done checking consistency... done preparing documents... done writing output... [ 3%] Autodoc writing output... [ 6%] Backend_design writing output... [ 9%] Configuration writing output... [ 12%] INSTALL writing output... [ 15%] README writing output... [ 18%] Statistics writing output... [ 21%] VmManagement writing output... [ 25%] index writing output... [ 28%] package/actions writing output... [ 31%] package/constants writing output... [ 34%] package/createrepo writing output... [ 37%] package/daemons/backend writing output... [ 40%] package/daemons/dispatcher writing output... [ 43%] package/daemons/job_grab writing output... [ 46%] package/daemons/log writing output... [ 50%] package/daemons/vm_master writing output... [ 53%] package/exceptions writing output... [ 56%] package/frontend writing output... [ 59%] package/helpers writing output... [ 62%] package/job writing output... [ 65%] package/mockremote/__init__ writing output... [ 68%] package/mockremote/builder writing output... [ 71%] package/sign writing output... [ 75%] package/vm_manage/__init__ writing output... [ 78%] package/vm_manage/check writing output... [ 81%] package/vm_manage/event_handle writing output... [ 84%] package/vm_manage/executor writing output... [ 87%] package/vm_manage/manager writing output... [ 90%] package/vm_manage/models writing output... [ 93%] package/vm_manage/spawn writing output... [ 96%] package/vm_manage/terminate writing output... [100%] run_scripts generating indices... genindex py-modindex highlighting module code... [ 5%] backend.constants highlighting module code... [ 11%] backend.vm_manage.check highlighting module code... [ 17%] backend.helpers highlighting module code... [ 23%] backend.exceptions highlighting module code... [ 29%] backend.vm_manage.manager highlighting module code... [ 35%] backend.createrepo highlighting module code... [ 41%] backend.vm_manage.spawn highlighting module code... [ 47%] backend.daemons.log highlighting module code... [ 52%] backend.vm_manage.event_handle highlighting module code... [ 58%] backend.vm_manage.terminate highlighting module code... [ 64%] backend.sign highlighting module code... [ 70%] backend.vm_manage.models highlighting module code... [ 76%] backend.vm_manage.__init__ highlighting module code... [ 82%] backend.job highlighting module code... [ 88%] backend.daemons.vm_master highlighting module code... [ 94%] backend.frontend highlighting module code... [100%] backend.vm_manage.executor writing additional pages... search copying static files... done copying extra files... done WARNING: html_static_path entry u'/builddir/build/BUILD/copr-backend-1.106/docs/source/_static' does not exist dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 15 warnings. Build finished. The HTML pages are in build/html. + rm build/html/.buildinfo ~/build/BUILD/copr-backend-1.106 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OQ0el1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch ++ dirname /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch + cd copr-backend-1.106 + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/var/lib/copr + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/var/lib/copr/jobs + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/var/lib/copr/public_html/results + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/doc/copr-backend/lighttpd/ + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/copr/backend + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/etc/copr + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/etc/logrotate.d/ + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/lib/systemd/system + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch//var/log/copr-backend + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch//var/run/copr-backend/ + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch//usr/lib/tmpfiles.d + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch//usr/sbin + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/etc/cron.daily + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/etc/sudoers.d + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/bin/ + cp -a copr-backend-service /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch//usr/sbin/ + cp -a backend/__init__.py backend/__init__.pyc backend/actions.py backend/actions.pyc backend/ans_utils.py backend/ans_utils.pyc backend/constants.py backend/constants.pyc backend/createrepo.py backend/createrepo.pyc backend/daemons backend/exceptions.py backend/exceptions.pyc backend/frontend.py backend/frontend.pyc backend/helpers.py backend/helpers.pyc backend/job.py backend/job.pyc backend/mockremote backend/msgbus.py backend/sign.py backend/sign.pyc backend/sshcmd.py backend/sshcmd.pyc backend/vm_manage /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/copr/backend + cp -a run/check_consecutive_build_fails.py run/cleanup_vm_nova.py run/copr_be.py run/copr_createrepo.py run/copr_find_obsolete_builds.sh run/copr_fix_gpg.py run/copr_get_vm_info.py run/copr_log_hitcounter.py run/copr_prune_results.py run/copr_run_action_dispatcher.py run/copr_run_build_dispatcher.py run/copr_run_logger.py run/copr_run_vmm.py run/copr_sign_unsigned.py run/print_queues.py /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/bin/ + cp -a conf/copr-be.conf.example /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/etc/copr/copr-be.conf + install -p -m 755 conf/crontab/copr-backend /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/etc/cron.daily/copr-backend + cp -a conf/lighttpd/dirlisting.conf conf/lighttpd/mime.conf /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/doc/copr-backend/lighttpd/ + cp -a conf/logrotate/copr-backend /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/etc/logrotate.d/ + cp -a conf/tmpfiles.d/copr-backend.conf /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch//usr/lib/tmpfiles.d + touch /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/var/log/copr-backend/copr.log + touch /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/var/log/copr-backend/prune_old.log + touch /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/var/run/copr-backend/copr-be.pid + cp -a units/copr-backend-action.service units/copr-backend-build.service units/copr-backend-log.service units/copr-backend-vmm.service units/copr-backend.service /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch//usr/lib/systemd/system/ + install -m 0644 conf/copr.sudoers.d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/etc/sudoers.d/copr + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/etc/logstash.d + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/logstash/patterns/ + cp -a conf/logstash/lighttpd.pattern /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/logstash/patterns/lighttpd.pattern + cp -a conf/playbooks /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/doc/copr-backend/ + install -d /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/doc/copr-backend/examples//etc/logstash.d + cp -a conf/logstash/copr_backend.conf /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/doc/copr-backend/examples//etc/logstash.d/copr_backend.conf + cp -a docs/build/html /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/doc/copr-backend/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/copr-backend-1.106 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 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.84itLL + umask 022 + cd /builddir/build/BUILD + cd copr-backend-1.106 + kill %1 + redis-server --port 7777 + exit 0 Processing files: copr-backend-1.106-1.fc25.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.IzBlcw + umask 022 + cd /builddir/build/BUILD + cd copr-backend-1.106 + LICENSEDIR=/builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/licenses/copr-backend + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/licenses/copr-backend + cp -pr LICENSE /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/licenses/copr-backend + exit 0 Provides: config(copr-backend) = 1.106-1.fc25 copr-backend = 1.106-1.fc25 Requires(interp): /bin/sh /bin/sh /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(pre): /bin/sh Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /bin/bash /bin/sh /usr/bin/env /usr/bin/python /usr/bin/python2 /usr/bin/sh Suggests: logstash Processing files: copr-backend-doc-1.106-1.fc25.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.bajIgm + umask 022 + cd /builddir/build/BUILD + cd copr-backend-1.106 + LICENSEDIR=/builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/licenses/copr-backend-doc + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/licenses/copr-backend-doc + cp -pr LICENSE /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch/usr/share/licenses/copr-backend-doc + exit 0 Provides: copr-backend-doc = 1.106-1.fc25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch Wrote: /builddir/build/RPMS/copr-backend-1.106-1.fc25.noarch.rpm Wrote: /builddir/build/RPMS/copr-backend-doc-1.106-1.fc25.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Uf2v0d + umask 022 + cd /builddir/build/BUILD + cd copr-backend-1.106 + /usr/bin/rm -rf /builddir/build/BUILDROOT/copr-backend-1.106-1.fc25.noarch + exit 0 Child return code was: 0