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-cinderlib.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-69192-361087/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-cinderlib.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-cinderlib-1.0.1-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-cinderlib.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-69192-361087/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-cinderlib.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.geWMg6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cinderlib-1.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/cinderlib-1.0.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd cinderlib-1.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-cinderlib-1.0.1 base' + rm -rf cinderlib.egg-info + rm -rf test-requirements.txt requirements.txt + rm -rf devstack playbooks tools + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.S9NZEi + umask 022 + cd /builddir/build/BUILD + cd cinderlib-1.0.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/cinderlib creating build/lib/cinderlib/tests creating build/lib/cinderlib/tests/functional copying cinderlib/tests/functional/test_basic.py -> build/lib/cinderlib/tests/functional copying cinderlib/tests/functional/__init__.py -> build/lib/cinderlib/tests/functional copying cinderlib/tests/functional/base_tests.py -> build/lib/cinderlib/tests/functional creating build/lib/cinderlib/tests/unit creating build/lib/cinderlib/tests/unit/persistence copying cinderlib/tests/unit/persistence/helper.py -> build/lib/cinderlib/tests/unit/persistence copying cinderlib/tests/unit/persistence/test_base.py -> build/lib/cinderlib/tests/unit/persistence copying cinderlib/tests/unit/persistence/__init__.py -> build/lib/cinderlib/tests/unit/persistence copying cinderlib/tests/unit/persistence/test_dbms.py -> build/lib/cinderlib/tests/unit/persistence copying cinderlib/tests/unit/persistence/test_memory.py -> build/lib/cinderlib/tests/unit/persistence copying cinderlib/tests/unit/persistence/base.py -> build/lib/cinderlib/tests/unit/persistence copying cinderlib/utils.py -> build/lib/cinderlib copying cinderlib/objects.py -> build/lib/cinderlib copying cinderlib/nos_brick.py -> build/lib/cinderlib copying cinderlib/cinderlib.py -> build/lib/cinderlib copying cinderlib/exception.py -> build/lib/cinderlib copying cinderlib/serialization.py -> build/lib/cinderlib copying cinderlib/__init__.py -> build/lib/cinderlib copying cinderlib/workarounds.py -> build/lib/cinderlib copying cinderlib/_fake_packages.py -> build/lib/cinderlib creating build/lib/cinderlib/cmd copying cinderlib/cmd/cinder_cfg_to_python.py -> build/lib/cinderlib/cmd copying cinderlib/cmd/__init__.py -> build/lib/cinderlib/cmd copying cinderlib/cmd/cinder_to_yaml.py -> build/lib/cinderlib/cmd copying cinderlib/tests/__init__.py -> build/lib/cinderlib/tests copying cinderlib/tests/unit/utils.py -> build/lib/cinderlib/tests/unit copying cinderlib/tests/unit/test_nos_brick.py -> build/lib/cinderlib/tests/unit copying cinderlib/tests/unit/__init__.py -> build/lib/cinderlib/tests/unit copying cinderlib/tests/unit/test_cinderlib.py -> build/lib/cinderlib/tests/unit copying cinderlib/tests/unit/base.py -> build/lib/cinderlib/tests/unit creating build/lib/cinderlib/persistence copying cinderlib/persistence/memory.py -> build/lib/cinderlib/persistence copying cinderlib/persistence/__init__.py -> build/lib/cinderlib/persistence copying cinderlib/persistence/dbms.py -> build/lib/cinderlib/persistence copying cinderlib/persistence/base.py -> build/lib/cinderlib/persistence creating build/lib/cinderlib/tests/unit/objects copying cinderlib/tests/unit/objects/test_snapshot.py -> build/lib/cinderlib/tests/unit/objects copying cinderlib/tests/unit/objects/__init__.py -> build/lib/cinderlib/tests/unit/objects copying cinderlib/tests/unit/objects/test_connection.py -> build/lib/cinderlib/tests/unit/objects copying cinderlib/tests/unit/objects/test_volume.py -> build/lib/cinderlib/tests/unit/objects running egg_info creating cinderlib.egg-info writing cinderlib.egg-info/PKG-INFO writing top-level names to cinderlib.egg-info/top_level.txt writing dependency_links to cinderlib.egg-info/dependency_links.txt writing entry points to cinderlib.egg-info/entry_points.txt writing pbr to cinderlib.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'cinderlib.egg-info/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 'cinderlib.egg-info/SOURCES.txt' copying cinderlib/tests/functional/ceph.yaml -> build/lib/cinderlib/tests/functional copying cinderlib/tests/functional/lvm.yaml -> build/lib/cinderlib/tests/functional + sleep 1 + sphinx-build-2 -b html doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.cinderlib.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.exception.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.nos_brick.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.objects.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.serialization.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.utils.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.workarounds.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.cmd.cinder_cfg_to_python.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.cmd.cinder_to_yaml.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.cmd.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.persistence.base.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/cinderlib.persistence.rst. Creating file /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/modules.rst. Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/cinderlib-1.0.1/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 15 source files that are out of date updating environment: 29 added, 0 changed, 0 removed reading sources... [ 3%] api/cinderlib reading sources... [ 6%] api/cinderlib.cinderlib reading sources... [ 10%] api/cinderlib.cmd reading sources... [ 13%] api/cinderlib.cmd.cinder_cfg_to_python reading sources... [ 17%] api/cinderlib.cmd.cinder_to_yaml reading sources... [ 20%] api/cinderlib.exception reading sources... [ 24%] api/cinderlib.nos_brick reading sources... [ 27%] api/cinderlib.objects reading sources... [ 31%] api/cinderlib.persistence reading sources... [ 34%] api/cinderlib.persistence.base reading sources... [ 37%] api/cinderlib.serialization reading sources... [ 41%] api/cinderlib.utils reading sources... [ 44%] api/cinderlib.workarounds reading sources... [ 48%] api/modules reading sources... [ 51%] contributing reading sources... [ 55%] index reading sources... [ 58%] installation reading sources... [ 62%] limitations reading sources... [ 65%] topics/backends reading sources... [ 68%] topics/connections reading sources... [ 72%] topics/initialization reading sources... [ 75%] topics/metadata reading sources... [ 79%] topics/serialization reading sources... [ 82%] topics/snapshots reading sources... [ 86%] topics/tracking reading sources... [ 89%] topics/volumes reading sources... [ 93%] usage reading sources... [ 96%] validated reading sources... [100%] validating looking for now-outdated files... none found pickling environment... done checking consistency... /builddir/build/BUILD/cinderlib-1.0.1/doc/source/api/modules.rst: WARNING: document isn't included in any toctree done preparing documents... done writing output... [ 3%] api/cinderlib [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/cinderlib/tree/doc/source' [openstackdocstheme] bug_project (from user) 'cinderlib' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib' writing output... [ 6%] api/cinderlib.cinderlib [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.cinderlib.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.cinderlib.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.cinderlib' writing output... [ 10%] api/cinderlib.cmd [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.cmd.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.cmd.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.cmd' writing output... [ 13%] api/cinderlib.cmd.cinder_cfg_to_python [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.cmd.cinder_cfg_to_python.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.cmd.cinder_cfg_to_python.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.cmd.cinder_cfg_to_python' writing output... [ 17%] api/cinderlib.cmd.cinder_to_yaml [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.cmd.cinder_to_yaml.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.cmd.cinder_to_yaml.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.cmd.cinder_to_yaml' writing output... [ 20%] api/cinderlib.exception [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.exception.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.exception.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.exception' writing output... [ 24%] api/cinderlib.nos_brick [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.nos_brick.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.nos_brick.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.nos_brick' writing output... [ 27%] api/cinderlib.objects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.objects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.objects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.objects' writing output... [ 31%] api/cinderlib.persistence [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.persistence.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.persistence.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.persistence' writing output... [ 34%] api/cinderlib.persistence.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.persistence.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.persistence.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.persistence.base' writing output... [ 37%] api/cinderlib.serialization [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.serialization.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.serialization.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.serialization' writing output... [ 41%] api/cinderlib.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.utils' writing output... [ 44%] api/cinderlib.workarounds [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/cinderlib.workarounds.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/cinderlib.workarounds.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/cinderlib.workarounds' writing output... [ 48%] api/modules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/modules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/modules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/modules' writing output... [ 51%] contributing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributing' writing output... [ 55%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 58%] installation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/installation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/installation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'installation' writing output... [ 62%] limitations [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/limitations.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/limitations.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'limitations' writing output... [ 65%] topics/backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/topics/backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/topics/backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'topics/backends' writing output... [ 68%] topics/connections [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/topics/connections.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/topics/connections.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'topics/connections' writing output... [ 72%] topics/initialization [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/topics/initialization.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/topics/initialization.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'topics/initialization' writing output... [ 75%] topics/metadata [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/topics/metadata.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/topics/metadata.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'topics/metadata' writing output... [ 79%] topics/serialization [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/topics/serialization.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/topics/serialization.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'topics/serialization' writing output... [ 82%] topics/snapshots [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/topics/snapshots.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/topics/snapshots.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'topics/snapshots' writing output... [ 86%] topics/tracking [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/topics/tracking.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/topics/tracking.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'topics/tracking' writing output... [ 89%] topics/volumes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/topics/volumes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/topics/volumes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'topics/volumes' writing output... [ 93%] usage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/usage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/usage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'usage' writing output... [ 96%] validated [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/validated.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/validated.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'validated' writing output... [100%] validating [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/validating.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/validating.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'validating' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' highlighting module code... [ 8%] cinder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinder' highlighting module code... [ 16%] cinderlib.cinderlib [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/cinderlib' highlighting module code... [ 25%] cinderlib.cmd.cinder_cfg_to_python [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/cmd/cinder_cfg_to_python' highlighting module code... [ 33%] cinderlib.cmd.cinder_to_yaml [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/cmd/cinder_to_yaml' highlighting module code... [ 41%] cinderlib.exception [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/exception' highlighting module code... [ 50%] cinderlib.nos_brick [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/nos_brick' highlighting module code... [ 58%] cinderlib.objects [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/objects' highlighting module code... [ 66%] cinderlib.persistence [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/persistence' highlighting module code... [ 75%] cinderlib.persistence.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/persistence/base' highlighting module code... [ 83%] cinderlib.serialization [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/serialization' highlighting module code... [ 91%] cinderlib.utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/utils' highlighting module code... [100%] cinderlib.workarounds [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/cinderlib/workarounds' [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/index' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 1 warning. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo doc/build/html/.placeholder doc/build/html/_sources + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WzGtyM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch + cd cinderlib-1.0.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib copying build/lib/cinderlib/utils.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib copying build/lib/cinderlib/objects.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib copying build/lib/cinderlib/nos_brick.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/persistence copying build/lib/cinderlib/persistence/memory.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/persistence copying build/lib/cinderlib/persistence/__init__.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/persistence copying build/lib/cinderlib/persistence/dbms.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/persistence copying build/lib/cinderlib/persistence/base.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/persistence copying build/lib/cinderlib/cinderlib.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit copying build/lib/cinderlib/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence copying build/lib/cinderlib/tests/unit/persistence/helper.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence copying build/lib/cinderlib/tests/unit/persistence/test_base.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence copying build/lib/cinderlib/tests/unit/persistence/__init__.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence copying build/lib/cinderlib/tests/unit/persistence/test_dbms.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence copying build/lib/cinderlib/tests/unit/persistence/test_memory.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence copying build/lib/cinderlib/tests/unit/persistence/base.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence copying build/lib/cinderlib/tests/unit/test_nos_brick.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit copying build/lib/cinderlib/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/objects copying build/lib/cinderlib/tests/unit/objects/test_snapshot.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/objects copying build/lib/cinderlib/tests/unit/objects/__init__.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/objects copying build/lib/cinderlib/tests/unit/objects/test_connection.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/objects copying build/lib/cinderlib/tests/unit/objects/test_volume.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/objects copying build/lib/cinderlib/tests/unit/test_cinderlib.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit copying build/lib/cinderlib/tests/unit/base.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/functional copying build/lib/cinderlib/tests/functional/test_basic.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/functional copying build/lib/cinderlib/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/functional copying build/lib/cinderlib/tests/functional/base_tests.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/functional copying build/lib/cinderlib/tests/functional/ceph.yaml -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/functional copying build/lib/cinderlib/tests/functional/lvm.yaml -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/functional copying build/lib/cinderlib/tests/__init__.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests copying build/lib/cinderlib/exception.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib copying build/lib/cinderlib/serialization.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib copying build/lib/cinderlib/__init__.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib copying build/lib/cinderlib/workarounds.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib creating /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/cmd copying build/lib/cinderlib/cmd/cinder_cfg_to_python.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/cmd copying build/lib/cinderlib/cmd/__init__.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/cmd copying build/lib/cinderlib/cmd/cinder_to_yaml.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/cmd copying build/lib/cinderlib/_fake_packages.py -> /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/objects.py to objects.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/nos_brick.py to nos_brick.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/persistence/memory.py to memory.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/persistence/dbms.py to dbms.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/persistence/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/cinderlib.py to cinderlib.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence/helper.py to helper.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence/test_dbms.py to test_dbms.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence/test_memory.py to test_memory.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/persistence/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/test_nos_brick.py to test_nos_brick.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/objects/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/objects/test_connection.py to test_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/objects/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/test_cinderlib.py to test_cinderlib.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/functional/test_basic.py to test_basic.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/functional/base_tests.py to base_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/serialization.py to serialization.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/workarounds.py to workarounds.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/cmd/cinder_cfg_to_python.py to cinder_cfg_to_python.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/cmd/cinder_to_yaml.py to cinder_to_yaml.pyc byte-compiling /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib/_fake_packages.py to _fake_packages.pyc writing byte-compilation script '/tmp/tmpA6Qv4E.py' /usr/bin/python2 -O /tmp/tmpA6Qv4E.py removing /tmp/tmpA6Qv4E.py running install_egg_info running egg_info writing cinderlib.egg-info/PKG-INFO writing top-level names to cinderlib.egg-info/top_level.txt writing dependency_links to cinderlib.egg-info/dependency_links.txt writing entry points to cinderlib.egg-info/entry_points.txt writing pbr to cinderlib.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 'cinderlib.egg-info/SOURCES.txt' Copying cinderlib.egg-info to /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/cinderlib-1.0.1-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing cinder-cfg-to-cinderlib-code script to /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/cinderlib-1.0.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VnIthj + umask 022 + cd /builddir/build/BUILD + cd cinderlib-1.0.1 + python2 -m unittest2 discover -v -s cinderlib/tests/unit test__disconnect (objects.test_connection.TestConnection) ... ok test__is_multipathed_conn_connection_info_fc_false (objects.test_connection.TestConnection) ... ok test__is_multipathed_conn_connection_info_fc_true (objects.test_connection.TestConnection) ... ok test__is_multipathed_conn_connection_info_iscsi_false (objects.test_connection.TestConnection) ... ok test__is_multipathed_conn_connection_info_iscsi_true (objects.test_connection.TestConnection) ... ok test__is_multipathed_conn_connector_kwarg (objects.test_connection.TestConnection) ... ok test__is_multipathed_conn_connector_ovo (objects.test_connection.TestConnection) ... ok test__is_multipathed_conn_kwargs (objects.test_connection.TestConnection) ... ok test_attach (objects.test_connection.TestConnection) ... ok test_attached_true_1_True (objects.test_connection.TestConnection) bool(x) -> bool ... ok test_attached_true_2_False (objects.test_connection.TestConnection) bool(x) -> bool ... ok test_conn_info_getter (objects.test_connection.TestConnection) ... ok test_conn_info_getter_none (objects.test_connection.TestConnection) ... ok test_conn_info_setter_changes_attach_mode (objects.test_connection.TestConnection) ... ok test_conn_info_setter_clear (objects.test_connection.TestConnection) ... ok test_conn_info_setter_uses_attach_mode (objects.test_connection.TestConnection) ... ok test_connect (objects.test_connection.TestConnection) ... ok test_connected_1_True (objects.test_connection.TestConnection) bool(x) -> bool ... ok test_connected_2_False (objects.test_connection.TestConnection) bool(x) -> bool ... ok test_connector_getter (objects.test_connection.TestConnection) ... ok test_connector_info_getter (objects.test_connection.TestConnection) ... ok test_connector_info_getter_empty (objects.test_connection.TestConnection) ... ok test_connector_info_setter (objects.test_connection.TestConnection) ... ok test_detach (objects.test_connection.TestConnection) ... ok test_device_attached (objects.test_connection.TestConnection) ... ok test_device_getter (objects.test_connection.TestConnection) ... ok test_device_setter (objects.test_connection.TestConnection) ... ok test_device_setter_none (objects.test_connection.TestConnection) ... ok test_disconnect (objects.test_connection.TestConnection) ... ok test_extend (objects.test_connection.TestConnection) ... ok test_get_by_id (objects.test_connection.TestConnection) ... ok test_get_by_id_not_found (objects.test_connection.TestConnection) ... ok test_init (objects.test_connection.TestConnection) ... ok test_init_no_backend (objects.test_connection.TestConnection) ... ok test_init_no_volume (objects.test_connection.TestConnection) ... ok test_init_preference_attach_mode (objects.test_connection.TestConnection) ... ok test_path (objects.test_connection.TestConnection) ... ok test_protocol (objects.test_connection.TestConnection) ... ok test_create (objects.test_snapshot.TestSnapshot) ... ok test_create_error (objects.test_snapshot.TestSnapshot) ... ok test_create_volume (objects.test_snapshot.TestSnapshot) ... ok test_create_volume_error (objects.test_snapshot.TestSnapshot) ... ok test_delete (objects.test_snapshot.TestSnapshot) ... ok test_delete_error (objects.test_snapshot.TestSnapshot) ... ok test_get_by_id (objects.test_snapshot.TestSnapshot) ... ok test_get_by_id_not_found (objects.test_snapshot.TestSnapshot) ... ok test_get_by_name (objects.test_snapshot.TestSnapshot) ... ok test_init_from_ovo (objects.test_snapshot.TestSnapshot) ... ok test_init_from_volume (objects.test_snapshot.TestSnapshot) ... ok test__connection_removed (objects.test_volume.TestVolume) ... ok test__connection_removed_not_loaded (objects.test_volume.TestVolume) ... ok test__connection_removed_not_present (objects.test_volume.TestVolume) ... ok test__disconnect (objects.test_volume.TestVolume) ... ok test__remove_export (objects.test_volume.TestVolume) ... ok test__snapshot_removed (objects.test_volume.TestVolume) ... ok test__snapshot_removed_not_loaded (objects.test_volume.TestVolume) ... ok test__snapshot_removed_not_present (objects.test_volume.TestVolume) ... ok test_attach (objects.test_volume.TestVolume) ... ok test_attach_error_attach (objects.test_volume.TestVolume) ... ok test_attach_error_connect (objects.test_volume.TestVolume) ... ok test_cleanup (objects.test_volume.TestVolume) ... ok test_clone (objects.test_volume.TestVolume) ... ok test_clone_error (objects.test_volume.TestVolume) ... ok test_connect (objects.test_volume.TestVolume) ... ok test_connect_error (objects.test_volume.TestVolume) ... ok test_connections_lazy_loading (objects.test_volume.TestVolume) ... ok test_connections_lazy_loading_from_ovo (objects.test_volume.TestVolume) Test we don't reload connections if data is in OVO. ... ok test_create (objects.test_volume.TestVolume) ... ok test_create_error (objects.test_volume.TestVolume) ... ok test_create_snapshot (objects.test_volume.TestVolume) ... ok test_create_snapshot_error (objects.test_volume.TestVolume) ... ok test_delete (objects.test_volume.TestVolume) ... ok test_delete_error (objects.test_volume.TestVolume) ... ok test_delete_error_with_snaps (objects.test_volume.TestVolume) ... ok test_detach (objects.test_volume.TestVolume) ... ok test_detach_error_detach (objects.test_volume.TestVolume) ... ok test_detach_error_disconnect (objects.test_volume.TestVolume) ... ok test_detach_not_local (objects.test_volume.TestVolume) ... ok test_disconnect (objects.test_volume.TestVolume) ... ok test_extend (objects.test_volume.TestVolume) ... ok test_extend_attached (objects.test_volume.TestVolume) ... ok test_extend_error (objects.test_volume.TestVolume) ... ok test_get_by_id (objects.test_volume.TestVolume) ... ok test_get_by_id_not_found (objects.test_volume.TestVolume) ... ok test_get_by_name (objects.test_volume.TestVolume) ... ok test_init_from_args_backend (objects.test_volume.TestVolume) ... ok test_init_from_args_backend_name (objects.test_volume.TestVolume) ... ok test_init_from_ovo (objects.test_volume.TestVolume) ... ok test_init_from_volume (objects.test_volume.TestVolume) ... ok test_snapshots_lazy_loading (objects.test_volume.TestVolume) ... ok test_get_changed_fields_snapshot (persistence.test_base.TestBasePersistence) ... ok test_get_changed_fields_volume (persistence.test_base.TestBasePersistence) ... ok test__volume_admin_metadata_get (persistence.test_dbms.TestDBPersistence) ... ok test__volume_admin_metadata_update (persistence.test_dbms.TestDBPersistence) ... ok test__volume_admin_metadata_update_do_nothing (persistence.test_dbms.TestDBPersistence) ... ok test__volume_type_get_by_name (persistence.test_dbms.TestDBPersistence) ... ok test_create_volume_with_default_volume_type (persistence.test_dbms.TestDBPersistence) ... ok test_db (persistence.test_dbms.TestDBPersistence) ... ok test_default_volume_type (persistence.test_dbms.TestDBPersistence) ... ok test_delete_connection (persistence.test_dbms.TestDBPersistence) ... ok test_delete_connection_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_delete_key_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_delete_key_value (persistence.test_dbms.TestDBPersistence) ... ok test_delete_snapshot (persistence.test_dbms.TestDBPersistence) ... ok test_delete_snapshot_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_delete_volume (persistence.test_dbms.TestDBPersistence) ... ok test_delete_volume_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_connections_by_id (persistence.test_dbms.TestDBPersistence) ... ok test_get_connections_by_id_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_connections_by_multiple (persistence.test_dbms.TestDBPersistence) ... ok test_get_connections_by_multiple_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_connections_by_volume (persistence.test_dbms.TestDBPersistence) ... ok test_get_connections_by_volume_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_key_values_by_key (persistence.test_dbms.TestDBPersistence) ... ok test_get_key_values_by_key_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_snapshots_by_id (persistence.test_dbms.TestDBPersistence) ... ok test_get_snapshots_by_id_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_snapshots_by_multiple (persistence.test_dbms.TestDBPersistence) ... ok test_get_snapshots_by_multiple_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_snapshots_by_name_multiple (persistence.test_dbms.TestDBPersistence) ... ok test_get_snapshots_by_name_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_snapshots_by_name_single (persistence.test_dbms.TestDBPersistence) ... ok test_get_snapshots_by_volume (persistence.test_dbms.TestDBPersistence) ... ok test_get_snapshots_by_volume_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_all (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_by_backend (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_by_backend_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_by_id (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_by_id_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_by_multiple (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_by_multiple_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_by_name_multiple (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_by_name_not_found (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_by_name_single (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_extra_and_qos_specs (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_extra_specs (persistence.test_dbms.TestDBPersistence) ... ok test_get_volumes_qos_specs (persistence.test_dbms.TestDBPersistence) ... ok test_set_connection (persistence.test_dbms.TestDBPersistence) ... ok test_set_key_values (persistence.test_dbms.TestDBPersistence) ... ok test_set_snapshot (persistence.test_dbms.TestDBPersistence) ... ok test_set_volume (persistence.test_dbms.TestDBPersistence) ... ok test_volume_admin_metadata_delete (persistence.test_dbms.TestDBPersistence) ... ok test_volume_get_all_by_host (persistence.test_dbms.TestDBPersistence) ... ok test_volume_type_get_by_id (persistence.test_dbms.TestDBPersistence) ... ok test__volume_admin_metadata_get (persistence.test_dbms.TestMemoryDBPersistence) ... ok test__volume_admin_metadata_update (persistence.test_dbms.TestMemoryDBPersistence) ... ok test__volume_admin_metadata_update_do_nothing (persistence.test_dbms.TestMemoryDBPersistence) ... ok test__volume_type_get_by_name (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_create_volume_with_default_volume_type (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_db (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_default_volume_type (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_delete_connection (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_delete_connection_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_delete_key_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_delete_key_value (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_delete_snapshot (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_delete_snapshot_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_delete_volume (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_delete_volume_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_connections_by_id (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_connections_by_id_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_connections_by_multiple (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_connections_by_multiple_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_connections_by_volume (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_connections_by_volume_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_key_values_by_key (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_key_values_by_key_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_snapshots_by_id (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_snapshots_by_id_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_snapshots_by_multiple (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_snapshots_by_multiple_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_snapshots_by_name_multiple (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_snapshots_by_name_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_snapshots_by_name_single (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_snapshots_by_volume (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_snapshots_by_volume_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_all (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_by_backend (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_by_backend_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_by_id (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_by_id_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_by_multiple (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_by_multiple_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_by_name_multiple (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_by_name_not_found (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_by_name_single (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_extra_and_qos_specs (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_extra_specs (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_get_volumes_qos_specs (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_set_connection (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_set_key_values (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_set_snapshot (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_set_volume (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_volume_admin_metadata_delete (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_volume_get_all_by_host (persistence.test_dbms.TestMemoryDBPersistence) ... ok test_volume_type_get_by_id (persistence.test_dbms.TestMemoryDBPersistence) ... ok test___connections_get (persistence.test_memory.TestMemoryPersistence) Check we can get volume_attachment from OVO. ... ok test__volume_admin_metadata_get (persistence.test_memory.TestMemoryPersistence) ... ok test__volume_admin_metadata_update (persistence.test_memory.TestMemoryPersistence) ... ok test__volume_admin_metadata_update_do_nothing (persistence.test_memory.TestMemoryPersistence) ... ok test__volume_type_get_by_name (persistence.test_memory.TestMemoryPersistence) ... ok test_db (persistence.test_memory.TestMemoryPersistence) ... ok test_delete_connection (persistence.test_memory.TestMemoryPersistence) ... ok test_delete_connection_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_delete_key_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_delete_key_value (persistence.test_memory.TestMemoryPersistence) ... ok test_delete_snapshot (persistence.test_memory.TestMemoryPersistence) ... ok test_delete_snapshot_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_delete_volume (persistence.test_memory.TestMemoryPersistence) ... ok test_delete_volume_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_connections_by_id (persistence.test_memory.TestMemoryPersistence) ... ok test_get_connections_by_id_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_connections_by_multiple (persistence.test_memory.TestMemoryPersistence) ... ok test_get_connections_by_multiple_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_connections_by_volume (persistence.test_memory.TestMemoryPersistence) ... ok test_get_connections_by_volume_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_key_values_by_key (persistence.test_memory.TestMemoryPersistence) ... ok test_get_key_values_by_key_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_snapshots_by_id (persistence.test_memory.TestMemoryPersistence) ... ok test_get_snapshots_by_id_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_snapshots_by_multiple (persistence.test_memory.TestMemoryPersistence) ... ok test_get_snapshots_by_multiple_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_snapshots_by_name_multiple (persistence.test_memory.TestMemoryPersistence) ... ok test_get_snapshots_by_name_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_snapshots_by_name_single (persistence.test_memory.TestMemoryPersistence) ... ok test_get_snapshots_by_volume (persistence.test_memory.TestMemoryPersistence) ... ok test_get_snapshots_by_volume_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_all (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_by_backend (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_by_backend_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_by_id (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_by_id_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_by_multiple (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_by_multiple_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_by_name_multiple (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_by_name_not_found (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_by_name_single (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_extra_and_qos_specs (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_extra_specs (persistence.test_memory.TestMemoryPersistence) ... ok test_get_volumes_qos_specs (persistence.test_memory.TestMemoryPersistence) ... ok test_set_connection (persistence.test_memory.TestMemoryPersistence) ... ok test_set_key_values (persistence.test_memory.TestMemoryPersistence) ... ok test_set_snapshot (persistence.test_memory.TestMemoryPersistence) ... ok test_set_volume (persistence.test_memory.TestMemoryPersistence) ... ok test_volume_admin_metadata_delete (persistence.test_memory.TestMemoryPersistence) ... ok test_volume_get_all_by_host (persistence.test_memory.TestMemoryPersistence) ... ok test_volume_type_get_by_id (persistence.test_memory.TestMemoryPersistence) ... ok test__apply_backend_workarounds (test_cinderlib.TestCinderlib) ... ok test__apply_backend_workarounds_do_nothing (test_cinderlib.TestCinderlib) ... ok test__set_cinder_config (test_cinderlib.TestCinderlib) ... ok test__validate_options (test_cinderlib.TestCinderlib) ... ok test__validate_options_failures_1___debug____sure___None_ (test_cinderlib.TestCinderlib) tuple() -> empty tuple ... ok test__validate_options_failures_2___target_port____abc____cinder_volume_drivers_lvm_LVMVolumeDriver__ (test_cinderlib.TestCinderlib) tuple() -> empty tuple ... ok test__validate_options_unkown (test_cinderlib.TestCinderlib) ... ok test__volume_created (test_cinderlib.TestCinderlib) ... ok test__volume_created_is_none (test_cinderlib.TestCinderlib) ... ok test__volume_removed (test_cinderlib.TestCinderlib) ... ok test__volume_removed_no_list (test_cinderlib.TestCinderlib) ... ok test_config (test_cinderlib.TestCinderlib) ... ok test_config_full (test_cinderlib.TestCinderlib) ... ok test_create_volume (test_cinderlib.TestCinderlib) ... ok test_global_setup (test_cinderlib.TestCinderlib) ... ok test_id (test_cinderlib.TestCinderlib) ... ok test_init (test_cinderlib.TestCinderlib) ... ok test_lib_assignations (test_cinderlib.TestCinderlib) ... ok test_list_supported_drivers (test_cinderlib.TestCinderlib) ... ok test_pool_names (test_cinderlib.TestCinderlib) ... ok test_refresh (test_cinderlib.TestCinderlib) ... ok test_refresh_no_call (test_cinderlib.TestCinderlib) ... ok test_set_persistence (test_cinderlib.TestCinderlib) ... ok test_stats (test_cinderlib.TestCinderlib) ... ok test_stats_single (test_cinderlib.TestCinderlib) ... ok test_validate_connector (test_cinderlib.TestCinderlib) ... ok test_volumes (test_cinderlib.TestCinderlib) ... ok test_volumes_filtered (test_cinderlib.TestCinderlib) ... ok test__ensure_dir (test_nos_brick.TestRBDConnector) ... ok test__ensure_dir_root (test_nos_brick.TestRBDConnector) ... ok test__ensure_dir_root_exists (test_nos_brick.TestRBDConnector) ... ok test__ensure_dir_root_fails (test_nos_brick.TestRBDConnector) ... ok test__ensure_link (test_nos_brick.TestRBDConnector) ... ok test__ensure_link_root (test_nos_brick.TestRBDConnector) ... ok test__ensure_link_root_appears (test_nos_brick.TestRBDConnector) ... ok test__ensure_link_root_fails (test_nos_brick.TestRBDConnector) ... ok test__ensure_link_root_replace (test_nos_brick.TestRBDConnector) ... ok test__unmap_doesnt_exist (test_nos_brick.TestRBDConnector) ... ok test__unmap_exists (test_nos_brick.TestRBDConnector) ... ok test_connect_volume_1_True (test_nos_brick.TestRBDConnector) bool(x) -> bool ... ok test_connect_volume_2_False (test_nos_brick.TestRBDConnector) bool(x) -> bool ... ok test_connect_volume_exists (test_nos_brick.TestRBDConnector) ... ok test_connect_volume_link_fail (test_nos_brick.TestRBDConnector) ... ok test_connect_volume_map_fail (test_nos_brick.TestRBDConnector) ... ok test_disconnect_volume_1_True (test_nos_brick.TestRBDConnector) bool(x) -> bool ... ok test_disconnect_volume_2_False (test_nos_brick.TestRBDConnector) bool(x) -> bool ... ok test_extend_volume (test_nos_brick.TestRBDConnector) ... ok ---------------------------------------------------------------------- Ran 294 tests in 33.990s OK + exit 0 Processing files: python2-cinderlib-1.0.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.pECHh6 + umask 022 + cd /builddir/build/BUILD + cd cinderlib-1.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python2-cinderlib-1.0.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python2-cinderlib-1.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python2-cinderlib-1.0.1 + exit 0 Provides: python-cinderlib = 1:1.0.1-1.el7 python2-cinderlib = 1:1.0.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-cinderlib < 1:1.0.1-1.el7 Processing files: python-cinderlib-doc-1.0.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WDbh6T + umask 022 + cd /builddir/build/BUILD + cd cinderlib-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/doc/python-cinderlib-doc-1.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/doc/python-cinderlib-doc-1.0.1 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/doc/python-cinderlib-doc-1.0.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6yTbXH + umask 022 + cd /builddir/build/BUILD + cd cinderlib-1.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python-cinderlib-doc-1.0.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python-cinderlib-doc-1.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python-cinderlib-doc-1.0.1 + exit 0 Provides: python-cinderlib-doc = 1:1.0.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-cinderlib-tests-unit-1.0.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2g3Kwy + umask 022 + cd /builddir/build/BUILD + cd cinderlib-1.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python2-cinderlib-tests-unit-1.0.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python2-cinderlib-tests-unit-1.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python2-cinderlib-tests-unit-1.0.1 + exit 0 Provides: python2-cinderlib-tests-unit = 1:1.0.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python2-cinderlib-tests-functional-1.0.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.aGr6Op + umask 022 + cd /builddir/build/BUILD + cd cinderlib-1.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python2-cinderlib-tests-functional-1.0.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python2-cinderlib-tests-functional-1.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch/usr/share/licenses/python2-cinderlib-tests-functional-1.0.1 + exit 0 Provides: python2-cinderlib-tests-functional = 1:1.0.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python2-cinderlib-tests-1.0.1-1.el7.noarch Provides: python2-cinderlib-tests = 1:1.0.1-1.el7 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-cinderlib-1.0.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-cinderlib-doc-1.0.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-cinderlib-tests-unit-1.0.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-cinderlib-tests-functional-1.0.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-cinderlib-tests-1.0.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zZMCdF + umask 022 + cd /builddir/build/BUILD + cd cinderlib-1.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cinderlib-1.0.1-1.el7.noarch + exit 0 Child return code was: 0