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/python-sushy.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-72157-382738/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-sushy-1.6.1-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-72157-382738/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EqdWsl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sushy-1.6.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/sushy-1.6.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd sushy-1.6.1 + /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.6.1 base' + rm -f requirements.txt test-requirements.txt Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hSiFG2 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd sushy-1.6.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /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/resources creating build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/__init__.py -> build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/sessionservice.py -> build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/session.py -> build/lib/sushy/resources/sessionservice 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/__init__.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_bios.py -> 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_processor.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_simple_storage.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/__init__.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_auth.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_main.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/base.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_utils.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_connector.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/resources/__init__.py -> build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/test_base.py -> build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/test_settings.py -> build/lib/sushy/tests/unit/resources creating build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/__init__.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/test_volume.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/test_storage.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/test_drive.py -> build/lib/sushy/tests/unit/resources/system/storage creating build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/__init__.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/test_sessionservice.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/test_session.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/resources/__init__.py -> build/lib/sushy/resources copying sushy/resources/constants.py -> build/lib/sushy/resources copying sushy/resources/base.py -> build/lib/sushy/resources copying sushy/resources/settings.py -> build/lib/sushy/resources copying sushy/resources/common.py -> build/lib/sushy/resources copying sushy/resources/mappings.py -> build/lib/sushy/resources creating build/lib/sushy/resources/system creating build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/__init__.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/volume.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/drive.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/storage.py -> build/lib/sushy/resources/system/storage copying sushy/tests/__init__.py -> build/lib/sushy/tests copying sushy/resources/system/simple_storage.py -> build/lib/sushy/resources/system copying sushy/resources/system/__init__.py -> build/lib/sushy/resources/system copying sushy/resources/system/constants.py -> build/lib/sushy/resources/system copying sushy/resources/system/bios.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/ethernet_interface.py -> build/lib/sushy/resources/system copying sushy/resources/system/mappings.py -> build/lib/sushy/resources/system creating build/lib/sushy/resources/manager copying sushy/resources/manager/__init__.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/constants.py -> 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/__init__.py -> build/lib/sushy copying sushy/auth.py -> build/lib/sushy copying sushy/utils.py -> build/lib/sushy copying sushy/main.py -> build/lib/sushy copying sushy/exceptions.py -> build/lib/sushy copying sushy/connector.py -> build/lib/sushy creating build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/__init__.py -> build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/test_manager.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 warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' 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/bare_minimum_root.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/bios.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/bios_settings.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/drive.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/drive2.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/drive3.json -> 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/session.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/session_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/session_creation_headers.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/session_error.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/session_service.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/settings.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/simple_storage.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/simple_storage_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/storage.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 copying sushy/tests/unit/json_samples/volume.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/volume2.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/volume3.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/volume_collection.json -> build/lib/sushy/tests/unit/json_samples + sleep 1 + /usr/bin/python2 setup.py build_sphinx running build_sphinx creating /builddir/build/BUILD/sushy-1.6.1/doc/build creating /builddir/build/BUILD/sushy-1.6.1/doc/build/doctrees creating /builddir/build/BUILD/sushy-1.6.1/doc/build/html [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) [pbr] Autodocumenting from /builddir/build/BUILD/sushy-1.6.1 [pbr] Generating doc/source/reference/api/sushy.auth.rst [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.constants.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.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.sessionservice.session.rst [pbr] Generating doc/source/reference/api/sushy.resources.sessionservice.sessionservice.rst [pbr] Generating doc/source/reference/api/sushy.resources.settings.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.bios.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.simple_storage.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.storage.drive.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.storage.storage.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.storage.volume.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.5 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: 31 added, 0 changed, 0 removed reading sources... [ 3%] contributor/index reading sources... [ 6%] index reading sources... [ 9%] install/index reading sources... [ 12%] reference/api/autoindex reading sources... [ 16%] reference/api/sushy.auth reading sources... [ 19%] reference/api/sushy.connector reading sources... [ 22%] reference/api/sushy.exceptions reading sources... [ 25%] reference/api/sushy.main reading sources... [ 29%] reference/api/sushy.resources.base reading sources... [ 32%] reference/api/sushy.resources.common reading sources... [ 35%] reference/api/sushy.resources.constants reading sources... [ 38%] reference/api/sushy.resources.manager.constants reading sources... [ 41%] reference/api/sushy.resources.manager.manager reading sources... [ 45%] reference/api/sushy.resources.manager.mappings reading sources... [ 48%] reference/api/sushy.resources.mappings reading sources... [ 51%] reference/api/sushy.resources.sessionservice.session reading sources... [ 54%] reference/api/sushy.resources.sessionservice.sessionservice reading sources... [ 58%] reference/api/sushy.resources.settings reading sources... [ 61%] reference/api/sushy.resources.system.bios reading sources... [ 64%] reference/api/sushy.resources.system.constants reading sources... [ 67%] reference/api/sushy.resources.system.ethernet_interface reading sources... [ 70%] reference/api/sushy.resources.system.mappings reading sources... [ 74%] reference/api/sushy.resources.system.processor reading sources... [ 77%] reference/api/sushy.resources.system.simple_storage reading sources... [ 80%] reference/api/sushy.resources.system.storage.drive reading sources... [ 83%] reference/api/sushy.resources.system.storage.storage reading sources... [ 87%] reference/api/sushy.resources.system.storage.volume reading sources... [ 90%] reference/api/sushy.resources.system.system reading sources... [ 93%] reference/api/sushy.utils reading sources... [ 96%] 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... [ 3%] contributor/index writing output... [ 6%] index writing output... [ 9%] install/index writing output... [ 12%] reference/api/autoindex writing output... [ 16%] reference/api/sushy.auth writing output... [ 19%] reference/api/sushy.connector writing output... [ 22%] reference/api/sushy.exceptions writing output... [ 25%] reference/api/sushy.main writing output... [ 29%] reference/api/sushy.resources.base writing output... [ 32%] reference/api/sushy.resources.common writing output... [ 35%] reference/api/sushy.resources.constants writing output... [ 38%] reference/api/sushy.resources.manager.constants writing output... [ 41%] reference/api/sushy.resources.manager.manager writing output... [ 45%] reference/api/sushy.resources.manager.mappings writing output... [ 48%] reference/api/sushy.resources.mappings writing output... [ 51%] reference/api/sushy.resources.sessionservice.session writing output... [ 54%] reference/api/sushy.resources.sessionservice.sessionservice writing output... [ 58%] reference/api/sushy.resources.settings writing output... [ 61%] reference/api/sushy.resources.system.bios writing output... [ 64%] reference/api/sushy.resources.system.constants writing output... [ 67%] reference/api/sushy.resources.system.ethernet_interface writing output... [ 70%] reference/api/sushy.resources.system.mappings writing output... [ 74%] reference/api/sushy.resources.system.processor writing output... [ 77%] reference/api/sushy.resources.system.simple_storage writing output... [ 80%] reference/api/sushy.resources.system.storage.drive writing output... [ 83%] reference/api/sushy.resources.system.storage.storage writing output... [ 87%] reference/api/sushy.resources.system.storage.volume writing output... [ 90%] reference/api/sushy.resources.system.system writing output... [ 93%] reference/api/sushy.utils writing output... [ 96%] 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.nXpMLO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch + cd sushy-1.6.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/session.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/simple_storage.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/bios.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/processor.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/system.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/volume.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/drive.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/storage.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/ethernet_interface.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/base.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/resources/settings.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/resources/common.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/manager.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/auth.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests copying build/lib/sushy/tests/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_session.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/test_base.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_bios.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_simple_storage.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/test_volume.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/test_storage.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/test_drive.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/test_settings.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_main.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios_settings.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/storage.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/simple_storage.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume3.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_service.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume2.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_creation_headers.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive3.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive2.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bare_minimum_root.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/settings.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_error.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/simple_storage_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/base.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/utils.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/main.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/exceptions.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/connector.py -> /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice/sessionservice.py to sessionservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/simple_storage.py to simple_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/bios.py to bios.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/processor.py to processor.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/system.py to system.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/drive.py to drive.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice/test_sessionservice.py to test_sessionservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_bios.py to test_bios.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_simple_storage.py to test_simple_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage/test_storage.py to test_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage/test_drive.py to test_drive.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/test_settings.py to test_settings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.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.6.1-1.el7.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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/connector.py to connector.pyc writing byte-compilation script '/tmp/tmp6d0mw7.py' /usr/bin/python2 -O /tmp/tmp6d0mw7.py removing /tmp/tmp6d0mw7.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 warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' 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.6.1-1.el7.noarch/usr/lib/python2.7/site-packages/sushy-1.6.1-py2.7.egg-info running install_scripts + /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/sushy-1.6.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.kprNTB + umask 022 + cd /builddir/build/BUILD + cd sushy-1.6.1 + /usr/bin/python2 setup.py test running test 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 warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'sushy.egg-info/SOURCES.txt' running build_ext test__get_sessions_collection_path (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test__get_sessions_collection_path ... ok test__init_throws_exception (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test__init_throws_exception ... ok test__parse_attributes (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test__parse_attributes ... ok test__parse_attributes_missing_timeout (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test__parse_attributes_missing_timeout ... ok test_close_session (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_close_session ... ok test_create_session (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_create_session ... ok test_create_session_missing_location (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_create_session_missing_location ... ok test_create_session_missing_x_auth_token (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_create_session_missing_x_auth_token ... ok test_create_session_unknown_path (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_create_session_unknown_path ... ok test_session_collection (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_session_collection ... ok test_sessions (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_sessions ... ok test_sessions_on_refresh (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_sessions_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase.test__parse_attributes ... ok test__parse_attributes_missing_identity (sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase.test__parse_attributes_missing_identity ... ok test_session_close (sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase.test_session_close ... ok test_composite_field_as_mapping (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_composite_field_as_mapping ... ok test_malformed_int (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_malformed_int ... ok test_malformed_nested_int (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_malformed_nested_int ... ok test_mapping_missing (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_mapping_missing ... ok test_missing_nested_required (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_missing_nested_required ... ok test_missing_nested_required2 (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_missing_nested_required2 ... ok test_missing_required (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_missing_required ... ok test_ok (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_ok ... ok test_invalidate (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_invalidate ... ok test_invalidate_force_refresh (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_invalidate_force_refresh ... ok test_refresh_force (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_force ... ok test_refresh_no_force (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_no_force ... ok test_get_member (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_member ... ok test_get_member_for_invalid_id (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_member_for_invalid_id ... ok test_get_members (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_members ... ok test__get_change_password_element (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__get_change_password_element ... ok test__get_reset_bios_action_element (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__get_reset_bios_action_element ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__parse_attributes ... ok test__parse_attributes_missing_change_password_target (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__parse_attributes_missing_change_password_target ... ok test__parse_attributes_missing_reset_bios_target (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__parse_attributes_missing_reset_bios_target ... ok test_change_password (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_change_password ... ok test_change_password_missing_action (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_change_password_missing_action ... ok test_reset_bios (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios ... ok test_reset_bios_missing_action (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios_missing_action ... ok test_set_attribute (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attribute ... ok test_set_attribute_on_refresh (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attribute_on_refresh ... ok test_set_attributes (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes ... ok test_set_attributes_on_refresh (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase) sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase) sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase) sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase.test_get_members ... ok test__get_processor_collection_path_missing_processors_attr (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__get_processor_collection_path_missing_processors_attr ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes ... ok test__parse_attributes_missing_actions (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_missing_actions ... ok test__parse_attributes_missing_boot (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_missing_boot ... ok test__parse_attributes_missing_reset_target (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_missing_reset_target ... ok test__parse_attributes_null_memory_capacity (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_null_memory_capacity ... ok test_bios (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_bios ... ok test_ethernet_interfaces (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_ethernet_interfaces ... ok test_get__reset_action_element (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get__reset_action_element ... ok test_get__reset_action_element_missing_reset_action (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get__reset_action_element_missing_reset_action ... ok test_get_allowed_reset_system_values (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_allowed_reset_system_values ... ok test_get_allowed_reset_system_values_no_values_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_allowed_reset_system_values_no_values_specified ... ok test_get_allowed_system_boot_source_values (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_allowed_system_boot_source_values ... ok test_get_allowed_system_boot_source_values_no_values_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_allowed_system_boot_source_values_no_values_specified ... ok test_memory_summary_missing_attr (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_memory_summary_missing_attr ... ok test_processor_summary (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_processor_summary ... ok test_processors (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_processors ... ok test_processors_on_refresh (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_processors_on_refresh ... ok test_reset_system (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_reset_system ... ok test_reset_system_invalid_value (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_reset_system_invalid_value ... ok test_set_system_boot_source (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_source ... ok test_set_system_boot_source_invalid_enabled (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_source_invalid_enabled ... ok test_set_system_boot_source_invalid_target (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_source_invalid_target ... ok test_set_system_boot_source_no_mode_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_source_no_mode_specified ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_get_members ... ok test_summary (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_summary ... ok test_summary_on_refresh (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_summary_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_processor.ProcessorTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_get_members ... ok test_max_size_bytes (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_max_size_bytes ... ok test_max_size_bytes_after_refresh (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_max_size_bytes_after_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_get_members ... ok test_max_size_bytes (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_max_size_bytes ... ok test_max_size_bytes_after_refresh (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_max_size_bytes_after_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test__parse_attributes ... ok test_drives_max_size_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_drives_max_size_bytes ... ok test_drives_max_size_bytes_after_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_drives_max_size_bytes_after_refresh ... ok test_get_drive (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_get_drive ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase) sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase.test_get_members ... ok test_summary (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase.test_summary ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.manager.test_manager.ManagerCollectionTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.manager.test_manager.ManagerCollectionTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test__parse_attributes ... ok test_get_allowed_reset_manager_values (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_allowed_reset_manager_values ... ok test_get_allowed_reset_manager_values_for_no_values_set (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_allowed_reset_manager_values_for_no_values_set ... WARNING [sushy.resources.manager.manager] Could not figure out the allowed values for the reset manager action for Manager BMC ok test_get_allowed_reset_manager_values_missing_action_reset_attr (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_allowed_reset_manager_values_missing_action_reset_attr ... ok test_get_supported_command_shell_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_command_shell_types ... ok test_get_supported_command_shell_types_for_no_connect_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_command_shell_types_for_no_connect_types ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via command shell for Manager BMC WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via command shell for Manager BMC ok test_get_supported_command_shell_types_missing_cmdshell_attr (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_command_shell_types_missing_cmdshell_attr ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via command shell for Manager BMC ok test_get_supported_graphical_console_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_graphical_console_types ... ok test_get_supported_graphical_console_types_for_no_connect_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_graphical_console_types_for_no_connect_types ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via graphical console for Manager BMC WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via graphical console for Manager BMC ok test_get_supported_graphical_console_types_missing_graphcon_attr (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_graphical_console_types_missing_graphcon_attr ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via graphical console for Manager BMC ok test_get_supported_serial_console_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_serial_console_types ... ok test_get_supported_serial_console_types_for_no_connect_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_serial_console_types_for_no_connect_types ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via serial console for Manager BMC WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via serial console for Manager BMC ok test_get_supported_serial_console_types_missing_serialcon_attr (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_serial_console_types_missing_serialcon_attr ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via serial console for Manager BMC ok test_reset_manager (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_reset_manager ... ok test_reset_manager_with_invalid_value (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_reset_manager_with_invalid_value ... ok test__load (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test__load ... ok test_commit (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_commit ... ok test__do_authenticate (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test__do_authenticate ... ok test__do_authenticate_no_context (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test__do_authenticate_no_context ... ok test_can_refresh_session (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test_can_refresh_session ... ok test_init (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test_init ... ok test_set_context (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test_set_context ... ok test__do_authenticate (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test__do_authenticate ... ok test__do_authenticate_no_context (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test__do_authenticate_no_context ... ok test_can_refresh_session (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_can_refresh_session ... ok test_close (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_close ... ok test_close_do_nothing (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_close_do_nothing ... ok test_close_fail (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_close_fail ... ok test_get_session_key (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_get_session_key ... ok test_get_session_resource_id (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_get_session_resource_id ... ok test_init (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_init ... ok test_refresh (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_refresh ... ok test_reset_session_attrs (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_reset_session_attrs ... ok test_set_context (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_set_context ... ok test__do_authenticate (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test__do_authenticate ... ok test__do_authenticate_for_basic_auth (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test__do_authenticate_for_basic_auth ... ok test__do_authenticate_no_context (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test__do_authenticate_no_context ... ok test_can_refresh_session (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_can_refresh_session ... ok test_close (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_close ... ok test_close_do_nothing (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_close_do_nothing ... ok test_get_session_key (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_get_session_key ... ok test_get_session_resource_id (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_get_session_resource_id ... ok test_init (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_init ... ok test_refresh_no_previous_session (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_refresh_no_previous_session ... ok test_refresh_previous_session_exists (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_refresh_previous_session_exists ... ok test_reset_session_attrs (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_reset_session_attrs ... ok test_set_context (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_set_context ... ok test_get_manager_collection_when_managers_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_manager_collection_when_managers_attr_absent ... ok test_get_session_service_when_sessionservice_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_session_service_when_sessionservice_attr_absent ... ok test_get_system_collection_when_systems_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_system_collection_when_systems_attr_absent ... ok test__init_throws_exception (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__init_throws_exception ... ok test__parse_attributes (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__parse_attributes ... ok test_custom_connector (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_custom_connector ... ok test_get_manager (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_manager ... ok test_get_manager_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_manager_collection ... ok test_get_session (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_session ... ok test_get_sessionservice (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_sessionservice ... ok test_get_system (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_system ... ok test_get_system_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_system_collection ... ok test_get_members_identities (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_members_identities ... ok test_get_sub_resource_path_by (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by ... ok test_get_sub_resource_path_by_fails (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_fails ... ok test_get_sub_resource_path_by_fails_with_empty_path (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_fails_with_empty_path ... ok test_get_sub_resource_path_by_fails_with_empty_string (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_fails_with_empty_string ... ok test_get_sub_resource_path_by_list (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_list ... ok test_int_or_none (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_int_or_none ... ok test_max_safe (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_max_safe ... ok test_revert_dictionary (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_revert_dictionary ... ok test_close (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_close ... ok test_delete (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_delete ... ok test_get (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_get ... ok test_init_with_credentials (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_init_with_credentials ... WARNING [sushy.connector] Passing username and password to Connector is deprecated. Authentication is passed through set_auth now, support for these arguments will be removed in the future ok test_patch (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_patch ... ok test_post (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_post ... ok test_put (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_put ... ok test_set_auth (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_set_auth ... ok test_set_http_basic_auth (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_set_http_basic_auth ... ok test_set_http_session_auth (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_set_http_session_auth ... ok test_access_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_access_error ... WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code 403 has no JSON body ok test_connection_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_connection_error ... ok test_known_http_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_known_http_error ... ok test_not_found_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_not_found_error ... WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code 404 has no JSON body ok test_ok_delete (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_delete ... ok test_ok_get (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_get ... ok test_ok_post (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_post ... ok test_ok_post_with_session (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_post_with_session ... ok test_ok_put (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_put ... ok test_server_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_server_error ... WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code 500 has no JSON body ok test_timed_out_session_re_established (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_timed_out_session_re_established ... ok test_timed_out_session_unable_to_create_session (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_timed_out_session_unable_to_create_session ... WARNING [sushy.exceptions] Error response from POST http://foo.bar:1234/fake/path with status code 403 has no JSON body ok test_unknown_http_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_unknown_http_error ... WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code 409 has no JSON body ok ---------------------------------------------------------------------- Ran 194 tests in 4.171s OK + exit 0 Processing files: python2-sushy-1.6.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WcWaBt + umask 022 + cd /builddir/build/BUILD + cd sushy-1.6.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/licenses/python2-sushy-1.6.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/licenses/python2-sushy-1.6.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/licenses/python2-sushy-1.6.1 + exit 0 Provides: python-sushy = 1.6.1-1.el7 python2-sushy = 1.6.1-1.el7 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.6.1-1.el7 Processing files: python2-sushy-tests-1.6.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jqNm7l + umask 022 + cd /builddir/build/BUILD + cd sushy-1.6.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/licenses/python2-sushy-tests-1.6.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/licenses/python2-sushy-tests-1.6.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/licenses/python2-sushy-tests-1.6.1 + exit 0 Provides: python2-sushy-tests = 1.6.1-1.el7 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: python-sushy-doc-1.6.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oV3huf + umask 022 + cd /builddir/build/BUILD + cd sushy-1.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/doc/python-sushy-doc-1.6.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/doc/python-sushy-doc-1.6.1 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/doc/python-sushy-doc-1.6.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/doc/python-sushy-doc-1.6.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.5UliS8 + umask 022 + cd /builddir/build/BUILD + cd sushy-1.6.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/licenses/python-sushy-doc-1.6.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/licenses/python-sushy-doc-1.6.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch/usr/share/licenses/python-sushy-doc-1.6.1 + exit 0 Provides: python-sushy-doc = 1.6.1-1.el7 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.6.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-sushy-1.6.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-sushy-tests-1.6.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-sushy-doc-1.6.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GqC7aP + umask 022 + cd /builddir/build/BUILD + cd sushy-1.6.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-sushy-1.6.1-1.el7.noarch + exit 0 Child return code was: 0