Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-castellan.spec'], chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-48863-149390/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-castellan.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-castellan-0.18.0-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-castellan.spec'], chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-48863-149390/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-castellan.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.N3pbCa + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf castellan-0.18.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/castellan-0.18.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd castellan-0.18.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-castellan-0.18.0 base' + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6TIfDo + umask 022 + cd /builddir/build/BUILD + cd castellan-0.18.0 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/castellan creating build/lib/castellan/tests creating build/lib/castellan/tests/unit creating build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_not_implemented_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_migration_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_mock_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/mock_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/__init__.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_barbican_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/fake.py -> build/lib/castellan/tests/unit/key_manager creating build/lib/castellan/tests/functional creating build/lib/castellan/tests/functional/key_manager copying castellan/tests/functional/key_manager/test_key_manager.py -> build/lib/castellan/tests/functional/key_manager copying castellan/tests/functional/key_manager/__init__.py -> build/lib/castellan/tests/functional/key_manager copying castellan/tests/functional/key_manager/test_barbican_key_manager.py -> build/lib/castellan/tests/functional/key_manager copying castellan/tests/functional/key_manager/test_vault_key_manager.py -> build/lib/castellan/tests/functional/key_manager copying castellan/tests/utils.py -> build/lib/castellan/tests copying castellan/tests/base.py -> build/lib/castellan/tests copying castellan/tests/__init__.py -> build/lib/castellan/tests copying castellan/tests/unit/test_options.py -> build/lib/castellan/tests/unit copying castellan/tests/unit/test_utils.py -> build/lib/castellan/tests/unit copying castellan/tests/unit/__init__.py -> build/lib/castellan/tests/unit creating build/lib/castellan/common copying castellan/common/utils.py -> build/lib/castellan/common copying castellan/common/exception.py -> build/lib/castellan/common copying castellan/common/__init__.py -> build/lib/castellan/common copying castellan/tests/functional/config.py -> build/lib/castellan/tests/functional copying castellan/tests/functional/__init__.py -> build/lib/castellan/tests/functional creating build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_opaque.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_public_key.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_passphrase.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_symmetric_key.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/__init__.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_private_key.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_x_509.py -> build/lib/castellan/tests/unit/objects creating build/lib/castellan/common/objects copying castellan/common/objects/managed_object.py -> build/lib/castellan/common/objects copying castellan/common/objects/public_key.py -> build/lib/castellan/common/objects copying castellan/common/objects/passphrase.py -> build/lib/castellan/common/objects copying castellan/common/objects/key.py -> build/lib/castellan/common/objects copying castellan/common/objects/opaque_data.py -> build/lib/castellan/common/objects copying castellan/common/objects/symmetric_key.py -> build/lib/castellan/common/objects copying castellan/common/objects/x_509.py -> build/lib/castellan/common/objects copying castellan/common/objects/__init__.py -> build/lib/castellan/common/objects copying castellan/common/objects/private_key.py -> build/lib/castellan/common/objects copying castellan/common/objects/certificate.py -> build/lib/castellan/common/objects creating build/lib/castellan/common/credentials copying castellan/common/credentials/password.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/keystone_password.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/token.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/__init__.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/credential.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/keystone_token.py -> build/lib/castellan/common/credentials copying castellan/i18n.py -> build/lib/castellan copying castellan/__init__.py -> build/lib/castellan copying castellan/options.py -> build/lib/castellan creating build/lib/castellan/key_manager copying castellan/key_manager/key_manager.py -> build/lib/castellan/key_manager copying castellan/key_manager/migration.py -> build/lib/castellan/key_manager copying castellan/key_manager/vault_key_manager.py -> build/lib/castellan/key_manager copying castellan/key_manager/__init__.py -> build/lib/castellan/key_manager copying castellan/key_manager/not_implemented_key_manager.py -> build/lib/castellan/key_manager copying castellan/key_manager/barbican_key_manager.py -> build/lib/castellan/key_manager creating build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/test_keystone_password.py -> build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/test_password.py -> build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/test_keystone_token.py -> build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/__init__.py -> build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/test_token.py -> build/lib/castellan/tests/unit/credentials running egg_info deleting castellan.egg-info/requires.txt writing castellan.egg-info/PKG-INFO writing top-level names to castellan.egg-info/top_level.txt writing dependency_links to castellan.egg-info/dependency_links.txt writing entry points to castellan.egg-info/entry_points.txt writing pbr to castellan.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 'castellan.egg-info/SOURCES.txt' creating build/lib/castellan/tests/contrib copying castellan/tests/contrib/gate_hook.sh -> build/lib/castellan/tests/contrib copying castellan/tests/contrib/post_test_hook.sh -> build/lib/castellan/tests/contrib + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.v31EDD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch + cd castellan-0.18.0 + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-castellan-0.18.0-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-castellan-0.18.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests copying build/lib/castellan/tests/utils.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional copying build/lib/castellan/tests/functional/config.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/key_manager/test_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/key_manager/test_barbican_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/key_manager/test_vault_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional copying build/lib/castellan/tests/base.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/contrib copying build/lib/castellan/tests/contrib/gate_hook.sh -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/contrib copying build/lib/castellan/tests/contrib/post_test_hook.sh -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/contrib copying build/lib/castellan/tests/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit copying build/lib/castellan/tests/unit/test_options.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit copying build/lib/castellan/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_opaque.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_public_key.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_passphrase.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_symmetric_key.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_private_key.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_x_509.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/test_keystone_password.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/test_password.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/test_keystone_token.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/test_token.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_not_implemented_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_migration_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_mock_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/mock_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_barbican_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/fake.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common copying build/lib/castellan/common/utils.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common copying build/lib/castellan/common/exception.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/managed_object.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/public_key.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/passphrase.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/key.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/opaque_data.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/symmetric_key.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/x_509.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/private_key.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/certificate.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/password.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/keystone_password.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/token.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/credential.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/keystone_token.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials copying build/lib/castellan/common/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common copying build/lib/castellan/i18n.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan creating /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/migration.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/vault_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/not_implemented_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/barbican_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager copying build/lib/castellan/__init__.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan copying build/lib/castellan/options.py -> /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/key_manager/test_key_manager.py to test_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/key_manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/key_manager/test_barbican_key_manager.py to test_barbican_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/key_manager/test_vault_key_manager.py to test_vault_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/test_options.py to test_options.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects/test_opaque.py to test_opaque.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects/test_public_key.py to test_public_key.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects/test_passphrase.py to test_passphrase.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects/test_symmetric_key.py to test_symmetric_key.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects/test_private_key.py to test_private_key.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/objects/test_x_509.py to test_x_509.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials/test_keystone_password.py to test_keystone_password.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials/test_password.py to test_password.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials/test_keystone_token.py to test_keystone_token.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/credentials/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager/test_not_implemented_key_manager.py to test_not_implemented_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager/test_migration_key_manager.py to test_migration_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager/test_mock_key_manager.py to test_mock_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager/test_key_manager.py to test_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager/mock_key_manager.py to mock_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager/test_barbican_key_manager.py to test_barbican_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/key_manager/fake.py to fake.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/managed_object.py to managed_object.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/public_key.py to public_key.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/passphrase.py to passphrase.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/key.py to key.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/opaque_data.py to opaque_data.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/symmetric_key.py to symmetric_key.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/x_509.py to x_509.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/private_key.py to private_key.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/objects/certificate.py to certificate.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials/keystone_password.py to keystone_password.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials/credential.py to credential.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/credentials/keystone_token.py to keystone_token.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager/key_manager.py to key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager/vault_key_manager.py to vault_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager/not_implemented_key_manager.py to not_implemented_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/key_manager/barbican_key_manager.py to barbican_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan/options.py to options.pyc running install_egg_info running egg_info writing castellan.egg-info/PKG-INFO writing top-level names to castellan.egg-info/top_level.txt writing dependency_links to castellan.egg-info/dependency_links.txt writing entry points to castellan.egg-info/entry_points.txt writing pbr to castellan.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 'castellan.egg-info/SOURCES.txt' Copying castellan.egg-info to /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/lib/python2.7/site-packages/castellan-0.18.0-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/castellan-0.18.0 /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-castellan-0.18.0-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.u17GLV + umask 022 + cd /builddir/build/BUILD + cd castellan-0.18.0 + OS_TEST_PATH=./castellan/tests/unit + /usr/bin/python2 setup.py test running test running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --list running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpPzUr3P running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpdkT40b running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmphlzkmk running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpZWaytb running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpDwSY4_ running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmp1yqOhE running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpPGCgBW running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpqOQr6l running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpsqsLOg running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpR8StVQ running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpLqcHN4 running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpDiuwBv running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpgnEBri running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmp28LYft running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpYqWmWS running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpTbbRQW running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpwGwGQ8 running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpYZ_D09 running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpjn8KJu running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpNHIisL running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpn0YMdd running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpJntSQ_ running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpKPiUNX running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpZEwQHR running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmptiYKZb running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmp0pZP7C running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpJATvCn running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpVRX7uf running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpTVwxRp running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpnSYbTU running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmp_ZESpj running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./castellan/tests} --load-list /tmp/tmpU4Y7fq Ran 208 tests in 3.879s PASSED (id=0) + exit 0 Processing files: python2-castellan-0.18.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xGFyjr + umask 022 + cd /builddir/build/BUILD + cd castellan-0.18.0 + DOCDIR=/builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/share/doc/python2-castellan-0.18.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/share/doc/python2-castellan-0.18.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/share/doc/python2-castellan-0.18.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch/usr/share/doc/python2-castellan-0.18.0 + exit 0 Provides: python-castellan = 0.18.0 python-castellan = 0.18.0-1.el7 python2-castellan = 0.18.0-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: /bin/bash python(abi) = 2.7 Obsoletes: python-castellan < 0.18.0-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-castellan-0.18.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dhtU6B + umask 022 + cd /builddir/build/BUILD + cd castellan-0.18.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-castellan-0.18.0-1.el7.noarch + exit 0 Child return code was: 0