Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-metalsmith.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-76500-418306/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'b039570fa0c045cfb18167582c66e4da', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-76500-418306/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-metalsmith.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-metalsmith-1.0.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-metalsmith.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-76500-418306/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'c093a135f5654ffab39755658d5d4ada', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-76500-418306/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-metalsmith.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fW7MLs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf metalsmith-1.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/metalsmith-1.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd metalsmith-1.0.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 --allow-empty -a --author 'rpm-build ' -m 'python-metalsmith-1.0.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Q1zI7K + umask 022 + cd /builddir/build/BUILD + cd metalsmith-1.0.0 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/metalsmith creating build/lib/metalsmith/test copying metalsmith/test/test_scheduler.py -> build/lib/metalsmith/test copying metalsmith/test/test_provisioner.py -> build/lib/metalsmith/test copying metalsmith/test/test_cmd.py -> build/lib/metalsmith/test copying metalsmith/test/test_utils.py -> build/lib/metalsmith/test copying metalsmith/test/test_instance.py -> build/lib/metalsmith/test copying metalsmith/test/test_sources.py -> build/lib/metalsmith/test copying metalsmith/test/__init__.py -> build/lib/metalsmith/test copying metalsmith/test/test_instance_config.py -> build/lib/metalsmith/test copying metalsmith/_cmd.py -> build/lib/metalsmith copying metalsmith/_utils.py -> build/lib/metalsmith copying metalsmith/sources.py -> build/lib/metalsmith copying metalsmith/exceptions.py -> build/lib/metalsmith copying metalsmith/version.py -> build/lib/metalsmith copying metalsmith/_provisioner.py -> build/lib/metalsmith copying metalsmith/instance_config.py -> build/lib/metalsmith copying metalsmith/__init__.py -> build/lib/metalsmith copying metalsmith/_format.py -> build/lib/metalsmith copying metalsmith/_nics.py -> build/lib/metalsmith copying metalsmith/_scheduler.py -> build/lib/metalsmith copying metalsmith/_instance.py -> build/lib/metalsmith running egg_info writing metalsmith.egg-info/PKG-INFO writing dependency_links to metalsmith.egg-info/dependency_links.txt writing entry points to metalsmith.egg-info/entry_points.txt deleting metalsmith.egg-info/requires.txt writing top-level names to metalsmith.egg-info/top_level.txt writing pbr to metalsmith.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 'metalsmith.egg-info/SOURCES.txt' + sphinx-build-3 -b html doc/source doc/build/html Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Creating file /builddir/build/BUILD/metalsmith-1.0.0/doc/source/reference/api/metalsmith.rst. Creating file /builddir/build/BUILD/metalsmith-1.0.0/doc/source/reference/api/metalsmith.exceptions.rst. Creating file /builddir/build/BUILD/metalsmith-1.0.0/doc/source/reference/api/metalsmith.instance_config.rst. Creating file /builddir/build/BUILD/metalsmith-1.0.0/doc/source/reference/api/metalsmith.sources.rst. Creating file /builddir/build/BUILD/metalsmith-1.0.0/doc/source/reference/api/metalsmith.version.rst. Creating file /builddir/build/BUILD/metalsmith-1.0.0/doc/source/reference/api/modules.rst. Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/metalsmith-1.0.0/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 3 source files that are out of date updating environment: [new config] 9 added, 0 changed, 0 removed reading sources... [ 11%] cli/index reading sources... [ 22%] index reading sources... [ 33%] reference/api/metalsmith reading sources... [ 44%] reference/api/metalsmith.exceptions reading sources... [ 55%] reference/api/metalsmith.instance_config reading sources... [ 66%] reference/api/metalsmith.sources reading sources... [ 77%] reference/api/metalsmith.version reading sources... [ 88%] reference/api/modules reading sources... [100%] user/ansible looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 11%] cli/index [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/index is 2020-04-27 13:42:24 writing output... [ 22%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-04-27 13:42:24 writing output... [ 33%] reference/api/metalsmith [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'reference/api/metalsmith' writing output... [ 44%] reference/api/metalsmith.exceptions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'reference/api/metalsmith.exceptions' writing output... [ 55%] reference/api/metalsmith.instance_config [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'reference/api/metalsmith.instance_config' writing output... [ 66%] reference/api/metalsmith.sources [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'reference/api/metalsmith.sources' writing output... [ 77%] reference/api/metalsmith.version [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'reference/api/metalsmith.version' writing output... [ 88%] reference/api/modules [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'reference/api/modules' writing output... [100%] user/ansible [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/ansible is 2020-04-27 13:42:24 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vSyxtb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch + cd metalsmith-1.0.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test copying build/lib/metalsmith/test/test_scheduler.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test copying build/lib/metalsmith/test/test_provisioner.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test copying build/lib/metalsmith/test/test_cmd.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test copying build/lib/metalsmith/test/test_utils.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test copying build/lib/metalsmith/test/test_instance.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test copying build/lib/metalsmith/test/test_sources.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test copying build/lib/metalsmith/test/__init__.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test copying build/lib/metalsmith/test/test_instance_config.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test copying build/lib/metalsmith/_cmd.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/_utils.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/sources.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/exceptions.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/version.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/_provisioner.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/instance_config.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/__init__.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/_format.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/_nics.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/_scheduler.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith copying build/lib/metalsmith/_instance.py -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test/test_scheduler.py to test_scheduler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test/test_provisioner.py to test_provisioner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test/test_cmd.py to test_cmd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test/test_instance.py to test_instance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test/test_sources.py to test_sources.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/test/test_instance_config.py to test_instance_config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/_cmd.py to _cmd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/_utils.py to _utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/sources.py to sources.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/_provisioner.py to _provisioner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/instance_config.py to instance_config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/_format.py to _format.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/_nics.py to _nics.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/_scheduler.py to _scheduler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith/_instance.py to _instance.cpython-36.pyc writing byte-compilation script '/tmp/tmpc43p4udd.py' /usr/bin/python3 /tmp/tmpc43p4udd.py removing /tmp/tmpc43p4udd.py running install_data creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible/roles creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible/roles/metalsmith_deployment copying roles/metalsmith_deployment/README.rst -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible/roles/metalsmith_deployment/ creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible/roles/metalsmith_deployment/meta copying roles/metalsmith_deployment/meta/main.yml -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible/roles/metalsmith_deployment/meta creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible/roles/metalsmith_deployment/tasks copying roles/metalsmith_deployment/tasks/main.yml -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible/roles/metalsmith_deployment/tasks creating /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible/roles/metalsmith_deployment/defaults copying roles/metalsmith_deployment/defaults/main.yml -> /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/ansible/roles/metalsmith_deployment/defaults running install_egg_info running egg_info writing metalsmith.egg-info/PKG-INFO writing dependency_links to metalsmith.egg-info/dependency_links.txt writing entry points to metalsmith.egg-info/entry_points.txt writing top-level names to metalsmith.egg-info/top_level.txt writing pbr to metalsmith.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 'metalsmith.egg-info/SOURCES.txt' Copying metalsmith.egg-info to /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/metalsmith-1.0.0-py3.6.egg-info running install_scripts Installing metalsmith script to /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + ln -s metalsmith /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/bin/metalsmith-3 + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 1.0.0-1.el8 --unique-debug-suffix -1.0.0-1.el8.noarch --unique-debug-src-base python-metalsmith-1.0.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/metalsmith-1.0.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4CdGqF + umask 022 + cd /builddir/build/BUILD + cd metalsmith-1.0.0 + PYTHON=/usr/bin/python3 + stestr-3 run {5} metalsmith.test.test_cmd.TestDeploy.test_args_hostname [0.192833s] ... ok {5} metalsmith.test.test_cmd.TestShowWait.test_list_one_column [0.168686s] ... ok [2020-04-27 13:42:32,783] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 435, in provision_node node, 'active', config_drive=cd) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError: boom [2020-04-27 13:42:32,799] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 166, in _get_subnet network = self._connection.network.get_network(subnet.network_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect openstack.exceptions.SDKException: Not found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 392, in provision_node nics.validate() File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 62, in validate result.append(('subnet', self._get_subnet(nic))) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 170, in _get_subnet {'net': subnet.network_id, 'sub': nic['subnet'], 'error': exc}) metalsmith.exceptions.InvalidNIC: Cannot find network for subnet subnet: Not found [2020-04-27 13:42:32,801] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/sources.py", line 140, in _validate self.checksum = checksums[fname] KeyError: 'image' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 390, in provision_node image._validate(self.connection, root_size_gb) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/sources.py", line 144, in _validate {'fname': fname, 'url': self.checksum_url}) metalsmith.exceptions.InvalidImage: There is no image checksum for image in https://host/checksums [2020-04-27 13:42:32,813] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/sources.py", line 132, in _validate checksums = _utils.parse_checksums(checksums) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 113, in parse_checksums checksum, fname = line.strip().split(None, 1) ValueError: not enough values to unpack (expected 2, got 1) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 390, in provision_node image._validate(self.connection, root_size_gb) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/sources.py", line 136, in _validate {'url': self.checksum_url, 'err': exc}) metalsmith.exceptions.InvalidImage: Invalid checksum file https://host/checksums: not enough values to unpack (expected 2, got 1) [2020-04-27 13:42:32,815] Processing allocation (UUID ) for node None failed: Failed to reserve a node: boom; deleting allocation Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 166, in _reserve_node allocation) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect openstack.exceptions.SDKException: boom During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 170, in _reserve_node 'Failed to reserve a node: %s' % exc) metalsmith.exceptions.ReservationFailed: Failed to reserve a node: boom [2020-04-27 13:42:32,825] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/sources.py", line 60, in _validate ignore_missing=False) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect openstack.exceptions.ResourceNotFound: Not found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 390, in provision_node image._validate(self.connection, root_size_gb) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/sources.py", line 64, in _validate {'image': self.image, 'error': exc}) metalsmith.exceptions.InvalidImage: Cannot find image image: Not found [2020-04-27 13:42:32,850] Processing allocation (UUID ) for node 000 failed: boom; deleting allocation Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 178, in _reserve_node capabilities) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 200, in _patch_reserved_node return self.connection.baremetal.patch_node(node, patch) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError: boom [2020-04-27 13:42:32,866] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 110, in _get_port nic['port'], ignore_missing=False) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect openstack.exceptions.SDKException: Not found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 392, in provision_node nics.validate() File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 58, in validate result.append(('port', self._get_port(nic))) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 114, in _get_port {'port': nic['port'], 'error': exc}) metalsmith.exceptions.InvalidNIC: Cannot find port port1: Not found {1} metalsmith.test.test_cmd.TestDeploy.test_args_bad_ip [0.188265s] ... ok {7} metalsmith.test.test_cmd.TestDeploy.test_args_no_nics [0.190438s] ... ok {7} metalsmith.test.test_provisioner.TestProvisionNode.test_deploy_failure [0.018031s] ... ok usage: run.py deploy [-h] [--wait WAIT | --no-wait] --image IMAGE [--image-checksum IMAGE_CHECKSUM] [--image-kernel IMAGE_KERNEL] [--image-ramdisk IMAGE_RAMDISK] [--network NICS] [--subnet NICS] [--port NICS] [--ip NETWORK:IP] [--netboot] [--root-size ROOT_SIZE] [--swap-size SWAP_SIZE] [--capability NAME=VALUE] [--trait TRAIT] [--ssh-public-key SSH_PUBLIC_KEY] [--hostname HOSTNAME] --resource-class RESOURCE_CLASS [--conductor-group CONDUCTOR_GROUP] [--candidate CANDIDATE] [--user-name USER_NAME] [--passwordless-sudo] [--no-clean-up] run.py deploy: error: argument --ip: --ip format is NETWORK:IP, got public [2020-04-27 13:42:32,943] Processing allocation (UUID ) for node 000 failed: boom; deleting allocation {15} metalsmith.test.test_cmd.TestDeploy.test_args_capabilities [0.187214s] ... ok [2020-04-27 13:42:32,958] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 388, in provision_node root_size_gb = _utils.get_root_disk(root_size_gb, node) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 50, in get_root_disk "a positive integer, got %r" % root_size_gb) TypeError: The root_size_gb argument must be a positive integer, got {} {15} metalsmith.test.test_provisioner.TestInit.test_both_provided [0.000698s] ... ok [2020-04-27 13:42:32,961] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 388, in provision_node root_size_gb = _utils.get_root_disk(root_size_gb, node) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 53, in get_root_disk "a positive integer, got %d" % root_size_gb) ValueError: The root_size_gb argument must be a positive integer, got 0 [2020-04-27 13:42:32,965] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 392, in provision_node nics.validate() File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 66, in validate '"network", got %s' % nic) metalsmith.exceptions.InvalidNIC: Unknown NIC record type, export "port", "subnet" or "network", got {'foo': 'bar'} {15} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_nic [0.011969s] ... ok {10} metalsmith.test.test_cmd.TestDeploy.test_args_http_partition_image [0.185672s] ... ok {0} metalsmith.test.test_cmd.TestDeploy.test_args_http_image_without_checksum [0.188114s] ... ok {19} metalsmith.test.test_cmd.TestDeploy.test_args_file_whole_disk_image [0.186082s] ... ok [2020-04-27 13:42:32,972] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 402, in provision_node nics.create_and_attach_ports() File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 76, in create_and_attach_ports port = self._connection.network.create_port(**nic) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError: boom [2020-04-27 13:42:32,973] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 435, in provision_node node, 'active', config_drive=cd) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError: boom [2020-04-27 13:42:32,976] Failed to delete neutron port : {13} metalsmith.test.test_provisioner.TestProvisionNode.test_ok_without_nics [0.011878s] ... ok {13} metalsmith.test.test_provisioner.TestProvisionNode.test_whole_disk [0.012327s] ... ok {13} metalsmith.test.test_provisioner.TestProvisionNode.test_with_wait [0.012856s] ... ok {13} metalsmith.test.test_provisioner.TestReserveNode.test_nodes_filtered_by_conductor_group [0.008081s] ... ok {13} metalsmith.test.test_provisioner.TestShowInstance.test_show_instance_invalid_state [0.003545s] ... ok {13} metalsmith.test.test_scheduler.TestCapabilitiesFilter.test_fail_no_capabilities [0.000936s] ... ok {13} metalsmith.test.test_sources.TestDetect.test_glance_partition_missing_root [0.000951s] ... ok {18} metalsmith.test.test_cmd.TestDeploy.test_args_custom_wait [0.197962s] ... ok {11} metalsmith.test.test_cmd.TestUndeploy.test_json [0.185870s] ... ok {11} metalsmith.test.test_instance_config.TestGenericConfig.test_name_as_hostname [0.000420s] ... ok [2020-04-27 13:42:32,987] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 159, in _get_subnet nic['subnet'], ignore_missing=False) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect openstack.exceptions.SDKException: Not found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 392, in provision_node nics.validate() File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 62, in validate result.append(('subnet', self._get_subnet(nic))) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 163, in _get_subnet {'sub': nic['subnet'], 'error': exc}) metalsmith.exceptions.InvalidNIC: Cannot find subnet subnet: Not found {11} metalsmith.test.test_provisioner.TestGetFindNode.test__get_node_with_instance_refresh [0.003439s] ... ok {11} metalsmith.test.test_provisioner.TestGetFindNode.test__get_node_with_node [0.002632s] ... ok {11} metalsmith.test.test_provisioner.TestProvisionNode.test_ok_with_source [0.011759s] ... ok {11} metalsmith.test.test_provisioner.TestProvisionNode.test_with_subnet [0.012144s] ... ok {11} metalsmith.test.test_provisioner.TestReserveNode.test_allocation_failed [0.009083s] ... ok {15} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_port [0.013526s] ... ok {15} metalsmith.test.test_provisioner.TestWaitForProvisioning.test_exceptions [0.007000s] ... ok {15} metalsmith.test.test_sources.TestDetect.test_file_whole_disk [0.000384s] ... ok {15} metalsmith.test.test_sources.TestDetect.test_https_partition_disk [0.000248s] ... ok {17} metalsmith.test.test_cmd.TestShowWait.test_list_empty [0.184002s] ... ok {9} metalsmith.test.test_cmd.TestDeploy.test_args_file_partition_disk_image [0.187613s] ... ok {5} metalsmith.test.test_cmd.TestUndeploy.test_ok [0.167988s] ... ok {5} metalsmith.test.test_instance_config.TestCloudInitConfig.test_custom_user_data [0.000573s] ... ok {5} metalsmith.test.test_provisioner.TestGetFindNode.test__find_node_and_allocation_by_node_id [0.003334s] ... ok {5} metalsmith.test.test_provisioner.TestProvisionNode.test_no_checksum_with_http_image [0.018179s] ... ok {5} metalsmith.test.test_provisioner.TestProvisionNode.test_with_hostname_override [0.012287s] ... ok {5} metalsmith.test.test_provisioner.TestUnprovisionNode.test_without_allocation [0.006630s] ... ok {20} metalsmith.test.test_cmd.TestShowWait.test_list_table_empty [0.168051s] ... ok {20} metalsmith.test.test_provisioner.TestGetFindNode.test__get_node_with_instance [0.002156s] ... ok {20} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_nics [0.006384s] ... ok {20} metalsmith.test.test_provisioner.TestProvisionNode.test_with_config [0.010903s] ... ok {20} metalsmith.test.test_provisioner.TestProvisionNode.test_with_file_partition [0.008951s] ... ok {20} metalsmith.test.test_sources.TestDetect.test_checksum_required [0.000615s] ... ok {20} metalsmith.test.test_sources.TestDetect.test_https_whole_disk_checksum [0.000228s] ... ok {25} metalsmith.test.test_cmd.TestDeploy.test_args_file_image_with_incorrect_kernel [0.185698s] ... ok {30} metalsmith.test.test_instance_config.TestCloudInitConfig.test_user_data_not_dict [0.000790s] ... ok {23} metalsmith.test.test_cmd.TestDeploy.test_args_conductor_group [0.186009s] ... ok {10} metalsmith.test.test_cmd.TestDeploy.test_args_networks_and_ports [0.143724s] ... ok {10} metalsmith.test.test_instance_config.TestCloudInitConfig.test_ssh_keys_as_dict [0.000437s] ... ok {3} metalsmith.test.test_cmd.TestDeploy.test_args_subnet [0.189966s] ... ok {3} metalsmith.test.test_cmd.TestDeploy.test_no_clean_up [0.170370s] ... ok {7} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_network_of_subnet [0.011906s] ... ok {7} metalsmith.test.test_provisioner.TestProvisionNode.test_malformed_checksum_with_http_image [0.013841s] ... ok {7} metalsmith.test.test_provisioner.TestProvisionNode.test_missing_image [0.010525s] ... ok {7} metalsmith.test.test_provisioner.TestProvisionNode.test_ok [0.015094s] ... ok {7} metalsmith.test.test_provisioner.TestReserveNode.test_node_update_unexpected_exception [0.008550s] ... ok {7} metalsmith.test.test_scheduler.TestCapabilitiesFilter.test_matching_node [0.000664s] ... ok {22} metalsmith.test.test_cmd.TestDeploy.test_args_verbose_1 [0.222827s] ... ok {26} metalsmith.test.test_cmd.TestDeploy.test_args_http_image_with_checksum_url [0.181969s] ... ok {6} metalsmith.test.test_cmd.TestDeploy.test_with_swap_size [0.192548s] ... ok {12} metalsmith.test.test_cmd.TestShowWait.test_list [0.185485s] ... ok {12} metalsmith.test.test_instance.TestInstanceIPAddresses.test_ip_addresses [0.007509s] ... ok {12} metalsmith.test.test_instance.TestInstanceStates.test_state_deploying_when_available [0.005352s] ... ok {4} metalsmith.test.test_cmd.TestDeploy.test_args_default_format [0.223377s] ... ok {8} metalsmith.test.test_cmd.TestDeploy.test_args_file_image_without_checksum [0.188442s] ... ok {12} metalsmith.test.test_provisioner.TestReserveNode.test_simple_ok [0.006824s] ... ok {12} metalsmith.test.test_provisioner.TestReserveNode.test_with_hostname [0.006933s] ... ok {12} metalsmith.test.test_scheduler.TestCapabilitiesFilter.test_fail_message [0.001583s] ... ok {29} metalsmith.test.test_cmd.TestDeploy.test_args_dry_run [0.186937s] ... ok {10} metalsmith.test.test_provisioner.TestProvisionNode.test_existing_hostname_match [0.012985s] ... ok {8} metalsmith.test.test_cmd.TestShowWait.test_show [0.163946s] ... ok {21} metalsmith.test.test_cmd.TestDeploy.test_not_deployed_no_ips [0.190182s] ... ok {8} metalsmith.test.test_instance.TestInstanceStates.test_state_deploying_maintenance [0.006048s] ... ok {8} metalsmith.test.test_instance_config.TestCloudInitConfig.test_add_user_with_keys [0.000654s] ... ok {12} metalsmith.test.test_sources.TestDetect.test_http_partition_disk_missing_root [0.000516s] ... ok {14} metalsmith.test.test_cmd.TestDeploy.test_args_quiet [0.223006s] ... ok {2} metalsmith.test.test_cmd.TestDeploy.test_args_port [0.185854s] ... ok {9} metalsmith.test.test_cmd.TestDeploy.test_reservation_failure [0.167341s] ... ok {9} metalsmith.test.test_instance_config.TestCloudInitConfig.test_add_user_sudo [0.000608s] ... ok {9} metalsmith.test.test_instance_config.TestGenericConfig.test_ssh_keys_as_dict [0.000389s] ... ok {9} metalsmith.test.test_provisioner.TestGetFindNode.test__find_node_and_allocation_by_node [0.002828s] ... ok {0} metalsmith.test.test_cmd.TestDeploy.test_args_json_format [0.204169s] ... ok {28} metalsmith.test.test_cmd.TestDeploy.test_args_ips [0.188351s] ... ok {6} metalsmith.test.test_cmd.TestShowWait.test_show_table [0.176981s] ... ok {6} metalsmith.test.test_instance_config.TestCloudInitConfig.test_add_user_admin [0.000626s] ... ok {6} metalsmith.test.test_provisioner.TestGetFindNode.test__get_node_with_node_refresh [0.003240s] ... ok {0} metalsmith.test.test_provisioner.TestGetFindNode.test__find_node_and_allocation_by_hostname [0.003626s] ... ok {27} metalsmith.test.test_cmd.TestDeploy.test_args_verbose_2 [0.228119s] ... ok {8} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_root_size_gb [0.016199s] ... ok {1} metalsmith.test.test_cmd.TestShowWait.test_list_table [0.167474s] ... ok {1} metalsmith.test.test_instance.TestInstanceIPAddresses.test_missing_ip [0.007796s] ... ok {10} metalsmith.test.test_provisioner.TestProvisionNode.test_with_http_and_checksum_partition [0.011953s] ... ok [2020-04-27 13:42:33,040] Malformed capabilities on node (UUID ): foo,profile:control Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_scheduler.py", line 124, in __call__ caps = _utils.get_capabilities(node) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 41, in get_capabilities caps = dict(x.split(':', 1) for x in caps.split(',') if x) ValueError: dictionary update sequence element #0 has length 1; 2 is required {10} metalsmith.test.test_provisioner.TestReserveNode.test_custom_predicate [0.007601s] ... ok {10} metalsmith.test.test_sources.TestDetect.test_https_partition_disk_checksum [0.000249s] ... ok {1} metalsmith.test.test_instance_config.TestGenericConfig.test_explicit_hostname [0.000405s] ... ok [2020-04-27 13:42:33,042] Malformed capabilities on node (UUID ): 42 Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_scheduler.py", line 124, in __call__ caps = _utils.get_capabilities(node) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 41, in get_capabilities caps = dict(x.split(':', 1) for x in caps.split(',') if x) AttributeError: 'int' object has no attribute 'split' {1} metalsmith.test.test_instance_config.TestGenericConfig.test_ssh_keys [0.000373s] ... ok {1} metalsmith.test.test_provisioner.TestProvisionNode.test_duplicate_hostname [0.012400s] ... ok {1} metalsmith.test.test_provisioner.TestReserveNode.test_node_update_failed [0.008527s] ... ok {4} metalsmith.test.test_cmd.TestShowWait.test_list_two_columns [0.163446s] ... ok {1} metalsmith.test.test_scheduler.TestRunFilters.test_one_node_filtered [0.003984s] ... ok {24} metalsmith.test.test_cmd.TestDeploy.test_args_ok [0.227124s] ... ok {9} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_nic_type [0.013152s] ... ok {4} metalsmith.test.test_provisioner.TestGetFindNode.test__find_node_and_allocation_by_hostname_node_in_allocation [0.004064s] ... ok {27} metalsmith.test.test_instance.TestInstanceStates.test_to_dict_with_allocation [0.008612s] ... ok {0} metalsmith.test.test_provisioner.TestProvisionNode.test_with_swap_size [0.012027s] ... ok {8} metalsmith.test.test_provisioner.TestProvisionNode.test_port_creation_failure [0.012429s] ... ok {4} metalsmith.test.test_provisioner.TestGetFindNode.test__find_node_and_allocation_by_node_not_found [0.002433s] ... ok {0} metalsmith.test.test_provisioner.TestShowInstance.test_show_instances [0.004015s] ... ok {6} metalsmith.test.test_provisioner.TestProvisionNode.test_failure_during_port_deletion [0.014943s] ... ok {9} metalsmith.test.test_provisioner.TestProvisionNode.test_unreserved [0.013133s] ... ok {4} metalsmith.test.test_provisioner.TestProvisionNode.test_name_not_valid_hostname [0.007941s] ... ok {0} metalsmith.test.test_provisioner.TestUnprovisionNode.test_ok [0.006780s] ... ok {9} metalsmith.test.test_sources.TestDetect.test_http_partition_inconsistency [0.000687s] ... ok {27} metalsmith.test.test_provisioner.TestProvisionNode.test_deploy_failure_no_cleanup [0.013426s] ... ok {8} metalsmith.test.test_provisioner.TestProvisionNode.test_with_capabilities [0.011545s] ... ok {4} metalsmith.test.test_provisioner.TestProvisionNode.test_node_with_external_instance_id [0.005670s] ... ok {8} metalsmith.test.test_utils.TestIsHostnameSafe.test_not_none [0.000253s] ... ok {6} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_subnet [0.011357s] ... ok {17} metalsmith.test.test_cmd.TestShowWait.test_list_sort [0.134643s] ... ok [2020-04-27 13:42:33,053] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/sources.py", line 124, in _validate response.raise_for_status() File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect requests.exceptions.RequestException: boom During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 390, in provision_node image._validate(self.connection, root_size_gb) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/sources.py", line 129, in _validate {'url': self.checksum_url, 'err': exc}) metalsmith.exceptions.InvalidImage: Cannot download checksum file https://host/checksums: boom {0} metalsmith.test.test_provisioner.TestUnprovisionNode.test_with_wait_failed [0.007554s] ... ok {0} metalsmith.test.test_sources.TestDetect.test_glance_whole_disk [0.000872s] ... ok {4} metalsmith.test.test_provisioner.TestProvisionNode.test_override_existing_capabilities [0.007056s] ... ok {27} metalsmith.test.test_provisioner.TestProvisionNode.test_node_name_as_hostname [0.012733s] ... ok {17} metalsmith.test.test_instance.TestInstanceStates.test_state_unknown [0.006243s] ... ok {6} metalsmith.test.test_provisioner.TestProvisionNode.test_with_http_and_checksum_whole_disk [0.010905s] ... ok {4} metalsmith.test.test_provisioner.TestReserveNode.test_custom_predicate_false [0.004170s] ... ok {6} metalsmith.test.test_sources.TestDetect.test_glance_invalid_arguments [0.000641s] ... ok {14} metalsmith.test.test_cmd.TestDeploy.test_invalid_hostname [0.165764s] ... ok {16} metalsmith.test.test_cmd.TestDeploy.test_args_debug [0.224009s] ... ok {27} metalsmith.test.test_provisioner.TestProvisionNode.test_old_style_reservation [0.014118s] ... ok {17} metalsmith.test.test_provisioner.TestProvisionNode.test_override_existing_traits [0.013966s] ... ok {18} metalsmith.test.test_cmd.TestDeploy.test_no_logs_not_deployed [0.138716s] ... ok {18} metalsmith.test.test_instance_config.TestCloudInitConfig.test_custom_user_data_with_users [0.000482s] ... ok {19} metalsmith.test.test_cmd.TestShowWait.test_list_json [0.167286s] ... ok {17} metalsmith.test.test_provisioner.TestProvisionNode.test_unreserved_without_resource_class [0.009089s] ... ok {17} metalsmith.test.test_sources.TestDetect.test_file_partition_disk [0.000415s] ... ok {17} metalsmith.test.test_sources.TestDetect.test_file_partition_disk_missing_root [0.000439s] ... ok [2020-04-27 13:42:33,064] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 435, in provision_node node, 'active', config_drive=cd) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError: boom {27} metalsmith.test.test_provisioner.TestProvisionNode.test_with_root_size [0.012727s] ... ok {18} metalsmith.test.test_provisioner.TestProvisionNode.test_node_not_found [0.007782s] ... ok {27} metalsmith.test.test_provisioner.TestReserveNode.test_with_capabilities [0.008540s] ... ok {18} metalsmith.test.test_provisioner.TestProvisionNode.test_old_style_reservation_with_override [0.009839s] ... ok {25} metalsmith.test.test_cmd.TestDeploy.test_args_no_wait [0.163923s] ... ok {18} metalsmith.test.test_scheduler.TestCapabilitiesFilter.test_malformed_capabilities [0.004186s] ... ok {18} metalsmith.test.test_sources.TestDetect.test_http_partition_disk [0.000444s] ... ok [2020-04-27 13:42:33,066] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 56, in get_root_disk assert int(node.properties['local_gb']) > 0 TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 388, in provision_node root_size_gb = _utils.get_root_disk(root_size_gb, node) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 66, in get_root_disk 'value': node.properties['local_gb']}) metalsmith.exceptions.UnknownRootDiskSize: The local_gb for node control-0 (UUID 000) is invalid: expected positive integer, got None {25} metalsmith.test.test_instance_config.TestCloudInitConfig.test_add_user_passwd [0.000426s] ... ok {23} metalsmith.test.test_cmd.TestDeploy.test_args_http_image_with_checksum [0.168935s] ... ok {29} metalsmith.test.test_cmd.TestDeploy.test_args_traits [0.149942s] ... ok [2020-04-27 13:42:33,068] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 56, in get_root_disk assert int(node.properties['local_gb']) > 0 ValueError: invalid literal for int() with base 10: 'meow' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 388, in provision_node root_size_gb = _utils.get_root_disk(root_size_gb, node) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 66, in get_root_disk 'value': node.properties['local_gb']}) metalsmith.exceptions.UnknownRootDiskSize: The local_gb for node control-0 (UUID 000) is invalid: expected positive integer, got meow {2} metalsmith.test.test_cmd.TestDeploy.test_args_verbose_3 [0.159453s] ... ok {28} metalsmith.test.test_cmd.TestDeploy.test_deploy_failure [0.146035s] ... ok {25} metalsmith.test.test_provisioner.TestProvisionNode.test_cannot_download_checksum_with_http_image [0.010464s] ... ok [2020-04-27 13:42:33,069] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 56, in get_root_disk assert int(node.properties['local_gb']) > 0 AssertionError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 388, in provision_node root_size_gb = _utils.get_root_disk(root_size_gb, node) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 66, in get_root_disk 'value': node.properties['local_gb']}) metalsmith.exceptions.UnknownRootDiskSize: The local_gb for node control-0 (UUID 000) is invalid: expected positive integer, got -42 [2020-04-27 13:42:33,070] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 56, in get_root_disk assert int(node.properties['local_gb']) > 0 TypeError: int() argument must be a string, a bytes-like object or a number, not 'list' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 388, in provision_node root_size_gb = _utils.get_root_disk(root_size_gb, node) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_utils.py", line 66, in get_root_disk 'value': node.properties['local_gb']}) metalsmith.exceptions.UnknownRootDiskSize: The local_gb for node control-0 (UUID 000) is invalid: expected positive integer, got [] {28} metalsmith.test.test_instance.TestInstanceStates.test_state_maintenance [0.003977s] ... ok {28} metalsmith.test.test_instance_config.TestCloudInitConfig.test_default [0.000267s] ... ok {2} metalsmith.test.test_instance.TestInstanceStates.test_state_unknown_when_available [0.006156s] ... ok [2020-04-27 13:42:33,072] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 435, in provision_node node, 'active', config_drive=cd) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError: boom {25} metalsmith.test.test_provisioner.TestProvisionNode.test_deploy_failure_without_allocation [0.008956s] ... ok {26} metalsmith.test.test_cmd.TestShowWait.test_wait_custom_timeout [0.169887s] ... ok {28} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_local_gb [0.010408s] ... ok {25} metalsmith.test.test_provisioner.TestProvisionNode.test_detach_failed_after_deploy_failure [0.007759s] ... ok {22} metalsmith.test.test_cmd.TestDeploy.test_args_with_candidates [0.163562s] ... ok {26} metalsmith.test.test_instance.TestInstanceStates.test_state_deploying [0.006480s] ... ok [2020-04-27 13:42:33,079] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 402, in provision_node nics.create_and_attach_ports() File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 86, in create_and_attach_ports port.id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError: boom {22} metalsmith.test.test_instance.TestInstanceStates.test_to_dict [0.006283s] ... ok {28} metalsmith.test.test_provisioner.TestProvisionNode.test_with_existing_capabilities [0.009290s] ... ok {26} metalsmith.test.test_instance_config.TestGenericConfig.test_custom_user_data [0.000488s] ... ok {25} metalsmith.test.test_provisioner.TestProvisionNode.test_port_attach_failure [0.007475s] ... ok {21} metalsmith.test.test_cmd.TestShowWait.test_wait_json [0.172466s] ... ok {26} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_http_source [0.009811s] ... ok {3} metalsmith.test.test_cmd.TestUndeploy.test_quiet [0.164258s] ... ok [2020-04-27 13:42:33,088] Dry run, not provisioning node control-0 (UUID 000) {22} metalsmith.test.test_provisioner.TestProvisionNode.test_dry_run [0.008290s] ... ok {21} metalsmith.test.test_provisioner.TestGetFindNode.test__find_node_and_allocation_by_hostname_bad_allocation [0.003940s] ... ok {28} metalsmith.test.test_provisioner.TestProvisionNode.test_with_ip [0.011934s] ... ok {21} metalsmith.test.test_provisioner.TestGetFindNode.test__get_node_with_string [0.003149s] ... ok {22} metalsmith.test.test_provisioner.TestReserveNode.test_provided_nodes_no_match [0.005005s] ... ok [2020-04-27 13:42:33,097] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 390, in provision_node image._validate(self.connection, root_size_gb) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/sources.py", line 70, in _validate 'Partition images require root partition size') metalsmith.exceptions.UnknownRootDiskSize: Partition images require root partition size {31} metalsmith.test.test_cmd.TestDeploy.test_args_configdrive [0.169837s] ... ok {22} metalsmith.test.test_provisioner.TestUnprovisionNode.test_delete_allocation [0.004632s] ... ok {26} metalsmith.test.test_provisioner.TestProvisionNode.test_no_local_gb [0.013602s] ... ok {22} metalsmith.test.test_utils.TestIsHostnameSafe.test_valid [0.000237s] ... ok {21} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_hostname [0.010126s] ... ok {3} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_nic_type_fields [0.015558s] ... ok {24} metalsmith.test.test_cmd.TestShowWait.test_show_json [0.158955s] ... ok {31} metalsmith.test.test_instance.TestInstanceStates.test_state_error [0.006203s] ... ok {31} metalsmith.test.test_instance_config.TestCloudInitConfig.test_add_user [0.000581s] ... ok {31} metalsmith.test.test_instance_config.TestCloudInitConfig.test_ssh_keys [0.000376s] ... ok {3} metalsmith.test.test_provisioner.TestReserveNode.test_provided_nodes [0.006937s] ... ok {26} metalsmith.test.test_provisioner.TestProvisionNode.test_wait_failure [0.012641s] ... ok {3} metalsmith.test.test_provisioner.TestUnprovisionNode.test_with_wait [0.006693s] ... ok {21} metalsmith.test.test_provisioner.TestProvisionNode.test_with_http_and_checksum_url [0.016253s] ... ok {31} metalsmith.test.test_provisioner.TestProvisionNode.test_existing_hostname [0.012672s] ... ok {3} metalsmith.test.test_scheduler.TestRunFilters.test_all_nodes_filtered [0.004677s] ... ok {3} metalsmith.test.test_sources.TestDetect.test_http_whole_disk [0.000340s] ... ok {21} metalsmith.test.test_provisioner.TestReserveNode.test_provided_node [0.007210s] ... ok {14} metalsmith.test.test_cmd.TestUndeploy.test_custom_wait [0.126383s] ... ok {14} metalsmith.test.test_provisioner.TestInit.test_missing_auth [0.000312s] ... ok [2020-04-27 13:42:33,133] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 132, in _get_network nic['network'], ignore_missing=False) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect openstack.exceptions.SDKException: Not found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 392, in provision_node nics.validate() File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 60, in validate result.append(('network', self._get_network(nic))) File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_nics.py", line 136, in _get_network {'net': nic['network'], 'error': exc}) metalsmith.exceptions.InvalidNIC: Cannot find network network: Not found {14} metalsmith.test.test_provisioner.TestReserveNode.test_with_traits [0.005706s] ... ok {31} metalsmith.test.test_provisioner.TestProvisionNode.test_invalid_network [0.014831s] ... ok {14} metalsmith.test.test_provisioner.TestShowInstance.test_show_instance_with_allocation [0.003377s] ... ok {14} metalsmith.test.test_scheduler.TestCapabilitiesFilter.test_not_matching_node [0.000770s] ... ok {31} metalsmith.test.test_provisioner.TestProvisionNode.test_with_traits [0.012695s] ... ok {23} metalsmith.test.test_cmd.TestDeploy.test_args_user_name_with_sudo [0.126396s] ... ok {16} metalsmith.test.test_cmd.TestDeploy.test_no_ips [0.158926s] ... ok {19} metalsmith.test.test_cmd.TestShowWait.test_wait [0.158035s] ... ok {19} metalsmith.test.test_instance_config.TestGenericConfig.test_default [0.000311s] ... ok [2020-04-27 13:42:33,181] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 435, in provision_node node, 'active', config_drive=cd) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError: boom {23} metalsmith.test.test_provisioner.TestProvisionNode.test_deallocation_failed_after_deploy_failure [0.010462s] ... ok {19} metalsmith.test.test_provisioner.TestProvisionNode.test_node_in_maintenance [0.006072s] ... ok {23} metalsmith.test.test_provisioner.TestUnprovisionNode.test_with_attached [0.004393s] ... ok {23} metalsmith.test.test_scheduler.TestRunFilters.test_all_filters_pass [0.002577s] ... ok {23} metalsmith.test.test_sources.TestDetect.test_glance_partition [0.000549s] ... ok [2020-04-27 13:42:33,193] Processing allocation (UUID ) for node None failed: Failed to reserve a node: boom; deleting allocation Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 166, in _reserve_node allocation) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect openstack.exceptions.SDKException: boom During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 170, in _reserve_node 'Failed to reserve a node: %s' % exc) metalsmith.exceptions.ReservationFailed: Failed to reserve a node: boom {19} metalsmith.test.test_provisioner.TestReserveNode.test_allocation_failed_clean_up_failed [0.008664s] ... ok [2020-04-27 13:42:33,198] Dry run, not unprovisioning {19} metalsmith.test.test_provisioner.TestUnprovisionNode.test_dry_run [0.003980s] ... ok {24} metalsmith.test.test_cmd.TestUndeploy.test_dry_run [0.100703s] ... ok {24} metalsmith.test.test_instance_config.TestCloudInitConfig.test_explicit_hostname [0.000297s] ... ok {29} metalsmith.test.test_cmd.TestDeploy.test_args_user_name [0.166798s] ... ok [2020-04-27 13:42:33,216] Deploy attempt failed on node control-0 (UUID 000), cleaning up Traceback (most recent call last): File "/builddir/build/BUILD/metalsmith-1.0.0/metalsmith/_provisioner.py", line 435, in provision_node node, 'active', config_drive=cd) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError: boom {29} metalsmith.test.test_instance_config.TestCloudInitConfig.test_name_as_hostname [0.000492s] ... ok {24} metalsmith.test.test_provisioner.TestProvisionNode.test_update_failed_after_deploy_failure [0.010938s] ... ok {24} metalsmith.test.test_provisioner.TestProvisionNode.test_with_file_whole_disk [0.007604s] ... ok {24} metalsmith.test.test_sources.TestDetect.test_file_partition_inconsistency [0.000485s] ... ok {29} metalsmith.test.test_provisioner.TestProvisionNode.test_with_ports [0.013077s] ... ok {29} metalsmith.test.test_provisioner.TestReserveNode.test_create_allocation_failed [0.006580s] ... ok {29} metalsmith.test.test_provisioner.TestReserveNode.test_no_nodes [0.005777s] ... ok {16} metalsmith.test.test_cmd.TestDeploy.test_with_root_size [0.088582s] ... ok {16} metalsmith.test.test_instance.TestInstanceStates.test_state_active [0.003220s] ... ok {16} metalsmith.test.test_provisioner.TestReserveNode.test_provided_node_not_found [0.003190s] ... ok {16} metalsmith.test.test_provisioner.TestWaitForProvisioning.test_success [0.003493s] ... ok {16} metalsmith.test.test_sources.TestDetect.test_https_whole_disk [0.000248s] ... ok {30} metalsmith.test.test_provisioner.TestInit.test_session_only [0.895502s] ... ok {30} metalsmith.test.test_provisioner.TestListInstances.test_list [0.005748s] ... ok {30} metalsmith.test.test_provisioner.TestReserveNode.test_nodes_filtered [0.003890s] ... ok {30} metalsmith.test.test_provisioner.TestShowInstance.test_show_instance [0.001573s] ... ok {30} metalsmith.test.test_scheduler.TestCapabilitiesFilter.test_nothing_requested_nothing_found [0.000189s] ... ok {30} metalsmith.test.test_utils.TestIsHostnameSafe.test_invalid [0.000171s] ... ok {2} metalsmith.test.test_provisioner.TestInit.test_cloud_region_only [0.769937s] ... ok {2} metalsmith.test.test_provisioner.TestProvisionNode.test_existing_hostname_mismatch [0.008170s] ... ok [2020-04-27 13:42:33,896] Dry run, not provisioning node control-0 (UUID 000) {2} metalsmith.test.test_provisioner.TestProvisionNode.test_unreserve_dry_run [0.056368s] ... ok {2} metalsmith.test.test_provisioner.TestProvisionNode.test_unreserved_with_hostname [0.006474s] ... ok {2} metalsmith.test.test_scheduler.TestRunFilters.test_no_filters [0.000257s] ... ok ====== Totals ====== Ran: 234 tests in 1.6555 sec. - Passed: 234 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 13.4611 sec. ============== Worker Balance ============== - Worker 0 (8 tests) => 0:00:00.432670 - Worker 1 (8 tests) => 0:00:00.394851 - Worker 2 (8 tests) => 0:00:01.197831 - Worker 3 (8 tests) => 0:00:00.564408 - Worker 4 (8 tests) => 0:00:00.422341 - Worker 5 (8 tests) => 0:00:00.575328 - Worker 6 (8 tests) => 0:00:00.416026 - Worker 7 (8 tests) => 0:00:00.274177 - Worker 8 (8 tests) => 0:00:00.405262 - Worker 9 (8 tests) => 0:00:00.391251 - Worker 10 (7 tests) => 0:00:00.367721 - Worker 11 (7 tests) => 0:00:00.228954 - Worker 12 (7 tests) => 0:00:00.218663 - Worker 13 (7 tests) => 0:00:00.053736 - Worker 14 (7 tests) => 0:00:00.528978 - Worker 15 (7 tests) => 0:00:00.226419 - Worker 16 (7 tests) => 0:00:00.485255 - Worker 17 (7 tests) => 0:00:00.353179 - Worker 18 (7 tests) => 0:00:00.363901 - Worker 19 (7 tests) => 0:00:00.533775 - Worker 20 (7 tests) => 0:00:00.201011 - Worker 21 (7 tests) => 0:00:00.408037 - Worker 22 (7 tests) => 0:00:00.414927 - Worker 23 (7 tests) => 0:00:00.502886 - Worker 24 (7 tests) => 0:00:00.509692 - Worker 25 (7 tests) => 0:00:00.387306 - Worker 26 (7 tests) => 0:00:00.399172 - Worker 27 (7 tests) => 0:00:00.303204 - Worker 28 (7 tests) => 0:00:00.373357 - Worker 29 (7 tests) => 0:00:00.534404 - Worker 30 (7 tests) => 0:00:00.910584 - Worker 31 (7 tests) => 0:00:00.221769 + exit 0 Processing files: python3-metalsmith-1.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JJA2Gh + umask 022 + cd /builddir/build/BUILD + cd metalsmith-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/python3-metalsmith + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/python3-metalsmith + cp -pr LICENSE /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/python3-metalsmith + exit 0 Provides: python3-metalsmith = 1.0.0-1.el8 python3.6dist(metalsmith) = 1.0.0 python3dist(metalsmith) = 1.0.0 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(pre): shadow-utils Requires: /usr/bin/python3 python(abi) = 3.6 Obsoletes: python2-metalsmith < 1.0.0-1.el8 Processing files: python3-metalsmith-tests-1.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.EoKGG2 + umask 022 + cd /builddir/build/BUILD + cd metalsmith-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/python3-metalsmith-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/python3-metalsmith-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/python3-metalsmith-tests + exit 0 Provides: python3-metalsmith-tests = 1.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python-metalsmith-doc-1.0.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FaoUEQ + umask 022 + cd /builddir/build/BUILD + cd metalsmith-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/doc/python-metalsmith-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/doc/python-metalsmith-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/doc/python-metalsmith-doc + cp -pr README.rst /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/doc/python-metalsmith-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UfJxFE + umask 022 + cd /builddir/build/BUILD + cd metalsmith-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/python-metalsmith-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/python-metalsmith-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/python-metalsmith-doc + exit 0 Provides: python-metalsmith-doc = 1.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ansible-role-metalsmith-deployment-1.0.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nQXEtt + umask 022 + cd /builddir/build/BUILD + cd metalsmith-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/doc/ansible-role-metalsmith-deployment + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/doc/ansible-role-metalsmith-deployment + cp -pr roles/metalsmith_deployment/README.rst /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/doc/ansible-role-metalsmith-deployment + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OgHCii + umask 022 + cd /builddir/build/BUILD + cd metalsmith-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/ansible-role-metalsmith-deployment + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/ansible-role-metalsmith-deployment + cp -pr LICENSE /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch/usr/share/licenses/ansible-role-metalsmith-deployment + exit 0 Provides: ansible-role-metalsmith-deployment = 1.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-metalsmith-1.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-metalsmith-tests-1.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-metalsmith-doc-1.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/ansible-role-metalsmith-deployment-1.0.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dlAd77 + umask 022 + cd /builddir/build/BUILD + cd metalsmith-1.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-metalsmith-1.0.0-1.el8.noarch + exit 0 Child return code was: 0