Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'], chrootPath='/var/lib/mock/f29-build-964-418/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-sushy.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/python-sushy-1.2.0-3.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'], chrootPath='/var/lib/mock/f29-build-964-418/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-sushy.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.GL0bov + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sushy-1.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/sushy-1.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sushy-1.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-sushy-1.2.0 base' + rm -f requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AzdRYa + umask 022 + cd /builddir/build/BUILD + cd sushy-1.2.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/sushy creating build/lib/sushy/tests creating build/lib/sushy/tests/unit creating build/lib/sushy/tests/unit/resources creating build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_system.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_processor.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/__init__.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/test_connector.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_utils.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_main.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/__init__.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/base.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/resources/test_base.py -> build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/__init__.py -> build/lib/sushy/tests/unit/resources creating build/lib/sushy/resources copying sushy/resources/__init__.py -> build/lib/sushy/resources copying sushy/resources/base.py -> build/lib/sushy/resources copying sushy/resources/common.py -> build/lib/sushy/resources copying sushy/tests/__init__.py -> build/lib/sushy/tests creating build/lib/sushy/resources/system copying sushy/resources/system/mappings.py -> build/lib/sushy/resources/system copying sushy/resources/system/constants.py -> build/lib/sushy/resources/system copying sushy/resources/system/processor.py -> build/lib/sushy/resources/system copying sushy/resources/system/system.py -> build/lib/sushy/resources/system copying sushy/resources/system/__init__.py -> build/lib/sushy/resources/system copying sushy/resources/system/ethernet_interface.py -> build/lib/sushy/resources/system creating build/lib/sushy/resources/manager copying sushy/resources/manager/manager.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/mappings.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/constants.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/__init__.py -> build/lib/sushy/resources/manager copying sushy/main.py -> build/lib/sushy copying sushy/utils.py -> build/lib/sushy copying sushy/connector.py -> build/lib/sushy copying sushy/exceptions.py -> build/lib/sushy copying sushy/__init__.py -> build/lib/sushy creating build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/test_manager.py -> build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/__init__.py -> build/lib/sushy/tests/unit/resources/manager running egg_info deleting sushy.egg-info/requires.txt writing sushy.egg-info/PKG-INFO writing top-level names to sushy.egg-info/top_level.txt writing dependency_links to sushy.egg-info/dependency_links.txt writing pbr to sushy.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git BUILDSTDERR: warning: no previously-included files found matching '.gitignore' BUILDSTDERR: warning: no previously-included files found matching '.gitreview' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'sushy.egg-info/SOURCES.txt' creating build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/error.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/ethernet_interfaces.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/ethernet_interfaces_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/manager.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/manager_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/processor.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/processor2.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/processor_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/root.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/system.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/system_collection.json -> build/lib/sushy/tests/unit/json_samples + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py running egg_info writing sushy.egg-info/PKG-INFO writing dependency_links to sushy.egg-info/dependency_links.txt writing top-level names to sushy.egg-info/top_level.txt writing pbr to sushy.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git BUILDSTDERR: warning: no previously-included files found matching '.gitignore' BUILDSTDERR: warning: no previously-included files found matching '.gitreview' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'sushy.egg-info/SOURCES.txt' + sleep 1 + /usr/bin/python2 setup.py build_sphinx running build_sphinx creating /builddir/build/BUILD/sushy-1.2.0/doc/build creating /builddir/build/BUILD/sushy-1.2.0/doc/build/doctrees creating /builddir/build/BUILD/sushy-1.2.0/doc/build/html [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.1s) [pbr] Autodocumenting from /builddir/build/BUILD/sushy-1.2.0 [pbr] Generating doc/source/reference/api/sushy.connector.rst [pbr] Generating doc/source/reference/api/sushy.exceptions.rst [pbr] Generating doc/source/reference/api/sushy.main.rst [pbr] Generating doc/source/reference/api/sushy.resources.base.rst [pbr] Generating doc/source/reference/api/sushy.resources.common.rst [pbr] Generating doc/source/reference/api/sushy.resources.manager.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.manager.manager.rst [pbr] Generating doc/source/reference/api/sushy.resources.manager.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.ethernet_interface.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.processor.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.system.rst [pbr] Generating doc/source/reference/api/sushy.utils.rst Running Sphinx v1.6.6 connecting events for openstackdocstheme loading pickled environment... not yet created Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme building [mo]: all of 0 po files building [html]: all source files updating environment: 20 added, 0 changed, 0 removed reading sources... [ 5%] contributor/index reading sources... [ 10%] index reading sources... [ 15%] install/index reading sources... [ 20%] reference/api/autoindex reading sources... [ 25%] reference/api/sushy.connector reading sources... [ 30%] reference/api/sushy.exceptions reading sources... [ 35%] reference/api/sushy.main reading sources... [ 40%] reference/api/sushy.resources.base reading sources... [ 45%] reference/api/sushy.resources.common reading sources... [ 50%] reference/api/sushy.resources.manager.constants reading sources... [ 55%] reference/api/sushy.resources.manager.manager reading sources... [ 60%] reference/api/sushy.resources.manager.mappings reading sources... [ 65%] reference/api/sushy.resources.system.constants reading sources... [ 70%] reference/api/sushy.resources.system.ethernet_interface reading sources... [ 75%] reference/api/sushy.resources.system.mappings reading sources... [ 80%] reference/api/sushy.resources.system.processor reading sources... [ 85%] reference/api/sushy.resources.system.system reading sources... [ 90%] reference/api/sushy.utils reading sources... [ 95%] reference/index reading sources... [100%] reference/usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 5%] contributor/index writing output... [ 10%] index writing output... [ 15%] install/index writing output... [ 20%] reference/api/autoindex writing output... [ 25%] reference/api/sushy.connector writing output... [ 30%] reference/api/sushy.exceptions writing output... [ 35%] reference/api/sushy.main writing output... [ 40%] reference/api/sushy.resources.base writing output... [ 45%] reference/api/sushy.resources.common writing output... [ 50%] reference/api/sushy.resources.manager.constants writing output... [ 55%] reference/api/sushy.resources.manager.manager writing output... [ 60%] reference/api/sushy.resources.manager.mappings writing output... [ 65%] reference/api/sushy.resources.system.constants writing output... [ 70%] reference/api/sushy.resources.system.ethernet_interface writing output... [ 75%] reference/api/sushy.resources.system.mappings writing output... [ 80%] reference/api/sushy.resources.system.processor writing output... [ 85%] reference/api/sushy.resources.system.system writing output... [ 90%] reference/api/sushy.utils writing output... [ 95%] reference/index writing output... [100%] reference/usage generating indices... genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JldNZn + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch + cd sushy-1.2.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.1s) running install_lib creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/main.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_connector.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_system.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_processor.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_manager.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/test_base.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/test_main.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor2.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/error.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/root.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/base.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests copying build/lib/sushy/utils.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/processor.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/system.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/ethernet_interface.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/manager.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/resources/base.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/resources/common.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/connector.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/exceptions.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/test_connector.py to test_connector.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_system.py to test_system.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_ethernet_interfaces.py to test_ethernet_interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_processor.py to test_processor.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager/test_manager.py to test_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/test_main.py to test_main.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/processor.py to processor.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/system.py to system.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/ethernet_interface.py to ethernet_interface.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/resources/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/connector.py to connector.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpVvjL_0.py' /usr/bin/python2 -O /tmp/tmpVvjL_0.py removing /tmp/tmpVvjL_0.py running install_egg_info running egg_info writing sushy.egg-info/PKG-INFO writing top-level names to sushy.egg-info/top_level.txt writing dependency_links to sushy.egg-info/dependency_links.txt writing pbr to sushy.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git BUILDSTDERR: warning: no previously-included files found matching '.gitignore' BUILDSTDERR: warning: no previously-included files found matching '.gitreview' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'sushy.egg-info/SOURCES.txt' Copying sushy.egg-info to /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7/site-packages/sushy-1.2.0-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.1s) running install_lib creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/main.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_connector.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_system.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_processor.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_manager.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/test_base.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/test_main.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor2.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/error.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/root.json -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/base.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests copying build/lib/sushy/utils.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/processor.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/system.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/ethernet_interface.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/manager.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources copying build/lib/sushy/resources/base.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources copying build/lib/sushy/resources/common.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources copying build/lib/sushy/connector.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/exceptions.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_connector.py to test_connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_system.py to test_system.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_ethernet_interfaces.py to test_ethernet_interfaces.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_processor.py to test_processor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager/test_manager.py to test_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_main.py to test_main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/processor.py to processor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/system.py to system.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/ethernet_interface.py to ethernet_interface.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/resources/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/connector.py to connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpxnjqwio2.py' /usr/bin/python3 /tmp/tmpxnjqwio2.py removing /tmp/tmpxnjqwio2.py running install_egg_info running egg_info writing sushy.egg-info/PKG-INFO writing dependency_links to sushy.egg-info/dependency_links.txt writing top-level names to sushy.egg-info/top_level.txt writing pbr to sushy.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git BUILDSTDERR: warning: no previously-included files found matching '.gitignore' BUILDSTDERR: warning: no previously-included files found matching '.gitreview' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'sushy.egg-info/SOURCES.txt' Copying sushy.egg-info to /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6/site-packages/sushy-1.2.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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-sushy-1.2.0-3.fc29.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.NApN4y Processing files: python2-sushy-1.2.0-3.fc29.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.31WKLI + umask 022 + cd /builddir/build/BUILD + cd sushy-1.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python2-sushy + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python2-sushy + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python2-sushy + exit 0 Provides: python-sushy = 1.2.0-3.fc29 python2-sushy = 1.2.0-3.fc29 python2.7dist(sushy) = 1.2.0 python2dist(sushy) = 1.2.0 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: python(abi) = 2.7 Obsoletes: python-sushy < 1.2.0-3.fc29 Processing files: python2-sushy-tests-1.2.0-3.fc29.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7IDoEp + umask 022 + cd /builddir/build/BUILD + cd sushy-1.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python2-sushy-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python2-sushy-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python2-sushy-tests + exit 0 Provides: python2-sushy-tests = 1.2.0-3.fc29 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: python(abi) = 2.7 Processing files: python3-sushy-1.2.0-3.fc29.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.sjx6vl + umask 022 + cd /builddir/build/BUILD + cd sushy-1.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python3-sushy + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python3-sushy + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python3-sushy + exit 0 Provides: python3-sushy = 1.2.0-3.fc29 python3.6dist(sushy) = 1.2.0 python3dist(sushy) = 1.2.0 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: python(abi) = 3.6 Processing files: python3-sushy-tests-1.2.0-3.fc29.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tAwoPv + umask 022 + cd /builddir/build/BUILD + cd sushy-1.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python3-sushy-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python3-sushy-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python3-sushy-tests + exit 0 Provides: python3-sushy-tests = 1.2.0-3.fc29 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: python(abi) = 3.6 Processing files: python-sushy-doc-1.2.0-3.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CQ05MX + umask 022 + cd /builddir/build/BUILD + cd sushy-1.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/doc/python-sushy-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/doc/python-sushy-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/doc/python-sushy-doc + cp -pr README.rst /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/doc/python-sushy-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3FCKKv + umask 022 + cd /builddir/build/BUILD + cd sushy-1.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python-sushy-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python-sushy-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch/usr/share/licenses/python-sushy-doc + exit 0 Provides: python-sushy-doc = 1.2.0-3.fc29 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/python-sushy-1.2.0-3.fc29.noarch Wrote: /builddir/build/RPMS/python2-sushy-1.2.0-3.fc29.noarch.rpm Wrote: /builddir/build/RPMS/python2-sushy-tests-1.2.0-3.fc29.noarch.rpm Wrote: /builddir/build/RPMS/python3-sushy-1.2.0-3.fc29.noarch.rpm Wrote: /builddir/build/RPMS/python3-sushy-tests-1.2.0-3.fc29.noarch.rpm Wrote: /builddir/build/RPMS/python-sushy-doc-1.2.0-3.fc29.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BRf0Ej + umask 022 + cd /builddir/build/BUILD + cd sushy-1.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-sushy-1.2.0-3.fc29.noarch + exit 0 Child return code was: 0