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/cloud8s-openstack-ussuri-el8-build-94359-841002/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 sh: python3: command not found sh: python3: command not found sh: python3: command not found sh: python3: command not found Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-sushy-3.2.1-1.el8.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/cloud8s-openstack-ussuri-el8-build-94359-841002/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.Uks8Aw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sushy-3.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/sushy-3.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sushy-3.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-sushy-3.2.1 base' + rm -f requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VjQHCu + umask 022 + cd /builddir/build/BUILD + cd sushy-3.2.1 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/sushy creating build/lib/sushy/tests copying sushy/tests/__init__.py -> build/lib/sushy/tests creating build/lib/sushy/resources creating build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/__init__.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/mappings.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/resourceblock.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/constants.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 creating build/lib/sushy/tests/unit creating build/lib/sushy/tests/unit/resources creating 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/oem/test_common.py -> 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/base.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/__init__.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/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/updateservice copying sushy/tests/unit/resources/updateservice/__init__.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/test_softwareinventory.py -> build/lib/sushy/tests/unit/resources/updateservice creating build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/__init__.py -> build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/test_thermal.py -> build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/test_power.py -> build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/test_chassis.py -> build/lib/sushy/tests/unit/resources/chassis creating build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/__init__.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/softwareinventory.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/mappings.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/constants.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/updateservice.py -> build/lib/sushy/resources/updateservice creating build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/__init__.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/test_session.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/test_sessionservice.py -> build/lib/sushy/tests/unit/resources/sessionservice creating build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/__init__.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_processor.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_system.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_bios.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_simple_storage.py -> build/lib/sushy/tests/unit/resources/system creating build/lib/sushy/tests/unit/resources/registry copying sushy/tests/unit/resources/registry/__init__.py -> 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 creating build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/__init__.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/test_volume.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/test_drive.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/test_storage.py -> build/lib/sushy/tests/unit/resources/system/storage creating build/lib/sushy/resources/system copying sushy/resources/system/__init__.py -> build/lib/sushy/resources/system copying sushy/resources/system/processor.py -> build/lib/sushy/resources/system copying sushy/resources/system/mappings.py -> build/lib/sushy/resources/system copying sushy/resources/system/bios.py -> build/lib/sushy/resources/system copying sushy/resources/system/simple_storage.py -> build/lib/sushy/resources/system copying sushy/resources/system/constants.py -> build/lib/sushy/resources/system copying sushy/resources/system/ethernet_interface.py -> build/lib/sushy/resources/system copying sushy/resources/system/system.py -> build/lib/sushy/resources/system creating build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/__init__.py -> 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/__init__.py -> build/lib/sushy copying sushy/exceptions.py -> build/lib/sushy copying sushy/main.py -> build/lib/sushy copying sushy/auth.py -> build/lib/sushy copying sushy/connector.py -> build/lib/sushy copying sushy/utils.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/__init__.py -> build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/test_manager.py -> build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/__init__.py -> build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/test_settings.py -> build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/test_task_monitor.py -> build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/test_base.py -> build/lib/sushy/tests/unit/resources creating build/lib/sushy/resources/fabric copying sushy/resources/fabric/__init__.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/mappings.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/endpoint.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/fabric.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/constants.py -> build/lib/sushy/resources/fabric creating 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_resourcezone.py -> 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_resourceblock.py -> build/lib/sushy/tests/unit/resources/compositionservice creating build/lib/sushy/resources/registry copying sushy/resources/registry/__init__.py -> 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 creating build/lib/sushy/tests/unit/resources/fabric copying sushy/tests/unit/resources/fabric/__init__.py -> build/lib/sushy/tests/unit/resources/fabric copying sushy/tests/unit/resources/fabric/test_endpoint.py -> build/lib/sushy/tests/unit/resources/fabric copying sushy/tests/unit/resources/fabric/test_fabric.py -> build/lib/sushy/tests/unit/resources/fabric creating build/lib/sushy/resources/manager copying sushy/resources/manager/__init__.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/manager.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/mappings.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/virtual_media.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/constants.py -> build/lib/sushy/resources/manager creating build/lib/sushy/resources/chassis copying sushy/resources/chassis/__init__.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/constants.py -> build/lib/sushy/resources/chassis creating build/lib/sushy/resources/chassis/thermal copying sushy/resources/chassis/thermal/__init__.py -> build/lib/sushy/resources/chassis/thermal copying sushy/resources/chassis/thermal/thermal.py -> build/lib/sushy/resources/chassis/thermal copying sushy/resources/chassis/thermal/mappings.py -> build/lib/sushy/resources/chassis/thermal copying sushy/resources/chassis/thermal/constants.py -> build/lib/sushy/resources/chassis/thermal copying sushy/resources/base.py -> build/lib/sushy/resources copying sushy/resources/__init__.py -> build/lib/sushy/resources copying sushy/resources/mappings.py -> build/lib/sushy/resources copying sushy/resources/common.py -> build/lib/sushy/resources copying sushy/resources/settings.py -> build/lib/sushy/resources copying sushy/resources/task_monitor.py -> build/lib/sushy/resources copying sushy/resources/constants.py -> build/lib/sushy/resources creating build/lib/sushy/resources/chassis/power copying sushy/resources/chassis/power/__init__.py -> build/lib/sushy/resources/chassis/power copying sushy/resources/chassis/power/power.py -> build/lib/sushy/resources/chassis/power copying sushy/resources/chassis/power/mappings.py -> build/lib/sushy/resources/chassis/power copying sushy/resources/chassis/power/constants.py -> build/lib/sushy/resources/chassis/power creating build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/__init__.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/mappings.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/volume.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/storage.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/constants.py -> build/lib/sushy/resources/system/storage 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/common.py -> build/lib/sushy/resources/oem copying sushy/resources/oem/fake.py -> build/lib/sushy/resources/oem running egg_info writing sushy.egg-info/PKG-INFO writing dependency_links to sushy.egg-info/dependency_links.txt writing entry points to sushy.egg-info/entry_points.txt deleting sushy.egg-info/requires.txt writing top-level names to sushy.egg-info/top_level.txt writing pbr to sushy.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git 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/endpoint.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/endpoint_collection.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/error_single_ext_info.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/fabric.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/fabric_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/power.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/thermal.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/volume4.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/volume_collection.json -> build/lib/sushy/tests/unit/json_samples creating build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.0.0.json -> build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.2.0.json -> build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.3.0.json -> build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.3.1.json -> build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.4.0.json -> build/lib/sushy/standard_registries + sphinx-build-3 -b html doc/source doc/build/html Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/sushy-3.2.1/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 5 source files that are out of date updating environment: [new config] 5 added, 0 changed, 0 removed reading sources... [ 20%] contributor/index reading sources... [ 40%] index reading sources... [ 60%] install/index reading sources... [ 80%] reference/index reading sources... [100%] reference/usage /builddir/build/BUILD/sushy-3.2.1/doc/source/reference/index.rst:36: WARNING: toctree contains reference to nonexisting document 'reference/api/autoindex' looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] contributor/index [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2021-04-19 07:49:58 writing output... [ 40%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2021-04-19 07:49:58 writing output... [ 60%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2021-04-19 07:49:58 writing output... [ 80%] reference/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for reference/index is 2021-04-19 07:49:58 writing output... [100%] reference/usage [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for reference/usage is 2021-04-19 07:49:58 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 1 warning. 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.32x43t + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch + cd sushy-3.2.1 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch --prefix /usr 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-3.2.1-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/exceptions.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests copying build/lib/sushy/tests/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/base.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_connector.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_main.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/simple_storage.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/power.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/compositionservice.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/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-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourcezone_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_service.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume3.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor2.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/root.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/virtual_media.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/error.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourcezone.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourceblock_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/softwareinventory_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/error_single_ext_info.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourceblock.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/simple_storage_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios_settings.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/fabric_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/storage_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive3.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/updateservice.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume4.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/endpoint_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/thermal.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_error.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/fabric.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/chassis_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume2.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/virtual_media_collection.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_creation_headers.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/softwareinventory.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry_file.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/chassis.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/storage.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/TestRegistry.zip -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/settings.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bare_minimum_root.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/endpoint.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive2.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/json_samples creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/resources/test_settings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/test_common.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/test_fake.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/oem creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/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-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/test_message_registry.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/registry creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/test_updateservice.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/test_softwareinventory.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/updateservice creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_resourcezone.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_compositionservice.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_resourceblock.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/test_task_monitor.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/fabric/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/fabric/test_endpoint.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/fabric/test_fabric.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/fabric creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_thermal.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_power.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_chassis.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/test_base.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_processor.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_system.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_bios.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/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-3.2.1-1.el8.noarch/usr/lib/python3.6/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-3.2.1-1.el8.noarch/usr/lib/python3.6/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-3.2.1-1.el8.noarch/usr/lib/python3.6/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-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_virtual_media.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_manager.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_session.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/main.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/auth.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/connector.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/utils.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.3.1.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.3.0.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.4.0.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.0.0.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.2.0.json -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/standard_registries creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources copying build/lib/sushy/resources/base.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources copying build/lib/sushy/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/base.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/common.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/fake.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/oem creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/message_registry.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/message_registry_file.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/registry copying build/lib/sushy/resources/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources copying build/lib/sushy/resources/common.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources copying build/lib/sushy/resources/settings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/softwareinventory.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/updateservice.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/task_monitor.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/resourceblock.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/resourcezone.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/compositionservice.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/endpoint.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/fabric.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/chassis.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/power.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/thermal.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/processor.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/bios.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/drive.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/volume.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/storage.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/simple_storage.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/ethernet_interface.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/system.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/manager.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/mappings.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/virtual_media.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/constants.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager creating /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/session.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_connector.py to test_connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_auth.py to test_auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_main.py to test_main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/test_settings.py to test_settings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/oem/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/oem/test_common.py to test_common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/oem/test_fake.py to test_fake.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/registry/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/registry/test_message_registry_file.py to test_message_registry_file.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/registry/test_message_registry.py to test_message_registry.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/updateservice/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/updateservice/test_updateservice.py to test_updateservice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/updateservice/test_softwareinventory.py to test_softwareinventory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/compositionservice/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/compositionservice/test_resourcezone.py to test_resourcezone.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/compositionservice/test_compositionservice.py to test_compositionservice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/compositionservice/test_resourceblock.py to test_resourceblock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/test_task_monitor.py to test_task_monitor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/fabric/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/fabric/test_endpoint.py to test_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/fabric/test_fabric.py to test_fabric.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/chassis/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/chassis/test_thermal.py to test_thermal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/chassis/test_power.py to test_power.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/chassis/test_chassis.py to test_chassis.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_processor.py to test_processor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_ethernet_interfaces.py to test_ethernet_interfaces.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_system.py to test_system.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_bios.py to test_bios.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/storage/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/storage/test_volume.py to test_volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/storage/test_drive.py to test_drive.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/storage/test_storage.py to test_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_simple_storage.py to test_simple_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager/test_virtual_media.py to test_virtual_media.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager/test_manager.py to test_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice/test_session.py to test_session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice/test_sessionservice.py to test_sessionservice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/auth.py to auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/connector.py to connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/oem/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/oem/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/oem/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/oem/fake.py to fake.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/registry/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/registry/message_registry.py to message_registry.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/registry/message_registry_file.py to message_registry_file.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/settings.py to settings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice/softwareinventory.py to softwareinventory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/updateservice/updateservice.py to updateservice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/task_monitor.py to task_monitor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice/resourceblock.py to resourceblock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice/resourcezone.py to resourcezone.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/compositionservice/compositionservice.py to compositionservice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric/endpoint.py to endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric/fabric.py to fabric.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/fabric/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/chassis.py to chassis.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/power/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/power/power.py to power.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/power/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/power/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/thermal/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/thermal/thermal.py to thermal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/thermal/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/chassis/thermal/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/processor.py to processor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/bios.py to bios.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage/drive.py to drive.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage/volume.py to volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage/storage.py to storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/storage/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/simple_storage.py to simple_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/ethernet_interface.py to ethernet_interface.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/system.py to system.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/virtual_media.py to virtual_media.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice/session.py to session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice/sessionservice.py to sessionservice.cpython-36.pyc writing byte-compilation script '/tmp/tmplj__wkfb.py' /usr/bin/python3 /tmp/tmplj__wkfb.py removing /tmp/tmplj__wkfb.py running install_egg_info running egg_info writing sushy.egg-info/PKG-INFO writing dependency_links to sushy.egg-info/dependency_links.txt writing entry points to sushy.egg-info/entry_points.txt writing top-level names to sushy.egg-info/top_level.txt writing pbr to sushy.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git 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-3.2.1-1.el8.noarch/usr/lib/python3.6/site-packages/sushy-3.2.1-py3.6.egg-info running install_scripts /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 3.2.1-1.el8 --unique-debug-suffix -3.2.1-1.el8.noarch --unique-debug-src-base python-sushy-3.2.1-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/sushy-3.2.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.InrDGv + umask 022 + cd /builddir/build/BUILD + cd sushy-3.2.1 + /usr/bin/python3 setup.py test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing sushy.egg-info/PKG-INFO writing dependency_links to sushy.egg-info/dependency_links.txt writing entry points to sushy.egg-info/entry_points.txt writing top-level names to sushy.egg-info/top_level.txt writing pbr to sushy.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git 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_delete_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_delete_blocking ... ok test_get (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_get ... ok test_get_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_get_blocking ... ok test_init_with_callback (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_init_with_callback ... 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_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_patch_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_patch_blocking ... ok test_post (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_post ... ok test_post_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_post_blocking ... ok test_put (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_put ... ok test_put_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_put_blocking ... 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 HTTPStatus.FORBIDDEN has no JSON body ok test_blocking_no_location_header (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_blocking_no_location_header ... 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_known_http_error_nonlist_ext_info (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_known_http_error_nonlist_ext_info ... 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 HTTPStatus.NOT_FOUND has no JSON body ok test_odata_version_header_redfish (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_odata_version_header_redfish ... ok test_odata_version_header_redfish_existing_header (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_odata_version_header_redfish_existing_header ... ok test_odata_version_header_redfish_no_headers (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_odata_version_header_redfish_no_headers ... 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_response_callback (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_response_callback ... 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 HTTPStatus.INTERNAL_SERVER_ERROR 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 HTTPStatus.FORBIDDEN 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 HTTPStatus.CONFLICT 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_sanitize (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_sanitize ... 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__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_fabric_collection_when_fabrics_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_fabric_collection_when_fabrics_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_sessions_path_fail (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_sessions_path_fail ... 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_message_registries (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__get_message_registries ... ok test__get_message_registries_caching (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__get_message_registries_caching ... ok test__get_registry_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__get_registry_collection ... ok test__get_standard_message_registry_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__get_standard_message_registry_collection ... ok test__init_throws_exception (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__init_throws_exception ... ok test__parse_attributes (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__parse_attributes ... Exception ignored in: > Traceback (most recent call last): File "/builddir/build/BUILD/sushy-3.2.1/sushy/main.py", line 194, in __del__ if self._auth: AttributeError: 'Sushy' object has no attribute '_auth' 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_chassis_default_failure (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_chassis_default_failure ... ok test_get_chassis_default_ok (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_chassis_default_ok ... ok test_get_composition_service (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_composition_service ... ok test_get_fabric (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_fabric ... ok test_get_fabric_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_fabric_collection ... 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_manager_default_failure (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_manager_default_failure ... ok test_get_manager_default_ok (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_manager_default_ok ... ok test_get_session (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_session ... ok test_get_sessions_path (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_sessions_path ... 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_system_default_failure (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_system_default_failure ... ok test_get_system_default_ok (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_system_default_ok ... ok test_get_update_service (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_update_service ... ok test_lazy_registries (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_lazy_registries ... ok test_registries_provided_empty (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_registries_provided_empty ... ok test__load (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test__load ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_commit (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_commit ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_get_status_failure (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_get_status_failure ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_get_status_noupdates (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_get_status_noupdates ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_get_status_success (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_get_status_success ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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_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_different_resources (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test_get_resource_extension_by_vendor_different_resources ... 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_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__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_attributes_missing_registry (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test__parse_attributes_missing_registry ... ok test_get_message_registry_archive (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_archive ... ok test_get_message_registry_invalid (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_invalid ... ok test_get_message_registry_invalid_uri (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_invalid_uri ... ok test_get_message_registry_missing_lang (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_missing_lang ... ok test_get_message_registry_non_default_lang (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_non_default_lang ... WARNING [sushy.resources.registry.message_registry_file] Ignoring unsupported flavor of registry FishingRegistry WARNING [sushy.resources.registry.message_registry_file] No message registry found for en or default ok test_get_message_registry_public (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_public ... ok test_get_message_registry_strangely_cased_lang (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_strangely_cased_lang ... WARNING [sushy.resources.registry.message_registry_file] Ignoring unsupported flavor of registry FishingRegistry WARNING [sushy.resources.registry.message_registry_file] No message registry found for en or default ok test_get_message_registry_unknown_type (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_unknown_type ... WARNING [sushy.resources.registry.message_registry_file] Ignoring unsupported flavor of registry #FishingRegistry.v1_1_1.FishingRegistry WARNING [sushy.resources.registry.message_registry_file] No message registry found for en or default ok test_get_message_registry_uri (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_uri ... 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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test__parse_attributes_missing_msg_desc (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attributes_missing_msg_desc ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test__parse_attributes_missing_msg_severity (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attributes_missing_msg_severity ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_parse_message (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_parse_message_with_severity_resolution_no_args (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_with_severity_resolution_no_args ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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 ... ok test_simple_update_backward_compatible_protocol (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update_backward_compatible_protocol ... WARNING [sushy.resources.updateservice.updateservice] Could not figure out the allowed values for the simple update action for UpdateService UpdateService WARNING [sushy.resources.updateservice.updateservice] Legacy transfer protocol constant HTTPS is being used. Consider migrating to any of: Common Internet File System Protocol, File Transfer Protocol, Secure File Transfer Protocol, Hypertext Transport Protocol, Secure Hypertext Transport Protocol, Secure File Copy Protocol, Trivial File Transfer Protocol, OEM specific, Network File System Protocol ok test_simple_update_bad_protocol (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update_bad_protocol ... WARNING [sushy.resources.updateservice.updateservice] Could not figure out the allowed values for the simple update action for UpdateService UpdateService ok test_simple_update_without_target (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update_without_target ... WARNING [sushy.resources.updateservice.updateservice] Could not figure out the allowed values for the simple update action for UpdateService UpdateService WARNING [sushy.resources.updateservice.updateservice] Legacy transfer protocol constant HTTPS is being used. Consider migrating to any of: Common Internet File System Protocol, File Transfer Protocol, Secure File Transfer Protocol, Hypertext Transport Protocol, Secure Hypertext Transport Protocol, Secure File Copy Protocol, Trivial File Transfer Protocol, OEM specific, Network File System Protocol 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__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.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_compositionservice.CompositionServiceTestCase) sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase.test__parse_attributes ... 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_response (sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase) sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase.test_response ... ok test_retry_after_http_date (sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase) sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase.test_retry_after_http_date ... ok test_retry_after_seconds (sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase) sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase.test_retry_after_seconds ... ok test_sleep_for (sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase) sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase.test_sleep_for ... ok test_task_in_progress (sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase) sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase.test_task_in_progress ... ok test_task_not_in_progress (sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase) sushy.tests.unit.resources.test_task_monitor.TaskMonitorTestCase.test_task_not_in_progress ... ok test__parse_atrtributes (sushy.tests.unit.resources.fabric.test_endpoint.EndpointTestCase) sushy.tests.unit.resources.fabric.test_endpoint.EndpointTestCase.test__parse_atrtributes ... ok test_get_member (sushy.tests.unit.resources.fabric.test_fabric.FabricCollectionTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.fabric.test_fabric.FabricCollectionTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase.test__parse_attributes ... ok test_endpoints (sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase.test_endpoints ... ok test_endpoints_on_refresh (sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase.test_endpoints_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.chassis.test_thermal.ThermalTestCase) sushy.tests.unit.resources.chassis.test_thermal.ThermalTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.chassis.test_power.PowerTestCase) sushy.tests.unit.resources.chassis.test_power.PowerTestCase.test__parse_attributes ... 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_set_indicator_led (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_set_indicator_led ... ok test_set_indicator_led_invalid_state (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_set_indicator_led_invalid_state ... ok test_systems (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_systems ... ok test_ok (sushy.tests.unit.resources.test_base.FieldPartialKeyTestCase) sushy.tests.unit.resources.test_base.FieldPartialKeyTestCase.test_ok ... 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_local (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_local ... 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_refresh_public (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_public ... 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.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_get_members ... ok test_summary (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_summary ... ok test_summary_on_refresh (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_summary_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_processor.ProcessorTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_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__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_bad_maintenance_window_time (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_bad_maintenance_window_time ... 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_action_operation_apply_time_support (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_reset_action_operation_apply_time_support ... 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_indicator_led (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_indicator_led ... ok test_set_indicator_led_invalid_state (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_indicator_led_invalid_state ... ok test_set_system_boot_options (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options ... ok test_set_system_boot_options_invalid_enabled (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_invalid_enabled ... ok test_set_system_boot_options_invalid_target (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_invalid_target ... ok test_set_system_boot_options_no_freq_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_no_freq_specified ... ok test_set_system_boot_options_no_mode_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_no_mode_specified ... ok test_set_system_boot_options_no_target_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_no_target_specified ... ok test_set_system_boot_options_nothing_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_nothing_specified ... 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__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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test__parse_attributes (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__parse_attributes ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_apply_time_settings (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_apply_time_settings ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_change_password (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_change_password ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_reset_bios (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_reset_bios_handle_http_error_400 (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios_handle_http_error_400 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_reset_bios_handle_http_error_405 (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios_handle_http_error_405 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_reset_bios_handle_http_error_415 (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios_handle_http_error_415 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_set_attribute (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attribute ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_set_attributes (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" 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_create_volume (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_create_volume ... 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_operation_apply_time_support (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_operation_apply_time_support ... 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_delete_volume (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_delete_volume ... ok test_delete_volume_with_payload (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_delete_volume_with_payload ... ok test_initialize_volume (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_initialize_volume ... ok test_initialize_volume_bad_value (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_initialize_volume_bad_value ... 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_set_indicator_led (sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase) sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase.test_set_indicator_led ... ok test_set_indicator_led_invalid_state (sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase) sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase.test_set_indicator_led_invalid_state ... 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_storage_controllers (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_storage_controllers ... 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.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_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_400 (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_pass_empty_dict_400 ... ok test_eject_media_pass_empty_dict_415 (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_pass_empty_dict_415 ... 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__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_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 ---------------------------------------------------------------------- Ran 390 tests in 3.517s OK + exit 0 Processing files: python3-sushy-3.2.1-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.DEhAFv + umask 022 + cd /builddir/build/BUILD + cd sushy-3.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/licenses/python3-sushy + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/licenses/python3-sushy + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/licenses/python3-sushy + exit 0 Provides: python3-sushy = 3.2.1-1.el8 python3.6dist(sushy) = 3.2.1 python3dist(sushy) = 3.2.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python3-sushy-tests-3.2.1-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ccs3Mv + umask 022 + cd /builddir/build/BUILD + cd sushy-3.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/licenses/python3-sushy-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/licenses/python3-sushy-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/licenses/python3-sushy-tests + exit 0 Provides: python3-sushy-tests = 3.2.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python-sushy-doc-3.2.1-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ucFhqv + umask 022 + cd /builddir/build/BUILD + cd sushy-3.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/doc/python-sushy-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/doc/python-sushy-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/doc/python-sushy-doc + cp -pr README.rst /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/doc/python-sushy-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.9DEnWt + umask 022 + cd /builddir/build/BUILD + cd sushy-3.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/licenses/python-sushy-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/licenses/python-sushy-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch/usr/share/licenses/python-sushy-doc + exit 0 Provides: python-sushy-doc = 3.2.1-1.el8 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-3.2.1-1.el8.noarch Wrote: /builddir/build/RPMS/python3-sushy-3.2.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-sushy-tests-3.2.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-sushy-doc-3.2.1-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3syFhw + umask 022 + cd /builddir/build/BUILD + cd sushy-3.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-sushy-3.2.1-1.el8.noarch + exit 0 Child return code was: 0