Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/devassistant.spec'], False, '/var/lib/mock/sclo7-devassist09-rh-el7-build-6197-7984/root/', None, 86400, True, False, 497, 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 noarch --nodeps builddir/build/SPECS/devassistant.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: noarch Building for target noarch Wrote: /builddir/build/SRPMS/devassist09-devassistant-0.9.3-3.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/devassistant.spec'], False, '/var/lib/mock/sclo7-devassist09-rh-el7-build-6197-7984/root/', None, 86400, True, False, 497, 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 noarch --nodeps builddir/build/SPECS/devassistant.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: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.blEfJT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf devassistant-0.9.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/devassistant-0.9.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd devassistant-0.9.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf devassistant.egg-info + rm -rf devassistant/data + echo 'Patch #2 (devassistant-0.9.0-dont-require-pygithub.patch):' Patch #2 (devassistant-0.9.0-dont-require-pygithub.patch): + /usr/bin/cat /builddir/build/SOURCES/devassistant-0.9.0-dont-require-pygithub.patch + /usr/bin/patch -p0 --fuzz=0 patching file setup.py Hunk #1 succeeded at 103 (offset 1 line). + echo 'Patch #3 (devassistant-0.9.0-fix-old-six.patch):' Patch #3 (devassistant-0.9.0-fix-old-six.patch): + /usr/bin/cat /builddir/build/SOURCES/devassistant-0.9.0-fix-old-six.patch + /usr/bin/patch -p1 --fuzz=0 patching file devassistant/command_runners.py patching file devassistant/logger.py + echo 'Patch #4 (devassistant-0.9.0-fix-directory-not-writable.patch):' Patch #4 (devassistant-0.9.0-fix-directory-not-writable.patch): + /usr/bin/cat /builddir/build/SOURCES/devassistant-0.9.0-fix-directory-not-writable.patch + /usr/bin/patch -p1 --fuzz=0 patching file devassistant/command_runners.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lNzu5a + umask 022 + cd /builddir/build/BUILD + cd devassistant-0.9.3 + scl enable devassist09 - running build running build_py creating build creating build/lib creating build/lib/devassistant copying devassistant/snippet.py -> build/lib/devassistant copying devassistant/excepthook.py -> build/lib/devassistant copying devassistant/current_run.py -> build/lib/devassistant copying devassistant/command_runners.py -> build/lib/devassistant copying devassistant/utils.py -> build/lib/devassistant copying devassistant/yaml_checker.py -> build/lib/devassistant copying devassistant/sigint_handler.py -> build/lib/devassistant copying devassistant/command_helpers.py -> build/lib/devassistant copying devassistant/__init__.py -> build/lib/devassistant copying devassistant/cache.py -> build/lib/devassistant copying devassistant/exceptions.py -> build/lib/devassistant copying devassistant/yaml_loader.py -> build/lib/devassistant copying devassistant/config_manager.py -> build/lib/devassistant copying devassistant/path_runner.py -> build/lib/devassistant copying devassistant/actions.py -> build/lib/devassistant copying devassistant/assistant_base.py -> build/lib/devassistant copying devassistant/yaml_snippet_loader.py -> build/lib/devassistant copying devassistant/package_managers.py -> build/lib/devassistant copying devassistant/logger.py -> build/lib/devassistant copying devassistant/argument.py -> build/lib/devassistant copying devassistant/remote_auth.py -> build/lib/devassistant copying devassistant/yaml_assistant.py -> build/lib/devassistant copying devassistant/bin.py -> build/lib/devassistant copying devassistant/lang.py -> build/lib/devassistant copying devassistant/yaml_assistant_loader.py -> build/lib/devassistant copying devassistant/settings.py -> build/lib/devassistant copying devassistant/loaded_yaml.py -> build/lib/devassistant creating build/lib/devassistant/cli copying devassistant/cli/__init__.py -> build/lib/devassistant/cli copying devassistant/cli/devassistant_argparse.py -> build/lib/devassistant/cli copying devassistant/cli/argparse_generator.py -> build/lib/devassistant/cli copying devassistant/cli/cli_runner.py -> build/lib/devassistant/cli creating build/lib/devassistant/gui copying devassistant/gui/__init__.py -> build/lib/devassistant/gui copying devassistant/gui/path_window.py -> build/lib/devassistant/gui copying devassistant/gui/gui_helper.py -> build/lib/devassistant/gui copying devassistant/gui/run_window.py -> build/lib/devassistant/gui copying devassistant/gui/main_window.py -> build/lib/devassistant/gui running egg_info creating devassistant.egg-info writing requirements to devassistant.egg-info/requires.txt writing devassistant.egg-info/PKG-INFO writing top-level names to devassistant.egg-info/top_level.txt writing dependency_links to devassistant.egg-info/dependency_links.txt writing entry points to devassistant.egg-info/entry_points.txt writing manifest file 'devassistant.egg-info/SOURCES.txt' reading manifest file 'devassistant.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'devassistant/gui/devassistant.desktop' warning: no files found matching '*' under directory 'devassistant/data' warning: no previously-included files matching '__pycache__' found under directory '.' warning: no previously-included files matching '*' found under directory 'docs/_build' writing manifest file 'devassistant.egg-info/SOURCES.txt' copying devassistant/gui/devel-assistant.glade -> build/lib/devassistant/gui copying devassistant/gui/devel-yaml.glade -> build/lib/devassistant/gui + pushd docs ~/build/BUILD/devassistant-0.9.3/docs ~/build/BUILD/devassistant-0.9.3 + make html sphinx-build -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created building [html]: targets for 15 source files that are out of date updating environment: 15 added, 0 changed, 0 removed reading sources... [ 6%] developer_documentation reading sources... [ 13%] developer_documentation/command_reference reading sources... [ 20%] developer_documentation/common_assistant_behaviour reading sources... [ 26%] developer_documentation/contributing reading sources... [ 33%] developer_documentation/devassistant_core reading sources... [ 40%] developer_documentation/dot_devassistant reading sources... [ 46%] developer_documentation/packaging_your_assistant reading sources... [ 53%] developer_documentation/project_types reading sources... [ 60%] developer_documentation/run_sections_reference reading sources... [ 66%] developer_documentation/snippets reading sources... [ 73%] developer_documentation/tutorial_creating_assistant reading sources... [ 80%] developer_documentation/yaml_assistant_reference reading sources... [ 86%] index reading sources... [ 93%] user_documentation reading sources... [100%] user_documentation/docker looking for now-outdated files... /builddir/build/BUILD/devassistant-0.9.3/docs/developer_documentation/contributing.rst:169: WARNING: Title underline too short. Always `talk to us `_ when: ~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/devassistant-0.9.3/docs/developer_documentation/contributing.rst:169: WARNING: Title underline too short. Always `talk to us `_ when: ~~~~~~~~~~~~~~~~~~~~~~~ none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 6%] developer_documentation writing output... [ 13%] developer_documentation/command_reference writing output... [ 20%] developer_documentation/common_assistant_behaviour writing output... [ 26%] developer_documentation/contributing writing output... [ 33%] developer_documentation/devassistant_core writing output... [ 40%] developer_documentation/dot_devassistant writing output... [ 46%] developer_documentation/packaging_your_assistant writing output... [ 53%] developer_documentation/project_types writing output... [ 60%] developer_documentation/run_sections_reference writing output... [ 66%] developer_documentation/snippets writing output... [ 73%] developer_documentation/tutorial_creating_assistant writing output... [ 80%] developer_documentation/yaml_assistant_reference writing output... [ 86%] index writing output... [ 93%] user_documentation writing output... [100%] user_documentation/docker writing additional files... genindex search copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/devassistant-0.9.3/docs/_static' does not exist done dumping search index... done dumping object inventory... done build succeeded, 3 warnings. Build finished. The HTML pages are in _build/html. + rm _build/html/.buildinfo + popd ~/build/BUILD/devassistant-0.9.3 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9QZx0x + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch ++ dirname /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch + cd devassistant-0.9.3 + scl enable devassist09 - running install running install_lib creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09 creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/lib creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/lib/python2.7 creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/snippet.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/excepthook.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/current_run.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/command_runners.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/utils.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/yaml_checker.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/sigint_handler.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/command_helpers.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/__init__.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/cache.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/exceptions.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/lib/python2.7/site-packages/devassistant/gui copying build/lib/devassistant/gui/devel-yaml.glade -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui copying build/lib/devassistant/gui/__init__.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui copying build/lib/devassistant/gui/path_window.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui copying build/lib/devassistant/gui/gui_helper.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui copying build/lib/devassistant/gui/run_window.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui copying build/lib/devassistant/gui/main_window.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui copying build/lib/devassistant/gui/devel-assistant.glade -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui copying build/lib/devassistant/yaml_loader.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/config_manager.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/path_runner.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/actions.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/assistant_base.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/yaml_snippet_loader.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/package_managers.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/logger.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/argument.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/remote_auth.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/yaml_assistant.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/bin.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant creating /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/lib/python2.7/site-packages/devassistant/cli copying build/lib/devassistant/cli/__init__.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/cli copying build/lib/devassistant/cli/devassistant_argparse.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/cli copying build/lib/devassistant/cli/argparse_generator.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/cli copying build/lib/devassistant/cli/cli_runner.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/cli copying build/lib/devassistant/lang.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/yaml_assistant_loader.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/settings.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant copying build/lib/devassistant/loaded_yaml.py -> /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/snippet.py to snippet.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/excepthook.py to excepthook.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/current_run.py to current_run.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/command_runners.py to command_runners.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/yaml_checker.py to yaml_checker.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/sigint_handler.py to sigint_handler.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/command_helpers.py to command_helpers.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui/path_window.py to path_window.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui/gui_helper.py to gui_helper.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui/run_window.py to run_window.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/gui/main_window.py to main_window.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/yaml_loader.py to yaml_loader.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/config_manager.py to config_manager.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/path_runner.py to path_runner.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/actions.py to actions.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/assistant_base.py to assistant_base.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/yaml_snippet_loader.py to yaml_snippet_loader.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/package_managers.py to package_managers.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/logger.py to logger.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/argument.py to argument.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/remote_auth.py to remote_auth.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/yaml_assistant.py to yaml_assistant.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/bin.py to bin.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/cli/devassistant_argparse.py to devassistant_argparse.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/cli/argparse_generator.py to argparse_generator.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/cli/cli_runner.py to cli_runner.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/lang.py to lang.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/yaml_assistant_loader.py to yaml_assistant_loader.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant/loaded_yaml.py to loaded_yaml.pyc running install_egg_info running egg_info writing requirements to devassistant.egg-info/requires.txt writing devassistant.egg-info/PKG-INFO writing top-level names to devassistant.egg-info/top_level.txt writing dependency_links to devassistant.egg-info/dependency_links.txt writing entry points to devassistant.egg-info/entry_points.txt reading manifest file 'devassistant.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'devassistant/gui/devassistant.desktop' warning: no files found matching '*' under directory 'devassistant/data' warning: no previously-included files matching '__pycache__' found under directory '.' writing manifest file 'devassistant.egg-info/SOURCES.txt' Copying devassistant.egg-info to /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages/devassistant-0.9.3-py2.7.egg-info running install_scripts Installing devassistant-gui script to /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/bin Installing devassistant script to /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/bin Installing da-gui script to /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/bin Installing da script to /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/bin + mkdir -p /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/man/man1 + install -p manpages/da.1 /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/man/man1 + install -p manpages/da-gui.1 /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/man/man1 + install -p manpages/devassistant.1 /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/man/man1 + install -p manpages/devassistant-gui.1 /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/man/man1/devassistant-gui.1 + pushd /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share ~/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share ~/build/BUILD/devassistant-0.9.3 + mkdir -p devassistant/assistants devassistant/files devassistant/icons devassistant/snippets + mkdir -p devassistant/assistants/crt devassistant/assistants/mod devassistant/assistants/prep devassistant/assistants/task + mkdir -p devassistant/files/crt devassistant/files/mod devassistant/files/prep devassistant/files/task devassistant/files/snippets + mkdir -p devassistant/icons/crt devassistant/icons/mod devassistant/icons/prep devassistant/icons/task + pushd /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root//usr/lib/python2.7/site-packages ~/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/lib/python2.7/site-packages ~/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share ~/build/BUILD/devassistant-0.9.3 + patch -p0 patching file devassistant/settings.py + sed -i 's|_DATADIR_DEVASSISTANT|/opt/rh/devassist09/root/usr/share/devassistant|' devassistant/settings.py + sed -i 's|_DATADIR_LOCAL_DEVASSISTANT|/opt/rh/devassist09/root/usr/local/share/devassistant|' devassistant/settings.py + popd ~/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share ~/build/BUILD/devassistant-0.9.3 + /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/devassistant-0.9.3 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/devassist09/root + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python 1 /opt/rh/devassist09/root Bytecompiling .py files below /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch//opt/rh/devassist09/root/usr/lib/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: devassist09-devassistant-0.9.3-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9WZaBX + umask 022 + cd /builddir/build/BUILD + cd devassistant-0.9.3 + DOCDIR=/builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-devassistant-0.9.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-devassistant-0.9.3 + cp -pr README.rst /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-devassistant-0.9.3 + cp -pr LICENSE /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-devassistant-0.9.3 + exit 0 Provides: devassist09-devassistant = 0.9.3-3.el7 scl-package(devassist09) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python devassist09-runtime python(abi) = 2.7 Processing files: devassist09-devassistant-doc-0.9.3-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rAClGs + umask 022 + cd /builddir/build/BUILD + cd devassistant-0.9.3 + DOCDIR=/builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-devassistant-doc-0.9.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-devassistant-doc-0.9.3 + cp -pr docs/_build/html /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-devassistant-doc-0.9.3 + exit 0 Provides: devassist09-devassistant-doc = 0.9.3-3.el7 scl-package(devassist09) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devassist09-runtime Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch Wrote: /builddir/build/RPMS/devassist09-devassistant-0.9.3-3.el7.noarch.rpm Wrote: /builddir/build/RPMS/devassist09-devassistant-doc-0.9.3-3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7HmSk3 + umask 022 + cd /builddir/build/BUILD + cd devassistant-0.9.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/devassist09-devassistant-0.9.3-3.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->