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-stein-el7-build-72020-379927/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.8.2-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-stein-el7-build-72020-379927/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.0GfGWr + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sushy-1.8.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/sushy-1.8.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd sushy-1.8.2 + /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.8.2 base' + rm -f requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Qz4hdY + umask 022 + cd /builddir/build/BUILD + cd sushy-1.8.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /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/registry copying sushy/resources/registry/message_registry.py -> build/lib/sushy/resources/registry copying sushy/resources/registry/message_registry_file.py -> build/lib/sushy/resources/registry copying sushy/resources/registry/__init__.py -> build/lib/sushy/resources/registry 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_simple_storage.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_ethernet_interfaces.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/__init__.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/resources/constants.py -> build/lib/sushy/resources copying sushy/resources/mappings.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/__init__.py -> build/lib/sushy/resources copying sushy/resources/common.py -> build/lib/sushy/resources creating build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/session.py -> build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/sessionservice.py -> build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/__init__.py -> build/lib/sushy/resources/sessionservice creating build/lib/sushy/resources/manager copying sushy/resources/manager/constants.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/virtual_media.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/mappings.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/manager.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/__init__.py -> build/lib/sushy/resources/manager copying sushy/auth.py -> build/lib/sushy copying sushy/__init__.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/test_virtual_media.py -> 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 creating build/lib/sushy/tests/unit/resources/oem copying sushy/tests/unit/resources/oem/test_fake.py -> build/lib/sushy/tests/unit/resources/oem copying sushy/tests/unit/resources/oem/test_common.py -> build/lib/sushy/tests/unit/resources/oem copying sushy/tests/unit/resources/oem/__init__.py -> build/lib/sushy/tests/unit/resources/oem copying sushy/tests/unit/resources/test_settings.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/__init__.py -> build/lib/sushy/tests/unit/resources creating build/lib/sushy/tests/unit/resources/compositionservice copying sushy/tests/unit/resources/compositionservice/test_compositionservice.py -> build/lib/sushy/tests/unit/resources/compositionservice copying sushy/tests/unit/resources/compositionservice/test_resourcezone.py -> build/lib/sushy/tests/unit/resources/compositionservice copying sushy/tests/unit/resources/compositionservice/__init__.py -> build/lib/sushy/tests/unit/resources/compositionservice copying sushy/tests/unit/resources/compositionservice/test_resourceblock.py -> build/lib/sushy/tests/unit/resources/compositionservice creating build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/constants.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/mappings.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/resourcezone.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/compositionservice.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/resourceblock.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/__init__.py -> build/lib/sushy/resources/compositionservice creating build/lib/sushy/resources/system copying sushy/resources/system/bios.py -> build/lib/sushy/resources/system copying sushy/resources/system/constants.py -> build/lib/sushy/resources/system copying sushy/resources/system/mappings.py -> build/lib/sushy/resources/system copying sushy/resources/system/ethernet_interface.py -> build/lib/sushy/resources/system copying sushy/resources/system/processor.py -> build/lib/sushy/resources/system 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/system.py -> build/lib/sushy/resources/system creating build/lib/sushy/resources/oem copying sushy/resources/oem/base.py -> build/lib/sushy/resources/oem copying sushy/resources/oem/__init__.py -> build/lib/sushy/resources/oem copying sushy/resources/oem/fake.py -> build/lib/sushy/resources/oem copying sushy/resources/oem/common.py -> build/lib/sushy/resources/oem creating 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_volume.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 copying sushy/tests/unit/resources/system/storage/__init__.py -> build/lib/sushy/tests/unit/resources/system/storage creating build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/storage.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/__init__.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/volume.py -> build/lib/sushy/resources/system/storage creating build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/test_chassis.py -> build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/__init__.py -> build/lib/sushy/tests/unit/resources/chassis creating build/lib/sushy/tests/unit/resources/registry copying sushy/tests/unit/resources/registry/test_message_registry_file.py -> build/lib/sushy/tests/unit/resources/registry copying sushy/tests/unit/resources/registry/test_message_registry.py -> build/lib/sushy/tests/unit/resources/registry copying sushy/tests/unit/resources/registry/__init__.py -> build/lib/sushy/tests/unit/resources/registry creating build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/constants.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/mappings.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/updateservice.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/softwareinventory.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/__init__.py -> build/lib/sushy/resources/updateservice creating build/lib/sushy/resources/chassis copying sushy/resources/chassis/constants.py -> build/lib/sushy/resources/chassis copying sushy/resources/chassis/mappings.py -> build/lib/sushy/resources/chassis copying sushy/resources/chassis/chassis.py -> build/lib/sushy/resources/chassis copying sushy/resources/chassis/__init__.py -> build/lib/sushy/resources/chassis copying sushy/tests/unit/base.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_connector.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_auth.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/__init__.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 creating 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/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/__init__.py -> build/lib/sushy/tests creating build/lib/sushy/tests/unit/resources/updateservice copying sushy/tests/unit/resources/updateservice/test_softwareinventory.py -> build/lib/sushy/tests/unit/resources/updateservice copying sushy/tests/unit/resources/updateservice/test_updateservice.py -> build/lib/sushy/tests/unit/resources/updateservice copying sushy/tests/unit/resources/updateservice/__init__.py -> build/lib/sushy/tests/unit/resources/updateservice 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 entry points to sushy.egg-info/entry_points.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/TestRegistry.zip -> 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/chassis.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/chassis_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/compositionservice.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/message_registry.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/message_registry_file.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/message_registry_file_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/resourceblock.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/resourceblock_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/resourcezone.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/resourcezone_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/softwareinventory.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/softwareinventory_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/storage_collection.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/updateservice.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/virtual_media.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/virtual_media_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 + python2 setup.py build_sphinx running build_sphinx The autodoc and autodoc_tree features are deprecated in 4.2 and will be removed in a future release. You should use the sphinxcontrib-apidoc Sphinx extension instead. Refer to the pbr documentation for more information. Deprecated options: ['autodoc_index_modules', 'autodoc_exclude_modules'] [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.8.2 [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.chassis.chassis.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.common.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.compositionservice.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.resourceblock.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.resourcezone.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.manager.virtual_media.rst [pbr] Generating doc/source/reference/api/sushy.resources.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.oem.base.rst [pbr] Generating doc/source/reference/api/sushy.resources.oem.common.rst [pbr] Generating doc/source/reference/api/sushy.resources.oem.fake.rst [pbr] Generating doc/source/reference/api/sushy.resources.registry.message_registry.rst [pbr] Generating doc/source/reference/api/sushy.resources.registry.message_registry_file.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.resources.updateservice.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.updateservice.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.updateservice.softwareinventory.rst [pbr] Generating doc/source/reference/api/sushy.resources.updateservice.updateservice.rst [pbr] Generating doc/source/reference/api/sushy.utils.rst Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/sushy-1.8.2/.gitreview found building [mo]: all of 0 po files building [html]: all source files updating environment: 49 added, 0 changed, 0 removed reading sources... [ 2%] contributor/index reading sources... [ 4%] index reading sources... [ 6%] install/index reading sources... [ 8%] reference/api/autoindex reading sources... [ 10%] reference/api/sushy.auth reading sources... [ 12%] reference/api/sushy.connector reading sources... [ 14%] reference/api/sushy.exceptions reading sources... [ 16%] reference/api/sushy.main reading sources... [ 18%] reference/api/sushy.resources.base reading sources... [ 20%] reference/api/sushy.resources.chassis.chassis reading sources... [ 22%] reference/api/sushy.resources.chassis.constants reading sources... [ 24%] reference/api/sushy.resources.chassis.mappings reading sources... [ 26%] reference/api/sushy.resources.common reading sources... [ 28%] reference/api/sushy.resources.compositionservice.compositionservice reading sources... [ 30%] reference/api/sushy.resources.compositionservice.constants reading sources... [ 32%] reference/api/sushy.resources.compositionservice.mappings reading sources... [ 34%] reference/api/sushy.resources.compositionservice.resourceblock reading sources... [ 36%] reference/api/sushy.resources.compositionservice.resourcezone reading sources... [ 38%] reference/api/sushy.resources.constants reading sources... [ 40%] reference/api/sushy.resources.manager.constants reading sources... [ 42%] reference/api/sushy.resources.manager.manager reading sources... [ 44%] reference/api/sushy.resources.manager.mappings reading sources... [ 46%] reference/api/sushy.resources.manager.virtual_media reading sources... [ 48%] reference/api/sushy.resources.mappings reading sources... [ 51%] reference/api/sushy.resources.oem.base reading sources... [ 53%] reference/api/sushy.resources.oem.common reading sources... [ 55%] reference/api/sushy.resources.oem.fake reading sources... [ 57%] reference/api/sushy.resources.registry.message_registry reading sources... [ 59%] reference/api/sushy.resources.registry.message_registry_file reading sources... [ 61%] reference/api/sushy.resources.sessionservice.session reading sources... [ 63%] reference/api/sushy.resources.sessionservice.sessionservice reading sources... [ 65%] reference/api/sushy.resources.settings reading sources... [ 67%] reference/api/sushy.resources.system.bios reading sources... [ 69%] reference/api/sushy.resources.system.constants reading sources... [ 71%] reference/api/sushy.resources.system.ethernet_interface reading sources... [ 73%] reference/api/sushy.resources.system.mappings reading sources... [ 75%] reference/api/sushy.resources.system.processor reading sources... [ 77%] reference/api/sushy.resources.system.simple_storage reading sources... [ 79%] reference/api/sushy.resources.system.storage.drive reading sources... [ 81%] reference/api/sushy.resources.system.storage.storage reading sources... [ 83%] reference/api/sushy.resources.system.storage.volume reading sources... [ 85%] reference/api/sushy.resources.system.system reading sources... [ 87%] reference/api/sushy.resources.updateservice.constants reading sources... [ 89%] reference/api/sushy.resources.updateservice.mappings reading sources... [ 91%] reference/api/sushy.resources.updateservice.softwareinventory reading sources... [ 93%] reference/api/sushy.resources.updateservice.updateservice reading sources... [ 95%] reference/api/sushy.utils reading sources... [ 97%] 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... [ 2%] contributor/index [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/index' writing output... [ 4%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 6%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 8%] reference/api/autoindex [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/autoindex.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/autoindex.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/autoindex' writing output... [ 10%] reference/api/sushy.auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.auth' writing output... [ 12%] reference/api/sushy.connector [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.connector.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.connector.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.connector' writing output... [ 14%] reference/api/sushy.exceptions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.exceptions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.exceptions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.exceptions' writing output... [ 16%] reference/api/sushy.main [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.main.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.main.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.main' writing output... [ 18%] reference/api/sushy.resources.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.base' writing output... [ 20%] reference/api/sushy.resources.chassis.chassis [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.chassis.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.chassis.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.chassis' writing output... [ 22%] reference/api/sushy.resources.chassis.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.constants' writing output... [ 24%] reference/api/sushy.resources.chassis.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.mappings' writing output... [ 26%] reference/api/sushy.resources.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.common' writing output... [ 28%] reference/api/sushy.resources.compositionservice.compositionservice [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.compositionservice.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.compositionservice.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.compositionservice' writing output... [ 30%] reference/api/sushy.resources.compositionservice.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.constants' writing output... [ 32%] reference/api/sushy.resources.compositionservice.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.mappings' writing output... [ 34%] reference/api/sushy.resources.compositionservice.resourceblock [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.resourceblock.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.resourceblock.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.resourceblock' writing output... [ 36%] reference/api/sushy.resources.compositionservice.resourcezone [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.resourcezone.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.resourcezone.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.resourcezone' writing output... [ 38%] reference/api/sushy.resources.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.constants' writing output... [ 40%] reference/api/sushy.resources.manager.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.manager.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.manager.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.manager.constants' writing output... [ 42%] reference/api/sushy.resources.manager.manager [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.manager.manager.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.manager.manager.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.manager.manager' writing output... [ 44%] reference/api/sushy.resources.manager.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.manager.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.manager.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.manager.mappings' writing output... [ 46%] reference/api/sushy.resources.manager.virtual_media [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.manager.virtual_media.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.manager.virtual_media.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.manager.virtual_media' writing output... [ 48%] reference/api/sushy.resources.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.mappings' writing output... [ 51%] reference/api/sushy.resources.oem.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.oem.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.oem.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.oem.base' writing output... [ 53%] reference/api/sushy.resources.oem.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.oem.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.oem.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.oem.common' writing output... [ 55%] reference/api/sushy.resources.oem.fake [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.oem.fake.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.oem.fake.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.oem.fake' writing output... [ 57%] reference/api/sushy.resources.registry.message_registry [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.registry.message_registry.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.registry.message_registry.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.registry.message_registry' writing output... [ 59%] reference/api/sushy.resources.registry.message_registry_file [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.registry.message_registry_file.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.registry.message_registry_file.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.registry.message_registry_file' writing output... [ 61%] reference/api/sushy.resources.sessionservice.session [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.sessionservice.session.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.sessionservice.session.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.sessionservice.session' writing output... [ 63%] reference/api/sushy.resources.sessionservice.sessionservice [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.sessionservice.sessionservice.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.sessionservice.sessionservice.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.sessionservice.sessionservice' writing output... [ 65%] reference/api/sushy.resources.settings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.settings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.settings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.settings' writing output... [ 67%] reference/api/sushy.resources.system.bios [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.bios.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.bios.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.bios' writing output... [ 69%] reference/api/sushy.resources.system.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.constants' writing output... [ 71%] reference/api/sushy.resources.system.ethernet_interface [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.ethernet_interface.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.ethernet_interface.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.ethernet_interface' writing output... [ 73%] reference/api/sushy.resources.system.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.mappings' writing output... [ 75%] reference/api/sushy.resources.system.processor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.processor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.processor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.processor' writing output... [ 77%] reference/api/sushy.resources.system.simple_storage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.simple_storage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.simple_storage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.simple_storage' writing output... [ 79%] reference/api/sushy.resources.system.storage.drive [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.storage.drive.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.storage.drive.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.storage.drive' writing output... [ 81%] reference/api/sushy.resources.system.storage.storage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.storage.storage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.storage.storage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.storage.storage' writing output... [ 83%] reference/api/sushy.resources.system.storage.volume [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.storage.volume.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.storage.volume.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.storage.volume' writing output... [ 85%] reference/api/sushy.resources.system.system [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.system.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.system.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.system' writing output... [ 87%] reference/api/sushy.resources.updateservice.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.updateservice.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.updateservice.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.updateservice.constants' writing output... [ 89%] reference/api/sushy.resources.updateservice.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.updateservice.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.updateservice.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.updateservice.mappings' writing output... [ 91%] reference/api/sushy.resources.updateservice.softwareinventory [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.updateservice.softwareinventory.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.updateservice.softwareinventory.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.updateservice.softwareinventory' writing output... [ 93%] reference/api/sushy.resources.updateservice.updateservice [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.updateservice.updateservice.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.updateservice.updateservice.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.updateservice.updateservice' writing output... [ 95%] reference/api/sushy.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.utils' writing output... [ 97%] reference/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/index' writing output... [100%] reference/usage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/usage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/usage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/usage' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dZQ0qV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch + cd sushy-1.8.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/auth.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests copying build/lib/sushy/tests/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/chassis.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/virtual_media.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/softwareinventory_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourcezone_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/softwareinventory.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourceblock.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourcezone.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/compositionservice.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourceblock_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/chassis_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/TestRegistry.zip -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry_file_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/storage_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/virtual_media_collection.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry_file.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/updateservice.json -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_compositionservice.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_resourcezone.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_resourceblock.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/test_settings.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/test_simple_storage.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-1.el7.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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/test_message_registry_file.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/test_message_registry.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/test_base.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/test_fake.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/test_common.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/test_softwareinventory.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/test_updateservice.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_chassis.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_virtual_media.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/test_main.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/utils.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/main.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/resourcezone.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/compositionservice.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/resourceblock.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system creating /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/bios.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-1.el7.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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/resources/base.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/message_registry.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/message_registry_file.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry creating /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/settings.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/base.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/fake.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/common.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/updateservice.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/softwareinventory.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/resources/common.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/chassis.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/virtual_media.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/exceptions.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/connector.py -> /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice/test_compositionservice.py to test_compositionservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice/test_resourcezone.py to test_resourcezone.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice/test_resourceblock.py to test_resourceblock.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry/test_message_registry_file.py to test_message_registry_file.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry/test_message_registry.py to test_message_registry.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem/test_fake.py to test_fake.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice/test_softwareinventory.py to test_softwareinventory.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice/test_updateservice.py to test_updateservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis/test_chassis.py to test_chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager/test_virtual_media.py to test_virtual_media.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/resourcezone.py to resourcezone.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/compositionservice.py to compositionservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/resourceblock.py to resourceblock.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry/message_registry.py to message_registry.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry/message_registry_file.py to message_registry_file.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem/fake.py to fake.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/updateservice.py to updateservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/softwareinventory.py to softwareinventory.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/chassis.py to chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/virtual_media.py to virtual_media.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-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.8.2-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.8.2-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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/connector.py to connector.pyc writing byte-compilation script '/tmp/tmppYlDt7.py' /usr/bin/python2 -O /tmp/tmppYlDt7.py removing /tmp/tmppYlDt7.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 entry points to sushy.egg-info/entry_points.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.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/sushy-1.8.2-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + /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.8.2 /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.8.2-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.lwd5hw + umask 022 + cd /builddir/build/BUILD + cd sushy-1.8.2 + 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 entry points to sushy.egg-info/entry_points.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_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_get_url_redirect_false (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_get_url_redirect_false ... 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 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_context_manager (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test_context_manager ... 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_context_manager (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_context_manager ... 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_context_manager (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_context_manager ... 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_cache_clear_failure (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_cache_clear_failure ... ok test_cache_clear_only_selected_attr (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_cache_clear_only_selected_attr ... ok test_cache_nested_resource_retrieval (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_cache_nested_resource_retrieval ... ok test_cache_non_resource_retrieval (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_cache_non_resource_retrieval ... ok test_camelcase_to_underscore_joined (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_camelcase_to_underscore_joined ... ok test_camelcase_to_underscore_joined_fails_with_empty_string (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_camelcase_to_underscore_joined_fails_with_empty_string ... 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_collection (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_collection ... 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__parse_attributes (sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase) sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneTestCase.test__parse_attributes ... ok test__parse_attributes_missing_identity (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneTestCase.test__parse_attributes_missing_identity ... ok test__parse_attributes (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockTestCase.test__parse_attributes ... ok test__parse_attributes_missing_identity (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockTestCase.test__parse_attributes_missing_identity ... ok test__load (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test__load ... ok test__load_failure (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test__load_failure ... ok test_commit (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_commit ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test__parse_attributes ... ok test_drives_sizes_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_drives_sizes_bytes ... ok test_get_member (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_get_members ... ok test_max_drive_size_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_max_drive_size_bytes ... ok test_max_drive_size_bytes_after_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_max_drive_size_bytes_after_refresh ... ok test_max_volume_size_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_max_volume_size_bytes ... ok test_max_volume_size_bytes_after_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_max_volume_size_bytes_after_refresh ... ok test_volumes_sizes_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_volumes_sizes_bytes ... 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 (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_drives ... ok test_drives_after_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_drives_after_refresh ... 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_volumes (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_volumes ... ok test_volumes_cached (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_volumes_cached ... ok test_volumes_on_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_volumes_on_refresh ... 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_drive.DriveTestCase) sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase.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_disks_sizes_bytes (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_disks_sizes_bytes ... ok test_disks_sizes_bytes_capacity_bytes_none (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_disks_sizes_bytes_capacity_bytes_none ... 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.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_chassis (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_chassis ... 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_get_oem_extension (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_oem_extension ... ok test_managers (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_managers ... 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_simple_storage (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_simple_storage ... ok test_simple_storage_for_missing_attr (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_simple_storage_for_missing_attr ... ok test_simple_storage_on_refresh (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_simple_storage_on_refresh ... ok test_storage (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_storage ... ok test_storage_for_missing_attr (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_storage_for_missing_attr ... ok test_storage_on_refresh (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_storage_on_refresh ... 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_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_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.registry.test_message_registry_file.MessageRegistryFileCollectionTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileCollectionTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test__parse_attributes ... ok test__parse_attribtues_unknown_param_type (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attribtues_unknown_param_type ... ok test__parse_attributes (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attributes ... 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__parse_attributes (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test__parse_attributes ... ok test_init_default_reader (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_init_default_reader ... 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_archive (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_archive ... ok test_refresh_archive_badzip_error (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_archive_badzip_error ... ok test_refresh_archive_not_implemented (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_archive_not_implemented ... 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_members_caching (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_members_caching ... ok test_get_members_on_refresh (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_members_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__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_oem_attributes (sushy.tests.unit.resources.oem.test_fake.FakeOEMSystemExtensionTestCase) sushy.tests.unit.resources.oem.test_fake.FakeOEMSystemExtensionTestCase.test__parse_oem_attributes ... ok test_get_reset_system_path (sushy.tests.unit.resources.oem.test_fake.FakeOEMSystemExtensionTestCase) sushy.tests.unit.resources.oem.test_fake.FakeOEMSystemExtensionTestCase.test_get_reset_system_path ... ok test__create_extension_manager (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test__create_extension_manager ... ok test__create_extension_manager_no_extns (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test__create_extension_manager_no_extns ... ERROR [sushy.resources.oem.common] No extensions found for "system" under namespace "sushy.resources.system.oems" ok test__get_extension_manager_of_resource (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test__get_extension_manager_of_resource ... ok test__get_resource_vendor_extension_obj_lazy_plugin_invoke (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test__get_resource_vendor_extension_obj_lazy_plugin_invoke ... ok test_get_resource_extension_by_vendor (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test_get_resource_extension_by_vendor ... ok test_get_resource_extension_by_vendor_fail (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test_get_resource_extension_by_vendor_fail ... ok test__parse_attributes (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase.test_get_member ... ok test__parse_attributes (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase.test__parse_attributes ... ok test__parse_attributes_missing_identity (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase.test__parse_attributes_missing_identity ... ok test__parse_attributes (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test__parse_attributes ... ok test__parse_attributes_missing_actions (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test__parse_attributes_missing_actions ... ok test_firmware_inventory (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_firmware_inventory ... ok test_simple_update (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update ... WARNING [sushy.resources.updateservice.updateservice] Could not figure out the allowed values for the simple update action for UpdateService UpdateService ok test_software_inventory (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_software_inventory ... ok test_get_member (sushy.tests.unit.resources.chassis.test_chassis.ChassisCollectionTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.chassis.test_chassis.ChassisCollectionTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test__parse_attributes ... ok test_get_allowed_reset_chasis_values (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_get_allowed_reset_chasis_values ... ok test_get_allowed_reset_chassis_values_for_no_values_set (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_get_allowed_reset_chassis_values_for_no_values_set ... WARNING [sushy.resources.chassis.chassis] Could not figure out the allowed values for the reset chassis action for Chassis Blade1 ok test_get_allowed_reset_chassis_values_missing_action_reset_attr (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_get_allowed_reset_chassis_values_missing_action_reset_attr ... ok test_managers (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_managers ... ok test_reset_chassis (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_reset_chassis ... ok test_reset_chassis_with_invalid_value (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_reset_chassis_with_invalid_value ... ok test_systems (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_systems ... ok test__parse_atrtributes (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test__parse_atrtributes ... ok test_eject_media (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media ... ok test_eject_media_none (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_none ... ok test_eject_media_pass_empty_dict (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_pass_empty_dict ... ok test_insert_media (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media ... ok test_insert_media_none (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media_none ... 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_chassis (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_chassis ... 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_systems (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_systems ... ok test_virtual_media (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_virtual_media ... ok test_virtual_media_on_refresh (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_virtual_media_on_refresh ... ok test__get_registry_collection_when_registries_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test__get_registry_collection_when_registries_attr_absent ... ok test_get_chassis_collection_when_chassis_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_chassis_collection_when_chassis_attr_absent ... ok test_get_composition_service_when_compositionservice_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_composition_service_when_compositionservice_attr_absent ... 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_get_update_service_when_updateservice_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_update_service_when_updateservice_attr_absent ... ok test__get_registry_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__get_registry_collection ... ok test__init_throws_exception (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__init_throws_exception ... Exception AttributeError: "'Sushy' object has no attribute '_auth'" in > ignored 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_chassis (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_chassis ... ok test_get_chassis_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_chassis_collection ... ok test_get_composition_service (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_composition_service ... 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_update_service (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_update_service ... ok ---------------------------------------------------------------------- Ran 299 tests in 15.836s OK + exit 0 Processing files: python2-sushy-1.8.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cvar6M + umask 022 + cd /builddir/build/BUILD + cd sushy-1.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/licenses/python2-sushy-1.8.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/licenses/python2-sushy-1.8.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/licenses/python2-sushy-1.8.2 + exit 0 Provides: python-sushy = 1.8.2-1.el7 python2-sushy = 1.8.2-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.8.2-1.el7 Processing files: python2-sushy-tests-1.8.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lG6K1T + umask 022 + cd /builddir/build/BUILD + cd sushy-1.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/licenses/python2-sushy-tests-1.8.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/licenses/python2-sushy-tests-1.8.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/licenses/python2-sushy-tests-1.8.2 + exit 0 Provides: python2-sushy-tests = 1.8.2-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.8.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tPm7QF + umask 022 + cd /builddir/build/BUILD + cd sushy-1.8.2 + DOCDIR=/builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/doc/python-sushy-doc-1.8.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/doc/python-sushy-doc-1.8.2 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/doc/python-sushy-doc-1.8.2 + cp -pr README.rst /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/doc/python-sushy-doc-1.8.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.X7Rjnw + umask 022 + cd /builddir/build/BUILD + cd sushy-1.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/licenses/python-sushy-doc-1.8.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/licenses/python-sushy-doc-1.8.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch/usr/share/licenses/python-sushy-doc-1.8.2 + exit 0 Provides: python-sushy-doc = 1.8.2-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.8.2-1.el7.noarch Wrote: /builddir/build/RPMS/python2-sushy-1.8.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-sushy-tests-1.8.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-sushy-doc-1.8.2-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yI3fxR + umask 022 + cd /builddir/build/BUILD + cd sushy-1.8.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-sushy-1.8.2-1.el7.noarch + exit 0 Child return code was: 0