Mock Version: 1.2.8 Mock Version: 1.2.8 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/ceph-deploy.spec'], chrootPath='/var/lib/mock/f21-build-3395533-487062/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.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=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/ceph-deploy.spec'] with env {'LANG': 'en_US.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 warning: Could not canonicalize hostname: buildvm-23.phx2.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/ceph-deploy-1.5.25-1.fc21.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/ceph-deploy.spec '], chrootPath='/var/lib/mock/f21-build-3395533-487062/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.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=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/ceph-deploy.spec '] with env {'LANG': 'en_US.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.SCmCLJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ceph-deploy-1.5.25 + /usr/bin/gzip -dc /builddir/build/SOURCES/ceph-deploy-1.5.25.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ceph-deploy-1.5.25 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wi2yuA + umask 022 + cd /builddir/build/BUILD + cd ceph-deploy-1.5.25 + CEPH_DEPLOY_NO_VENDOR=1 + /usr/bin/python2 setup.py build [vendoring] Running command: rm -rf /builddir/build/BUILD/ceph-deploy-1.5.25/ceph_deploy/lib/vendor/remoto running build running build_py creating build creating build/lib creating build/lib/ceph_deploy copying ceph_deploy/mon.py -> build/lib/ceph_deploy copying ceph_deploy/misc.py -> build/lib/ceph_deploy copying ceph_deploy/config.py -> build/lib/ceph_deploy copying ceph_deploy/rgw.py -> build/lib/ceph_deploy copying ceph_deploy/validate.py -> build/lib/ceph_deploy copying ceph_deploy/connection.py -> build/lib/ceph_deploy copying ceph_deploy/admin.py -> build/lib/ceph_deploy copying ceph_deploy/forgetkeys.py -> build/lib/ceph_deploy copying ceph_deploy/gatherkeys.py -> build/lib/ceph_deploy copying ceph_deploy/pkg.py -> build/lib/ceph_deploy copying ceph_deploy/exc.py -> build/lib/ceph_deploy copying ceph_deploy/calamari.py -> build/lib/ceph_deploy copying ceph_deploy/mds.py -> build/lib/ceph_deploy copying ceph_deploy/install.py -> build/lib/ceph_deploy copying ceph_deploy/new.py -> build/lib/ceph_deploy copying ceph_deploy/osd.py -> build/lib/ceph_deploy copying ceph_deploy/__init__.py -> build/lib/ceph_deploy copying ceph_deploy/cliutil.py -> build/lib/ceph_deploy copying ceph_deploy/cli.py -> build/lib/ceph_deploy creating build/lib/ceph_deploy/util copying ceph_deploy/util/decorators.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/net.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/constants.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/templates.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/files.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/arg_validators.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/log.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/__init__.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/pkg_managers.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/system.py -> build/lib/ceph_deploy/util copying ceph_deploy/util/ssh.py -> build/lib/ceph_deploy/util creating build/lib/ceph_deploy/lib copying ceph_deploy/lib/__init__.py -> build/lib/ceph_deploy/lib creating build/lib/ceph_deploy/conf copying ceph_deploy/conf/cephdeploy.py -> build/lib/ceph_deploy/conf copying ceph_deploy/conf/ceph.py -> build/lib/ceph_deploy/conf copying ceph_deploy/conf/__init__.py -> build/lib/ceph_deploy/conf creating build/lib/ceph_deploy/hosts copying ceph_deploy/hosts/remotes.py -> build/lib/ceph_deploy/hosts copying ceph_deploy/hosts/common.py -> build/lib/ceph_deploy/hosts copying ceph_deploy/hosts/util.py -> build/lib/ceph_deploy/hosts copying ceph_deploy/hosts/__init__.py -> build/lib/ceph_deploy/hosts creating build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_install.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_cli_rgw.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_mon.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/fakes.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_cli_new.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_cli.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/util.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_remotes.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_cli_install.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_cli_osd.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_conf.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_cli_admin.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/directory.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/test_cli_mon.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/__init__.py -> build/lib/ceph_deploy/tests copying ceph_deploy/tests/conftest.py -> build/lib/ceph_deploy/tests creating build/lib/ceph_deploy/util/paths copying ceph_deploy/util/paths/mon.py -> build/lib/ceph_deploy/util/paths copying ceph_deploy/util/paths/osd.py -> build/lib/ceph_deploy/util/paths copying ceph_deploy/util/paths/__init__.py -> build/lib/ceph_deploy/util/paths creating build/lib/ceph_deploy/lib/vendor copying ceph_deploy/lib/vendor/__init__.py -> build/lib/ceph_deploy/lib/vendor creating build/lib/ceph_deploy/hosts/centos copying ceph_deploy/hosts/centos/uninstall.py -> build/lib/ceph_deploy/hosts/centos copying ceph_deploy/hosts/centos/pkg.py -> build/lib/ceph_deploy/hosts/centos copying ceph_deploy/hosts/centos/install.py -> build/lib/ceph_deploy/hosts/centos copying ceph_deploy/hosts/centos/__init__.py -> build/lib/ceph_deploy/hosts/centos creating build/lib/ceph_deploy/hosts/rhel copying ceph_deploy/hosts/rhel/uninstall.py -> build/lib/ceph_deploy/hosts/rhel copying ceph_deploy/hosts/rhel/pkg.py -> build/lib/ceph_deploy/hosts/rhel copying ceph_deploy/hosts/rhel/install.py -> build/lib/ceph_deploy/hosts/rhel copying ceph_deploy/hosts/rhel/__init__.py -> build/lib/ceph_deploy/hosts/rhel creating build/lib/ceph_deploy/hosts/suse copying ceph_deploy/hosts/suse/uninstall.py -> build/lib/ceph_deploy/hosts/suse copying ceph_deploy/hosts/suse/pkg.py -> build/lib/ceph_deploy/hosts/suse copying ceph_deploy/hosts/suse/install.py -> build/lib/ceph_deploy/hosts/suse copying ceph_deploy/hosts/suse/__init__.py -> build/lib/ceph_deploy/hosts/suse creating build/lib/ceph_deploy/hosts/debian copying ceph_deploy/hosts/debian/uninstall.py -> build/lib/ceph_deploy/hosts/debian copying ceph_deploy/hosts/debian/pkg.py -> build/lib/ceph_deploy/hosts/debian copying ceph_deploy/hosts/debian/install.py -> build/lib/ceph_deploy/hosts/debian copying ceph_deploy/hosts/debian/__init__.py -> build/lib/ceph_deploy/hosts/debian creating build/lib/ceph_deploy/hosts/fedora copying ceph_deploy/hosts/fedora/uninstall.py -> build/lib/ceph_deploy/hosts/fedora copying ceph_deploy/hosts/fedora/install.py -> build/lib/ceph_deploy/hosts/fedora copying ceph_deploy/hosts/fedora/__init__.py -> build/lib/ceph_deploy/hosts/fedora creating build/lib/ceph_deploy/hosts/centos/mon copying ceph_deploy/hosts/centos/mon/create.py -> build/lib/ceph_deploy/hosts/centos/mon copying ceph_deploy/hosts/centos/mon/__init__.py -> build/lib/ceph_deploy/hosts/centos/mon creating build/lib/ceph_deploy/hosts/rhel/mon copying ceph_deploy/hosts/rhel/mon/create.py -> build/lib/ceph_deploy/hosts/rhel/mon copying ceph_deploy/hosts/rhel/mon/__init__.py -> build/lib/ceph_deploy/hosts/rhel/mon creating build/lib/ceph_deploy/hosts/suse/mon copying ceph_deploy/hosts/suse/mon/create.py -> build/lib/ceph_deploy/hosts/suse/mon copying ceph_deploy/hosts/suse/mon/__init__.py -> build/lib/ceph_deploy/hosts/suse/mon creating build/lib/ceph_deploy/hosts/debian/mon copying ceph_deploy/hosts/debian/mon/create.py -> build/lib/ceph_deploy/hosts/debian/mon copying ceph_deploy/hosts/debian/mon/__init__.py -> build/lib/ceph_deploy/hosts/debian/mon creating build/lib/ceph_deploy/hosts/fedora/mon copying ceph_deploy/hosts/fedora/mon/create.py -> build/lib/ceph_deploy/hosts/fedora/mon copying ceph_deploy/hosts/fedora/mon/__init__.py -> build/lib/ceph_deploy/hosts/fedora/mon + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.W69Mur + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch ++ dirname /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch + cd ceph-deploy-1.5.25 + CEPH_DEPLOY_NO_VENDOR=1 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch [vendoring] Running command: rm -rf /builddir/build/BUILD/ceph-deploy-1.5.25/ceph_deploy/lib/vendor/remoto running install running install_lib creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/decorators.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/net.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/constants.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/templates.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/paths copying build/lib/ceph_deploy/util/paths/mon.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/paths copying build/lib/ceph_deploy/util/paths/osd.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/paths copying build/lib/ceph_deploy/util/paths/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/paths copying build/lib/ceph_deploy/util/files.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/arg_validators.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/log.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/pkg_managers.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/system.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/util/ssh.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util copying build/lib/ceph_deploy/mon.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/misc.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/config.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/rgw.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/validate.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/connection.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/admin.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/forgetkeys.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/gatherkeys.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/pkg.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/exc.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/lib copying build/lib/ceph_deploy/lib/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/lib creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/lib/vendor copying build/lib/ceph_deploy/lib/vendor/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/lib/vendor copying build/lib/ceph_deploy/calamari.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/mds.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/install.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/new.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/conf copying build/lib/ceph_deploy/conf/cephdeploy.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/conf copying build/lib/ceph_deploy/conf/ceph.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/conf copying build/lib/ceph_deploy/conf/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/conf creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos copying build/lib/ceph_deploy/hosts/centos/uninstall.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos copying build/lib/ceph_deploy/hosts/centos/pkg.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos/mon copying build/lib/ceph_deploy/hosts/centos/mon/create.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos/mon copying build/lib/ceph_deploy/hosts/centos/mon/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos/mon copying build/lib/ceph_deploy/hosts/centos/install.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos copying build/lib/ceph_deploy/hosts/centos/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel copying build/lib/ceph_deploy/hosts/rhel/uninstall.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel copying build/lib/ceph_deploy/hosts/rhel/pkg.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel/mon copying build/lib/ceph_deploy/hosts/rhel/mon/create.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel/mon copying build/lib/ceph_deploy/hosts/rhel/mon/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel/mon copying build/lib/ceph_deploy/hosts/rhel/install.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel copying build/lib/ceph_deploy/hosts/rhel/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel copying build/lib/ceph_deploy/hosts/remotes.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts copying build/lib/ceph_deploy/hosts/common.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse copying build/lib/ceph_deploy/hosts/suse/uninstall.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse copying build/lib/ceph_deploy/hosts/suse/pkg.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse/mon copying build/lib/ceph_deploy/hosts/suse/mon/create.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse/mon copying build/lib/ceph_deploy/hosts/suse/mon/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse/mon copying build/lib/ceph_deploy/hosts/suse/install.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse copying build/lib/ceph_deploy/hosts/suse/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse copying build/lib/ceph_deploy/hosts/util.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian copying build/lib/ceph_deploy/hosts/debian/uninstall.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian copying build/lib/ceph_deploy/hosts/debian/pkg.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian/mon copying build/lib/ceph_deploy/hosts/debian/mon/create.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian/mon copying build/lib/ceph_deploy/hosts/debian/mon/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian/mon copying build/lib/ceph_deploy/hosts/debian/install.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian copying build/lib/ceph_deploy/hosts/debian/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora copying build/lib/ceph_deploy/hosts/fedora/uninstall.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora/mon copying build/lib/ceph_deploy/hosts/fedora/mon/create.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora/mon copying build/lib/ceph_deploy/hosts/fedora/mon/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora/mon copying build/lib/ceph_deploy/hosts/fedora/install.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora copying build/lib/ceph_deploy/hosts/fedora/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora copying build/lib/ceph_deploy/hosts/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts copying build/lib/ceph_deploy/osd.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy creating /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_install.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_cli_rgw.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_mon.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/fakes.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_cli_new.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_cli.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/util.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_remotes.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_cli_install.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_cli_osd.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_conf.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_cli_admin.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/directory.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/test_cli_mon.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/__init__.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/tests/conftest.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests copying build/lib/ceph_deploy/cliutil.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy copying build/lib/ceph_deploy/cli.py -> /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/net.py to net.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/templates.py to templates.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/paths/mon.py to mon.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/paths/osd.py to osd.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/paths/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/files.py to files.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/arg_validators.py to arg_validators.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/pkg_managers.py to pkg_managers.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/system.py to system.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/util/ssh.py to ssh.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/mon.py to mon.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/rgw.py to rgw.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/validate.py to validate.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/admin.py to admin.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/forgetkeys.py to forgetkeys.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/gatherkeys.py to gatherkeys.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/pkg.py to pkg.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/exc.py to exc.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/lib/vendor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/calamari.py to calamari.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/mds.py to mds.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/new.py to new.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/conf/cephdeploy.py to cephdeploy.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/conf/ceph.py to ceph.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/conf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos/uninstall.py to uninstall.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos/pkg.py to pkg.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos/mon/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos/mon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/centos/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel/uninstall.py to uninstall.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel/pkg.py to pkg.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel/mon/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel/mon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/rhel/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/remotes.py to remotes.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse/uninstall.py to uninstall.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse/pkg.py to pkg.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse/mon/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse/mon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/suse/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian/uninstall.py to uninstall.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian/pkg.py to pkg.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian/mon/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian/mon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/debian/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora/uninstall.py to uninstall.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora/mon/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora/mon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/fedora/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/hosts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/osd.py to osd.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_install.py to test_install.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_cli_rgw.py to test_cli_rgw.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_mon.py to test_mon.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_cli_new.py to test_cli_new.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_cli.py to test_cli.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_remotes.py to test_remotes.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_cli_install.py to test_cli_install.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_cli_osd.py to test_cli_osd.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_conf.py to test_conf.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_cli_admin.py to test_cli_admin.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/directory.py to directory.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/test_cli_mon.py to test_cli_mon.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/tests/conftest.py to conftest.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/cliutil.py to cliutil.pyc byte-compiling /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy/cli.py to cli.pyc writing byte-compilation script '/tmp/tmpHYMHf8.py' /usr/bin/python2 -O /tmp/tmpHYMHf8.py removing /tmp/tmpHYMHf8.py running install_egg_info running egg_info writing requirements to ceph_deploy.egg-info/requires.txt writing ceph_deploy.egg-info/PKG-INFO writing top-level names to ceph_deploy.egg-info/top_level.txt writing dependency_links to ceph_deploy.egg-info/dependency_links.txt writing entry points to ceph_deploy.egg-info/entry_points.txt reading manifest file 'ceph_deploy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ceph_deploy.egg-info/SOURCES.txt' Copying ceph_deploy.egg-info to /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7/site-packages/ceph_deploy-1.5.25-py2.7.egg-info running install_scripts Installing ceph-deploy script to /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.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/ceph-deploy-1.5.25 /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/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.b2zFdr + umask 022 + cd /builddir/build/BUILD + cd ceph-deploy-1.5.25 + CEPH_DEPLOY_NO_VENDOR=1 + tox -e py27-novendor GLOB sdist-make: /builddir/build/BUILD/ceph-deploy-1.5.25/setup.py py27-novendor create: /builddir/build/BUILD/ceph-deploy-1.5.25/.tox/py27-novendor py27-novendor inst: /builddir/build/BUILD/ceph-deploy-1.5.25/.tox/dist/ceph-deploy-1.5.25.zip py27-novendor runtests: PYTHONHASHSEED='512630264' py27-novendor runtests: commands[0] | py.test -v ceph_deploy/tests WARNING:test command found but not installed in testenv cmd: /usr/bin/py.test env: /builddir/build/BUILD/ceph-deploy-1.5.25/.tox/py27-novendor Maybe forgot to specify a dependency? ============================= test session starts ============================== platform linux2 -- Python 2.7.8 -- py-1.4.26 -- pytest-2.6.4 -- /usr/bin/python collecting ... collected 61 items ceph_deploy/tests/test_cli.py::test_help PASSED ceph_deploy/tests/test_cli.py::test_bad_command PASSED ceph_deploy/tests/test_cli.py::test_bad_cluster PASSED ceph_deploy/tests/test_cli_admin.py::test_help PASSED ceph_deploy/tests/test_cli_admin.py::test_bad_no_hosts PASSED ceph_deploy/tests/test_cli_admin.py::test_bad_no_conf PASSED ceph_deploy/tests/test_cli_admin.py::test_bad_no_key PASSED ceph_deploy/tests/test_cli_admin.py::test_write_keyring FAILED ceph_deploy/tests/test_cli_install.py::test_help PASSED ceph_deploy/tests/test_cli_install.py::test_bad_no_host PASSED ceph_deploy/tests/test_cli_mon.py::test_help PASSED ceph_deploy/tests/test_cli_mon.py::test_bad_no_conf PASSED ceph_deploy/tests/test_cli_mon.py::test_bad_no_mon PASSED ceph_deploy/tests/test_cli_mon.py::test_simple FAILED ceph_deploy/tests/test_cli_new.py::test_help PASSED ceph_deploy/tests/test_cli_new.py::test_write_global_conf_section FAILED ceph_deploy/tests/test_cli_new.py::test_uuid FAILED ceph_deploy/tests/test_cli_new.py::test_mons FAILED ceph_deploy/tests/test_cli_new.py::test_defaults FAILED ceph_deploy/tests/test_cli_osd.py::test_help PASSED ceph_deploy/tests/test_cli_osd.py::test_bad_no_conf PASSED ceph_deploy/tests/test_cli_osd.py::test_bad_no_disk PASSED ceph_deploy/tests/test_cli_rgw.py::test_help PASSED ceph_deploy/tests/test_cli_rgw.py::test_bad_no_conf PASSED ceph_deploy/tests/test_cli_rgw.py::test_rgw_prefix_auto PASSED ceph_deploy/tests/test_cli_rgw.py::test_rgw_prefix_custom PASSED ceph_deploy/tests/test_conf.py::test_simple PASSED ceph_deploy/tests/test_conf.py::test_indent_space PASSED ceph_deploy/tests/test_conf.py::test_indent_tab PASSED ceph_deploy/tests/test_conf.py::test_words_underscore PASSED ceph_deploy/tests/test_conf.py::test_words_space PASSED ceph_deploy/tests/test_conf.py::test_words_many PASSED ceph_deploy/tests/test_conf.py::test_write_words_underscore PASSED ceph_deploy/tests/test_install.py::TestSanitizeArgs::test_args_release_not_specified PASSED ceph_deploy/tests/test_install.py::TestSanitizeArgs::test_args_release_is_specified PASSED ceph_deploy/tests/test_install.py::TestSanitizeArgs::test_args_release_stable_is_used PASSED ceph_deploy/tests/test_install.py::TestSanitizeArgs::test_args_stable_is_not_used PASSED ceph_deploy/tests/test_install.py::TestDetectComponents::test_install_with_repo_option_returns_no_packages PASSED ceph_deploy/tests/test_install.py::TestDetectComponents::test_install_all_returns_all_packages_deb PASSED ceph_deploy/tests/test_install.py::TestDetectComponents::test_install_all_with_other_options_returns_all_packages_deb PASSED ceph_deploy/tests/test_install.py::TestDetectComponents::test_install_all_returns_all_packages_rpm PASSED ceph_deploy/tests/test_install.py::TestDetectComponents::test_install_all_with_other_options_returns_all_packages_rpm PASSED ceph_deploy/tests/test_install.py::TestDetectComponents::test_install_only_one_component PASSED ceph_deploy/tests/test_install.py::TestDetectComponents::test_install_a_couple_of_components PASSED ceph_deploy/tests/test_install.py::TestDetectComponents::test_install_all_should_be_default_when_no_options_passed PASSED ceph_deploy/tests/test_mon.py::TestGetMonInitialMembers::test_assert_if_mon_none_and_empty_True PASSED ceph_deploy/tests/test_mon.py::TestGetMonInitialMembers::test_return_if_mon_none_and_empty_false PASSED ceph_deploy/tests/test_mon.py::TestGetMonInitialMembers::test_single_item_if_mon_not_none PASSED ceph_deploy/tests/test_mon.py::TestGetMonInitialMembers::test_multiple_item_if_mon_not_none PASSED ceph_deploy/tests/test_mon.py::TestCatchCommonErrors::test_warn_if_no_intial_members PASSED ceph_deploy/tests/test_mon.py::TestCatchCommonErrors::test_warn_if_host_not_in_intial_members PASSED ceph_deploy/tests/test_mon.py::TestCatchCommonErrors::test_warn_if_not_mon_in_monmap PASSED ceph_deploy/tests/test_mon.py::TestCatchCommonErrors::test_warn_if_not_public_addr_and_not_public_netw PASSED ceph_deploy/tests/test_remotes.py::TestWhich::test_finds_absolute_paths PASSED ceph_deploy/tests/test_remotes.py::TestWhich::test_does_not_find_executable PASSED ceph_deploy/tests/test_remotes.py::TestPlatformInformation::test_handles_deb_version_num PASSED ceph_deploy/tests/test_remotes.py::TestPlatformInformation::test_handles_deb_version_slash PASSED ceph_deploy/tests/test_remotes.py::TestPlatformInformation::test_handles_deb_version_slash_sid PASSED ceph_deploy/tests/test_remotes.py::TestPlatformInformation::test_handles_no_codename PASSED ceph_deploy/tests/test_remotes.py::TestPlatformInformation::test_hanles_centos_64 PASSED ceph_deploy/tests/test_remotes.py::TestPlatformInformation::test_handles_ubuntu_percise PASSED =================================== FAILURES =================================== ______________________________ test_write_keyring ______________________________ tmpdir = local('/tmp/pytest-0/test_write_keyring0') def test_write_keyring(tmpdir): with tmpdir.join('ceph.conf').open('w'): pass with tmpdir.join('ceph.client.admin.keyring').open('w'): pass etc_ceph = os.path.join(str(tmpdir), 'etc', 'ceph') os.makedirs(etc_ceph) distro = MagicMock() distro.conn = MagicMock() remotes.write_file.func_defaults = (str(tmpdir),) distro.conn.remote_module = remotes distro.conn.remote_module.write_conf = Mock() with patch('ceph_deploy.admin.hosts'): with patch('ceph_deploy.admin.hosts.get', MagicMock(return_value=distro)): with directory(str(tmpdir)): > main(args=['admin', 'host1']) ceph_deploy/tests/test_cli_admin.py:76: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ceph_deploy/util/decorators.py:69: in newfunc return f(*a, **kw) ceph_deploy/cli.py:132: in _main args = parser.parse_args(args=args, namespace=namespace) /usr/lib64/python2.7/argparse.py:1694: in parse_args args, argv = self.parse_known_args(args, namespace) /usr/lib64/python2.7/argparse.py:1733: in parse_known_args self.error(str(err)) /usr/lib64/python2.7/argparse.py:2367: in error self.exit(2, _('%s: error: %s\n') % (self.prog, message)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = ArgumentParser(prog='py.test', usage=None, description="Easy Ceph deployment\n...rgparse.RawDescriptionHelpFormatter'>, conflict_handler='error', add_help=True) status = 2 message = "py.test: error: argument COMMAND: invalid choice: 'admin' (choose from )\n" def exit(self, status=0, message=None): if message: self._print_message(message, _sys.stderr) > _sys.exit(status) E SystemExit: 2 /usr/lib64/python2.7/argparse.py:2355: SystemExit ----------------------------- Captured stderr call ----------------------------- usage: py.test [-h] [-v | -q] [--version] [--username USERNAME] [--overwrite-conf] [--cluster NAME] [--ceph-conf CEPH_CONF] COMMAND ... py.test: error: argument COMMAND: invalid choice: 'admin' (choose from ) _________________________________ test_simple __________________________________ tmpdir = local('/tmp/pytest-0/test_simple0') capsys = <_pytest.capture.CaptureFixture instance at 0x7f143f630758> def test_simple(tmpdir, capsys): with tmpdir.join('ceph.conf').open('w') as f: f.write("""\ [global] fsid = 6ede5564-3cf1-44b5-aa96-1c77b0c3e1d0 mon initial members = host1 """) ns = argparse.Namespace() ns.pushy = mock.Mock() conn = mock.NonCallableMock(name='PushyClient') ns.pushy.return_value = conn mock_compiled = collections.defaultdict(mock.Mock) conn.compile.side_effect = mock_compiled.__getitem__ MON_SECRET = 'AQBWDj5QAP6LHhAAskVBnUkYHJ7eYREmKo5qKA==' def _create_mon(cluster, get_monitor_secret): secret = get_monitor_secret() assert secret == MON_SECRET fake_ip_addresses = lambda x: ['10.0.0.1'] try: with patch('ceph_deploy.new.net.ip_addresses', fake_ip_addresses): with mock.patch('ceph_deploy.new.net.get_nonlocal_ip', lambda x: '10.0.0.1'): with mock.patch('ceph_deploy.new.arg_validators.Hostname', lambda: lambda x: x): with mock.patch('ceph_deploy.new.hosts'): with directory(str(tmpdir)): main( args=['-v', 'new', '--no-ssh-copykey', 'host1'], namespace=ns, ) main( args=['-v', 'mon', 'create', 'host1'], namespace=ns, ) except SystemExit as e: > raise AssertionError('Unexpected exit: %s', e) E AssertionError: ('Unexpected exit: %s', SystemExit(2,)) ceph_deploy/tests/test_cli_mon.py:97: AssertionError ----------------------------- Captured stderr call ----------------------------- usage: py.test [-h] [-v | -q] [--version] [--username USERNAME] [--overwrite-conf] [--cluster NAME] [--ceph-conf CEPH_CONF] COMMAND ... py.test: error: argument COMMAND: invalid choice: 'new' (choose from ) ________________________ test_write_global_conf_section ________________________ tmpdir = local('/tmp/pytest-0/test_write_global_conf_section0') cli = def test_write_global_conf_section(tmpdir, cli): fake_ip_addresses = lambda x: ['10.0.0.1'] with patch('ceph_deploy.new.hosts'): with patch('ceph_deploy.new.net.ip_addresses', fake_ip_addresses): with patch('ceph_deploy.new.net.get_nonlocal_ip', lambda x: '10.0.0.1'): with patch('ceph_deploy.new.arg_validators.Hostname', lambda: lambda x: x): with directory(str(tmpdir)): > main(args=['new', 'host1']) ceph_deploy/tests/test_cli_new.py:30: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ceph_deploy/cli.py:167: in main _main(args=args, namespace=namespace) ceph_deploy/util/decorators.py:69: in newfunc return f(*a, **kw) ceph_deploy/cli.py:132: in _main args = parser.parse_args(args=args, namespace=namespace) /usr/lib64/python2.7/argparse.py:1694: in parse_args args, argv = self.parse_known_args(args, namespace) /usr/lib64/python2.7/argparse.py:1733: in parse_known_args self.error(str(err)) /usr/lib64/python2.7/argparse.py:2367: in error self.exit(2, _('%s: error: %s\n') % (self.prog, message)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = ArgumentParser(prog='py.test', usage=None, description="Easy Ceph deployment\n...rgparse.RawDescriptionHelpFormatter'>, conflict_handler='error', add_help=True) status = 2 message = "py.test: error: argument COMMAND: invalid choice: 'new' (choose from )\n" def exit(self, status=0, message=None): if message: self._print_message(message, _sys.stderr) > _sys.exit(status) E SystemExit: 2 /usr/lib64/python2.7/argparse.py:2355: SystemExit ----------------------------- Captured stderr call ----------------------------- usage: py.test [-h] [-v | -q] [--version] [--username USERNAME] [--overwrite-conf] [--cluster NAME] [--ceph-conf CEPH_CONF] COMMAND ... py.test: error: argument COMMAND: invalid choice: 'new' (choose from ) __________________________________ test_uuid ___________________________________ newcfg = def test_uuid(newcfg): > cfg = newcfg('host1') ceph_deploy/tests/test_cli_new.py:54: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ceph_deploy/tests/test_cli_new.py:46: in new main(args=['new'] + list(args)) ceph_deploy/cli.py:167: in main _main(args=args, namespace=namespace) ceph_deploy/util/decorators.py:69: in newfunc return f(*a, **kw) ceph_deploy/cli.py:132: in _main args = parser.parse_args(args=args, namespace=namespace) /usr/lib64/python2.7/argparse.py:1694: in parse_args args, argv = self.parse_known_args(args, namespace) /usr/lib64/python2.7/argparse.py:1733: in parse_known_args self.error(str(err)) /usr/lib64/python2.7/argparse.py:2367: in error self.exit(2, _('%s: error: %s\n') % (self.prog, message)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = ArgumentParser(prog='py.test', usage=None, description="Easy Ceph deployment\n...rgparse.RawDescriptionHelpFormatter'>, conflict_handler='error', add_help=True) status = 2 message = "py.test: error: argument COMMAND: invalid choice: 'new' (choose from )\n" def exit(self, status=0, message=None): if message: self._print_message(message, _sys.stderr) > _sys.exit(status) E SystemExit: 2 /usr/lib64/python2.7/argparse.py:2355: SystemExit ----------------------------- Captured stderr call ----------------------------- usage: py.test [-h] [-v | -q] [--version] [--username USERNAME] [--overwrite-conf] [--cluster NAME] [--ceph-conf CEPH_CONF] COMMAND ... py.test: error: argument COMMAND: invalid choice: 'new' (choose from ) __________________________________ test_mons ___________________________________ newcfg = def test_mons(newcfg): > cfg = newcfg('node01', 'node07', 'node34') ceph_deploy/tests/test_cli_new.py:72: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ceph_deploy/tests/test_cli_new.py:46: in new main(args=['new'] + list(args)) ceph_deploy/cli.py:167: in main _main(args=args, namespace=namespace) ceph_deploy/util/decorators.py:69: in newfunc return f(*a, **kw) ceph_deploy/cli.py:132: in _main args = parser.parse_args(args=args, namespace=namespace) /usr/lib64/python2.7/argparse.py:1694: in parse_args args, argv = self.parse_known_args(args, namespace) /usr/lib64/python2.7/argparse.py:1733: in parse_known_args self.error(str(err)) /usr/lib64/python2.7/argparse.py:2367: in error self.exit(2, _('%s: error: %s\n') % (self.prog, message)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = ArgumentParser(prog='py.test', usage=None, description="Easy Ceph deployment\n...rgparse.RawDescriptionHelpFormatter'>, conflict_handler='error', add_help=True) status = 2 message = "py.test: error: argument COMMAND: invalid choice: 'new' (choose from )\n" def exit(self, status=0, message=None): if message: self._print_message(message, _sys.stderr) > _sys.exit(status) E SystemExit: 2 /usr/lib64/python2.7/argparse.py:2355: SystemExit ----------------------------- Captured stderr call ----------------------------- usage: py.test [-h] [-v | -q] [--version] [--username USERNAME] [--overwrite-conf] [--cluster NAME] [--ceph-conf CEPH_CONF] COMMAND ... py.test: error: argument COMMAND: invalid choice: 'new' (choose from ) ________________________________ test_defaults _________________________________ newcfg = def test_defaults(newcfg): > cfg = newcfg('host1') ceph_deploy/tests/test_cli_new.py:78: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ceph_deploy/tests/test_cli_new.py:46: in new main(args=['new'] + list(args)) ceph_deploy/cli.py:167: in main _main(args=args, namespace=namespace) ceph_deploy/util/decorators.py:69: in newfunc return f(*a, **kw) ceph_deploy/cli.py:132: in _main args = parser.parse_args(args=args, namespace=namespace) /usr/lib64/python2.7/argparse.py:1694: in parse_args args, argv = self.parse_known_args(args, namespace) /usr/lib64/python2.7/argparse.py:1733: in parse_known_args self.error(str(err)) /usr/lib64/python2.7/argparse.py:2367: in error self.exit(2, _('%s: error: %s\n') % (self.prog, message)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = ArgumentParser(prog='py.test', usage=None, description="Easy Ceph deployment\n...rgparse.RawDescriptionHelpFormatter'>, conflict_handler='error', add_help=True) status = 2 message = "py.test: error: argument COMMAND: invalid choice: 'new' (choose from )\n" def exit(self, status=0, message=None): if message: self._print_message(message, _sys.stderr) > _sys.exit(status) E SystemExit: 2 /usr/lib64/python2.7/argparse.py:2355: SystemExit ----------------------------- Captured stderr call ----------------------------- usage: py.test [-h] [-v | -q] [--version] [--username USERNAME] [--overwrite-conf] [--cluster NAME] [--ceph-conf CEPH_CONF] COMMAND ... py.test: error: argument COMMAND: invalid choice: 'new' (choose from ) ===================== 6 failed, 55 passed in 3.10 seconds ====================== ERROR: InvocationError: '/usr/bin/py.test -v ceph_deploy/tests' ___________________________________ summary ____________________________________ ERROR: py27-novendor: commands failed + : + exit 0 Processing files: ceph-deploy-1.5.25-1.fc21.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XUTcdE + umask 022 + cd /builddir/build/BUILD + cd ceph-deploy-1.5.25 + DOCDIR=/builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/share/doc/ceph-deploy + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/share/doc/ceph-deploy + cp -pr LICENSE /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/share/doc/ceph-deploy + cp -pr README.rst /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch/usr/share/doc/ceph-deploy + exit 0 Provides: ceph-deploy = 1.5.25-1.fc21 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: /usr/bin/python2 python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch warning: Could not canonicalize hostname: buildvm-23.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/ceph-deploy-1.5.25-1.fc21.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Tb5E1U + umask 022 + cd /builddir/build/BUILD + cd ceph-deploy-1.5.25 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ceph-deploy-1.5.25-1.fc21.noarch + exit 0 Child return code was: 0 LEAVE do -->