Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-tripleo-common.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8s-openstack-train-el8-build-93188-819181/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-tripleo-common.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False sh: python3: command not found sh: python3: command not found Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-tripleo-common-11.6.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-tripleo-common.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8s-openstack-train-el8-build-93188-819181/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-tripleo-common.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.N0fBbA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tripleo-common-11.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/tripleo-common-11.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tripleo-common-11.6.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 'openstack-tripleo-common-11.6.0 base' + rm -rf tripleo_common.egg-info + touch healthcheck/http-healthcheck.py + pathfix.py -pni '/usr/bin/python3 -s' healthcheck/http-healthcheck.py healthcheck/http-healthcheck.py: updating + 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.cyEXhB + umask 022 + cd /builddir/build/BUILD + cd tripleo-common-11.6.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/tripleo_common creating build/lib/tripleo_common/actions copying tripleo_common/actions/heat_capabilities.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/vcs.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/files.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/__init__.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/ansible.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/package_update.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/swifthelper.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/derive_params.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/baremetal.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/parameters.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/plan.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/undercloud.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/baremetal_deploy.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/templates.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/scale.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/base.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/container_images.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/config.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/validations.py -> build/lib/tripleo_common/actions copying tripleo_common/actions/deployment.py -> build/lib/tripleo_common/actions creating build/lib/tripleo_common/tests creating build/lib/tripleo_common/tests/fake_nova copying tripleo_common/tests/fake_nova/__init__.py -> build/lib/tripleo_common/tests/fake_nova creating build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_vcs.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_parameters.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_baremetal_deploy.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_templates.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/__init__.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_heat_capabilities.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_validations.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_config.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_base.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_ansible.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_baremetal.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_swifthelper.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_undercloud.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_plan.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_derive_params.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_deployment.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_container_images.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_scale.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_package_update.py -> build/lib/tripleo_common/tests/actions copying tripleo_common/tests/actions/test_files.py -> build/lib/tripleo_common/tests/actions creating build/lib/tripleo_common/tests/image creating build/lib/tripleo_common/tests/image/builder copying tripleo_common/tests/image/builder/test_buildah.py -> build/lib/tripleo_common/tests/image/builder copying tripleo_common/tests/image/builder/__init__.py -> build/lib/tripleo_common/tests/image/builder creating build/lib/tripleo_common/utils creating build/lib/tripleo_common/utils/locks copying tripleo_common/utils/locks/__init__.py -> build/lib/tripleo_common/utils/locks copying tripleo_common/utils/locks/processlock.py -> build/lib/tripleo_common/utils/locks copying tripleo_common/utils/locks/base.py -> build/lib/tripleo_common/utils/locks copying tripleo_common/utils/locks/threadinglock.py -> build/lib/tripleo_common/utils/locks creating build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_parameters.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_passwords.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/__init__.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_validations.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_roles.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_config.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_nodes.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_process.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_glance.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_time_functions.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_swift.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_overcloudrc.py -> build/lib/tripleo_common/tests/utils copying tripleo_common/tests/utils/test_plan.py -> build/lib/tripleo_common/tests/utils creating build/lib/tripleo_common/tests/fake_nova/scheduler copying tripleo_common/tests/fake_nova/scheduler/__init__.py -> build/lib/tripleo_common/tests/fake_nova/scheduler copying tripleo_common/tests/fake_nova/scheduler/filters.py -> build/lib/tripleo_common/tests/fake_nova/scheduler copying tripleo_common/utils/nodes.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/tarball.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/__init__.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/time_functions.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/process.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/parameters.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/keystone.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/common.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/swift.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/plan.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/image.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/roles.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/safe_import.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/passwords.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/config.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/validations.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/glance.py -> build/lib/tripleo_common/utils copying tripleo_common/utils/overcloudrc.py -> build/lib/tripleo_common/utils creating build/lib/tripleo_common/image creating build/lib/tripleo_common/image/builder copying tripleo_common/image/builder/__init__.py -> build/lib/tripleo_common/image/builder copying tripleo_common/image/builder/buildah.py -> build/lib/tripleo_common/image/builder copying tripleo_common/image/builder/base.py -> build/lib/tripleo_common/image/builder creating build/lib/tripleo_common/tests/fake_config copying tripleo_common/tests/fake_config/__init__.py -> build/lib/tripleo_common/tests/fake_config copying tripleo_common/tests/fake_config/fakes.py -> build/lib/tripleo_common/tests/fake_config copying tripleo_common/tests/test_inventory.py -> build/lib/tripleo_common/tests copying tripleo_common/tests/__init__.py -> build/lib/tripleo_common/tests copying tripleo_common/tests/test_filters.py -> build/lib/tripleo_common/tests copying tripleo_common/tests/test_workflows.py -> build/lib/tripleo_common/tests copying tripleo_common/tests/test_update.py -> build/lib/tripleo_common/tests copying tripleo_common/tests/base.py -> build/lib/tripleo_common/tests copying tripleo_common/tests/test_arch.py -> build/lib/tripleo_common/tests copying tripleo_common/tests/test_inventories.py -> build/lib/tripleo_common/tests creating build/lib/tripleo_common/filters copying tripleo_common/filters/__init__.py -> build/lib/tripleo_common/filters copying tripleo_common/filters/capabilities_filter.py -> build/lib/tripleo_common/filters copying tripleo_common/filters/list.py -> build/lib/tripleo_common/filters copying tripleo_common/tests/image/test_image_export.py -> build/lib/tripleo_common/tests/image copying tripleo_common/tests/image/__init__.py -> build/lib/tripleo_common/tests/image copying tripleo_common/tests/image/test_base.py -> build/lib/tripleo_common/tests/image copying tripleo_common/tests/image/test_image_uploader.py -> build/lib/tripleo_common/tests/image copying tripleo_common/tests/image/test_build.py -> build/lib/tripleo_common/tests/image copying tripleo_common/tests/image/fakes.py -> build/lib/tripleo_common/tests/image copying tripleo_common/tests/image/test_kolla_builder.py -> build/lib/tripleo_common/tests/image copying tripleo_common/tests/image/test_image_builder.py -> build/lib/tripleo_common/tests/image copying tripleo_common/image/image_uploader.py -> build/lib/tripleo_common/image copying tripleo_common/image/image_builder.py -> build/lib/tripleo_common/image copying tripleo_common/image/__init__.py -> build/lib/tripleo_common/image copying tripleo_common/image/exception.py -> build/lib/tripleo_common/image copying tripleo_common/image/build.py -> build/lib/tripleo_common/image copying tripleo_common/image/image_export.py -> build/lib/tripleo_common/image copying tripleo_common/image/kolla_builder.py -> build/lib/tripleo_common/image copying tripleo_common/image/base.py -> build/lib/tripleo_common/image copying tripleo_common/__init__.py -> build/lib/tripleo_common copying tripleo_common/exception.py -> build/lib/tripleo_common copying tripleo_common/inventories.py -> build/lib/tripleo_common copying tripleo_common/constants.py -> build/lib/tripleo_common copying tripleo_common/i18n.py -> build/lib/tripleo_common copying tripleo_common/inventory.py -> build/lib/tripleo_common copying tripleo_common/arch.py -> build/lib/tripleo_common copying tripleo_common/update.py -> build/lib/tripleo_common running egg_info creating tripleo_common.egg-info writing tripleo_common.egg-info/PKG-INFO writing dependency_links to tripleo_common.egg-info/dependency_links.txt writing entry points to tripleo_common.egg-info/entry_points.txt writing top-level names to tripleo_common.egg-info/top_level.txt writing pbr to tripleo_common.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'tripleo_common.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'tripleo_common.egg-info/SOURCES.txt' copying tripleo_common/tests/fake_nova/README -> build/lib/tripleo_common/tests/fake_nova creating build/lib/tripleo_common/tests/utils/data copying tripleo_common/tests/utils/data/Compute -> build/lib/tripleo_common/tests/utils/data copying tripleo_common/tests/utils/data/Controller -> build/lib/tripleo_common/tests/utils/data copying tripleo_common/tests/utils/data/config_data.yaml -> build/lib/tripleo_common/tests/utils/data creating build/lib/tripleo_common/tests/utils/data/host_vars copying tripleo_common/tests/utils/data/host_vars/overcloud-controller-0 -> build/lib/tripleo_common/tests/utils/data/host_vars copying tripleo_common/tests/utils/data/host_vars/overcloud-novacompute-0 -> build/lib/tripleo_common/tests/utils/data/host_vars copying tripleo_common/tests/utils/data/host_vars/overcloud-novacompute-1 -> build/lib/tripleo_common/tests/utils/data/host_vars copying tripleo_common/tests/utils/data/host_vars/overcloud-novacompute-2 -> build/lib/tripleo_common/tests/utils/data/host_vars creating build/lib/tripleo_common/tests/utils/data/overcloud-controller-0 copying tripleo_common/tests/utils/data/overcloud-controller-0/ControllerHostEntryDeployment -> build/lib/tripleo_common/tests/utils/data/overcloud-controller-0 copying tripleo_common/tests/utils/data/overcloud-controller-0/MyExtraConfigPost -> build/lib/tripleo_common/tests/utils/data/overcloud-controller-0 copying tripleo_common/tests/utils/data/overcloud-controller-0/MyPostConfig -> build/lib/tripleo_common/tests/utils/data/overcloud-controller-0 copying tripleo_common/tests/utils/data/overcloud-controller-0/NetworkDeployment -> build/lib/tripleo_common/tests/utils/data/overcloud-controller-0 creating build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-0 copying tripleo_common/tests/utils/data/overcloud-novacompute-0/ComputeHostEntryDeployment -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-0 copying tripleo_common/tests/utils/data/overcloud-novacompute-0/MyExtraConfigPost -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-0 copying tripleo_common/tests/utils/data/overcloud-novacompute-0/NetworkDeployment -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-0 creating build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-1 copying tripleo_common/tests/utils/data/overcloud-novacompute-1/ComputeHostEntryDeployment -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-1 copying tripleo_common/tests/utils/data/overcloud-novacompute-1/MyExtraConfigPost -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-1 copying tripleo_common/tests/utils/data/overcloud-novacompute-1/NetworkDeployment -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-1 creating build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-2 copying tripleo_common/tests/utils/data/overcloud-novacompute-2/AnsibleDeployment -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-2 copying tripleo_common/tests/utils/data/overcloud-novacompute-2/ComputeHostEntryDeployment -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-2 copying tripleo_common/tests/utils/data/overcloud-novacompute-2/MyExtraConfigPost -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-2 copying tripleo_common/tests/utils/data/overcloud-novacompute-2/NetworkDeployment -> build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-2 creating build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/cell1_dynamic.json -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/cell1_static.yaml -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/merged_dynamic.json -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/merged_static.yaml -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/overcloud_dynamic.json -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/overcloud_static.yaml -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/single_dynamic.json -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/single_static.yaml -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/undercloud_dynamic.json -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/undercloud_dynamic_merged.json -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/undercloud_static.yaml -> build/lib/tripleo_common/tests/inventory_data copying tripleo_common/tests/inventory_data/undercloud_static_merged.yaml -> build/lib/tripleo_common/tests/inventory_data creating build/lib/tripleo_common/releasenotes creating build/lib/tripleo_common/releasenotes/notes copying tripleo_common/releasenotes/notes/automatically-retry-failed-deployments-baf0c701e6d1ad4a.yaml -> build/lib/tripleo_common/releasenotes/notes copying tripleo_common/releasenotes/notes/convert-docker-params-84dfc6083e88bb52.yaml -> build/lib/tripleo_common/releasenotes/notes creating build/lib/tripleo_common/templates copying tripleo_common/templates/deployment.j2 -> build/lib/tripleo_common/templates copying tripleo_common/templates/deployments.yaml -> build/lib/tripleo_common/templates copying tripleo_common/templates/heat-config.j2 -> build/lib/tripleo_common/templates copying tripleo_common/templates/host_var_server.j2 -> build/lib/tripleo_common/templates running build_scripts creating build/scripts-3.6 copying scripts/bootstrap_host_exec -> build/scripts-3.6 copying scripts/bootstrap_host_only_eval -> build/scripts-3.6 copying scripts/bootstrap_host_only_exec -> build/scripts-3.6 copying scripts/pull-puppet-modules -> build/scripts-3.6 copying scripts/run-validation -> build/scripts-3.6 copying and adjusting scripts/tripleo-build-images -> build/scripts-3.6 copying and adjusting scripts/tripleo-config-download -> build/scripts-3.6 copying and adjusting scripts/tripleo-container-image-prepare -> build/scripts-3.6 copying scripts/upload-puppet-modules -> build/scripts-3.6 copying scripts/upload-swift-artifacts -> build/scripts-3.6 changing mode of build/scripts-3.6/tripleo-build-images from 644 to 755 changing mode of build/scripts-3.6/tripleo-config-download from 644 to 755 changing mode of build/scripts-3.6/tripleo-container-image-prepare from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rX4AbD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch + cd tripleo-common-11.6.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/openstack-tripleo-common-11.6.0-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.2s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common copying build/lib/tripleo_common/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common copying build/lib/tripleo_common/exception.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/heat_capabilities.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/vcs.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/files.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/ansible.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/package_update.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/swifthelper.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/derive_params.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/baremetal.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/parameters.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/plan.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/undercloud.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/baremetal_deploy.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/templates.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/scale.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/base.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/container_images.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/config.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/validations.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions copying build/lib/tripleo_common/actions/deployment.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/nodes.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/tarball.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/locks copying build/lib/tripleo_common/utils/locks/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/locks copying build/lib/tripleo_common/utils/locks/processlock.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/locks copying build/lib/tripleo_common/utils/locks/base.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/locks copying build/lib/tripleo_common/utils/locks/threadinglock.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/locks copying build/lib/tripleo_common/utils/time_functions.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/process.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/parameters.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/keystone.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/common.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/swift.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/plan.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/image.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/roles.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/safe_import.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/passwords.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/config.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/validations.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/glance.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/utils/overcloudrc.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils copying build/lib/tripleo_common/inventories.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common copying build/lib/tripleo_common/constants.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common copying build/lib/tripleo_common/i18n.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common copying build/lib/tripleo_common/inventory.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests copying build/lib/tripleo_common/tests/test_inventory.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests copying build/lib/tripleo_common/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests copying build/lib/tripleo_common/tests/test_filters.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_vcs.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_parameters.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_baremetal_deploy.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_templates.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_heat_capabilities.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_validations.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_config.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_base.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_ansible.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_baremetal.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_swifthelper.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_undercloud.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_plan.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_derive_params.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_deployment.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_container_images.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_scale.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_package_update.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions copying build/lib/tripleo_common/tests/actions/test_files.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_parameters.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_passwords.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_validations.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_roles.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data copying build/lib/tripleo_common/tests/utils/data/config_data.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-0 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-0/ComputeHostEntryDeployment -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-0 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-0/NetworkDeployment -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-0 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-0/MyExtraConfigPost -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-0 copying build/lib/tripleo_common/tests/utils/data/Controller -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-2 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-2/ComputeHostEntryDeployment -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-2 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-2/NetworkDeployment -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-2 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-2/AnsibleDeployment -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-2 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-2/MyExtraConfigPost -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-2 creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/host_vars copying build/lib/tripleo_common/tests/utils/data/host_vars/overcloud-novacompute-0 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/host_vars copying build/lib/tripleo_common/tests/utils/data/host_vars/overcloud-novacompute-2 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/host_vars copying build/lib/tripleo_common/tests/utils/data/host_vars/overcloud-novacompute-1 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/host_vars copying build/lib/tripleo_common/tests/utils/data/host_vars/overcloud-controller-0 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/host_vars copying build/lib/tripleo_common/tests/utils/data/Compute -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-1 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-1/ComputeHostEntryDeployment -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-1 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-1/NetworkDeployment -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-1 copying build/lib/tripleo_common/tests/utils/data/overcloud-novacompute-1/MyExtraConfigPost -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-novacompute-1 creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-controller-0 copying build/lib/tripleo_common/tests/utils/data/overcloud-controller-0/NetworkDeployment -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-controller-0 copying build/lib/tripleo_common/tests/utils/data/overcloud-controller-0/ControllerHostEntryDeployment -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-controller-0 copying build/lib/tripleo_common/tests/utils/data/overcloud-controller-0/MyPostConfig -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-controller-0 copying build/lib/tripleo_common/tests/utils/data/overcloud-controller-0/MyExtraConfigPost -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/data/overcloud-controller-0 copying build/lib/tripleo_common/tests/utils/test_config.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_nodes.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_process.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_glance.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_time_functions.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_swift.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_overcloudrc.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/utils/test_plan.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils copying build/lib/tripleo_common/tests/test_workflows.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_nova creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_nova/scheduler copying build/lib/tripleo_common/tests/fake_nova/scheduler/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_nova/scheduler copying build/lib/tripleo_common/tests/fake_nova/scheduler/filters.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_nova/scheduler copying build/lib/tripleo_common/tests/fake_nova/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_nova copying build/lib/tripleo_common/tests/fake_nova/README -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_nova creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image copying build/lib/tripleo_common/tests/image/test_image_export.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image copying build/lib/tripleo_common/tests/image/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image copying build/lib/tripleo_common/tests/image/test_base.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image copying build/lib/tripleo_common/tests/image/test_image_uploader.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/builder copying build/lib/tripleo_common/tests/image/builder/test_buildah.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/builder copying build/lib/tripleo_common/tests/image/builder/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/builder copying build/lib/tripleo_common/tests/image/test_build.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image copying build/lib/tripleo_common/tests/image/fakes.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image copying build/lib/tripleo_common/tests/image/test_kolla_builder.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image copying build/lib/tripleo_common/tests/image/test_image_builder.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image copying build/lib/tripleo_common/tests/test_update.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/undercloud_static_merged.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/overcloud_static.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/merged_dynamic.json -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/single_dynamic.json -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/cell1_static.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/undercloud_static.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/single_static.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/undercloud_dynamic.json -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/cell1_dynamic.json -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/merged_static.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/overcloud_dynamic.json -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/inventory_data/undercloud_dynamic_merged.json -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/inventory_data copying build/lib/tripleo_common/tests/base.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests copying build/lib/tripleo_common/tests/test_arch.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_config copying build/lib/tripleo_common/tests/fake_config/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_config copying build/lib/tripleo_common/tests/fake_config/fakes.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_config copying build/lib/tripleo_common/tests/test_inventories.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/filters copying build/lib/tripleo_common/filters/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/filters copying build/lib/tripleo_common/filters/capabilities_filter.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/filters copying build/lib/tripleo_common/filters/list.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/filters creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/templates copying build/lib/tripleo_common/templates/deployments.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/templates copying build/lib/tripleo_common/templates/heat-config.j2 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/templates copying build/lib/tripleo_common/templates/deployment.j2 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/templates copying build/lib/tripleo_common/templates/host_var_server.j2 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/templates creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image copying build/lib/tripleo_common/image/image_uploader.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image copying build/lib/tripleo_common/image/image_builder.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image copying build/lib/tripleo_common/image/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image copying build/lib/tripleo_common/image/exception.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image copying build/lib/tripleo_common/image/build.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image copying build/lib/tripleo_common/image/image_export.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/builder copying build/lib/tripleo_common/image/builder/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/builder copying build/lib/tripleo_common/image/builder/buildah.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/builder copying build/lib/tripleo_common/image/builder/base.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/builder copying build/lib/tripleo_common/image/kolla_builder.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image copying build/lib/tripleo_common/image/base.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image copying build/lib/tripleo_common/arch.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common copying build/lib/tripleo_common/update.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/releasenotes creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/releasenotes/notes copying build/lib/tripleo_common/releasenotes/notes/automatically-retry-failed-deployments-baf0c701e6d1ad4a.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/releasenotes/notes copying build/lib/tripleo_common/releasenotes/notes/convert-docker-params-84dfc6083e88bb52.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/releasenotes/notes byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/heat_capabilities.py to heat_capabilities.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/vcs.py to vcs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/files.py to files.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/ansible.py to ansible.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/package_update.py to package_update.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/swifthelper.py to swifthelper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/derive_params.py to derive_params.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/baremetal.py to baremetal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/parameters.py to parameters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/plan.py to plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/undercloud.py to undercloud.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/baremetal_deploy.py to baremetal_deploy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/templates.py to templates.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/scale.py to scale.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/container_images.py to container_images.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/validations.py to validations.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/actions/deployment.py to deployment.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/nodes.py to nodes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/tarball.py to tarball.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/locks/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/locks/processlock.py to processlock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/locks/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/locks/threadinglock.py to threadinglock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/time_functions.py to time_functions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/process.py to process.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/parameters.py to parameters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/keystone.py to keystone.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/swift.py to swift.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/plan.py to plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/image.py to image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/roles.py to roles.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/safe_import.py to safe_import.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/passwords.py to passwords.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/validations.py to validations.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/glance.py to glance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/utils/overcloudrc.py to overcloudrc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/inventories.py to inventories.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/i18n.py to i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/inventory.py to inventory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/test_inventory.py to test_inventory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/test_filters.py to test_filters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_vcs.py to test_vcs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_parameters.py to test_parameters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_baremetal_deploy.py to test_baremetal_deploy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_templates.py to test_templates.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_heat_capabilities.py to test_heat_capabilities.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_validations.py to test_validations.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_config.py to test_config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_ansible.py to test_ansible.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_baremetal.py to test_baremetal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_swifthelper.py to test_swifthelper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_undercloud.py to test_undercloud.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_plan.py to test_plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_derive_params.py to test_derive_params.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_deployment.py to test_deployment.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_container_images.py to test_container_images.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_scale.py to test_scale.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_package_update.py to test_package_update.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/actions/test_files.py to test_files.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_parameters.py to test_parameters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_passwords.py to test_passwords.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_validations.py to test_validations.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_roles.py to test_roles.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_config.py to test_config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_nodes.py to test_nodes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_process.py to test_process.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_glance.py to test_glance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_time_functions.py to test_time_functions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_swift.py to test_swift.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_overcloudrc.py to test_overcloudrc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/utils/test_plan.py to test_plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/test_workflows.py to test_workflows.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_nova/scheduler/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_nova/scheduler/filters.py to filters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_nova/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/test_image_export.py to test_image_export.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/test_image_uploader.py to test_image_uploader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/builder/test_buildah.py to test_buildah.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/builder/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/test_build.py to test_build.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/test_kolla_builder.py to test_kolla_builder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/image/test_image_builder.py to test_image_builder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/test_update.py to test_update.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/test_arch.py to test_arch.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_config/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/fake_config/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/tests/test_inventories.py to test_inventories.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/filters/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/filters/capabilities_filter.py to capabilities_filter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/filters/list.py to list.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/image_uploader.py to image_uploader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/image_builder.py to image_builder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/build.py to build.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/image_export.py to image_export.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/builder/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/builder/buildah.py to buildah.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/builder/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/kolla_builder.py to kolla_builder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/image/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/arch.py to arch.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common/update.py to update.cpython-36.pyc writing byte-compilation script '/tmp/tmp3ezr_vg8.py' /usr/bin/python3 /tmp/tmp3ezr_vg8.py removing /tmp/tmp3ezr_vg8.py running install_data creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/heat creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/heat/undercloud_heat_plugins copying undercloud_heat_plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/heat/undercloud_heat_plugins/ copying undercloud_heat_plugins/immutable_resources.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/heat/undercloud_heat_plugins/ copying undercloud_heat_plugins/config.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/heat/undercloud_heat_plugins/ copying undercloud_heat_plugins/server_update_allowed.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/heat/undercloud_heat_plugins/ creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common copying sudoers -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images copying container-images/overcloud_containers.yaml.j2 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/ copying container-images/overcloud_containers.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/ copying container-images/tripleo_kolla_template_overrides.j2 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/ copying container-images/tripleo_containers.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/ copying container-images/tripleo_containers.yaml.j2 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/ copying container-images/tripleo_kolla_config_overrides.conf -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/ copying container-images/container_image_prepare_defaults.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/ creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base copying container-images/tcib/base/base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/tripleoclient copying container-images/tcib/base/tripleoclient/tripleoclient.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/tripleoclient creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/redis copying container-images/tcib/base/redis/redis.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/redis creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/mariadb copying container-images/tcib/base/mariadb/mariadb.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/mariadb creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/rsyslog copying container-images/tcib/base/rsyslog/rsyslog.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/rsyslog creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/collectd copying container-images/tcib/base/collectd/collectd.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/collectd creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os copying container-images/tcib/base/os/os.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/barbican-base copying container-images/tcib/base/os/barbican-base/barbican-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/barbican-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/barbican-base/barbican-keystone-listener copying container-images/tcib/base/os/barbican-base/barbican-keystone-listener/barbican-keystone-listener.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/barbican-base/barbican-keystone-listener creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/barbican-base/barbican-worker copying container-images/tcib/base/os/barbican-base/barbican-worker/barbican-worker.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/barbican-base/barbican-worker creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/barbican-base/barbican-api copying container-images/tcib/base/os/barbican-base/barbican-api/barbican-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/barbican-base/barbican-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/zaqar-wsgi copying container-images/tcib/base/os/zaqar-wsgi/zaqar-wsgi.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/zaqar-wsgi creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/tempest copying container-images/tcib/base/os/tempest/tempest.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/tempest creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base copying container-images/tcib/base/os/ceilometer-base/ceilometer-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base/ceilometer-ipmi copying container-images/tcib/base/os/ceilometer-base/ceilometer-ipmi/ceilometer-ipmi.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base/ceilometer-ipmi creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base/ceilometer-central copying container-images/tcib/base/os/ceilometer-base/ceilometer-central/ceilometer-central.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base/ceilometer-central creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base/ceilometer-compute copying container-images/tcib/base/os/ceilometer-base/ceilometer-compute/ceilometer-compute.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base/ceilometer-compute creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base/ceilometer-notification copying container-images/tcib/base/os/ceilometer-base/ceilometer-notification/ceilometer-notification.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ceilometer-base/ceilometer-notification creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base copying container-images/tcib/base/os/cinder-base/cinder-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base/cinder-volume copying container-images/tcib/base/os/cinder-base/cinder-volume/cinder-volume.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base/cinder-volume creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base/cinder-backup copying container-images/tcib/base/os/cinder-base/cinder-backup/cinder-backup.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base/cinder-backup creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base/cinder-scheduler copying container-images/tcib/base/os/cinder-base/cinder-scheduler/cinder-scheduler.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base/cinder-scheduler creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base/cinder-api copying container-images/tcib/base/os/cinder-base/cinder-api/cinder-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/cinder-base/cinder-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/iscsid copying container-images/tcib/base/os/iscsid/iscsid.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/iscsid creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base copying container-images/tcib/base/os/swift-base/swift-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base/swift-object copying container-images/tcib/base/os/swift-base/swift-object/swift-object.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base/swift-object creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base/swift-container copying container-images/tcib/base/os/swift-base/swift-container/swift-container.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base/swift-container creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base/swift-proxy-server copying container-images/tcib/base/os/swift-base/swift-proxy-server/swift-proxy-server.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base/swift-proxy-server creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base/swift-account copying container-images/tcib/base/os/swift-base/swift-account/swift-account.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/swift-base/swift-account creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/horizon copying container-images/tcib/base/os/horizon/horizon.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/horizon creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base copying container-images/tcib/base/os/ironic-base/ironic-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base/ironic-conductor copying container-images/tcib/base/os/ironic-base/ironic-conductor/ironic-conductor.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base/ironic-conductor creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base/ironic-inspector copying container-images/tcib/base/os/ironic-base/ironic-inspector/ironic-inspector.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base/ironic-inspector creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base/ironic-api copying container-images/tcib/base/os/ironic-base/ironic-api/ironic-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base/ironic-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base/ironic-pxe copying container-images/tcib/base/os/ironic-base/ironic-pxe/ironic-pxe.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ironic-base/ironic-pxe creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/manila-base copying container-images/tcib/base/os/manila-base/manila-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/manila-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/manila-base/manila-scheduler copying container-images/tcib/base/os/manila-base/manila-scheduler/manila-scheduler.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/manila-base/manila-scheduler creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/manila-base/manila-api copying container-images/tcib/base/os/manila-base/manila-api/manila-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/manila-base/manila-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/manila-base/manila-share copying container-images/tcib/base/os/manila-base/manila-share/manila-share.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/manila-base/manila-share creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ec2-api copying container-images/tcib/base/os/ec2-api/ec2-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/ec2-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/gnocchi-base copying container-images/tcib/base/os/gnocchi-base/gnocchi-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/gnocchi-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/gnocchi-base/gnocchi-metricd copying container-images/tcib/base/os/gnocchi-base/gnocchi-metricd/gnocchi-metricd.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/gnocchi-base/gnocchi-metricd creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/gnocchi-base/gnocchi-api copying container-images/tcib/base/os/gnocchi-base/gnocchi-api/gnocchi-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/gnocchi-base/gnocchi-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/gnocchi-base/gnocchi-statsd copying container-images/tcib/base/os/gnocchi-base/gnocchi-statsd/gnocchi-statsd.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/gnocchi-base/gnocchi-statsd creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base copying container-images/tcib/base/os/aodh-base/aodh-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base/aodh-api copying container-images/tcib/base/os/aodh-base/aodh-api/aodh-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base/aodh-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base/aodh-notifier copying container-images/tcib/base/os/aodh-base/aodh-notifier/aodh-notifier.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base/aodh-notifier creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base/aodh-evaluator copying container-images/tcib/base/os/aodh-base/aodh-evaluator/aodh-evaluator.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base/aodh-evaluator creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base/aodh-listener copying container-images/tcib/base/os/aodh-base/aodh-listener/aodh-listener.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/aodh-base/aodh-listener creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base copying container-images/tcib/base/os/heat-base/heat-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base/heat-api-cfn copying container-images/tcib/base/os/heat-base/heat-api-cfn/heat-api-cfn.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base/heat-api-cfn creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base/heat-engine copying container-images/tcib/base/os/heat-base/heat-engine/heat-engine.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base/heat-engine creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base/heat-api copying container-images/tcib/base/os/heat-base/heat-api/heat-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base/heat-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base/heat-all copying container-images/tcib/base/os/heat-base/heat-all/heat-all.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/heat-base/heat-all creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base copying container-images/tcib/base/os/neutron-base/neutron-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-openvswitch-agent copying container-images/tcib/base/os/neutron-base/neutron-openvswitch-agent/neutron-openvswitch-agent.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-openvswitch-agent creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-mlnx-agent copying container-images/tcib/base/os/neutron-base/neutron-mlnx-agent/neutron-mlnx-agent.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-mlnx-agent creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-sriov-agent copying container-images/tcib/base/os/neutron-base/neutron-sriov-agent/neutron-sriov-agent.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-sriov-agent creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-metadata-agent copying container-images/tcib/base/os/neutron-base/neutron-metadata-agent/neutron-metadata-agent.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-metadata-agent creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-server-ovn copying container-images/tcib/base/os/neutron-base/neutron-server-ovn/neutron-server-ovn.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-server-ovn creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/ironic-neutron-agent copying container-images/tcib/base/os/neutron-base/ironic-neutron-agent/ironic-neutron-agent.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/ironic-neutron-agent creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-agent-base copying container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-agent-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-agent-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-l3-agent copying container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-l3-agent/neutron-l3-agent.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-l3-agent creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-metadata-agent-ovn copying container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-metadata-agent-ovn/neutron-metadata-agent-ovn.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-metadata-agent-ovn creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-dhcp-agent copying container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-dhcp-agent/neutron-dhcp-agent.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-dhcp-agent creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-server copying container-images/tcib/base/os/neutron-base/neutron-server/neutron-server.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/neutron-base/neutron-server creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base copying container-images/tcib/base/os/nova-base/nova-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-api copying container-images/tcib/base/os/nova-base/nova-api/nova-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-compute copying container-images/tcib/base/os/nova-base/nova-compute/nova-compute.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-compute creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-conductor copying container-images/tcib/base/os/nova-base/nova-conductor/nova-conductor.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-conductor creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-libvirt copying container-images/tcib/base/os/nova-base/nova-libvirt/nova-libvirt.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-libvirt creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-scheduler copying container-images/tcib/base/os/nova-base/nova-scheduler/nova-scheduler.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-scheduler creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-compute-ironic copying container-images/tcib/base/os/nova-base/nova-compute-ironic/nova-compute-ironic.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-compute-ironic creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-novncproxy copying container-images/tcib/base/os/nova-base/nova-novncproxy/nova-novncproxy.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/nova-base/nova-novncproxy creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/glance-api copying container-images/tcib/base/os/glance-api/glance-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/glance-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/panko-api copying container-images/tcib/base/os/panko-api/panko-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/panko-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/novajoin-base copying container-images/tcib/base/os/novajoin-base/novajoin-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/novajoin-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/novajoin-base/novajoin-notifier copying container-images/tcib/base/os/novajoin-base/novajoin-notifier/novajoin-notifier.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/novajoin-base/novajoin-notifier creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/novajoin-base/novajoin-server copying container-images/tcib/base/os/novajoin-base/novajoin-server/novajoin-server.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/novajoin-base/novajoin-server creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base copying container-images/tcib/base/os/octavia-base/octavia-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base/octavia-housekeeping copying container-images/tcib/base/os/octavia-base/octavia-housekeeping/octavia-housekeeping.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base/octavia-housekeeping creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base/octavia-worker copying container-images/tcib/base/os/octavia-base/octavia-worker/octavia-worker.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base/octavia-worker creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base/octavia-health-manager copying container-images/tcib/base/os/octavia-base/octavia-health-manager/octavia-health-manager.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base/octavia-health-manager creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base/octavia-api copying container-images/tcib/base/os/octavia-base/octavia-api/octavia-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/octavia-base/octavia-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/placement-api copying container-images/tcib/base/os/placement-api/placement-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/placement-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base copying container-images/tcib/base/os/designate-base/designate-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-mdns copying container-images/tcib/base/os/designate-base/designate-mdns/designate-mdns.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-mdns creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-producer copying container-images/tcib/base/os/designate-base/designate-producer/designate-producer.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-producer creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-backend-bind9 copying container-images/tcib/base/os/designate-base/designate-backend-bind9/designate-backend-bind9.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-backend-bind9 creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-api copying container-images/tcib/base/os/designate-base/designate-api/designate-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-worker copying container-images/tcib/base/os/designate-base/designate-worker/designate-worker.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-worker creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-central copying container-images/tcib/base/os/designate-base/designate-central/designate-central.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-central creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-sink copying container-images/tcib/base/os/designate-base/designate-sink/designate-sink.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/designate-base/designate-sink creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/keystone copying container-images/tcib/base/os/keystone/keystone.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/keystone creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base copying container-images/tcib/base/os/mistral-base/mistral-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base/mistral-engine copying container-images/tcib/base/os/mistral-base/mistral-engine/mistral-engine.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base/mistral-engine creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base/mistral-executor copying container-images/tcib/base/os/mistral-base/mistral-executor/mistral-executor.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base/mistral-executor creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base/mistral-event-engine copying container-images/tcib/base/os/mistral-base/mistral-event-engine/mistral-event-engine.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base/mistral-event-engine creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base/mistral-api copying container-images/tcib/base/os/mistral-base/mistral-api/mistral-api.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/os/mistral-base/mistral-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base copying container-images/tcib/base/ovn-base/ovn-base.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base/ovn-nb-db-server copying container-images/tcib/base/ovn-base/ovn-nb-db-server/ovn-nb-db-server.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base/ovn-nb-db-server creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base/ovn-controller copying container-images/tcib/base/ovn-base/ovn-controller/ovn-controller.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base/ovn-controller creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base/ovn-northd copying container-images/tcib/base/ovn-base/ovn-northd/ovn-northd.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base/ovn-northd creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base/ovn-sb-db-server copying container-images/tcib/base/ovn-base/ovn-sb-db-server/ovn-sb-db-server.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/ovn-base/ovn-sb-db-server creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/qdrouterd copying container-images/tcib/base/qdrouterd/qdrouterd.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/qdrouterd creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/memcached copying container-images/tcib/base/memcached/memcached.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/memcached creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/rabbitmq copying container-images/tcib/base/rabbitmq/rabbitmq.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/rabbitmq creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/multipathd copying container-images/tcib/base/multipathd/multipathd.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/multipathd creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/keepalived copying container-images/tcib/base/keepalived/keepalived.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/keepalived creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/etcd copying container-images/tcib/base/etcd/etcd.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/etcd creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/cron copying container-images/tcib/base/cron/cron.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/cron creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/haproxy copying container-images/tcib/base/haproxy/haproxy.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/tcib/base/haproxy creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/tripleoclient copying container-images/kolla/tripleoclient/tripleoclient_sudoers -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/tripleoclient copying container-images/kolla/tripleoclient/create_super_user.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/tripleoclient creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/barbican-base copying container-images/kolla/barbican-base/sudoers -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/barbican-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/mariadb copying container-images/kolla/mariadb/security_reset.expect -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/mariadb copying container-images/kolla/mariadb/extend_start.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/mariadb creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/cinder-volume copying container-images/kolla/cinder-volume/cinder-volume-sudoers -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/cinder-volume copying container-images/kolla/cinder-volume/extend_start.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/cinder-volume creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/base copying container-images/kolla/base/uid_gid_manage.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/base copying container-images/kolla/base/set_configs.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/base copying container-images/kolla/base/start.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/base copying container-images/kolla/base/httpd_setup.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/base copying container-images/kolla/base/sudoers -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/iscsid copying container-images/kolla/iscsid/extend_start.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/iscsid creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/swift-base copying container-images/kolla/swift-base/swift-rootwrap -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/swift-base copying container-images/kolla/swift-base/swift-sudoers -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/swift-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/horizon copying container-images/kolla/horizon/extend_start.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/horizon creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/ec2-api copying container-images/kolla/ec2-api/extend_start.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/ec2-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/rabbitmq copying container-images/kolla/rabbitmq/extend_start.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/rabbitmq creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/neutron-base copying container-images/kolla/neutron-base/neutron_sudoers -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/neutron-base creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/glance-api copying container-images/kolla/glance-api/extend_start.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/glance-api creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/keystone copying container-images/kolla/keystone/extend_start.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/keystone creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/ovn creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/ovn/ovn-nb-db-server copying container-images/kolla/ovn/ovn-nb-db-server/start_nb_db_server.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/ovn/ovn-nb-db-server creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/ovn/ovn-sb-db-server copying container-images/kolla/ovn/ovn-sb-db-server/start_sb_db_server.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/container-images/kolla/ovn/ovn-sb-db-server creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml copying image-yaml/overcloud-realtime-compute.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images-ceph.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-uefi-centos7.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images-python3.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-rhel8.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-odl-rhel7.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images-ceph-rhel8.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-realtime-compute-centos7.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images-rhel7.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-realtime-compute-rhel7.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-uefi-rhel8.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-realtime-compute-python3.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-uefi-rhel7.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images-centos8.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-centos7.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-uefi-python3.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images-fedora.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images-centos7.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images-ceph-centos8.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-images-rhel8.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-python3.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-centos8.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-uefi.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ copying image-yaml/overcloud-hardened-images-rhel7.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/image-yaml/ creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks copying workbooks/support.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/derive_params_formulas.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/plan_management.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/swift_ring_rebalance.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/validations.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/derive_params.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/heat_environments.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/fernet-key-rotate.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/octavia_post.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/parameters.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/networks.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/container_images.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/scale.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/baremetal.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/swift_backup.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/swift.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/undercloud_backup.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/stack.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/package_update.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/baremetal_deploy.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/deployment.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/access.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ copying workbooks/messaging.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/workbooks/ creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck copying healthcheck/gnocchi-metricd -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/neutron-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/manila-scheduler -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/swift-rsync -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/zaqar-socket -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/redis -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/octavia-housekeeping -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/README.md -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ceilometer-agent-notification -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/mariadb -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/heat-api-cfn -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/collectd -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ironic-conductor -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/swift-container-server -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/cinder-volume -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/swift-account-replicator -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/opendaylight-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/nova-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/cinder-backup -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/neutron-ovs-agent -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ironic-inspector -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/mistral-engine -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/swift-account-server -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/octavia-worker -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/swift-object-replicator -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/neutron-dhcp -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/iscsid -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/neutron-sriov-agent -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/octavia-health-manager -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/sahara-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/horizon -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/qdrouterd -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/heat-engine -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ovn-controller -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/sahara-engine -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/nova-compute -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/gnocchi-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/swift-object-server -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/aodh-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/memcached -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/mistral-executor -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/fluentd -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/aodh-notifier -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/nova-vnc-proxy -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/rabbitmq -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/cinder-scheduler -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/multipathd -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/sensu-client -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/heat-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/nova-conductor -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ovn-dbs -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/glance-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/panko-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/neutron-metadata -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/aodh-evaluator -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ironic-neutron-agent -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/barbican-keystone-listener -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/mistral-event-engine -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/gnocchi-statsd -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ceilometer-agent-central -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ceilometer-agent-ipmi -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/etcd -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/cron -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ovn-metadata -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/neutron-l3 -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/nova-libvirt -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ceilometer-agent-compute -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/nova-metadata -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ironic-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/http-healthcheck.py -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/swift-container-replicator -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/nova-scheduler -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/placement-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/nova-ironic -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/mistral-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/aodh-listener -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/common.sh -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/cinder-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/keystone -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/zaqar-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/octavia-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/barbican-worker -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/swift-proxy -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/tacker -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/ironic-pxe -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ copying healthcheck/barbican-api -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/ creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/releasenotes creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/releasenotes/notes copying healthcheck/releasenotes/notes/nova-vnc-proxy-ipv6-handling-5d0625f1ab10d13f.yaml -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common/healthcheck/releasenotes/notes running install_egg_info running egg_info writing tripleo_common.egg-info/PKG-INFO writing dependency_links to tripleo_common.egg-info/dependency_links.txt writing entry points to tripleo_common.egg-info/entry_points.txt writing top-level names to tripleo_common.egg-info/top_level.txt writing pbr to tripleo_common.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 'tripleo_common.egg-info/SOURCES.txt' Copying tripleo_common.egg-info to /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/lib/python3.6/site-packages/tripleo_common-11.6.0-py3.6.egg-info running install_scripts creating /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/run-validation -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/tripleo-config-download -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/bootstrap_host_exec -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/upload-swift-artifacts -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/tripleo-container-image-prepare -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/bootstrap_host_only_eval -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/bootstrap_host_only_exec -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/pull-puppet-modules -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/tripleo-build-images -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin copying build/scripts-3.6/upload-puppet-modules -> /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/run-validation to 755 changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/tripleo-config-download to 755 changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/bootstrap_host_exec to 755 changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/upload-swift-artifacts to 755 changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/tripleo-container-image-prepare to 755 changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/bootstrap_host_only_eval to 755 changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/bootstrap_host_only_exec to 755 changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/pull-puppet-modules to 755 changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/tripleo-build-images to 755 changing mode of /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/upload-puppet-modules to 755 /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + touch /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/create_freeipa_enroll_envfile.py + touch /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/tripleo-deploy-openshift + '[' -d /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/tripleo-common ']' + mv /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/tripleo-common /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/openstack-tripleo-common + ln -s openstack-tripleo-common /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/tripleo-common + '[' -d workbooks ']' + cp -ar workbooks /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/openstack-tripleo-common/ + '[' -d playbooks ']' + mkdir -p /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/openstack-tripleo-common/playbooks + '[' -d healthcheck ']' + cp -ar healthcheck /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/openstack-tripleo-common/ + '[' '!' -d roles ']' + mkdir -p /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/ansible/roles + '[' '!' -d ansible_plugins ']' + mkdir -p /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/ansible/plugins + mkdir -p /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/openstack-tripleo-common-containers + mv /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/openstack-tripleo-common/container-images /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/openstack-tripleo-common-containers/ + ln -s ../openstack-tripleo-common-containers/container-images /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/openstack-tripleo-common/ + '[' -d heat_docker_agent ']' + cp -ar heat_docker_agent /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch//usr/share/openstack-tripleo-common/ + install -p -D -m 440 sudoers /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/etc/sudoers.d/tripleo-common + '[' -f /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/bin/upgrade-non-controller.sh ']' + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 11.6.0-1.el8 --unique-debug-suffix -11.6.0-1.el8.noarch --unique-debug-src-base openstack-tripleo-common-11.6.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/tripleo-common-11.6.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: /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/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/openstack-tripleo-common-11.6.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.1ZubtD + umask 022 + cd /builddir/build/BUILD + cd tripleo-common-11.6.0 + export PYTHON=/usr/bin/python3 + PYTHON=/usr/bin/python3 + /usr/bin/python3 setup.py test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing tripleo_common.egg-info/PKG-INFO writing dependency_links to tripleo_common.egg-info/dependency_links.txt writing entry points to tripleo_common.egg-info/entry_points.txt writing top-level names to tripleo_common.egg-info/top_level.txt writing pbr to tripleo_common.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 'tripleo_common.egg-info/SOURCES.txt' running build_ext test_ansible_ssh_user (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_ansible_ssh_user ... ok test_get_roles_by_service (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_get_roles_by_service ... ok test_inventory_list (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_inventory_list ... ok test_inventory_list_undercloud_only (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_inventory_list_undercloud_only ... ok test_inventory_write_static (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_inventory_write_static ... ok test_inventory_write_static_extra_vars (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_inventory_write_static_extra_vars ... ok test_no_ips (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_no_ips ... ok test_no_session (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_no_session ... ok test_outputs_get_method_returns_default (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_outputs_get_method_returns_default ... ok test_outputs_invalid_key_raises_keyerror (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_outputs_invalid_key_raises_keyerror ... ok test_outputs_iterating_returns_list_of_output_keys (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_outputs_iterating_returns_list_of_output_keys ... ok test_outputs_valid_key_calls_api (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_outputs_valid_key_calls_api ... ok test_stack_not_found (tripleo_common.tests.test_inventory.TestInventory) tripleo_common.tests.test_inventory.TestInventory.test_stack_not_found ... WARNING:tripleo_common.inventory:Stack not found: overcloud. Only the undercloud will be added to the inventory. ok test_no_requested_node (tripleo_common.tests.test_filters.TestCapabilitiesFilter) tripleo_common.tests.test_filters.TestCapabilitiesFilter.test_no_requested_node ... ok test_requested_node_matches (tripleo_common.tests.test_filters.TestCapabilitiesFilter) tripleo_common.tests.test_filters.TestCapabilitiesFilter.test_requested_node_matches ... ok test_requested_node_no_match (tripleo_common.tests.test_filters.TestCapabilitiesFilter) tripleo_common.tests.test_filters.TestCapabilitiesFilter.test_requested_node_no_match ... ok test_run (tripleo_common.tests.actions.test_vcs.GitCleanupActionTest) tripleo_common.tests.actions.test_vcs.GitCleanupActionTest.test_run ... ok test_run_with_error (tripleo_common.tests.actions.test_vcs.GitCleanupActionTest) tripleo_common.tests.actions.test_vcs.GitCleanupActionTest.test_run_with_error ... ERROR:tripleo_common.actions.vcs:Directory not found: /tmp/tmp1abzzl8t/*_df20ea43-2d75-4e0e-bbdf-909e277252e5_import Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/vcs.py", line 92, in run path = glob.glob(target_path)[0] IndexError: list index out of range ok test_run (tripleo_common.tests.actions.test_vcs.GitCloneActionTest) tripleo_common.tests.actions.test_vcs.GitCloneActionTest.test_run ... ok test_run_ref_checkout_error (tripleo_common.tests.actions.test_vcs.GitCloneActionTest) tripleo_common.tests.actions.test_vcs.GitCloneActionTest.test_run_ref_checkout_error ... ERROR:tripleo_common.actions.vcs:Error checking out some.test.ref reference from remote repository https://github.com/openstack/tripleo-common.git Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/vcs.py", line 62, in run self._checkout_reference(repo, url_bits[-1]) 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 TypeError: __init__() missing 2 required positional arguments: 'command' and 'status' ok test_run_ref_not_found (tripleo_common.tests.actions.test_vcs.GitCloneActionTest) tripleo_common.tests.actions.test_vcs.GitCloneActionTest.test_run_ref_not_found ... ERROR:tripleo_common.actions.vcs:Error finding some.test.ref reference from remote repository Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/vcs.py", line 62, in run self._checkout_reference(repo, url_bits[-1]) 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 IndexError ok test_run_repo_failure (tripleo_common.tests.actions.test_vcs.GitCloneActionTest) tripleo_common.tests.actions.test_vcs.GitCloneActionTest.test_run_repo_failure ... ERROR:tripleo_common.actions.vcs:Error cloning remote repository: https://github.com/openstack/tripleo-common.git Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/vcs.py", line 53, in run repo = Repo.clone_from(url_bits[0], local_dir_path) 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 TypeError: __init__() missing 2 required positional arguments: 'command' and 'status' ok test_no_success (tripleo_common.tests.actions.test_parameters.GenerateFencingParametersActionTestCase) tripleo_common.tests.actions.test_parameters.GenerateFencingParametersActionTestCase.test_no_success ... WARNING:tripleo_common.utils.nodes:Key mac is deprecated, please use ports. WARNING:tripleo_common.utils.nodes:Key mac is deprecated, please use ports. WARNING:tripleo_common.utils.nodes:Key mac is deprecated, please use ports. WARNING:tripleo_common.utils.nodes:Key mac is deprecated, please use ports. WARNING:tripleo_common.utils.nodes:Key mac is deprecated, please use ports. ok test_passwords_exist_in_heat (tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest) tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest.test_passwords_exist_in_heat ... ok test_placement_passwords_upgrade (tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest) tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest.test_placement_passwords_upgrade ... ok test_run (tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest) tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest.test_run ... ok test_run_passwords_exist (tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest) tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest.test_run_passwords_exist ... ok test_run_rotate_no_rotate_list (tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest) tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest.test_run_rotate_no_rotate_list ... ok test_run_rotate_with_rotate_list (tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest) tripleo_common.tests.actions.test_parameters.GeneratePasswordsActionTest.test_run_rotate_with_rotate_list ... ok test_empty_resource_tree (tripleo_common.tests.actions.test_parameters.GetFlattenedParametersActionTest) tripleo_common.tests.actions.test_parameters.GetFlattenedParametersActionTest.test_empty_resource_tree ... ok test_valid_resource_tree (tripleo_common.tests.actions.test_parameters.GetFlattenedParametersActionTest) tripleo_common.tests.actions.test_parameters.GetFlattenedParametersActionTest.test_valid_resource_tree ... ok test_run_invalid_network_config (tripleo_common.tests.actions.test_parameters.GetNetworkConfigActionTest) tripleo_common.tests.actions.test_parameters.GetNetworkConfigActionTest.test_run_invalid_network_config ... ERROR:tripleo_common.actions.parameters:Derive Params Error: Unable to determine network config for role 'Compute'. Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/parameters.py", line 729, in run self.role_name) File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/parameters.py", line 758, in get_network_config raise exception.DeriveParamsError(err_msg) tripleo_common.exception.DeriveParamsError: Unable to determine network config for role 'Compute'. ok test_run_valid_network_config (tripleo_common.tests.actions.test_parameters.GetNetworkConfigActionTest) tripleo_common.tests.actions.test_parameters.GetNetworkConfigActionTest.test_run_valid_network_config ... ok test_run_valid_network_config_with_interface_routes_inputs (tripleo_common.tests.actions.test_parameters.GetNetworkConfigActionTest) tripleo_common.tests.actions.test_parameters.GetNetworkConfigActionTest.test_run_valid_network_config_with_interface_routes_inputs ... ok test_run_valid_network_config_with_no_interface_routes_inputs (tripleo_common.tests.actions.test_parameters.GetNetworkConfigActionTest) tripleo_common.tests.actions.test_parameters.GetNetworkConfigActionTest.test_run_valid_network_config_with_no_interface_routes_inputs ... ok test_run (tripleo_common.tests.actions.test_parameters.GetParametersActionTest) tripleo_common.tests.actions.test_parameters.GetParametersActionTest.test_run ... ok test_password_from_generated_passwords (tripleo_common.tests.actions.test_parameters.GetPasswordsActionTest) tripleo_common.tests.actions.test_parameters.GetPasswordsActionTest.test_password_from_generated_passwords ... ok test_password_from_parameter_defaults (tripleo_common.tests.actions.test_parameters.GetPasswordsActionTest) tripleo_common.tests.actions.test_parameters.GetPasswordsActionTest.test_password_from_parameter_defaults ... ok test_password_merging_passwords (tripleo_common.tests.actions.test_parameters.GetPasswordsActionTest) tripleo_common.tests.actions.test_parameters.GetPasswordsActionTest.test_password_merging_passwords ... ok test_profile_found (tripleo_common.tests.actions.test_parameters.GetProfileOfFlavorActionTest) tripleo_common.tests.actions.test_parameters.GetProfileOfFlavorActionTest.test_profile_found ... ok test_profile_not_found (tripleo_common.tests.actions.test_parameters.GetProfileOfFlavorActionTest) tripleo_common.tests.actions.test_parameters.GetProfileOfFlavorActionTest.test_profile_not_found ... ERROR:tripleo_common.actions.parameters:Derive Params Error: ok test_run (tripleo_common.tests.actions.test_parameters.ResetParametersActionTest) tripleo_common.tests.actions.test_parameters.ResetParametersActionTest.test_run ... ok test_get_next_index (tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest) tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest.test_get_next_index ... ok test_purge_excess_keys_should_not_purge_if_equal_to_max (tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest) tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest.test_purge_excess_keys_should_not_purge_if_equal_to_max ... ok test_purge_excess_keys_should_not_purge_if_less_than_max (tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest) tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest.test_purge_excess_keys_should_not_purge_if_less_than_max ... ok test_purge_excess_keys_should_purge (tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest) tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest.test_purge_excess_keys_should_purge ... ok test_rotate_keys (tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest) tripleo_common.tests.actions.test_parameters.RotateFernetKeysActionTest.test_rotate_keys ... ok test_run (tripleo_common.tests.actions.test_parameters.UpdateParametersActionTest) tripleo_common.tests.actions.test_parameters.UpdateParametersActionTest.test_run ... ok test_run_new_key (tripleo_common.tests.actions.test_parameters.UpdateParametersActionTest) tripleo_common.tests.actions.test_parameters.UpdateParametersActionTest.test_run_new_key ... ok test_run (tripleo_common.tests.actions.test_parameters.UpdateRoleParametersActionTest) tripleo_common.tests.actions.test_parameters.UpdateRoleParametersActionTest.test_run ... ok test_existing_no_allocation (tripleo_common.tests.actions.test_baremetal_deploy.TestCheckExistingInstances) tripleo_common.tests.actions.test_baremetal_deploy.TestCheckExistingInstances.test_existing_no_allocation ... ok test_hostname_mismatch (tripleo_common.tests.actions.test_baremetal_deploy.TestCheckExistingInstances) tripleo_common.tests.actions.test_baremetal_deploy.TestCheckExistingInstances.test_hostname_mismatch ... ok test_success (tripleo_common.tests.actions.test_baremetal_deploy.TestCheckExistingInstances) tripleo_common.tests.actions.test_baremetal_deploy.TestCheckExistingInstances.test_success ... ok test_unexpected_error (tripleo_common.tests.actions.test_baremetal_deploy.TestCheckExistingInstances) tripleo_common.tests.actions.test_baremetal_deploy.TestCheckExistingInstances.test_unexpected_error ... ERROR:tripleo_common.actions.baremetal_deploy:Failed to request instance information for host0 Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/baremetal_deploy.py", line 136, in run instance = provisioner.show_instance(ident) 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 ok test_failure (tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode) tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode.test_failure ... ok test_failure_to_clean_up (tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode) tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode.test_failure_to_clean_up ... ok test_success (tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode) tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode.test_success ... ok test_success_advanced_nic (tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode) tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode.test_success_advanced_nic ... ok test_success_defaults (tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode) tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode.test_success_defaults ... ok test_success_file_partition_image (tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode) tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode.test_success_file_partition_image ... ok test_success_http_partition_image (tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode) tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode.test_success_http_partition_image ... ok test_success_with_name (tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode) tripleo_common.tests.actions.test_baremetal_deploy.TestDeployNode.test_success_with_name ... ok test_count_with_instances (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_count_with_instances ... ok test_explicit_instances (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_explicit_instances ... ok test_hostname_in_defaults (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_hostname_in_defaults ... ERROR:tripleo_common.actions.baremetal_deploy:Failed to validate the request. Compute: cannot specify hostname in defaults ok test_image_in_defaults (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_image_in_defaults ... ok test_instances_without_hostname (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_instances_without_hostname ... ok test_more_instances_than_count (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_more_instances_than_count ... ERROR:tripleo_common.actions.baremetal_deploy:Failed to validate the request. Compute: number of instance entries 4 cannot be greater than count 3 ok test_name_in_defaults (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_name_in_defaults ... ERROR:tripleo_common.actions.baremetal_deploy:Failed to validate the request. Compute: cannot specify name in defaults ok test_reprovisioned (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_reprovisioned ... ok test_simple (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_simple ... ok test_unprovisioned (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_unprovisioned ... ok test_unprovisioned_instances (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_unprovisioned_instances ... ok test_unprovisioned_no_hostname (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_unprovisioned_no_hostname ... ok test_with_parameters (tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles) tripleo_common.tests.actions.test_baremetal_deploy.TestExpandRoles.test_with_parameters ... ok test_success (tripleo_common.tests.actions.test_baremetal_deploy.TestPopulateEnvironment) tripleo_common.tests.actions.test_baremetal_deploy.TestPopulateEnvironment.test_success ... ok test_build_hostname (tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes) tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes.test_build_hostname ... ok test_duplicate_hostname (tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes) tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes.test_duplicate_hostname ... ERROR:tripleo_common.actions.baremetal_deploy:Failed to validate provided instances. Hostname host1 is used more than once ok test_duplicate_name (tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes) tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes.test_duplicate_name ... ERROR:tripleo_common.actions.baremetal_deploy:Failed to validate provided instances. Node node-1 is requested more than once ok test_failure (tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes) tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes.test_failure ... ok test_failure_to_clean_up (tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes) tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes.test_failure_to_clean_up ... ok test_hostname_format (tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes) tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes.test_hostname_format ... ok test_missing_hostname (tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes) tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes.test_missing_hostname ... ok test_success (tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes) tripleo_common.tests.actions.test_baremetal_deploy.TestReserveNodes.test_success ... ok test_not_found (tripleo_common.tests.actions.test_baremetal_deploy.TestUndeployInstance) tripleo_common.tests.actions.test_baremetal_deploy.TestUndeployInstance.test_not_found ... WARNING:tripleo_common.actions.baremetal_deploy:Cannot get instance inst1, assuming already deleted ok test_success (tripleo_common.tests.actions.test_baremetal_deploy.TestUndeployInstance) tripleo_common.tests.actions.test_baremetal_deploy.TestUndeployInstance.test_success ... ok test_failure (tripleo_common.tests.actions.test_baremetal_deploy.TestWaitForDeployment) tripleo_common.tests.actions.test_baremetal_deploy.TestWaitForDeployment.test_failure ... ERROR:tripleo_common.actions.baremetal_deploy:Provisioning of instance compute.cloud failed or timed out Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/baremetal_deploy.py", line 314, in run [self.instance['uuid']], timeout=self.timeout)[0] 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 ok test_success (tripleo_common.tests.actions.test_baremetal_deploy.TestWaitForDeployment) tripleo_common.tests.actions.test_baremetal_deploy.TestWaitForDeployment.test_success ... ok test_with_nics (tripleo_common.tests.actions.test_baremetal_deploy.TestWaitForDeployment) tripleo_common.tests.actions.test_baremetal_deploy.TestWaitForDeployment.test_with_nics ... ok test_include_absolute_path (tripleo_common.tests.actions.test_templates.J2SwiftLoaderTest) tripleo_common.tests.actions.test_templates.J2SwiftLoaderTest.test_include_absolute_path ... ok test_include_invalid_path (tripleo_common.tests.actions.test_templates.J2SwiftLoaderTest) tripleo_common.tests.actions.test_templates.J2SwiftLoaderTest.test_include_invalid_path ... ok test_include_not_found (tripleo_common.tests.actions.test_templates.J2SwiftLoaderTest) tripleo_common.tests.actions.test_templates.J2SwiftLoaderTest.test_include_not_found ... ok test_include_search_path (tripleo_common.tests.actions.test_templates.J2SwiftLoaderTest) tripleo_common.tests.actions.test_templates.J2SwiftLoaderTest.test_include_search_path ... ok test_custom_roles_networks (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_custom_roles_networks ... ok test_get_j2_excludes_file (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_get_j2_excludes_file ... ok test_heat_resource_exists (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_heat_resource_exists ... ok test_j2_render_and_put (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_j2_render_and_put ... ok test_j2_render_and_put_include (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_j2_render_and_put_include ... ok test_j2_render_and_put_include_relative (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_j2_render_and_put_include_relative ... ok test_legacy_api_network_exists (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_legacy_api_network_exists ... ok test_no_heat_resource_exists (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_no_heat_resource_exists ... ok test_no_legacy_api_network_exists (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_no_legacy_api_network_exists ... ok test_process_custom_roles (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_process_custom_roles ... ok test_run (tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest) tripleo_common.tests.actions.test_templates.ProcessTemplatesActionTest.test_run ... ok test_run (tripleo_common.tests.actions.test_templates.UploadTemplatesActionTest) tripleo_common.tests.actions.test_templates.UploadTemplatesActionTest.test_run ... ok test_run (tripleo_common.tests.actions.test_heat_capabilities.GetCapabilitiesActionTest) tripleo_common.tests.actions.test_heat_capabilities.GetCapabilitiesActionTest.test_run ... ok test_run_env_missing (tripleo_common.tests.actions.test_heat_capabilities.GetCapabilitiesActionTest) tripleo_common.tests.actions.test_heat_capabilities.GetCapabilitiesActionTest.test_run_env_missing ... ERROR:tripleo_common.actions.heat_capabilities:Error retrieving environment for plan test-container: test-container Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/heat_capabilities.py", line 67, in run env = plan_utils.get_env(swift, self.container) File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/utils/plan.py", line 48, in get_env swiftutils.get_object_string(swift, name, constants.PLAN_ENVIRONMENT) File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/utils/swift.py", line 179, in get_object_string data = swift.get_object(container, object_name)[1] 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 1147, in _mock_call raise result swiftclient.exceptions.ClientException: test-container ok test_run_yaml_error (tripleo_common.tests.actions.test_heat_capabilities.GetCapabilitiesActionTest) tripleo_common.tests.actions.test_heat_capabilities.GetCapabilitiesActionTest.test_run_yaml_error ... ERROR:tripleo_common.actions.heat_capabilities:Error parsing capabilities-map.yaml. Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/heat_capabilities.py", line 50, in run 'capabilities-map.yaml') File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/utils/swift.py", line 179, in get_object_string data = swift.get_object(container, object_name)[1] TypeError: 'Mock' object does not support indexing ok test_run (tripleo_common.tests.actions.test_heat_capabilities.UpdateCapabilitiesActionTest) tripleo_common.tests.actions.test_heat_capabilities.UpdateCapabilitiesActionTest.test_run ... ok test_run_env_missing (tripleo_common.tests.actions.test_heat_capabilities.UpdateCapabilitiesActionTest) tripleo_common.tests.actions.test_heat_capabilities.UpdateCapabilitiesActionTest.test_run_env_missing ... ERROR:tripleo_common.actions.heat_capabilities:Error retrieving environment for plan test-container: test-container Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/heat_capabilities.py", line 177, in run env = plan_utils.get_env(swift, self.container) File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/utils/plan.py", line 48, in get_env swiftutils.get_object_string(swift, name, constants.PLAN_ENVIRONMENT) File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/utils/swift.py", line 179, in get_object_string data = swift.get_object(container, object_name)[1] 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 swiftclient.exceptions.ClientException: test-container ok test_run_purge_missing (tripleo_common.tests.actions.test_heat_capabilities.UpdateCapabilitiesActionTest) tripleo_common.tests.actions.test_heat_capabilities.UpdateCapabilitiesActionTest.test_run_purge_missing ... ok test_run_with_sorting_environments (tripleo_common.tests.actions.test_heat_capabilities.UpdateCapabilitiesActionTest) tripleo_common.tests.actions.test_heat_capabilities.UpdateCapabilitiesActionTest.test_run_with_sorting_environments ... ok test_success_with_validations_disabled (tripleo_common.tests.actions.test_validations.Enabled) tripleo_common.tests.actions.test_validations.Enabled.test_success_with_validations_disabled ... ok test_success_with_validations_enabled (tripleo_common.tests.actions.test_validations.Enabled) tripleo_common.tests.actions.test_validations.Enabled.test_success_with_validations_enabled ... ok test_validations_disabled (tripleo_common.tests.actions.test_validations.Enabled) tripleo_common.tests.actions.test_validations.Enabled.test_validations_disabled ... ok test_validations_enabled (tripleo_common.tests.actions.test_validations.Enabled) tripleo_common.tests.actions.test_validations.Enabled.test_validations_enabled ... ok test_run_existing_pubkey (tripleo_common.tests.actions.test_validations.GetPubkeyActionTest) tripleo_common.tests.actions.test_validations.GetPubkeyActionTest.test_run_existing_pubkey ... ok test_run_no_pubkey (tripleo_common.tests.actions.test_validations.GetPubkeyActionTest) tripleo_common.tests.actions.test_validations.GetPubkeyActionTest.test_run_no_pubkey ... ok test_run (tripleo_common.tests.actions.test_validations.ListGroupsActionTest) tripleo_common.tests.actions.test_validations.ListGroupsActionTest.test_run ... ok test_run_default (tripleo_common.tests.actions.test_validations.ListValidationsActionTest) tripleo_common.tests.actions.test_validations.ListValidationsActionTest.test_run_default ... ok test_run_groups (tripleo_common.tests.actions.test_validations.ListValidationsActionTest) tripleo_common.tests.actions.test_validations.ListValidationsActionTest.test_run_groups ... ok test_run (tripleo_common.tests.actions.test_validations.RunValidationActionTest) tripleo_common.tests.actions.test_validations.RunValidationActionTest.test_run ... ok test_run_failing (tripleo_common.tests.actions.test_validations.RunValidationActionTest) tripleo_common.tests.actions.test_validations.RunValidationActionTest.test_run_failing ... ok test_run (tripleo_common.tests.actions.test_config.DownloadConfigActionTest) tripleo_common.tests.actions.test_config.DownloadConfigActionTest.test_run ... ok test_run_create_latest_symlink (tripleo_common.tests.actions.test_config.DownloadConfigActionTest) tripleo_common.tests.actions.test_config.DownloadConfigActionTest.test_run_create_latest_symlink ... ok test_run_update_latest_symlink (tripleo_common.tests.actions.test_config.DownloadConfigActionTest) tripleo_common.tests.actions.test_config.DownloadConfigActionTest.test_run_update_latest_symlink ... ok test_run (tripleo_common.tests.actions.test_config.GetOvercloudConfigActionTest) tripleo_common.tests.actions.test_config.GetOvercloudConfigActionTest.test_run ... ok test_cache_delete (tripleo_common.tests.actions.test_base.TestActionsBase) tripleo_common.tests.actions.test_base.TestActionsBase.test_cache_delete ... ok test_cache_empty (tripleo_common.tests.actions.test_base.TestActionsBase) tripleo_common.tests.actions.test_base.TestActionsBase.test_cache_empty ... ok test_cache_get_filled (tripleo_common.tests.actions.test_base.TestActionsBase) tripleo_common.tests.actions.test_base.TestActionsBase.test_cache_get_filled ... ok test_cache_key (tripleo_common.tests.actions.test_base.TestActionsBase) tripleo_common.tests.actions.test_base.TestActionsBase.test_cache_key ... ok test_cache_set (tripleo_common.tests.actions.test_base.TestActionsBase) tripleo_common.tests.actions.test_base.TestActionsBase.test_cache_set ... ok test_cache_set_none (tripleo_common.tests.actions.test_base.TestActionsBase) tripleo_common.tests.actions.test_base.TestActionsBase.test_cache_set_none ... ok test_get_baremetal_client (tripleo_common.tests.actions.test_base.TestActionsBase) tripleo_common.tests.actions.test_base.TestActionsBase.test_get_baremetal_client ... ok test_run (tripleo_common.tests.actions.test_ansible.AnsibleActionTest) tripleo_common.tests.actions.test_ansible.AnsibleActionTest.test_run ... ok test_post_message (tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest) tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest.test_post_message ... ok test_run (tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest) tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest.test_run ... ok test_run_with_blacklist (tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest) tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest.test_run_with_blacklist ... ok test_run_with_limit (tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest) tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest.test_run_with_limit ... ok test_work_dir_cleanup (tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest) tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest.test_work_dir_cleanup ... ok test_work_dir_no_cleanup (tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest) tripleo_common.tests.actions.test_ansible.AnsiblePlaybookActionTest.test_work_dir_no_cleanup ... ok test_copy_config_file (tripleo_common.tests.actions.test_ansible.CopyConfigFileTest) tripleo_common.tests.actions.test_ansible.CopyConfigFileTest.test_copy_config_file ... ok test_override_ansible_cfg (tripleo_common.tests.actions.test_ansible.CopyConfigFileTest) tripleo_common.tests.actions.test_ansible.CopyConfigFileTest.test_override_ansible_cfg ... ok test_override_ansible_cfg_empty (tripleo_common.tests.actions.test_ansible.CopyConfigFileTest) tripleo_common.tests.actions.test_ansible.CopyConfigFileTest.test_override_ansible_cfg_empty ... ok test_failure (tripleo_common.tests.actions.test_baremetal.TestCellV2DiscoverHostsAction) tripleo_common.tests.actions.test_baremetal.TestCellV2DiscoverHostsAction.test_failure ... ERROR:tripleo_common.actions.baremetal:Error running cell_v2 discover_hosts Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/baremetal.py", line 338, in run result = nodes.run_nova_cell_v2_discovery() 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 oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: command Exit code: 1 Stdout: 'captured stdout' Stderr: 'captured stderr' ok test_run (tripleo_common.tests.actions.test_baremetal.TestCellV2DiscoverHostsAction) tripleo_common.tests.actions.test_baremetal.TestCellV2DiscoverHostsAction.test_run ... ok test_run_exception_on_node_update (tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction) tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction.test_run_exception_on_node_update ... ERROR:tripleo_common.actions.baremetal:Error configuring node boot options with Ironic. Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/baremetal.py", line 160, in run 'value': image_ids['kernel'], 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 Exception: Update error ok test_run_glance_ids_not_found (tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction) tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction.test_run_glance_ids_not_found ... ERROR:tripleo_common.actions.baremetal:Error configuring node boot options with Ironic. Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/baremetal.py", line 126, in run image_client, self.kernel_name, self.ramdisk_name) File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/utils/glance.py", line 35, in create_or_find_kernel_and_ramdisk image_type='Kernel') File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/utils/glance.py", line 70, in _check_image name)) ValueError: Kernel image unknown_kernel not found in Glance ok test_run_instance_boot_option (tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction) tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction.test_run_instance_boot_option ... ok test_run_instance_boot_option_already_set_do_overwrite (tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction) tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction.test_run_instance_boot_option_already_set_do_overwrite ... ok test_run_instance_boot_option_already_set_no_overwrite (tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction) tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction.test_run_instance_boot_option_already_set_no_overwrite ... ok test_run_instance_boot_option_not_set (tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction) tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction.test_run_instance_boot_option_not_set ... ok test_run_new_kernel_and_ram_image (tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction) tripleo_common.tests.actions.test_baremetal.TestConfigureBootAction.test_run_new_kernel_and_ram_image ... ok test_bad_inventory (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_bad_inventory ... ok test_device_list (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_device_list ... ok test_device_list_not_found (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_device_list_not_found ... ok test_largest (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_largest ... ok test_largest_with_ext (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_largest_with_ext ... ok test_minimum_size (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_minimum_size ... ok test_no_data (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_no_data ... ERROR:ironic_inspector_client:Bad error response from Ironic Inspector Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/ironic_inspector_client/common/http.py", line 51, in __init__ msg = json.loads(msg)['error']['message'] File "/usr/lib64/python3.6/json/__init__.py", line 348, in loads 'not {!r}'.format(s.__class__.__name__)) TypeError: the JSON object must be str, bytes or bytearray, not 'Mock' ok test_no_disks (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_no_disks ... ok test_no_overwrite (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_no_overwrite ... WARNING:tripleo_common.actions.baremetal:Root device hints are already set for node ABCDEFGH and overwriting is not requested, skipping WARNING:tripleo_common.actions.baremetal:You may unset them by running $ ironic node-update ABCDEFGH remove properties/root_device ok test_no_wwn_and_serial (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_no_wwn_and_serial ... ok test_smallest (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_smallest ... ok test_smallest_with_ext (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_smallest_with_ext ... ok test_with_overwrite (tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction) tripleo_common.tests.actions.test_baremetal.TestConfigureRootDeviceAction.test_with_overwrite ... ok test_existing_ips (tripleo_common.tests.actions.test_baremetal.TestGetCandidateNodes) tripleo_common.tests.actions.test_baremetal.TestGetCandidateNodes.test_existing_ips ... WARNING:tripleo_common.actions.baremetal:No known handler for driver foobar of node 3, ignoring it WARNING:tripleo_common.utils.nodes:Key pm_addr is not supported and will not be passed WARNING:tripleo_common.actions.baremetal:No address for node 5, ignoring it ok test_invalid_subnet (tripleo_common.tests.actions.test_baremetal.TestGetCandidateNodes) tripleo_common.tests.actions.test_baremetal.TestGetCandidateNodes.test_invalid_subnet ... WARNING:tripleo_common.actions.baremetal:No known handler for driver foobar of node 3, ignoring it WARNING:tripleo_common.utils.nodes:Key pm_addr is not supported and will not be passed WARNING:tripleo_common.actions.baremetal:No address for node 5, ignoring it ERROR:tripleo_common.actions.baremetal:Cannot parse network address: invalid IPNetwork meow ok test_with_list (tripleo_common.tests.actions.test_baremetal.TestGetCandidateNodes) tripleo_common.tests.actions.test_baremetal.TestGetCandidateNodes.test_with_list ... WARNING:tripleo_common.actions.baremetal:No known handler for driver foobar of node 3, ignoring it WARNING:tripleo_common.utils.nodes:Key pm_addr is not supported and will not be passed WARNING:tripleo_common.actions.baremetal:No address for node 5, ignoring it ok test_with_subnet (tripleo_common.tests.actions.test_baremetal.TestGetCandidateNodes) tripleo_common.tests.actions.test_baremetal.TestGetCandidateNodes.test_with_subnet ... WARNING:tripleo_common.actions.baremetal:No known handler for driver foobar of node 3, ignoring it WARNING:tripleo_common.utils.nodes:Key pm_addr is not supported and will not be passed WARNING:tripleo_common.actions.baremetal:No address for node 5, ignoring it ok test_run (tripleo_common.tests.actions.test_baremetal.TestGetNodeHintAction) tripleo_common.tests.actions.test_baremetal.TestGetNodeHintAction.test_run ... ok test_run (tripleo_common.tests.actions.test_baremetal.TestGetProfileAction) tripleo_common.tests.actions.test_baremetal.TestGetProfileAction.test_run ... ok test_failure (tripleo_common.tests.actions.test_baremetal.TestProbeNode) tripleo_common.tests.actions.test_baremetal.TestProbeNode.test_failure ... ok test_success (tripleo_common.tests.actions.test_baremetal.TestProbeNode) tripleo_common.tests.actions.test_baremetal.TestProbeNode.test_success ... ok test_run_get_information (tripleo_common.tests.actions.test_swifthelper.SwiftInformationActionTest) tripleo_common.tests.actions.test_swifthelper.SwiftInformationActionTest.test_run_get_information ... ok test_run_get_information_fails (tripleo_common.tests.actions.test_swifthelper.SwiftInformationActionTest) tripleo_common.tests.actions.test_swifthelper.SwiftInformationActionTest.test_run_get_information_fails ... ok test_get_tempurl (tripleo_common.tests.actions.test_swifthelper.SwiftTempUrlActionTest) tripleo_common.tests.actions.test_swifthelper.SwiftTempUrlActionTest.test_get_tempurl ... ok test_get_tempurl_no_key (tripleo_common.tests.actions.test_swifthelper.SwiftTempUrlActionTest) tripleo_common.tests.actions.test_swifthelper.SwiftTempUrlActionTest.test_get_tempurl_no_key ... ok test_run (tripleo_common.tests.actions.test_undercloud.CreateBackupDirTest) tripleo_common.tests.actions.test_undercloud.CreateBackupDirTest.test_run ... ok test_create_database_backup (tripleo_common.tests.actions.test_undercloud.CreateDatabaseBackupTest) tripleo_common.tests.actions.test_undercloud.CreateDatabaseBackupTest.test_create_database_backup ... ok test_create_empty_file_system_backup (tripleo_common.tests.actions.test_undercloud.CreateFileSystemBackupTest) tripleo_common.tests.actions.test_undercloud.CreateFileSystemBackupTest.test_create_empty_file_system_backup ... ok test_create_file_system_backup (tripleo_common.tests.actions.test_undercloud.CreateFileSystemBackupTest) tripleo_common.tests.actions.test_undercloud.CreateFileSystemBackupTest.test_create_file_system_backup ... ok test_run_false (tripleo_common.tests.actions.test_undercloud.GetFreeSpaceTest) tripleo_common.tests.actions.test_undercloud.GetFreeSpaceTest.test_run_false ... ok test_run_true (tripleo_common.tests.actions.test_undercloud.GetFreeSpaceTest) tripleo_common.tests.actions.test_undercloud.GetFreeSpaceTest.test_run_true ... ok test_sucess_remove_temp_dir (tripleo_common.tests.actions.test_undercloud.RemoveTempDirTest) tripleo_common.tests.actions.test_undercloud.RemoveTempDirTest.test_sucess_remove_temp_dir ... ok test_upload_to_swift_success (tripleo_common.tests.actions.test_undercloud.UploadUndercloudBackupToSwiftTest) tripleo_common.tests.actions.test_undercloud.UploadUndercloudBackupToSwiftTest.test_upload_to_swift_success ... ok test_run (tripleo_common.tests.actions.test_plan.CreateContainerActionTest) tripleo_common.tests.actions.test_plan.CreateContainerActionTest.test_run ... ok test_run_container_exists (tripleo_common.tests.actions.test_plan.CreateContainerActionTest) tripleo_common.tests.actions.test_plan.CreateContainerActionTest.test_run_container_exists ... ok test_run_invalid_name (tripleo_common.tests.actions.test_plan.CreateContainerActionTest) tripleo_common.tests.actions.test_plan.CreateContainerActionTest.test_run_invalid_name ... ok test_run (tripleo_common.tests.actions.test_plan.DeletePlanActionTest) tripleo_common.tests.actions.test_plan.DeletePlanActionTest.test_run ... ok test_run_stack_exists (tripleo_common.tests.actions.test_plan.DeletePlanActionTest) tripleo_common.tests.actions.test_plan.DeletePlanActionTest.test_run_stack_exists ... ok test_run_container_does_not_exist (tripleo_common.tests.actions.test_plan.ExportPlanActionTest) tripleo_common.tests.actions.test_plan.ExportPlanActionTest.test_run_container_does_not_exist ... ok test_run_error_creating_tarball (tripleo_common.tests.actions.test_plan.ExportPlanActionTest) tripleo_common.tests.actions.test_plan.ExportPlanActionTest.test_run_error_creating_tarball ... ok test_run_success (tripleo_common.tests.actions.test_plan.ExportPlanActionTest) tripleo_common.tests.actions.test_plan.ExportPlanActionTest.test_run_success ... ok test_run (tripleo_common.tests.actions.test_plan.ListPlansActionTest) tripleo_common.tests.actions.test_plan.ListPlansActionTest.test_run ... ok test_no_roles_data_file (tripleo_common.tests.actions.test_plan.ListRolesActionTest) tripleo_common.tests.actions.test_plan.ListRolesActionTest.test_no_roles_data_file ... ERROR:tripleo_common.actions.plan:Error retrieving roles data from deployment plan: 404 Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/plan.py", line 162, in run swift, self.container, self.role_file_name)) File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/utils/swift.py", line 179, in get_object_string data = swift.get_object(container, object_name)[1] 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 swiftclient.exceptions.ClientException: 404 ok test_run (tripleo_common.tests.actions.test_plan.ListRolesActionTest) tripleo_common.tests.actions.test_plan.ListRolesActionTest.test_run ... ok test_run_show_detail (tripleo_common.tests.actions.test_plan.ListRolesActionTest) tripleo_common.tests.actions.test_plan.ListRolesActionTest.test_run_show_detail ... ok test_roles_gathered (tripleo_common.tests.actions.test_plan.RemoveNoopDeployStepActionTest) tripleo_common.tests.actions.test_plan.RemoveNoopDeployStepActionTest.test_roles_gathered ... ok test_run_success (tripleo_common.tests.actions.test_plan.UpdateNetworksActionTest) tripleo_common.tests.actions.test_plan.UpdateNetworksActionTest.test_run_success ... ok test_run_success_replace (tripleo_common.tests.actions.test_plan.UpdateNetworksActionTest) tripleo_common.tests.actions.test_plan.UpdateNetworksActionTest.test_run_success_replace ... ok test_no_primary_roles (tripleo_common.tests.actions.test_plan.UpdateRolesActionTest) tripleo_common.tests.actions.test_plan.UpdateRolesActionTest.test_no_primary_roles ... ok test_update_replace_roles (tripleo_common.tests.actions.test_plan.UpdateRolesActionTest) tripleo_common.tests.actions.test_plan.UpdateRolesActionTest.test_update_replace_roles ... ok test_update_some_roles (tripleo_common.tests.actions.test_plan.UpdateRolesActionTest) tripleo_common.tests.actions.test_plan.UpdateRolesActionTest.test_update_some_roles ... ok test_invalid_roles (tripleo_common.tests.actions.test_plan.ValidateRolesDataActionTest) tripleo_common.tests.actions.test_plan.ValidateRolesDataActionTest.test_invalid_roles ... ok test_valid_roles (tripleo_common.tests.actions.test_plan.ValidateRolesDataActionTest) tripleo_common.tests.actions.test_plan.ValidateRolesDataActionTest.test_valid_roles ... ok test_validate_role_yaml_invalid_type (tripleo_common.tests.actions.test_plan.ValidateRolesDataActionTest) tripleo_common.tests.actions.test_plan.ValidateRolesDataActionTest.test_validate_role_yaml_invalid_type ... ok test_validate_role_yaml_missing_name (tripleo_common.tests.actions.test_plan.ValidateRolesDataActionTest) tripleo_common.tests.actions.test_plan.ValidateRolesDataActionTest.test_validate_role_yaml_missing_name ... ok test_run_with_empty_input (tripleo_common.tests.actions.test_derive_params.ConvertNumberToRangeListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertNumberToRangeListActionTest.test_run_with_empty_input ... ERROR:tripleo_common.actions.derive_params:Derive Params Error: Input param 'num_list' is blank. ok test_run_with_invalid_input (tripleo_common.tests.actions.test_derive_params.ConvertNumberToRangeListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertNumberToRangeListActionTest.test_run_with_invalid_input ... ERROR:tripleo_common.actions.derive_params:Derive Params Error: Invalid number in input param 'num_list': invalid literal for int() with base 10: '' ok test_run_with_no_range (tripleo_common.tests.actions.test_derive_params.ConvertNumberToRangeListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertNumberToRangeListActionTest.test_run_with_no_range ... ok test_run_with_ranges (tripleo_common.tests.actions.test_derive_params.ConvertNumberToRangeListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertNumberToRangeListActionTest.test_run_with_ranges ... ok test_run_with_empty_input (tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest.test_run_with_empty_input ... ERROR:tripleo_common.actions.derive_params:Derive Params Error: Input param 'range_list' is blank. ok test_run_with_invalid_exclude_number (tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest.test_run_with_invalid_exclude_number ... ok test_run_with_invalid_input (tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest.test_run_with_invalid_input ... ERROR:tripleo_common.actions.derive_params:Derive Params Error: Invalid number in input param 'range_list': invalid literal for int() with base 10: '' ok test_run_with_no_ranges (tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest.test_run_with_no_ranges ... ok test_run_with_ranges_exclude_num (tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest.test_run_with_ranges_exclude_num ... ok test_run_with_ranges_in_comma_delimited_list (tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest.test_run_with_ranges_in_comma_delimited_list ... ok test_run_with_ranges_in_comma_delimited_str (tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest) tripleo_common.tests.actions.test_derive_params.ConvertRangeToNumberListActionTest.test_run_with_ranges_in_comma_delimited_str ... ok test_run (tripleo_common.tests.actions.test_derive_params.GetDpdkCoreListActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkCoreListActionTest.test_run ... ok test_run_invalid_inspect_data (tripleo_common.tests.actions.test_derive_params.GetDpdkCoreListActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkCoreListActionTest.test_run_invalid_inspect_data ... ok test_run_invalid_numa_nodes_cores_count (tripleo_common.tests.actions.test_derive_params.GetDpdkCoreListActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkCoreListActionTest.test_run_invalid_numa_nodes_cores_count ... ok test_run_dpdk_bond (tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest.test_run_dpdk_bond ... ok test_run_dpdk_port (tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest.test_run_dpdk_port ... ok test_run_no_inspect_active_interfaces (tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest.test_run_no_inspect_active_interfaces ... ok test_run_no_inspect_interfaces (tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest.test_run_no_inspect_interfaces ... ok test_run_no_inspect_nics (tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest.test_run_no_inspect_nics ... ok test_run_no_numa_node (tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkNicsNumaInfoActionTest.test_run_no_numa_node ... ok test_run_duplicate_mtu_in_same_numa_node (tripleo_common.tests.actions.test_derive_params.GetDpdkSocketMemoryActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkSocketMemoryActionTest.test_run_duplicate_mtu_in_same_numa_node ... ok test_run_multiple_mtu_in_same_numa_node (tripleo_common.tests.actions.test_derive_params.GetDpdkSocketMemoryActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkSocketMemoryActionTest.test_run_multiple_mtu_in_same_numa_node ... ok test_run_valid_dpdk_nics_numa_info (tripleo_common.tests.actions.test_derive_params.GetDpdkSocketMemoryActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkSocketMemoryActionTest.test_run_valid_dpdk_nics_numa_info ... ok test_run_valid_roundup_mtu (tripleo_common.tests.actions.test_derive_params.GetDpdkSocketMemoryActionTest) tripleo_common.tests.actions.test_derive_params.GetDpdkSocketMemoryActionTest.test_run_valid_roundup_mtu ... ok test_run_invalid_inspect_data (tripleo_common.tests.actions.test_derive_params.GetHostCpusListActionTest) tripleo_common.tests.actions.test_derive_params.GetHostCpusListActionTest.test_run_invalid_inspect_data ... ok test_run_valid_inspect_data (tripleo_common.tests.actions.test_derive_params.GetHostCpusListActionTest) tripleo_common.tests.actions.test_derive_params.GetHostCpusListActionTest.test_run_valid_inspect_data ... ok test_empty (tripleo_common.tests.actions.test_deployment.ConvertStatusActionTest) tripleo_common.tests.actions.test_deployment.ConvertStatusActionTest.test_empty ... ok test_garbage_value (tripleo_common.tests.actions.test_deployment.ConvertStatusActionTest) tripleo_common.tests.actions.test_deployment.ConvertStatusActionTest.test_garbage_value ... ok test_in_progress (tripleo_common.tests.actions.test_deployment.ConvertStatusActionTest) tripleo_common.tests.actions.test_deployment.ConvertStatusActionTest.test_in_progress ... ok test_no_stack (tripleo_common.tests.actions.test_deployment.ConvertStatusActionTest) tripleo_common.tests.actions.test_deployment.ConvertStatusActionTest.test_no_stack ... ok test_prune_unused_services (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_prune_unused_services ... ok test_prune_unused_services_no_removal (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_prune_unused_services_no_removal ... ok test_run (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_run ... ok test_run_create_failed (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_run_create_failed ... ERROR:tripleo_common.actions.deployment:Error during stack creation: ERROR: Oops Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/deployment.py", line 242, in run return heat.stacks.create(**stack_args) 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 heatclient.exc.HTTPException: ERROR: Oops ok test_run_role_changes (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_run_role_changes ... ok test_run_skip_deploy_identifier (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_run_skip_deploy_identifier ... ok test_run_update_failed (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_run_update_failed ... ERROR:tripleo_common.actions.deployment:Error during stack update: ERROR: Oops Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/deployment.py", line 251, in run return heat.stacks.update(stack.id, **stack_args) 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 heatclient.exc.HTTPException: ERROR: Oops ok test_set_tls_parameters_ca_found_camap_provided (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_set_tls_parameters_ca_found_camap_provided ... ok test_set_tls_parameters_ca_found_no_camap_provided (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_set_tls_parameters_ca_found_no_camap_provided ... ok test_set_tls_parameters_no_ca_found (tripleo_common.tests.actions.test_deployment.DeployStackActionTest) tripleo_common.tests.actions.test_deployment.DeployStackActionTest.test_set_tls_parameters_no_ca_found ... ok test_get_deployment_failures (tripleo_common.tests.actions.test_deployment.DeploymentFailuresActionTest) tripleo_common.tests.actions.test_deployment.DeploymentFailuresActionTest.test_get_deployment_failures ... ok test_get_deployment_failures_no_file (tripleo_common.tests.actions.test_deployment.DeploymentFailuresActionTest) tripleo_common.tests.actions.test_deployment.DeploymentFailuresActionTest.test_get_deployment_failures_no_file ... ok test_get_deployment_status (tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest) tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest.test_get_deployment_status ... ok test_get_deployment_status_ansible_failed (tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest) tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest.test_get_deployment_status_ansible_failed ... ok test_get_deployment_status_different_plan (tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest) tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest.test_get_deployment_status_different_plan ... ok test_get_deployment_status_no_heat_stack (tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest) tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest.test_get_deployment_status_no_heat_stack ... ok test_get_deployment_status_update_deploying (tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest) tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest.test_get_deployment_status_update_deploying ... ok test_get_deployment_status_update_failed (tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest) tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest.test_get_deployment_status_update_failed ... ok test_get_deployment_status_update_success (tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest) tripleo_common.tests.actions.test_deployment.DeploymentStatusActionTest.test_get_deployment_status_update_success ... ok test_build_sc_params (tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest) tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest.test_build_sc_params ... ok test_extract_container_object_from_swift_url (tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest) tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest.test_extract_container_object_from_swift_url ... ok test_run (tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest) tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest.test_run ... ok test_run_failed (tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest) tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest.test_run_failed ... ERROR:tripleo_common.actions.deployment:Heat deployment failed for 'name' ok test_run_timeout (tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest) tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest.test_run_timeout ... ERROR:tripleo_common.actions.deployment:Timeout for heat deployment 'name' ok test_wait_for_data (tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest) tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest.test_wait_for_data ... ok test_wait_for_data_timeout (tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest) tripleo_common.tests.actions.test_deployment.OrchestrationDeployActionTest.test_wait_for_data_timeout ... ok test_no_env (tripleo_common.tests.actions.test_deployment.OvercloudRcActionTestCase) tripleo_common.tests.actions.test_deployment.OvercloudRcActionTestCase.test_no_env ... ERROR:tripleo_common.actions.deployment:Error retrieving environment for plan overcast: overcast ok test_no_password (tripleo_common.tests.actions.test_deployment.OvercloudRcActionTestCase) tripleo_common.tests.actions.test_deployment.OvercloudRcActionTestCase.test_no_password ... ok test_no_stack (tripleo_common.tests.actions.test_deployment.OvercloudRcActionTestCase) tripleo_common.tests.actions.test_deployment.OvercloudRcActionTestCase.test_no_stack ... ok test_success (tripleo_common.tests.actions.test_deployment.OvercloudRcActionTestCase) tripleo_common.tests.actions.test_deployment.OvercloudRcActionTestCase.test_success ... ok test_empty (tripleo_common.tests.actions.test_container_images.ContainerImagePrepareDefaultTest) tripleo_common.tests.actions.test_container_images.ContainerImagePrepareDefaultTest.test_empty ... ok test_some_values (tripleo_common.tests.actions.test_container_images.ContainerImagePrepareDefaultTest) tripleo_common.tests.actions.test_container_images.ContainerImagePrepareDefaultTest.test_some_values ... ok test_run (tripleo_common.tests.actions.test_container_images.PrepareContainerImageEnvTest) tripleo_common.tests.actions.test_container_images.PrepareContainerImageEnvTest.test_run ... ok test_run_failed (tripleo_common.tests.actions.test_container_images.PrepareContainerImageEnvTest) tripleo_common.tests.actions.test_container_images.PrepareContainerImageEnvTest.test_run_failed ... ERROR:tripleo_common.actions.container_images:Error updating environments/containers-default-parameters.yaml for plan overcloud: nope Traceback (most recent call last): File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/actions/container_images.py", line 78, in run default_flow_style=False File "/builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/utils/swift.py", line 192, in put_object_string return swift.put_object(container, object_name, contents) 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 swiftclient.exceptions.ClientException: nope ok test_run (tripleo_common.tests.actions.test_container_images.PrepareContainerImageParametersTest) tripleo_common.tests.actions.test_container_images.PrepareContainerImageParametersTest.test_run ... ok test_run (tripleo_common.tests.actions.test_scale.ScaleDownActionTest) tripleo_common.tests.actions.test_scale.ScaleDownActionTest.test_run ... ok test_run_bad_update (tripleo_common.tests.actions.test_scale.ScaleDownActionTest) tripleo_common.tests.actions.test_scale.ScaleDownActionTest.test_run_bad_update ... ok test_run_with_hostmatch (tripleo_common.tests.actions.test_scale.ScaleDownActionTest) tripleo_common.tests.actions.test_scale.ScaleDownActionTest.test_run_with_hostmatch ... ok test_run (tripleo_common.tests.actions.test_package_update.UpdateStackActionTest) tripleo_common.tests.actions.test_package_update.UpdateStackActionTest.test_run ... ok test_make_temp_dir (tripleo_common.tests.actions.test_files.MakeTempDirTest) tripleo_common.tests.actions.test_files.MakeTempDirTest.test_make_temp_dir ... ok test_sucess_remove_temp_dir (tripleo_common.tests.actions.test_files.RemoveTempDirTest) tripleo_common.tests.actions.test_files.RemoveTempDirTest.test_sucess_remove_temp_dir ... ok test_compute_flavor_detected (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_compute_flavor_detected ... ok test_convert_docker_params (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_convert_docker_params ... ok test_profile_flavor_found (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_profile_flavor_found ... ok test_profile_flavor_not_found (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_profile_flavor_not_found ... ok test_profile_flavor_not_found_exception (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_profile_flavor_not_found_exception ... ok test_profile_not_found_flavor_found (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_profile_not_found_flavor_found ... ok test_set_count_and_flavor_params_for_controller (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_set_count_and_flavor_params_for_controller ... ok test_set_count_and_flavor_params_for_custom_role (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_set_count_and_flavor_params_for_custom_role ... ok test_set_count_and_flavor_params_for_role (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_set_count_and_flavor_params_for_role ... ok test_set_count_and_flavor_params_for_swift (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_set_count_and_flavor_params_for_swift ... ok test_swift_flavor_detected (tripleo_common.tests.utils.test_parameters.ParametersTest) tripleo_common.tests.utils.test_parameters.ParametersTest.test_swift_flavor_detected ... ok test_create_cephx_key (tripleo_common.tests.utils.test_passwords.TestPasswords) tripleo_common.tests.utils.test_passwords.TestPasswords.test_create_cephx_key ... ok test_create_ssh_keypair (tripleo_common.tests.utils.test_passwords.TestPasswords) tripleo_common.tests.utils.test_passwords.TestPasswords.test_create_ssh_keypair ... ok test_fernet_keys_and_credentials (tripleo_common.tests.utils.test_passwords.TestPasswords) tripleo_common.tests.utils.test_passwords.TestPasswords.test_fernet_keys_and_credentials ... ok test_get_snmpd_readonly_user_password (tripleo_common.tests.utils.test_passwords.TestPasswords) tripleo_common.tests.utils.test_passwords.TestPasswords.test_get_snmpd_readonly_user_password ... ok test_get_validation_metadata (tripleo_common.tests.utils.test_validations.LoadValidationsTest) tripleo_common.tests.utils.test_validations.LoadValidationsTest.test_get_validation_metadata ... ok test_get_validation_metadata_default_value (tripleo_common.tests.utils.test_validations.LoadValidationsTest) tripleo_common.tests.utils.test_validations.LoadValidationsTest.test_get_validation_metadata_default_value ... ok test_get_validation_parameters (tripleo_common.tests.utils.test_validations.LoadValidationsTest) tripleo_common.tests.utils.test_validations.LoadValidationsTest.test_get_validation_parameters ... ok test_get_validation_parameters_no_extra (tripleo_common.tests.utils.test_validations.LoadValidationsTest) tripleo_common.tests.utils.test_validations.LoadValidationsTest.test_get_validation_parameters_no_extra ... ok test_load_validations_custom_gets_picked_over_default (tripleo_common.tests.utils.test_validations.LoadValidationsTest) tripleo_common.tests.utils.test_validations.LoadValidationsTest.test_load_validations_custom_gets_picked_over_default ... ok test_load_validations_group (tripleo_common.tests.utils.test_validations.LoadValidationsTest) tripleo_common.tests.utils.test_validations.LoadValidationsTest.test_load_validations_group ... ok test_load_validations_no_group (tripleo_common.tests.utils.test_validations.LoadValidationsTest) tripleo_common.tests.utils.test_validations.LoadValidationsTest.test_load_validations_no_group ... ok test_invalid_patterns (tripleo_common.tests.utils.test_validations.RunPatternValidatorTest) tripleo_common.tests.utils.test_validations.RunPatternValidatorTest.test_invalid_patterns ... ok test_valid_patterns (tripleo_common.tests.utils.test_validations.RunPatternValidatorTest) tripleo_common.tests.utils.test_validations.RunPatternValidatorTest.test_valid_patterns ... ok test_run_validation (tripleo_common.tests.utils.test_validations.RunValidationTest) tripleo_common.tests.utils.test_validations.RunValidationTest.test_run_validation ... ok test_cleanup_identity_file (tripleo_common.tests.utils.test_validations.ValidationsKeyTest) tripleo_common.tests.utils.test_validations.ValidationsKeyTest.test_cleanup_identity_file ... ok test_write_identity_file (tripleo_common.tests.utils.test_validations.ValidationsKeyTest) tripleo_common.tests.utils.test_validations.ValidationsKeyTest.test_write_identity_file ... ok test_generate_roles_data_from_directory (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_generate_roles_data_from_directory ... ok test_generate_roles_with_invalid_colon_format (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_generate_roles_with_invalid_colon_format ... ok test_generate_roles_with_invalid_role_name (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_generate_roles_with_invalid_role_name ... ok test_generate_roles_with_one_role_generated (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_generate_roles_with_one_role_generated ... ok test_generate_roles_with_two_same_roles (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_generate_roles_with_two_same_roles ... ok test_generate_roles_with_wrong_colon_format (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_generate_roles_with_wrong_colon_format ... ok test_get_roles_from_directory (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_get_roles_from_directory ... ok test_get_roles_from_directory_failure (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_get_roles_from_directory_failure ... ok test_validate_role_with_network_dict (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_validate_role_with_network_dict ... ok test_validate_role_yaml (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_validate_role_yaml ... ok test_validate_role_yaml_invalid_network_type (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_validate_role_yaml_invalid_network_type ... ok test_validate_role_yaml_invalid_params (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_validate_role_yaml_invalid_params ... ok test_validate_role_yaml_invalid_type (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_validate_role_yaml_invalid_type ... ok test_validate_role_yaml_missing_name (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_validate_role_yaml_missing_name ... ok test_validate_role_yaml_with_file (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_validate_role_yaml_with_file ... ok test_validate_roles (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_validate_roles ... ok test_validate_roles_with_invalid_role (tripleo_common.tests.utils.test_roles.TestRolesUtils) tripleo_common.tests.utils.test_roles.TestRolesUtils.test_validate_roles_with_invalid_role ... ok test_config_download (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_config_download ... ok test_config_download_no_deployment_name (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_config_download_no_deployment_name ... ok test_config_download_no_deployment_uuid (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_config_download_no_deployment_uuid ... ok test_config_download_os_apply_config (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_config_download_os_apply_config ... ok test_config_download_warn_grandparent_resource_name (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_config_download_warn_grandparent_resource_name ... ok test_create_config_dir (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_create_config_dir ... ok test_get_deployment_data (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_get_deployment_data ... ok test_get_role_config (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_get_role_config ... ok test_get_server_names (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_get_server_names ... ok test_initialize_git_repo (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_initialize_git_repo ... ok test_overcloud_config__write_tasks_per_step (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_overcloud_config__write_tasks_per_step ... ok test_overcloud_config_dont_preserve_config (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_overcloud_config_dont_preserve_config ... ok test_overcloud_config_generate_config (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_overcloud_config_generate_config ... ok test_overcloud_config_one_config_type (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_overcloud_config_one_config_type ... ok test_overcloud_config_upgrade_tasks (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_overcloud_config_upgrade_tasks ... ok test_overcloud_config_wrong_config_type (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_overcloud_config_wrong_config_type ... ok test_render_network_config (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_render_network_config ... WARNING:tripleo_common.utils.config.Config:Server with id node2 is ignored from config (Possibly blacklisted) ok test_render_network_config_empty_dict (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_render_network_config_empty_dict ... ok test_validate_config (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_validate_config ... ok test_validate_config_invalid_yaml (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_validate_config_invalid_yaml ... ERROR:tripleo_common.utils.config.Config:Config for file /tmp/testfile.yaml contains invalid yaml, got error while scanning a simple key in "", line 7, column 9: overcloud-novacompute-0.ctlplane ... ^ could not find expected ':' in "", line 8, column 9: overcloud-novacompute-1.ctlplane ... ^ ok test_write_config (tripleo_common.tests.utils.test_config.TestConfig) tripleo_common.tests.utils.test_config.TestConfig.test_write_config ... ok test_convert (tripleo_common.tests.utils.test_nodes.DriverInfoTest) tripleo_common.tests.utils.test_nodes.DriverInfoTest.test_convert ... ok test_convert_key (tripleo_common.tests.utils.test_nodes.DriverInfoTest) tripleo_common.tests.utils.test_nodes.DriverInfoTest.test_convert_key ... ok test_convert_key_deprecated (tripleo_common.tests.utils.test_nodes.DriverInfoTest) tripleo_common.tests.utils.test_nodes.DriverInfoTest.test_convert_key_deprecated ... ok test_convert_key_pm_unsupported (tripleo_common.tests.utils.test_nodes.DriverInfoTest) tripleo_common.tests.utils.test_nodes.DriverInfoTest.test_convert_key_pm_unsupported ... ok test_found (tripleo_common.tests.utils.test_nodes.FindNodeHandlerTest) tripleo_common.tests.utils.test_nodes.FindNodeHandlerTest.test_found ... ok test_no_driver (tripleo_common.tests.utils.test_nodes.FindNodeHandlerTest) tripleo_common.tests.utils.test_nodes.FindNodeHandlerTest.test_no_driver ... ok test_unknown_driver (tripleo_common.tests.utils.test_nodes.FindNodeHandlerTest) tripleo_common.tests.utils.test_nodes.FindNodeHandlerTest.test_unknown_driver ... ok test__get_node_id_conflict (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test__get_node_id_conflict ... ok test__get_node_id_manual_management (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test__get_node_id_manual_management ... ok test_clean_up_extra_nodes_ironic (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_clean_up_extra_nodes_ironic ... ok test_get_node_id_valid_duplicate (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_get_node_id_valid_duplicate ... ok test_register_all_nodes (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_all_nodes ... ok test_register_all_nodes_caps_dict (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_all_nodes_caps_dict ... ok test_register_all_nodes_ironic_no_hw_stats (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_all_nodes_ironic_no_hw_stats ... ok test_register_all_nodes_kernel_ramdisk (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_all_nodes_kernel_ramdisk ... ok test_register_all_nodes_uuid (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_all_nodes_uuid ... ok test_register_all_nodes_with_interfaces (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_all_nodes_with_interfaces ... ok test_register_all_nodes_with_platform (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_all_nodes_with_platform ... ok test_register_all_nodes_with_profile (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_all_nodes_with_profile ... ok test_register_ironic_node_conductor_group (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_conductor_group ... ok test_register_ironic_node_fake_pxe (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_fake_pxe ... WARNING:tripleo_common.utils.nodes:Replacing deprecated driver fake_pxe with the hardware type manual-management, please update your inventory ok test_register_ironic_node_idrac (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_idrac ... ok test_register_ironic_node_ilo (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_ilo ... ok test_register_ironic_node_ipmi (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_ipmi ... ok test_register_ironic_node_pxe_drac (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_pxe_drac ... WARNING:tripleo_common.utils.nodes:Replacing deprecated driver pxe_drac with the hardware type idrac, please update your inventory ok test_register_ironic_node_pxe_ilo (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_pxe_ilo ... WARNING:tripleo_common.utils.nodes:Replacing deprecated driver pxe_ilo with the hardware type ilo, please update your inventory ok test_register_ironic_node_pxe_ipmitool (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_pxe_ipmitool ... WARNING:tripleo_common.utils.nodes:Replacing deprecated driver pxe_ipmitool with the hardware type ipmi, please update your inventory ok test_register_ironic_node_redfish (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_redfish ... ok test_register_ironic_node_redfish_without_credentials (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_redfish_without_credentials ... ok test_register_ironic_node_with_local_link_connection (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_with_local_link_connection ... ok test_register_ironic_node_with_physical_network (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_with_physical_network ... ok test_register_ironic_node_xclarity (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_ironic_node_xclarity ... ok test_register_node_update (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_node_update ... ok test_register_node_update_with_uuid (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_node_update_with_uuid ... ok test_register_update (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_update ... ok test_register_update_caps_dict (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_update_caps_dict ... ok test_register_update_profile (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_update_profile ... ok test_register_update_with_images (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_update_with_images ... ok test_register_update_with_interfaces (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_register_update_with_interfaces ... ok test_update_node_ironic_idrac (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_idrac ... ok test_update_node_ironic_ilo (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_ilo ... ok test_update_node_ironic_ipmi (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_ipmi ... ok test_update_node_ironic_irmc (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_irmc ... ok test_update_node_ironic_ovirt (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_ovirt ... ok test_update_node_ironic_pxe_drac (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_pxe_drac ... ok test_update_node_ironic_pxe_ilo (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_pxe_ilo ... ok test_update_node_ironic_pxe_ipmitool (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_pxe_ipmitool ... ok test_update_node_ironic_pxe_irmc (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_pxe_irmc ... ok test_update_node_ironic_redfish (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_redfish ... ok test_update_node_ironic_xclarity (tripleo_common.tests.utils.test_nodes.NodesTest) tripleo_common.tests.utils.test_nodes.NodesTest.test_update_node_ironic_xclarity ... ok test_convert_key (tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTest) tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTest.test_convert_key ... WARNING:tripleo_common.utils.nodes:Key pm_d is deprecated, please use foo_d WARNING:tripleo_common.utils.nodes:Key pm_port is not supported and will not be passed ok test_unique_id_from_fields (tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTest) tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTest.test_unique_id_from_fields ... ok test_unique_id_from_node (tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTest) tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTest.test_unique_id_from_node ... ok test_convert_key_with_port (tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTestWithPort) tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTestWithPort.test_convert_key_with_port ... WARNING:tripleo_common.utils.nodes:Key pm_d is deprecated, please use foo_d ok test_unique_id_from_fields (tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTestWithPort) tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTestWithPort.test_unique_id_from_fields ... ok test_unique_id_from_node (tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTestWithPort) tripleo_common.tests.utils.test_nodes.PrefixedDriverInfoTestWithPort.test_unique_id_from_node ... ok test_convert_key (tripleo_common.tests.utils.test_nodes.RedfishDriverInfoTest) tripleo_common.tests.utils.test_nodes.RedfishDriverInfoTest.test_convert_key ... ok test_unique_id_from_fields (tripleo_common.tests.utils.test_nodes.RedfishDriverInfoTest) tripleo_common.tests.utils.test_nodes.RedfishDriverInfoTest.test_unique_id_from_fields ... ok test_unique_id_from_node (tripleo_common.tests.utils.test_nodes.RedfishDriverInfoTest) tripleo_common.tests.utils.test_nodes.RedfishDriverInfoTest.test_unique_id_from_node ... ok test_populate_node_mapping_ironic (tripleo_common.tests.utils.test_nodes.TestPopulateNodeMapping) tripleo_common.tests.utils.test_nodes.TestPopulateNodeMapping.test_populate_node_mapping_ironic ... ok test_populate_node_mapping_ironic_manual_management (tripleo_common.tests.utils.test_nodes.TestPopulateNodeMapping) tripleo_common.tests.utils.test_nodes.TestPopulateNodeMapping.test_populate_node_mapping_ironic_manual_management ... ok test_duplicate_ipmi_address (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_duplicate_ipmi_address ... ok test_duplicate_mac (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_duplicate_mac ... ok test_duplicate_names (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_duplicate_names ... ok test_duplicate_redfish_node (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_duplicate_redfish_node ... ok test_invalid_capability (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_invalid_capability ... ok test_invalid_mac (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_invalid_mac ... ok test_invalid_root_device (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_invalid_root_device ... ok test_ipmi_missing_user_ok (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_ipmi_missing_user_ok ... ok test_missing_arch_with_platform_fail (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_missing_arch_with_platform_fail ... ok test_missing_fields (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_missing_fields ... ok test_redfish_missing_system_id (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_redfish_missing_system_id ... ok test_unexpected_fields (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_unexpected_fields ... WARNING:tripleo_common.utils.nodes:Key pm_foobar is not supported and will not be passed ok test_unknown_driver (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_unknown_driver ... ok test_valid (tripleo_common.tests.utils.test_nodes.TestValidateNodes) tripleo_common.tests.utils.test_nodes.TestValidateNodes.test_valid ... ok test_unique_id_from_fields (tripleo_common.tests.utils.test_nodes.iBootDriverInfoTest) tripleo_common.tests.utils.test_nodes.iBootDriverInfoTest.test_unique_id_from_fields ... ok test_unique_id_from_fields_no_relay (tripleo_common.tests.utils.test_nodes.iBootDriverInfoTest) tripleo_common.tests.utils.test_nodes.iBootDriverInfoTest.test_unique_id_from_fields_no_relay ... ok test_unique_id_from_node (tripleo_common.tests.utils.test_nodes.iBootDriverInfoTest) tripleo_common.tests.utils.test_nodes.iBootDriverInfoTest.test_unique_id_from_node ... ok test_unique_id_from_node_no_relay (tripleo_common.tests.utils.test_nodes.iBootDriverInfoTest) tripleo_common.tests.utils.test_nodes.iBootDriverInfoTest.test_unique_id_from_node_no_relay ... ok test_convert_key (tripleo_common.tests.utils.test_nodes.oVirtDriverInfoTest) tripleo_common.tests.utils.test_nodes.oVirtDriverInfoTest.test_convert_key ... ok test_unique_id_from_fields (tripleo_common.tests.utils.test_nodes.oVirtDriverInfoTest) tripleo_common.tests.utils.test_nodes.oVirtDriverInfoTest.test_unique_id_from_fields ... ok test_unique_id_from_node (tripleo_common.tests.utils.test_nodes.oVirtDriverInfoTest) tripleo_common.tests.utils.test_nodes.oVirtDriverInfoTest.test_unique_id_from_node ... ok test_execute_not_use_standard_locale (tripleo_common.tests.utils.test_process.ExecuteTestCase) tripleo_common.tests.utils.test_process.ExecuteTestCase.test_execute_not_use_standard_locale ... ok test_execute_use_standard_locale_no_env_variables (tripleo_common.tests.utils.test_process.ExecuteTestCase) tripleo_common.tests.utils.test_process.ExecuteTestCase.test_execute_use_standard_locale_no_env_variables ... ok test_execute_use_standard_locale_with_env_variables (tripleo_common.tests.utils.test_process.ExecuteTestCase) tripleo_common.tests.utils.test_process.ExecuteTestCase.test_execute_use_standard_locale_with_env_variables ... ok test_execute_with_log_stdout_default (tripleo_common.tests.utils.test_process.ExecuteTestCase) tripleo_common.tests.utils.test_process.ExecuteTestCase.test_execute_with_log_stdout_default ... ok test_execute_with_log_stdout_false (tripleo_common.tests.utils.test_process.ExecuteTestCase) tripleo_common.tests.utils.test_process.ExecuteTestCase.test_execute_with_log_stdout_false ... ok test_execute_with_log_stdout_true (tripleo_common.tests.utils.test_process.ExecuteTestCase) tripleo_common.tests.utils.test_process.ExecuteTestCase.test_execute_with_log_stdout_true ... ok test_raise_exception_kernel (tripleo_common.tests.utils.test_glance.GlanceTest) tripleo_common.tests.utils.test_glance.GlanceTest.test_raise_exception_kernel ... ok test_raise_exception_ramdisk (tripleo_common.tests.utils.test_glance.GlanceTest) tripleo_common.tests.utils.test_glance.GlanceTest.test_raise_exception_ramdisk ... ok test_return_existing_kernel_and_ramdisk (tripleo_common.tests.utils.test_glance.GlanceTest) tripleo_common.tests.utils.test_glance.GlanceTest.test_return_existing_kernel_and_ramdisk ... ok test_return_files (tripleo_common.tests.utils.test_glance.GlanceTest) tripleo_common.tests.utils.test_glance.GlanceTest.test_return_files ... ok test_return_urls (tripleo_common.tests.utils.test_glance.GlanceTest) tripleo_common.tests.utils.test_glance.GlanceTest.test_return_urls ... ok test_epoch_formatting (tripleo_common.tests.utils.test_time_functions.TimeFunctionsTest) tripleo_common.tests.utils.test_time_functions.TimeFunctionsTest.test_epoch_formatting ... ok test_timestamp (tripleo_common.tests.utils.test_time_functions.TimeFunctionsTest) tripleo_common.tests.utils.test_time_functions.TimeFunctionsTest.test_timestamp ... ok test_create_container (tripleo_common.tests.utils.test_swift.SwiftTest) tripleo_common.tests.utils.test_swift.SwiftTest.test_create_container ... ok test_delete_container_not_found (tripleo_common.tests.utils.test_swift.SwiftTest) tripleo_common.tests.utils.test_swift.SwiftTest.test_delete_container_not_found ... ok test_delete_container_success (tripleo_common.tests.utils.test_swift.SwiftTest) tripleo_common.tests.utils.test_swift.SwiftTest.test_delete_container_success ... ok test_get_object_string (tripleo_common.tests.utils.test_swift.SwiftTest) tripleo_common.tests.utils.test_swift.SwiftTest.test_get_object_string ... ok test_get_object_string_from_bytes (tripleo_common.tests.utils.test_swift.SwiftTest) tripleo_common.tests.utils.test_swift.SwiftTest.test_get_object_string_from_bytes ... ok test_put_object_string (tripleo_common.tests.utils.test_swift.SwiftTest) tripleo_common.tests.utils.test_swift.SwiftTest.test_put_object_string ... ok test_put_object_string_from_bytes (tripleo_common.tests.utils.test_swift.SwiftTest) tripleo_common.tests.utils.test_swift.SwiftTest.test_put_object_string_from_bytes ... ok test_generate_overcloudrc (tripleo_common.tests.utils.test_overcloudrc.OvercloudRcTest) tripleo_common.tests.utils.test_overcloudrc.OvercloudRcTest.test_generate_overcloudrc ... ok test_generate_overcloudrc_with_duplicated_no_proxy (tripleo_common.tests.utils.test_overcloudrc.OvercloudRcTest) tripleo_common.tests.utils.test_overcloudrc.OvercloudRcTest.test_generate_overcloudrc_with_duplicated_no_proxy ... ok test_apply_env_order (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_apply_env_order ... ok test_build_env_paths (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_build_env_paths ... ok test_get_env (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_get_env ... ok test_get_env_not_found (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_get_env_not_found ... ok test_get_template_contents (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_get_template_contents ... ok test_get_user_env (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_get_user_env ... ok test_object_request (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_object_request ... ok test_process_environments_and_files (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_process_environments_and_files ... ok test_put_user_env (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_put_user_env ... ok test_update_in_env (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_update_in_env ... ok test_write_json_temp_file (tripleo_common.tests.utils.test_plan.PlanTest) tripleo_common.tests.utils.test_plan.PlanTest.test_write_json_temp_file ... ok test_tags_are_set (tripleo_common.tests.test_workflows.TestWorkflowStructure) tripleo_common.tests.test_workflows.TestWorkflowStructure.test_tags_are_set ... /builddir/build/BUILD/tripleo-common-11.6.0/tripleo_common/tests/test_workflows.py:37: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. wb_yaml = yaml.load(f) ok test_cross_repo_mount (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_cross_repo_mount ... ok test_delete_image (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_delete_image ... ok test_export_manifest_config (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_export_manifest_config ... ok test_export_stream (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_export_stream ... ok test_export_stream_memory_error (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_export_stream_memory_error ... ERROR:tripleo_common.image.image_export:[t/nova-api] Memory Error: ERROR:tripleo_common.image.image_export:[t/nova-api] Broken layer found and removed /tmp/tmpvasykb8n/tmpqi6fmr94/v2/t/nova-api/blobs/sha256:somethingelse.gz ok test_export_stream_verify_failed (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_export_stream_verify_failed ... ERROR:tripleo_common.image.image_export:[t/nova-api] Image ID: 9b68dae2ceaccb5746e5bd2034aef287e7e66af5, Expected digest "sha256:somethingelse" does not match calculated digest "sha256:98c7c42ad3b9011f3dad8c3f41263df8b348dcbde78e0db77c053a30d50032bc", Blob path "/tmp/tmpb5ll8ixb/tmp65m1qiwj/v2/t/nova-api/blobs/sha256:somethingelse.gz". Blob path will be cleaned up. ok test_image_tag_from_url (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_image_tag_from_url ... ok test_make_dir (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_make_dir ... ok test_migrate_to_type_map_file (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_migrate_to_type_map_file ... ok test_write_parse_type_map_file (tripleo_common.tests.image.test_image_export.TestImageExport) tripleo_common.tests.image.test_image_export.TestImageExport.test_write_parse_type_map_file ... ok test_load_config_files (tripleo_common.tests.image.test_base.TestBaseImageManager) tripleo_common.tests.image.test_base.TestBaseImageManager.test_load_config_files ... ok test_load_config_files_missing_image_name (tripleo_common.tests.image.test_base.TestBaseImageManager) tripleo_common.tests.image.test_base.TestBaseImageManager.test_load_config_files_missing_image_name ... ERROR:tripleo_common.image.base.BaseImageManager:imagename is required ok test_load_config_files_multiple_files (tripleo_common.tests.image.test_base.TestBaseImageManager) tripleo_common.tests.image.test_base.TestBaseImageManager.test_load_config_files_multiple_files ... ok test_load_config_files_not_found (tripleo_common.tests.image.test_base.TestBaseImageManager) tripleo_common.tests.image.test_base.TestBaseImageManager.test_load_config_files_not_found ... ERROR:tripleo_common.image.base.BaseImageManager:No config file exists at: file/does/not/exist ok test_load_config_files_single_image (tripleo_common.tests.image.test_base.TestBaseImageManager) tripleo_common.tests.image.test_base.TestBaseImageManager.test_load_config_files_single_image ... ok test_authenticate (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_authenticate ... ok test_authenticate_basic_auth (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_authenticate_basic_auth ... ok test_authenticate_with_no_service (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_authenticate_with_no_service ... ok test_build_url (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_build_url ... ok test_discover_image_tag (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_discover_image_tag ... ok test_discover_image_tags (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_discover_image_tags ... ok test_discover_tag_from_inspect (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_discover_tag_from_inspect ... ok test_image_tag_from_url (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_image_tag_from_url ... ok test_images_match (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_images_match ... ok test_inspect (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_inspect ... ok test_inspect_default_tag (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_inspect_default_tag ... ok test_inspect_no_digest_header (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_inspect_no_digest_header ... ok test_inspect_v1_manifest (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_inspect_v1_manifest ... ok test_is_insecure_registry_bad_cert (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_is_insecure_registry_bad_cert ... ok test_is_insecure_registry_insecure (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_is_insecure_registry_insecure ... ok test_is_insecure_registry_known (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_is_insecure_registry_known ... ok test_is_insecure_registry_secure (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_is_insecure_registry_secure ... ok test_is_insecure_registry_timeout (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_is_insecure_registry_timeout ... ok test_list (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_list ... ok test_list_404 (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_list_404 ... ok test_list_500 (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_list_500 ... ok test_tags_for_image (tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader) tripleo_common.tests.image.test_image_uploader.TestBaseImageUploader.test_tags_for_image ... ok test_file_parsing (tripleo_common.tests.image.test_image_uploader.TestImageUploadManager) tripleo_common.tests.image.test_image_uploader.TestImageUploadManager.test_file_parsing ... ok test_get_builder_unknown (tripleo_common.tests.image.test_image_uploader.TestImageUploadManager) tripleo_common.tests.image.test_image_uploader.TestImageUploadManager.test_get_builder_unknown ... ok test_get_push_destination (tripleo_common.tests.image.test_image_uploader.TestImageUploadManager) tripleo_common.tests.image.test_image_uploader.TestImageUploadManager.test_get_push_destination ... ok test_get_undercloud_registry_ipv4 (tripleo_common.tests.image.test_image_uploader.TestImageUploadManager) tripleo_common.tests.image.test_image_uploader.TestImageUploadManager.test_get_undercloud_registry_ipv4 ... ok test_get_undercloud_registry_ipv6 (tripleo_common.tests.image.test_image_uploader.TestImageUploadManager) tripleo_common.tests.image.test_image_uploader.TestImageUploadManager.test_get_undercloud_registry_ipv6 ... ok test_get_undercloud_registry_no_etc_hosts (tripleo_common.tests.image.test_image_uploader.TestImageUploadManager) tripleo_common.tests.image.test_image_uploader.TestImageUploadManager.test_get_undercloud_registry_no_etc_hosts ... WARNING:tripleo_common.image.image_uploader:No entry for localhost.ctlplane in /etc/hosts. Falling back to use the default (localhost) undercloud registry. ok test_get_uploader_python (tripleo_common.tests.image.test_image_uploader.TestImageUploadManager) tripleo_common.tests.image.test_image_uploader.TestImageUploadManager.test_get_uploader_python ... ok test_get_uploader_skopeo (tripleo_common.tests.image.test_image_uploader.TestImageUploadManager) tripleo_common.tests.image.test_image_uploader.TestImageUploadManager.test_get_uploader_skopeo ... ok test_validate_registry_credentials (tripleo_common.tests.image.test_image_uploader.TestImageUploadManager) tripleo_common.tests.image.test_image_uploader.TestImageUploadManager.test_validate_registry_credentials ... ok test_assert_scheme (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_assert_scheme ... ok test_authenticate_upload_image (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_authenticate_upload_image ... ok test_cleanup (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_cleanup ... ok test_collect_manifests_layers (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_collect_manifests_layers ... ok test_collect_manifests_layers_multi_arch (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_collect_manifests_layers_multi_arch ... ok test_collect_manifests_layers_v1 (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_collect_manifests_layers_v1 ... ok test_containers_file (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_containers_file ... ok test_containers_file_path (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_containers_file_path ... ok test_containers_json (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_containers_json ... ok test_copy_layer_local_to_registry (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_copy_layer_local_to_registry ... WARNING:tripleo_common.image.image_uploader:No lock information provided for value None WARNING:tripleo_common.image.image_uploader:No lock information provided for value None WARNING:tripleo_common.image.image_uploader:No lock information provided for value None WARNING:tripleo_common.image.image_uploader:No lock information provided for value None WARNING:tripleo_common.image.image_uploader:No lock information provided for value {'sha256:98c7c42ad3b9011f3dad8c3f41263df8b348dcbde78e0db77c053a30d50032bc': {'remote': {'ref': 't/nova-api', 'path': 'https://192.168.2.1:5000/v2/t/nova-api:latest'}}} ok test_copy_layer_registry_to_registry (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_copy_layer_registry_to_registry ... WARNING:tripleo_common.image.image_uploader:No lock information provided for layer sha256:130a88f4e09497e262f282fc3a59e4562a175e345a5cc21e2936f914f7024721 WARNING:tripleo_common.image.image_uploader:No lock information provided for value None WARNING:tripleo_common.image.image_uploader:No lock information provided for layer sha256:130a88f4e09497e262f282fc3a59e4562a175e345a5cc21e2936f914f7024721 WARNING:tripleo_common.image.image_uploader:No lock information provided for layer sha256:130a88f4e09497e262f282fc3a59e4562a175e345a5cc21e2936f914f7024721 WARNING:tripleo_common.image.image_uploader:No lock information provided for value None WARNING:tripleo_common.image.image_uploader:No lock information provided for value None WARNING:tripleo_common.image.image_uploader:No lock information provided for value {'sha256:130a88f4e09497e262f282fc3a59e4562a175e345a5cc21e2936f914f7024721': {'remote': {'ref': 't/nova-api', 'path': 'https://192.168.2.1:5000/v2/t/nova-api:latest'}}} WARNING:tripleo_common.image.image_uploader:No lock information provided for layer sha256:130a88f4e09497e262f282fc3a59e4562a175e345a5cc21e2936f914f7024721 ok test_copy_local_to_registry (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_copy_local_to_registry ... ok test_copy_manifest_config_to_registry (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_copy_manifest_config_to_registry ... ok test_copy_manifest_config_to_registry_export (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_copy_manifest_config_to_registry_export ... ok test_copy_manifest_config_to_registry_oci (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_copy_manifest_config_to_registry_oci ... ok test_copy_registry_to_local (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_copy_registry_to_local ... ERROR:tripleo_common.image.image_uploader:Pulling image failed: cmd "buildah --debug pull docker.io/t/nova-api", stdout "", stderr "ouch" ERROR:tripleo_common.image.image_uploader:Pulling image failed: cmd "buildah --debug pull docker.io/t/nova-api", stdout "", stderr "ouch" ERROR:tripleo_common.image.image_uploader:Pulling image failed: cmd "buildah --debug pull docker.io/t/nova-api", stdout "", stderr "ouch" ERROR:tripleo_common.image.image_uploader:Pulling image failed: cmd "buildah --debug pull docker.io/t/nova-api", stdout "", stderr "ouch" ok test_copy_registry_to_registry (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_copy_registry_to_registry ... ok test_delete (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_delete ... ok test_fetch_manifest (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_fetch_manifest ... ok test_get_local_layers_manifest (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_get_local_layers_manifest ... ok test_get_local_layers_manifest_missing_layer (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_get_local_layers_manifest_missing_layer ... ok test_get_local_layers_manifest_missing_rootfs (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_get_local_layers_manifest_missing_rootfs ... WARNING:tripleo_common.image.image_uploader:Container missing rootfs layers ok test_image_manifest_config (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_image_manifest_config ... ok test_insecure_registry (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_insecure_registry ... ok test_inspect (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_inspect ... ok test_inspect_no_labels (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_inspect_no_labels ... ok test_upload_image (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_upload_image ... ok test_upload_image_local (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_upload_image_local ... WARNING:tripleo_common.image.image_uploader:[containers-storage:docker.io/tripleotrain/heat-docker-agents-centos:latest] Cleanup has no effect with a local source container. ok test_upload_image_modify (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_upload_image_modify ... ok test_upload_image_v1_manifest (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_upload_image_v1_manifest ... ok test_upload_url (tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader) tripleo_common.tests.image.test_image_uploader.TestPythonImageUploader.test_upload_url ... ok test_action (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_action ... ok test_action_reauth (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_action_reauth ... ok test_action_reauth_fail (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_action_reauth_fail ... ok test_check_redirect_trusted_is_trusted (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_check_redirect_trusted_is_trusted ... ok test_check_redirect_trusted_no_redirect (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_check_redirect_trusted_no_redirect ... ok test_check_redirect_trusted_not_trusted (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_check_redirect_trusted_not_trusted ... ok test_check_status (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_check_status ... ok test_check_status_ratelimit (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_check_status_ratelimit ... ok test_check_status_reauth (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_check_status_reauth ... WARNING:tripleo_common.image.image_uploader:Failure: id 3a94c8e2faf0d242d5bd64d94559a75e70e57c96, status 401, reason text WARNING:tripleo_common.image.image_uploader:Re-authenticating: id 3a94c8e2faf0d242d5bd64d94559a75e70e57c96, count 1 ok test_get (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_get ... ok test_patch (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_patch ... ok test_post (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_post ... ok test_put (tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper) tripleo_common.tests.image.test_image_uploader.TestRegistrySessionHelper.test_put ... ok test_copy_retry (tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader) tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader.test_copy_retry ... ok test_copy_retry_failure (tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader) tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader.test_copy_retry_failure ... ok test_modify_image_existing (tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader) tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader.test_modify_image_existing ... WARNING:tripleo_common.image.image_uploader:[localhost:8787/t/nova-api:latestmodify-123] Skipping upload for modified image ok test_modify_image_failed (tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader) tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader.test_modify_image_failed ... ERROR:tripleo_common.image.image_uploader: Error running playbook in directory: /tmp/tmpr04ffaqv/tripleo-modify-image-playbook-msx2khqh ok test_modify_upload_image (tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader) tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader.test_modify_upload_image ... WARNING:tripleo_common.image.image_uploader:[docker.io/t/nova-api:latest] Completed modify and upload for image ok test_upload_image (tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader) tripleo_common.tests.image.test_image_uploader.TestSkopeoImageUploader.test_upload_image ... WARNING:tripleo_common.image.image_uploader:[docker.io/t/nova-api:latest] Completed upload for image ok test_basics (tripleo_common.tests.image.test_image_uploader.TestUploadTask) tripleo_common.tests.image.test_image_uploader.TestUploadTask.test_basics ... ok test_repo_pull_source_trailing_slash (tripleo_common.tests.image.test_image_uploader.TestUploadTask) tripleo_common.tests.image.test_image_uploader.TestUploadTask.test_repo_pull_source_trailing_slash ... ok test_repo_push_destination_trailing_slash (tripleo_common.tests.image.test_image_uploader.TestUploadTask) tripleo_common.tests.image.test_image_uploader.TestUploadTask.test_repo_push_destination_trailing_slash ... ok test_build (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build ... ok test_build_all_dict_ok (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build_all_dict_ok ... ERROR:tripleo_common.image.builder.buildah:Container not found in Kolla deps: container1 ERROR:tripleo_common.image.builder.buildah:Container not found in Kolla deps: container2 ERROR:tripleo_common.image.builder.buildah:Container not found in Kolla deps: container3 ok test_build_all_list_broken (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build_all_list_broken ... ok test_build_all_list_failed (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build_all_list_failed ... ok test_build_all_list_ok (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build_all_list_ok ... ok test_build_all_ok_no_deps (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build_all_ok_no_deps ... ok test_build_all_str_ok (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build_all_str_ok ... ERROR:tripleo_common.image.builder.buildah:Container not found in Kolla deps: container1 ok test_build_with_excludes (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build_with_excludes ... ok test_build_with_volumes (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build_with_volumes ... ok test_build_without_img_type (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_build_without_img_type ... ok test_generate_container_with_push (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_generate_container_with_push ... ERROR:tripleo_common.image.builder.buildah:Container not found in Kolla deps: fedora-base ok test_generate_container_without_push (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_generate_container_without_push ... ERROR:tripleo_common.image.builder.buildah:Container not found in Kolla deps: fedora-base ok test_push (tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder) tripleo_common.tests.image.builder.test_buildah.TestBuildahBuilder.test_push ... ok test_build (tripleo_common.tests.image.test_build.TestImageBuildManager) tripleo_common.tests.image.test_build.TestImageBuildManager.test_build ... ok test_build_no_distro (tripleo_common.tests.image.test_build.TestImageBuildManager) tripleo_common.tests.image.test_build.TestImageBuildManager.test_build_no_distro ... ok test_build_with_skip (tripleo_common.tests.image.test_build.TestImageBuildManager) tripleo_common.tests.image.test_build.TestImageBuildManager.test_build_with_skip ... ok test_build_images (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder.test_build_images ... ok test_build_images_exclude (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder.test_build_images_exclude ... ok test_build_images_no_conf (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder.test_build_images_no_conf ... ok test_build_images_template_only (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder.test_build_images_template_only ... ok test_imagename_to_regex (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilder.test_imagename_to_regex ... ok test_container_images_from_template (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate.test_container_images_from_template ... ok test_container_images_from_template_filter (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate.test_container_images_from_template_filter ... ok test_container_images_template_inputs (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate.test_container_images_template_inputs ... ok test_container_images_template_inputs_centos8 (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate.test_container_images_template_inputs_centos8 ... ok test_container_images_yaml_in_sync (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate.test_container_images_yaml_in_sync ... skipped 'train defaults are py2' test_container_images_yaml_in_sync_for_odl (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate.test_container_images_yaml_in_sync_for_odl ... skipped 'train defaults are py2' test_container_images_yaml_in_sync_for_ovn (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate.test_container_images_yaml_in_sync_for_ovn ... skipped 'train defaults are py2' test_container_images_yaml_in_sync_for_rhel (tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate) tripleo_common.tests.image.test_kolla_builder.TestKollaImageBuilderTemplate.test_container_images_yaml_in_sync_for_rhel ... skipped 'train defaults are py2' test_build_service_filter (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_build_service_filter ... ok test_container_images_prepare_multi (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_container_images_prepare_multi ... ok test_container_images_prepare_multi_dry_run (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_container_images_prepare_multi_dry_run ... ok test_container_images_prepare_multi_tag_from_label (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_container_images_prepare_multi_tag_from_label ... ok test_detect_insecure_registry (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_detect_insecure_registry ... ok test_detect_insecure_registry_multi (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_detect_insecure_registry_multi ... ok test_get_enabled_services (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_get_enabled_services ... ok test_get_enabled_services_default_count (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_get_enabled_services_default_count ... ok test_get_enabled_services_empty (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_get_enabled_services_empty ... ok test_prepare_ceph (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_ceph ... ok test_prepare_default_tag (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_default_tag ... ok test_prepare_includes (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_includes ... ok test_prepare_includes_excludes (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_includes_excludes ... ok test_prepare_neutron_driver_default (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_neutron_driver_default ... ok test_prepare_neutron_driver_odl (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_neutron_driver_odl ... ok test_prepare_neutron_driver_ovn (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_neutron_driver_ovn ... ok test_prepare_noargs (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_noargs ... ok test_prepare_push_dest (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_push_dest ... ok test_prepare_push_dest_discover (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_push_dest_discover ... ok test_prepare_simple (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_prepare_simple ... ok test_set_neutron_driver (tripleo_common.tests.image.test_kolla_builder.TestPrepare) tripleo_common.tests.image.test_kolla_builder.TestPrepare.test_set_neutron_driver ... ok test_build_image (tripleo_common.tests.image.test_image_builder.TestDibImageBuilder) tripleo_common.tests.image.test_image_builder.TestDibImageBuilder.test_build_image ... ok test_build_image_fails (tripleo_common.tests.image.test_image_builder.TestDibImageBuilder) tripleo_common.tests.image.test_image_builder.TestDibImageBuilder.test_build_image_fails ... ok test_get_builder_dib (tripleo_common.tests.image.test_image_builder.TestImageBuilder) tripleo_common.tests.image.test_image_builder.TestImageBuilder.test_get_builder_dib ... ok test_get_builder_unknown (tripleo_common.tests.image.test_image_builder.TestImageBuilder) tripleo_common.tests.image.test_image_builder.TestImageBuilder.test_get_builder_unknown ... ok test_exclusive_neutron_drivers_found (tripleo_common.tests.test_update.TestUpdate) tripleo_common.tests.test_update.TestUpdate.test_exclusive_neutron_drivers_found ... ok test_exclusive_neutron_drivers_not_found (tripleo_common.tests.test_update.TestUpdate) tripleo_common.tests.test_update.TestUpdate.test_exclusive_neutron_drivers_not_found ... ok test_failed_search_stack (tripleo_common.tests.test_update.TestUpdate) tripleo_common.tests.test_update.TestUpdate.test_failed_search_stack ... ok test_successful_search_stack (tripleo_common.tests.test_update.TestUpdate) tripleo_common.tests.test_update.TestUpdate.test_successful_search_stack ... ok test_update_check_mechanism_drivers_force_update (tripleo_common.tests.test_update.TestUpdate) tripleo_common.tests.test_update.TestUpdate.test_update_check_mechanism_drivers_force_update ... ok test_update_check_mechanism_drivers_match_stack_env (tripleo_common.tests.test_update.TestUpdate) tripleo_common.tests.test_update.TestUpdate.test_update_check_mechanism_drivers_match_stack_env ... ok test_update_check_mechanism_drivers_match_stack_template (tripleo_common.tests.test_update.TestUpdate) tripleo_common.tests.test_update.TestUpdate.test_update_check_mechanism_drivers_match_stack_template ... ok test_update_check_mechanism_drivers_mismatch_stack_env (tripleo_common.tests.test_update.TestUpdate) tripleo_common.tests.test_update.TestUpdate.test_update_check_mechanism_drivers_mismatch_stack_env ... ok test_cirros_arch (tripleo_common.tests.test_arch.ArchTestCase) ... ok test_dib_arch (tripleo_common.tests.test_arch.ArchTestCase) ... ok test_kernel_arch (tripleo_common.tests.test_arch.ArchTestCase) ... ok test_list (tripleo_common.tests.test_inventories.TestInventoriesDynamic) tripleo_common.tests.test_inventories.TestInventoriesDynamic.test_list ... ok test_merge (tripleo_common.tests.test_inventories.TestInventoriesDynamic) tripleo_common.tests.test_inventories.TestInventoriesDynamic.test_merge ... ok test_inventory_write_static (tripleo_common.tests.test_inventories.TestInventoriesStatic) tripleo_common.tests.test_inventories.TestInventoriesStatic.test_inventory_write_static ... ok test_merge (tripleo_common.tests.test_inventories.TestInventoriesStatic) tripleo_common.tests.test_inventories.TestInventoriesStatic.test_merge ... ok test_list (tripleo_common.tests.test_inventories.TestInventorySingleDynamic) tripleo_common.tests.test_inventories.TestInventorySingleDynamic.test_list ... ok test_list (tripleo_common.tests.test_inventories.TestInventorySingleStatic) tripleo_common.tests.test_inventories.TestInventorySingleStatic.test_list ... ok test_list (tripleo_common.tests.test_inventories.TestInventoryUndercloudDynamic) tripleo_common.tests.test_inventories.TestInventoryUndercloudDynamic.test_list ... ok test_list (tripleo_common.tests.test_inventories.TestInventoryUndercloudStatic) tripleo_common.tests.test_inventories.TestInventoryUndercloudStatic.test_list ... ok immutable_resources (unittest.loader._FailedTest) ... ERROR config (unittest.loader._FailedTest) ... ERROR server_update_allowed (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: immutable_resources (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: immutable_resources Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/builddir/build/BUILD/tripleo-common-11.6.0/undercloud_heat_plugins/immutable_resources.py", line 17, in from heat.engine.resources.openstack.neutron import net ModuleNotFoundError: No module named 'heat' ====================================================================== ERROR: config (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: config Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/builddir/build/BUILD/tripleo-common-11.6.0/undercloud_heat_plugins/config.py", line 14, in from heat.engine.resources.openstack.heat import software_deployment ModuleNotFoundError: No module named 'heat' ====================================================================== ERROR: server_update_allowed (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: server_update_allowed Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/builddir/build/BUILD/tripleo-common-11.6.0/undercloud_heat_plugins/server_update_allowed.py", line 14, in from heat.engine.resources.openstack.nova import server ModuleNotFoundError: No module named 'heat' ---------------------------------------------------------------------- Ran 635 tests in 20.367s FAILED (errors=3, skipped=4) Test failed: error: Test failed: + true + exit 0 Processing files: openstack-tripleo-common-11.6.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NChZaB + umask 022 + cd /builddir/build/BUILD + cd tripleo-common-11.6.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/openstack-tripleo-common + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/openstack-tripleo-common + cp -pr README.rst /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/openstack-tripleo-common + cp -pr AUTHORS /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/openstack-tripleo-common + cp -pr ChangeLog /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/openstack-tripleo-common + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ACctWz + umask 022 + cd /builddir/build/BUILD + cd tripleo-common-11.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/licenses/openstack-tripleo-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/licenses/openstack-tripleo-common + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/licenses/openstack-tripleo-common + exit 0 Provides: openstack-tripleo-common = 11.6.0-1.el8 tripleo-common = 11.6.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /bin/sh /usr/bin/python3 Obsoletes: tripleo-common < 11.6.0-1.el8 Processing files: python3-tripleo-common-11.6.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.niWxVB + umask 022 + cd /builddir/build/BUILD + cd tripleo-common-11.6.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/python3-tripleo-common + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/python3-tripleo-common + cp -pr README.rst /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/python3-tripleo-common + cp -pr AUTHORS /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/python3-tripleo-common + cp -pr ChangeLog /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/doc/python3-tripleo-common + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.LFD3PA + umask 022 + cd /builddir/build/BUILD + cd tripleo-common-11.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/licenses/python3-tripleo-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/licenses/python3-tripleo-common + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch/usr/share/licenses/python3-tripleo-common + exit 0 Provides: python3-tripleo-common = 11.6.0-1.el8 python3.6dist(tripleo-common) = 11.6.0 python3dist(tripleo-common) = 11.6.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: /bin/bash /usr/bin/python3 python(abi) = 3.6 Processing files: openstack-tripleo-common-containers-11.6.0-1.el8.noarch Provides: openstack-tripleo-common-containers = 11.6.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash Processing files: openstack-tripleo-common-container-base-11.6.0-1.el8.noarch Provides: openstack-tripleo-common-container-base = 11.6.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /bin/sh /usr/bin/python3 Processing files: openstack-tripleo-common-devtools-11.6.0-1.el8.noarch Provides: openstack-tripleo-common-devtools = 11.6.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch Wrote: /builddir/build/RPMS/openstack-tripleo-common-11.6.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-tripleo-common-11.6.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-tripleo-common-containers-11.6.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-tripleo-common-container-base-11.6.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-tripleo-common-devtools-11.6.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GTgMZz + umask 022 + cd /builddir/build/BUILD + cd tripleo-common-11.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-tripleo-common-11.6.0-1.el8.noarch + exit 0 Child return code was: 0