Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'], chrootPath='/var/lib/mock/dlrn-centos9-bobcat-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1037gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'], chrootPath='/var/lib/mock/dlrn-centos9-bobcat-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1037gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'], chrootPath='/var/lib/mock/dlrn-centos9-bobcat-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1037gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WYDtOH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ceilometer-21.0.1.dev6 + /usr/bin/gzip -dc /builddir/build/SOURCES/ceilometer-21.0.1.dev6-0.20240129101341.6222e6a.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ceilometer-21.0.1.dev6 + /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 config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-ceilometer-21.0.1 base' + /usr/bin/cat /builddir/build/SOURCES/0001-Add-dummy-skip-metering-database-temporarily.patch + /usr/bin/git apply --index --reject - Checking patch ceilometer/cmd/storage.py... Applied patch ceilometer/cmd/storage.py cleanly. + /usr/bin/git commit -q -m 0001-Add-dummy-skip-metering-database-temporarily.patch --author 'rpm-build ' + find . '(' -name .gitignore -o -name .placeholder ')' -delete + find ceilometer -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py + sed -i '/^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d' tox.ini + sed -i 's/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/' tox.ini + sed -i '/^minversion.*/d' tox.ini + sed -i '/^requires.*virtualenv.*/d' tox.ini + sed -i 's/xmltodict.*/xmltodict/g' requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^doc8.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^doc8.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^bandit.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^bandit.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^pre-commit.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^pre-commit.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^hacking.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^hacking.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^flake8-import-order.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^flake8-import-order.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^requests-aws.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^requests-aws.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^oslo.messaging.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^oslo.messaging.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^sphinx.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^sphinx.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^openstackdocstheme.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^openstackdocstheme.*/d' test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.k8wZZA + umask 022 + cd /builddir/build/BUILD + cd ceilometer-21.0.1.dev6 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + '[' -f setup.py ']' + echo 'python3dist(setuptools) >= 40.8' + echo 'python3dist(wheel)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + echo -n + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + TMPDIR=/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + RPM_TOXENV=py39 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/ceilometer-21.0.1.dev6/pyproject-wheeldir --output /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires -t -e py39 Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 57.4.0) Handling wheel from default build backend Requirement not satisfied: wheel Exiting dependency generation pass: build backend + cat /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'], chrootPath='/var/lib/mock/dlrn-centos9-bobcat-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1037gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BRVTZH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ceilometer-21.0.1.dev6 + /usr/bin/gzip -dc /builddir/build/SOURCES/ceilometer-21.0.1.dev6-0.20240129101341.6222e6a.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ceilometer-21.0.1.dev6 + /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 config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-ceilometer-21.0.1 base' + /usr/bin/cat /builddir/build/SOURCES/0001-Add-dummy-skip-metering-database-temporarily.patch + /usr/bin/git apply --index --reject - Checking patch ceilometer/cmd/storage.py... Applied patch ceilometer/cmd/storage.py cleanly. + /usr/bin/git commit -q -m 0001-Add-dummy-skip-metering-database-temporarily.patch --author 'rpm-build ' + find . '(' -name .gitignore -o -name .placeholder ')' -delete + find ceilometer -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py + sed -i '/^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d' tox.ini + sed -i 's/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/' tox.ini + sed -i '/^minversion.*/d' tox.ini + sed -i '/^requires.*virtualenv.*/d' tox.ini + sed -i 's/xmltodict.*/xmltodict/g' requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^doc8.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^doc8.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^bandit.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^bandit.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^pre-commit.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^pre-commit.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^hacking.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^hacking.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^flake8-import-order.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^flake8-import-order.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^requests-aws.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^requests-aws.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^oslo.messaging.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^oslo.messaging.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^sphinx.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^sphinx.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^openstackdocstheme.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^openstackdocstheme.*/d' test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.Sxl0DT + umask 022 + cd /builddir/build/BUILD + cd ceilometer-21.0.1.dev6 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + '[' -f setup.py ']' + echo 'python3dist(setuptools) >= 40.8' + echo 'python3dist(wheel)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + echo -n + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + TMPDIR=/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + RPM_TOXENV=py39 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/ceilometer-21.0.1.dev6/pyproject-wheeldir --output /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires -t -e py39 Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 57.4.0) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.36.2) running egg_info writing ceilometer.egg-info/PKG-INFO writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing requirements to ceilometer.egg-info/requires.txt writing top-level names to ceilometer.egg-info/top_level.txt writing pbr to ceilometer.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ceilometer.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement not satisfied: tox-current-env >= 0.0.6 Exiting dependency generation pass: tox itself + cat /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'], chrootPath='/var/lib/mock/dlrn-centos9-bobcat-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1037gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UFMSB3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ceilometer-21.0.1.dev6 + /usr/bin/gzip -dc /builddir/build/SOURCES/ceilometer-21.0.1.dev6-0.20240129101341.6222e6a.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ceilometer-21.0.1.dev6 + /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 config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-ceilometer-21.0.1 base' + /usr/bin/git apply --index --reject - + /usr/bin/cat /builddir/build/SOURCES/0001-Add-dummy-skip-metering-database-temporarily.patch Checking patch ceilometer/cmd/storage.py... Applied patch ceilometer/cmd/storage.py cleanly. + /usr/bin/git commit -q -m 0001-Add-dummy-skip-metering-database-temporarily.patch --author 'rpm-build ' + find . '(' -name .gitignore -o -name .placeholder ')' -delete + find ceilometer -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py + sed -i '/^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d' tox.ini + sed -i 's/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/' tox.ini + sed -i '/^minversion.*/d' tox.ini + sed -i '/^requires.*virtualenv.*/d' tox.ini + sed -i 's/xmltodict.*/xmltodict/g' requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^doc8.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^doc8.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^bandit.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^bandit.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^pre-commit.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^pre-commit.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^hacking.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^hacking.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^flake8-import-order.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^flake8-import-order.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^requests-aws.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^requests-aws.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^oslo.messaging.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^oslo.messaging.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^sphinx.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^sphinx.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^openstackdocstheme.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^openstackdocstheme.*/d' test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.AJmVrH + umask 022 + cd /builddir/build/BUILD + cd ceilometer-21.0.1.dev6 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + '[' -f setup.py ']' + echo 'python3dist(setuptools) >= 40.8' + echo 'python3dist(wheel)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + echo -n + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + TMPDIR=/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + RPM_TOXENV=py39 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/ceilometer-21.0.1.dev6/pyproject-wheeldir --output /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires -t -e py39 Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 57.4.0) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.36.2) running egg_info writing ceilometer.egg-info/PKG-INFO writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing requirements to ceilometer.egg-info/requires.txt writing top-level names to ceilometer.egg-info/top_level.txt writing pbr to ceilometer.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ceilometer.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement satisfied: tox-current-env >= 0.0.6 (installed: tox-current-env 0.0.8) ___________________________________ summary ____________________________________ py39: commands succeeded congratulations :) Handling xmltodict from tox --print-deps-only: py39 Requirement not satisfied: xmltodict Handling cachetools>=2.1.0 from tox --print-deps-only: py39 Requirement not satisfied: cachetools>=2.1.0 Handling cotyledon>=1.3.0 from tox --print-deps-only: py39 Requirement not satisfied: cotyledon>=1.3.0 Handling futurist>=1.8.0 from tox --print-deps-only: py39 Requirement not satisfied: futurist>=1.8.0 Handling jsonpath-rw-ext>=1.1.3 from tox --print-deps-only: py39 Requirement not satisfied: jsonpath-rw-ext>=1.1.3 Handling lxml>=4.5.1 from tox --print-deps-only: py39 Requirement not satisfied: lxml>=4.5.1 Handling msgpack>=0.5.2 from tox --print-deps-only: py39 Requirement not satisfied: msgpack>=0.5.2 Handling oslo.concurrency>=3.29.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.concurrency>=3.29.0 Handling oslo.config>=8.6.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.config>=8.6.0 Handling oslo.i18n>=3.15.3 from tox --print-deps-only: py39 Requirement not satisfied: oslo.i18n>=3.15.3 Handling oslo.log>=3.36.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.log>=3.36.0 Handling oslo.reports>=1.18.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.reports>=1.18.0 Handling oslo.rootwrap>=2.0.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.rootwrap>=2.0.0 Handling pbr>=2.0.0 from tox --print-deps-only: py39 Requirement satisfied: pbr>=2.0.0 (installed: pbr 5.11.1) Handling oslo.messaging>=10.3.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.messaging>=10.3.0 Handling oslo.upgradecheck>=0.1.1 from tox --print-deps-only: py39 Requirement not satisfied: oslo.upgradecheck>=0.1.1 Handling oslo.utils>=4.7.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.utils>=4.7.0 Handling oslo.privsep>=1.32.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.privsep>=1.32.0 Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py39 Requirement not satisfied: python-glanceclient>=2.8.0 Handling python-keystoneclient>=3.18.0 from tox --print-deps-only: py39 Requirement not satisfied: python-keystoneclient>=3.18.0 Handling keystoneauth1>=3.18.0 from tox --print-deps-only: py39 Requirement not satisfied: keystoneauth1>=3.18.0 Handling python-neutronclient>=6.7.0 from tox --print-deps-only: py39 Requirement not satisfied: python-neutronclient>=6.7.0 Handling python-novaclient>=9.1.0 from tox --print-deps-only: py39 Requirement not satisfied: python-novaclient>=9.1.0 Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py39 Requirement not satisfied: python-swiftclient>=3.2.0 Handling python-cinderclient>=3.3.0 from tox --print-deps-only: py39 Requirement not satisfied: python-cinderclient>=3.3.0 Handling PyYAML>=5.1 from tox --print-deps-only: py39 Requirement not satisfied: PyYAML>=5.1 Handling requests>=2.25.1 from tox --print-deps-only: py39 Requirement satisfied: requests>=2.25.1 (installed: requests 2.25.1) Handling stevedore>=1.20.0 from tox --print-deps-only: py39 Requirement not satisfied: stevedore>=1.20.0 Handling tenacity>=6.3.1 from tox --print-deps-only: py39 Requirement not satisfied: tenacity>=6.3.1 Handling tooz[zake]>=1.47.0 from tox --print-deps-only: py39 Requirement not satisfied: tooz[zake]>=1.47.0 Handling oslo.cache>=1.26.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.cache>=1.26.0 Handling gnocchiclient>=7.0.0 from tox --print-deps-only: py39 Requirement not satisfied: gnocchiclient>=7.0.0 Handling python-monascaclient>=1.12.0 from tox --print-deps-only: py39 Requirement not satisfied: python-monascaclient>=1.12.0 Handling python-zaqarclient>=1.3.0 from tox --print-deps-only: py39 Requirement not satisfied: python-zaqarclient>=1.3.0 Handling coverage!=4.4,>=4.0 from tox --print-deps-only: py39 Requirement not satisfied: coverage!=4.4,>=4.0 Handling eventlet>=0.30.1 from tox --print-deps-only: py39 Requirement satisfied: eventlet>=0.30.1 (installed: eventlet 0.33.3) Handling fixtures>=3.0.0 from tox --print-deps-only: py39 Requirement not satisfied: fixtures>=3.0.0 Handling os-win>=3.0.0 from tox --print-deps-only: py39 Requirement not satisfied: os-win>=3.0.0 Handling oslotest>=3.8.0 from tox --print-deps-only: py39 Requirement not satisfied: oslotest>=3.8.0 Handling oslo.vmware>=2.17.0 from tox --print-deps-only: py39 Requirement not satisfied: oslo.vmware>=2.17.0 Handling pyOpenSSL>=17.5.0 from tox --print-deps-only: py39 Requirement not satisfied: pyOpenSSL>=17.5.0 Handling testscenarios>=0.4 from tox --print-deps-only: py39 Requirement not satisfied: testscenarios>=0.4 Handling testtools>=2.2.0 from tox --print-deps-only: py39 Requirement not satisfied: testtools>=2.2.0 Handling gabbi>=1.30.0 from tox --print-deps-only: py39 Requirement not satisfied: gabbi>=1.30.0 Handling stestr>=2.0.0 from tox --print-deps-only: py39 Requirement not satisfied: stestr>=2.0.0 Handling testresources>=2.0.1 from tox --print-deps-only: py39 Requirement not satisfied: testresources>=2.0.1 running dist_info writing ceilometer.egg-info/PKG-INFO writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing requirements to ceilometer.egg-info/requires.txt writing top-level names to ceilometer.egg-info/top_level.txt writing pbr to ceilometer.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ceilometer.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/ceilometer-21.0.1.dev6/ceilometer.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") Handling xmltodict from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: xmltodict Handling cachetools (>=2.1.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: cachetools (>=2.1.0) Handling cotyledon (>=1.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: cotyledon (>=1.3.0) Handling futurist (>=1.8.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: futurist (>=1.8.0) Handling jsonpath-rw-ext (>=1.1.3) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: jsonpath-rw-ext (>=1.1.3) Handling lxml (>=4.5.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: lxml (>=4.5.1) Handling msgpack (>=0.5.2) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: msgpack (>=0.5.2) Handling oslo.concurrency (>=3.29.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.concurrency (>=3.29.0) Handling oslo.config (>=8.6.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.config (>=8.6.0) Handling oslo.i18n (>=3.15.3) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.i18n (>=3.15.3) Handling oslo.log (>=3.36.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.log (>=3.36.0) Handling oslo.reports (>=1.18.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.reports (>=1.18.0) Handling oslo.rootwrap (>=2.0.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.rootwrap (>=2.0.0) Handling pbr (>=2.0.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: pbr (>=2.0.0) (installed: pbr 5.11.1) Handling oslo.messaging (>=10.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.messaging (>=10.3.0) Handling oslo.upgradecheck (>=0.1.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.upgradecheck (>=0.1.1) Handling oslo.utils (>=4.7.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.utils (>=4.7.0) Handling oslo.privsep (>=1.32.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.privsep (>=1.32.0) Handling python-glanceclient (>=2.8.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: python-glanceclient (>=2.8.0) Handling python-keystoneclient (>=3.18.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: python-keystoneclient (>=3.18.0) Handling keystoneauth1 (>=3.18.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: keystoneauth1 (>=3.18.0) Handling python-neutronclient (>=6.7.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: python-neutronclient (>=6.7.0) Handling python-novaclient (>=9.1.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: python-novaclient (>=9.1.0) Handling python-swiftclient (>=3.2.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: python-swiftclient (>=3.2.0) Handling python-cinderclient (>=3.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: python-cinderclient (>=3.3.0) Handling PyYAML (>=5.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: PyYAML (>=5.1) Handling requests (>=2.25.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: requests (>=2.25.1) (installed: requests 2.25.1) Handling stevedore (>=1.20.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: stevedore (>=1.20.0) Handling tenacity (>=6.3.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: tenacity (>=6.3.1) Handling tooz[zake] (>=1.47.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: tooz[zake] (>=1.47.0) Handling oslo.cache (>=1.26.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: oslo.cache (>=1.26.0) Handling gnocchiclient (>=7.0.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: gnocchiclient (>=7.0.0) Handling python-monascaclient (>=1.12.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: python-monascaclient (>=1.12.0) Handling python-zaqarclient (>=1.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement not satisfied: python-zaqarclient (>=1.3.0) + cat /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires + rm -rfv ceilometer.dist-info/ removed 'ceilometer.dist-info/LICENSE' removed 'ceilometer.dist-info/AUTHORS' removed 'ceilometer.dist-info/METADATA' removed 'ceilometer.dist-info/entry_points.txt' removed 'ceilometer.dist-info/pbr.json' removed 'ceilometer.dist-info/top_level.txt' removed directory 'ceilometer.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'], chrootPath='/var/lib/mock/dlrn-centos9-bobcat-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1037gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NZaPwM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ceilometer-21.0.1.dev6 + /usr/bin/gzip -dc /builddir/build/SOURCES/ceilometer-21.0.1.dev6-0.20240129101341.6222e6a.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ceilometer-21.0.1.dev6 + /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 config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-ceilometer-21.0.1 base' + /usr/bin/git apply --index --reject - + /usr/bin/cat /builddir/build/SOURCES/0001-Add-dummy-skip-metering-database-temporarily.patch Checking patch ceilometer/cmd/storage.py... Applied patch ceilometer/cmd/storage.py cleanly. + /usr/bin/git commit -q -m 0001-Add-dummy-skip-metering-database-temporarily.patch --author 'rpm-build ' + find . '(' -name .gitignore -o -name .placeholder ')' -delete + find ceilometer -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py + sed -i '/^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d' tox.ini + sed -i 's/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/' tox.ini + sed -i '/^minversion.*/d' tox.ini + sed -i '/^requires.*virtualenv.*/d' tox.ini + sed -i 's/xmltodict.*/xmltodict/g' requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^doc8.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^doc8.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^bandit.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^bandit.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^pre-commit.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^pre-commit.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^hacking.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^hacking.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^flake8-import-order.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^flake8-import-order.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^requests-aws.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^requests-aws.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^oslo.messaging.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^oslo.messaging.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^sphinx.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^sphinx.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order requests-aws oslo.messaging sphinx openstackdocstheme + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^openstackdocstheme.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^openstackdocstheme.*/d' test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.9GMQEw + umask 022 + cd /builddir/build/BUILD + cd ceilometer-21.0.1.dev6 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + '[' -f setup.py ']' + echo 'python3dist(setuptools) >= 40.8' + echo 'python3dist(wheel)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + echo -n + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + TMPDIR=/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + RPM_TOXENV=py39 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/ceilometer-21.0.1.dev6/pyproject-wheeldir --output /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires -t -e py39 Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 57.4.0) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.36.2) running egg_info writing ceilometer.egg-info/PKG-INFO writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing requirements to ceilometer.egg-info/requires.txt writing top-level names to ceilometer.egg-info/top_level.txt writing pbr to ceilometer.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ceilometer.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement satisfied: tox-current-env >= 0.0.6 (installed: tox-current-env 0.0.8) ___________________________________ summary ____________________________________ py39: commands succeeded congratulations :) Handling xmltodict from tox --print-deps-only: py39 Requirement satisfied: xmltodict (installed: xmltodict 0.12.0) Handling cachetools>=2.1.0 from tox --print-deps-only: py39 Requirement satisfied: cachetools>=2.1.0 (installed: cachetools 5.3.0) Handling cotyledon>=1.3.0 from tox --print-deps-only: py39 Requirement satisfied: cotyledon>=1.3.0 (installed: cotyledon 1.7.3) Handling futurist>=1.8.0 from tox --print-deps-only: py39 Requirement satisfied: futurist>=1.8.0 (installed: futurist 2.4.1) Handling jsonpath-rw-ext>=1.1.3 from tox --print-deps-only: py39 Requirement satisfied: jsonpath-rw-ext>=1.1.3 (installed: jsonpath-rw-ext 1.2.2) Handling lxml>=4.5.1 from tox --print-deps-only: py39 Requirement satisfied: lxml>=4.5.1 (installed: lxml 4.6.5) Handling msgpack>=0.5.2 from tox --print-deps-only: py39 Requirement satisfied: msgpack>=0.5.2 (installed: msgpack 1.0.5) Handling oslo.concurrency>=3.29.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.concurrency>=3.29.0 (installed: oslo.concurrency 5.2.0) Handling oslo.config>=8.6.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.config>=8.6.0 (installed: oslo.config 9.2.0) Handling oslo.i18n>=3.15.3 from tox --print-deps-only: py39 Requirement satisfied: oslo.i18n>=3.15.3 (installed: oslo.i18n 6.1.0) Handling oslo.log>=3.36.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.log>=3.36.0 (installed: oslo.log 5.3.0) Handling oslo.reports>=1.18.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.reports>=1.18.0 (installed: oslo.reports 3.1.0) Handling oslo.rootwrap>=2.0.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.rootwrap>=2.0.0 (installed: oslo.rootwrap 7.1.0) Handling pbr>=2.0.0 from tox --print-deps-only: py39 Requirement satisfied: pbr>=2.0.0 (installed: pbr 5.11.1) Handling oslo.messaging>=10.3.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.messaging>=10.3.0 (installed: oslo.messaging 14.4.1) Handling oslo.upgradecheck>=0.1.1 from tox --print-deps-only: py39 Requirement satisfied: oslo.upgradecheck>=0.1.1 (installed: oslo.upgradecheck 2.2.0) Handling oslo.utils>=4.7.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.utils>=4.7.0 (installed: oslo.utils 6.2.1) Handling oslo.privsep>=1.32.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.privsep>=1.32.0 (installed: oslo.privsep 3.2.0) Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py39 Requirement satisfied: python-glanceclient>=2.8.0 (installed: python-glanceclient 4.4.0) Handling python-keystoneclient>=3.18.0 from tox --print-deps-only: py39 Requirement satisfied: python-keystoneclient>=3.18.0 (installed: python-keystoneclient 5.2.0) Handling keystoneauth1>=3.18.0 from tox --print-deps-only: py39 Requirement satisfied: keystoneauth1>=3.18.0 (installed: keystoneauth1 5.3.0) Handling python-neutronclient>=6.7.0 from tox --print-deps-only: py39 Requirement satisfied: python-neutronclient>=6.7.0 (installed: python-neutronclient 11.0.0) Handling python-novaclient>=9.1.0 from tox --print-deps-only: py39 Requirement satisfied: python-novaclient>=9.1.0 (installed: python-novaclient 18.4.0) Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py39 Requirement satisfied: python-swiftclient>=3.2.0 (installed: python-swiftclient 4.4.0) Handling python-cinderclient>=3.3.0 from tox --print-deps-only: py39 Requirement satisfied: python-cinderclient>=3.3.0 (installed: python-cinderclient 9.4.0) Handling PyYAML>=5.1 from tox --print-deps-only: py39 Requirement satisfied: PyYAML>=5.1 (installed: PyYAML 5.4.1) Handling requests>=2.25.1 from tox --print-deps-only: py39 Requirement satisfied: requests>=2.25.1 (installed: requests 2.25.1) Handling stevedore>=1.20.0 from tox --print-deps-only: py39 Requirement satisfied: stevedore>=1.20.0 (installed: stevedore 5.1.0) Handling tenacity>=6.3.1 from tox --print-deps-only: py39 Requirement satisfied: tenacity>=6.3.1 (installed: tenacity 6.3.1) Handling tooz[zake]>=1.47.0 from tox --print-deps-only: py39 Requirement satisfied: tooz[zake]>=1.47.0 (installed: tooz 4.2.0) (extras are currently not checked) Handling oslo.cache>=1.26.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.cache>=1.26.0 (installed: oslo.cache 3.5.0) Handling gnocchiclient>=7.0.0 from tox --print-deps-only: py39 Requirement satisfied: gnocchiclient>=7.0.0 (installed: gnocchiclient 7.0.8) Handling python-monascaclient>=1.12.0 from tox --print-deps-only: py39 Requirement satisfied: python-monascaclient>=1.12.0 (installed: python-monascaclient 2.8.0) Handling python-zaqarclient>=1.3.0 from tox --print-deps-only: py39 Requirement satisfied: python-zaqarclient>=1.3.0 (installed: python-zaqarclient 2.6.0) Handling coverage!=4.4,>=4.0 from tox --print-deps-only: py39 Requirement satisfied: coverage!=4.4,>=4.0 (installed: coverage 6.4.2) Handling eventlet>=0.30.1 from tox --print-deps-only: py39 Requirement satisfied: eventlet>=0.30.1 (installed: eventlet 0.33.3) Handling fixtures>=3.0.0 from tox --print-deps-only: py39 Requirement satisfied: fixtures>=3.0.0 (installed: fixtures 4.0.1) Handling os-win>=3.0.0 from tox --print-deps-only: py39 Requirement satisfied: os-win>=3.0.0 (installed: os-win 5.9.0) Handling oslotest>=3.8.0 from tox --print-deps-only: py39 Requirement satisfied: oslotest>=3.8.0 (installed: oslotest 4.5.0) Handling oslo.vmware>=2.17.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.vmware>=2.17.0 (installed: oslo.vmware 4.2.0) Handling pyOpenSSL>=17.5.0 from tox --print-deps-only: py39 Requirement satisfied: pyOpenSSL>=17.5.0 (installed: pyOpenSSL 20.0.1) Handling testscenarios>=0.4 from tox --print-deps-only: py39 Requirement satisfied: testscenarios>=0.4 (installed: testscenarios 0.5.0) Handling testtools>=2.2.0 from tox --print-deps-only: py39 Requirement satisfied: testtools>=2.2.0 (installed: testtools 2.6.0) Handling gabbi>=1.30.0 from tox --print-deps-only: py39 Requirement satisfied: gabbi>=1.30.0 (installed: gabbi 2.4.0) Handling stestr>=2.0.0 from tox --print-deps-only: py39 Requirement satisfied: stestr>=2.0.0 (installed: stestr 4.0.1) Handling testresources>=2.0.1 from tox --print-deps-only: py39 Requirement satisfied: testresources>=2.0.1 (installed: testresources 2.0.1) running dist_info writing ceilometer.egg-info/PKG-INFO writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing requirements to ceilometer.egg-info/requires.txt writing top-level names to ceilometer.egg-info/top_level.txt writing pbr to ceilometer.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ceilometer.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/ceilometer-21.0.1.dev6/ceilometer.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") Handling xmltodict from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: xmltodict (installed: xmltodict 0.12.0) Handling cachetools (>=2.1.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: cachetools (>=2.1.0) (installed: cachetools 5.3.0) Handling cotyledon (>=1.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: cotyledon (>=1.3.0) (installed: cotyledon 1.7.3) Handling futurist (>=1.8.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: futurist (>=1.8.0) (installed: futurist 2.4.1) Handling jsonpath-rw-ext (>=1.1.3) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: jsonpath-rw-ext (>=1.1.3) (installed: jsonpath-rw-ext 1.2.2) Handling lxml (>=4.5.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: lxml (>=4.5.1) (installed: lxml 4.6.5) Handling msgpack (>=0.5.2) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: msgpack (>=0.5.2) (installed: msgpack 1.0.5) Handling oslo.concurrency (>=3.29.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.concurrency (>=3.29.0) (installed: oslo.concurrency 5.2.0) Handling oslo.config (>=8.6.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.config (>=8.6.0) (installed: oslo.config 9.2.0) Handling oslo.i18n (>=3.15.3) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.i18n (>=3.15.3) (installed: oslo.i18n 6.1.0) Handling oslo.log (>=3.36.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.log (>=3.36.0) (installed: oslo.log 5.3.0) Handling oslo.reports (>=1.18.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.reports (>=1.18.0) (installed: oslo.reports 3.1.0) Handling oslo.rootwrap (>=2.0.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.rootwrap (>=2.0.0) (installed: oslo.rootwrap 7.1.0) Handling pbr (>=2.0.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: pbr (>=2.0.0) (installed: pbr 5.11.1) Handling oslo.messaging (>=10.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.messaging (>=10.3.0) (installed: oslo.messaging 14.4.1) Handling oslo.upgradecheck (>=0.1.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.upgradecheck (>=0.1.1) (installed: oslo.upgradecheck 2.2.0) Handling oslo.utils (>=4.7.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.utils (>=4.7.0) (installed: oslo.utils 6.2.1) Handling oslo.privsep (>=1.32.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.privsep (>=1.32.0) (installed: oslo.privsep 3.2.0) Handling python-glanceclient (>=2.8.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-glanceclient (>=2.8.0) (installed: python-glanceclient 4.4.0) Handling python-keystoneclient (>=3.18.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-keystoneclient (>=3.18.0) (installed: python-keystoneclient 5.2.0) Handling keystoneauth1 (>=3.18.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: keystoneauth1 (>=3.18.0) (installed: keystoneauth1 5.3.0) Handling python-neutronclient (>=6.7.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-neutronclient (>=6.7.0) (installed: python-neutronclient 11.0.0) Handling python-novaclient (>=9.1.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-novaclient (>=9.1.0) (installed: python-novaclient 18.4.0) Handling python-swiftclient (>=3.2.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-swiftclient (>=3.2.0) (installed: python-swiftclient 4.4.0) Handling python-cinderclient (>=3.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-cinderclient (>=3.3.0) (installed: python-cinderclient 9.4.0) Handling PyYAML (>=5.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: PyYAML (>=5.1) (installed: PyYAML 5.4.1) Handling requests (>=2.25.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: requests (>=2.25.1) (installed: requests 2.25.1) Handling stevedore (>=1.20.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: stevedore (>=1.20.0) (installed: stevedore 5.1.0) Handling tenacity (>=6.3.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: tenacity (>=6.3.1) (installed: tenacity 6.3.1) Handling tooz[zake] (>=1.47.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: tooz[zake] (>=1.47.0) (installed: tooz 4.2.0) (extras are currently not checked) Handling oslo.cache (>=1.26.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.cache (>=1.26.0) (installed: oslo.cache 3.5.0) Handling gnocchiclient (>=7.0.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: gnocchiclient (>=7.0.0) (installed: gnocchiclient 7.0.8) Handling python-monascaclient (>=1.12.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-monascaclient (>=1.12.0) (installed: python-monascaclient 2.8.0) Handling python-zaqarclient (>=1.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-zaqarclient (>=1.3.0) (installed: python-zaqarclient 2.6.0) + cat /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires + rm -rfv ceilometer.dist-info/ removed 'ceilometer.dist-info/LICENSE' removed 'ceilometer.dist-info/AUTHORS' removed 'ceilometer.dist-info/METADATA' removed 'ceilometer.dist-info/entry_points.txt' removed 'ceilometer.dist-info/pbr.json' removed 'ceilometer.dist-info/top_level.txt' removed directory 'ceilometer.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'], chrootPath='/var/lib/mock/dlrn-centos9-bobcat-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1037gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.7qrfqT + umask 022 + cd /builddir/build/BUILD + cd ceilometer-21.0.1.dev6 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + '[' -f setup.py ']' + echo 'python3dist(setuptools) >= 40.8' + echo 'python3dist(wheel)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + echo -n + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + TMPDIR=/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + RPM_TOXENV=py39 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/ceilometer-21.0.1.dev6/pyproject-wheeldir --output /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires -t -e py39 Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 57.4.0) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.36.2) running egg_info creating ceilometer.egg-info writing ceilometer.egg-info/PKG-INFO writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing requirements to ceilometer.egg-info/requires.txt writing top-level names to ceilometer.egg-info/top_level.txt writing pbr to ceilometer.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'ceilometer.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ceilometer.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement satisfied: tox-current-env >= 0.0.6 (installed: tox-current-env 0.0.8) ___________________________________ summary ____________________________________ py39: commands succeeded congratulations :) Handling xmltodict from tox --print-deps-only: py39 Requirement satisfied: xmltodict (installed: xmltodict 0.12.0) Handling cachetools>=2.1.0 from tox --print-deps-only: py39 Requirement satisfied: cachetools>=2.1.0 (installed: cachetools 5.3.0) Handling cotyledon>=1.3.0 from tox --print-deps-only: py39 Requirement satisfied: cotyledon>=1.3.0 (installed: cotyledon 1.7.3) Handling futurist>=1.8.0 from tox --print-deps-only: py39 Requirement satisfied: futurist>=1.8.0 (installed: futurist 2.4.1) Handling jsonpath-rw-ext>=1.1.3 from tox --print-deps-only: py39 Requirement satisfied: jsonpath-rw-ext>=1.1.3 (installed: jsonpath-rw-ext 1.2.2) Handling lxml>=4.5.1 from tox --print-deps-only: py39 Requirement satisfied: lxml>=4.5.1 (installed: lxml 4.6.5) Handling msgpack>=0.5.2 from tox --print-deps-only: py39 Requirement satisfied: msgpack>=0.5.2 (installed: msgpack 1.0.5) Handling oslo.concurrency>=3.29.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.concurrency>=3.29.0 (installed: oslo.concurrency 5.2.0) Handling oslo.config>=8.6.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.config>=8.6.0 (installed: oslo.config 9.2.0) Handling oslo.i18n>=3.15.3 from tox --print-deps-only: py39 Requirement satisfied: oslo.i18n>=3.15.3 (installed: oslo.i18n 6.1.0) Handling oslo.log>=3.36.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.log>=3.36.0 (installed: oslo.log 5.3.0) Handling oslo.reports>=1.18.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.reports>=1.18.0 (installed: oslo.reports 3.1.0) Handling oslo.rootwrap>=2.0.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.rootwrap>=2.0.0 (installed: oslo.rootwrap 7.1.0) Handling pbr>=2.0.0 from tox --print-deps-only: py39 Requirement satisfied: pbr>=2.0.0 (installed: pbr 5.11.1) Handling oslo.messaging>=10.3.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.messaging>=10.3.0 (installed: oslo.messaging 14.4.1) Handling oslo.upgradecheck>=0.1.1 from tox --print-deps-only: py39 Requirement satisfied: oslo.upgradecheck>=0.1.1 (installed: oslo.upgradecheck 2.2.0) Handling oslo.utils>=4.7.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.utils>=4.7.0 (installed: oslo.utils 6.2.1) Handling oslo.privsep>=1.32.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.privsep>=1.32.0 (installed: oslo.privsep 3.2.0) Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py39 Requirement satisfied: python-glanceclient>=2.8.0 (installed: python-glanceclient 4.4.0) Handling python-keystoneclient>=3.18.0 from tox --print-deps-only: py39 Requirement satisfied: python-keystoneclient>=3.18.0 (installed: python-keystoneclient 5.2.0) Handling keystoneauth1>=3.18.0 from tox --print-deps-only: py39 Requirement satisfied: keystoneauth1>=3.18.0 (installed: keystoneauth1 5.3.0) Handling python-neutronclient>=6.7.0 from tox --print-deps-only: py39 Requirement satisfied: python-neutronclient>=6.7.0 (installed: python-neutronclient 11.0.0) Handling python-novaclient>=9.1.0 from tox --print-deps-only: py39 Requirement satisfied: python-novaclient>=9.1.0 (installed: python-novaclient 18.4.0) Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py39 Requirement satisfied: python-swiftclient>=3.2.0 (installed: python-swiftclient 4.4.0) Handling python-cinderclient>=3.3.0 from tox --print-deps-only: py39 Requirement satisfied: python-cinderclient>=3.3.0 (installed: python-cinderclient 9.4.0) Handling PyYAML>=5.1 from tox --print-deps-only: py39 Requirement satisfied: PyYAML>=5.1 (installed: PyYAML 5.4.1) Handling requests>=2.25.1 from tox --print-deps-only: py39 Requirement satisfied: requests>=2.25.1 (installed: requests 2.25.1) Handling stevedore>=1.20.0 from tox --print-deps-only: py39 Requirement satisfied: stevedore>=1.20.0 (installed: stevedore 5.1.0) Handling tenacity>=6.3.1 from tox --print-deps-only: py39 Requirement satisfied: tenacity>=6.3.1 (installed: tenacity 6.3.1) Handling tooz[zake]>=1.47.0 from tox --print-deps-only: py39 Requirement satisfied: tooz[zake]>=1.47.0 (installed: tooz 4.2.0) (extras are currently not checked) Handling oslo.cache>=1.26.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.cache>=1.26.0 (installed: oslo.cache 3.5.0) Handling gnocchiclient>=7.0.0 from tox --print-deps-only: py39 Requirement satisfied: gnocchiclient>=7.0.0 (installed: gnocchiclient 7.0.8) Handling python-monascaclient>=1.12.0 from tox --print-deps-only: py39 Requirement satisfied: python-monascaclient>=1.12.0 (installed: python-monascaclient 2.8.0) Handling python-zaqarclient>=1.3.0 from tox --print-deps-only: py39 Requirement satisfied: python-zaqarclient>=1.3.0 (installed: python-zaqarclient 2.6.0) Handling coverage!=4.4,>=4.0 from tox --print-deps-only: py39 Requirement satisfied: coverage!=4.4,>=4.0 (installed: coverage 6.4.2) Handling eventlet>=0.30.1 from tox --print-deps-only: py39 Requirement satisfied: eventlet>=0.30.1 (installed: eventlet 0.33.3) Handling fixtures>=3.0.0 from tox --print-deps-only: py39 Requirement satisfied: fixtures>=3.0.0 (installed: fixtures 4.0.1) Handling os-win>=3.0.0 from tox --print-deps-only: py39 Requirement satisfied: os-win>=3.0.0 (installed: os-win 5.9.0) Handling oslotest>=3.8.0 from tox --print-deps-only: py39 Requirement satisfied: oslotest>=3.8.0 (installed: oslotest 4.5.0) Handling oslo.vmware>=2.17.0 from tox --print-deps-only: py39 Requirement satisfied: oslo.vmware>=2.17.0 (installed: oslo.vmware 4.2.0) Handling pyOpenSSL>=17.5.0 from tox --print-deps-only: py39 Requirement satisfied: pyOpenSSL>=17.5.0 (installed: pyOpenSSL 20.0.1) Handling testscenarios>=0.4 from tox --print-deps-only: py39 Requirement satisfied: testscenarios>=0.4 (installed: testscenarios 0.5.0) Handling testtools>=2.2.0 from tox --print-deps-only: py39 Requirement satisfied: testtools>=2.2.0 (installed: testtools 2.6.0) Handling gabbi>=1.30.0 from tox --print-deps-only: py39 Requirement satisfied: gabbi>=1.30.0 (installed: gabbi 2.4.0) Handling stestr>=2.0.0 from tox --print-deps-only: py39 Requirement satisfied: stestr>=2.0.0 (installed: stestr 4.0.1) Handling testresources>=2.0.1 from tox --print-deps-only: py39 Requirement satisfied: testresources>=2.0.1 (installed: testresources 2.0.1) running dist_info writing ceilometer.egg-info/PKG-INFO writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing requirements to ceilometer.egg-info/requires.txt writing top-level names to ceilometer.egg-info/top_level.txt writing pbr to ceilometer.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ceilometer.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/ceilometer-21.0.1.dev6/ceilometer.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") Handling xmltodict from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: xmltodict (installed: xmltodict 0.12.0) Handling cachetools (>=2.1.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: cachetools (>=2.1.0) (installed: cachetools 5.3.0) Handling cotyledon (>=1.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: cotyledon (>=1.3.0) (installed: cotyledon 1.7.3) Handling futurist (>=1.8.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: futurist (>=1.8.0) (installed: futurist 2.4.1) Handling jsonpath-rw-ext (>=1.1.3) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: jsonpath-rw-ext (>=1.1.3) (installed: jsonpath-rw-ext 1.2.2) Handling lxml (>=4.5.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: lxml (>=4.5.1) (installed: lxml 4.6.5) Handling msgpack (>=0.5.2) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: msgpack (>=0.5.2) (installed: msgpack 1.0.5) Handling oslo.concurrency (>=3.29.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.concurrency (>=3.29.0) (installed: oslo.concurrency 5.2.0) Handling oslo.config (>=8.6.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.config (>=8.6.0) (installed: oslo.config 9.2.0) Handling oslo.i18n (>=3.15.3) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.i18n (>=3.15.3) (installed: oslo.i18n 6.1.0) Handling oslo.log (>=3.36.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.log (>=3.36.0) (installed: oslo.log 5.3.0) Handling oslo.reports (>=1.18.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.reports (>=1.18.0) (installed: oslo.reports 3.1.0) Handling oslo.rootwrap (>=2.0.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.rootwrap (>=2.0.0) (installed: oslo.rootwrap 7.1.0) Handling pbr (>=2.0.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: pbr (>=2.0.0) (installed: pbr 5.11.1) Handling oslo.messaging (>=10.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.messaging (>=10.3.0) (installed: oslo.messaging 14.4.1) Handling oslo.upgradecheck (>=0.1.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.upgradecheck (>=0.1.1) (installed: oslo.upgradecheck 2.2.0) Handling oslo.utils (>=4.7.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.utils (>=4.7.0) (installed: oslo.utils 6.2.1) Handling oslo.privsep (>=1.32.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.privsep (>=1.32.0) (installed: oslo.privsep 3.2.0) Handling python-glanceclient (>=2.8.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-glanceclient (>=2.8.0) (installed: python-glanceclient 4.4.0) Handling python-keystoneclient (>=3.18.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-keystoneclient (>=3.18.0) (installed: python-keystoneclient 5.2.0) Handling keystoneauth1 (>=3.18.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: keystoneauth1 (>=3.18.0) (installed: keystoneauth1 5.3.0) Handling python-neutronclient (>=6.7.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-neutronclient (>=6.7.0) (installed: python-neutronclient 11.0.0) Handling python-novaclient (>=9.1.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-novaclient (>=9.1.0) (installed: python-novaclient 18.4.0) Handling python-swiftclient (>=3.2.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-swiftclient (>=3.2.0) (installed: python-swiftclient 4.4.0) Handling python-cinderclient (>=3.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-cinderclient (>=3.3.0) (installed: python-cinderclient 9.4.0) Handling PyYAML (>=5.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: PyYAML (>=5.1) (installed: PyYAML 5.4.1) Handling requests (>=2.25.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: requests (>=2.25.1) (installed: requests 2.25.1) Handling stevedore (>=1.20.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: stevedore (>=1.20.0) (installed: stevedore 5.1.0) Handling tenacity (>=6.3.1) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: tenacity (>=6.3.1) (installed: tenacity 6.3.1) Handling tooz[zake] (>=1.47.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: tooz[zake] (>=1.47.0) (installed: tooz 4.2.0) (extras are currently not checked) Handling oslo.cache (>=1.26.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: oslo.cache (>=1.26.0) (installed: oslo.cache 3.5.0) Handling gnocchiclient (>=7.0.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: gnocchiclient (>=7.0.0) (installed: gnocchiclient 7.0.8) Handling python-monascaclient (>=1.12.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-monascaclient (>=1.12.0) (installed: python-monascaclient 2.8.0) Handling python-zaqarclient (>=1.3.0) from hook generated metadata: Requires-Dist (ceilometer) Requirement satisfied: python-zaqarclient (>=1.3.0) (installed: python-zaqarclient 2.6.0) + cat /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-buildrequires + rm -rfv ceilometer.dist-info/ removed 'ceilometer.dist-info/LICENSE' removed 'ceilometer.dist-info/AUTHORS' removed 'ceilometer.dist-info/METADATA' removed 'ceilometer.dist-info/entry_points.txt' removed 'ceilometer.dist-info/top_level.txt' removed 'ceilometer.dist-info/pbr.json' removed directory 'ceilometer.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UbLSgT + umask 022 + cd /builddir/build/BUILD + cd ceilometer-21.0.1.dev6 + mkdir -p /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + TMPDIR=/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/ceilometer-21.0.1.dev6/pyproject-wheeldir Processing /builddir/build/BUILD/ceilometer-21.0.1.dev6 DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default. pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555. Preparing wheel metadata: started Running command /usr/bin/python3 /usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/tmpcsfrqom1 running dist_info creating /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.egg-info writing /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.egg-info/PKG-INFO writing dependency_links to /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.egg-info/dependency_links.txt writing entry points to /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.egg-info/entry_points.txt writing requirements to /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.egg-info/requires.txt writing top-level names to /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.egg-info/top_level.txt writing pbr to /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file '/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file '/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-modern-metadata-95mo50tp/ceilometer.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") Preparing wheel metadata: finished with status 'done' Building wheels for collected packages: ceilometer Building wheel for ceilometer (PEP 517): started Running command /usr/bin/python3 /usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/tmpvbpc4n9z running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/ceilometer creating build/lib/ceilometer/compute creating build/lib/ceilometer/compute/virt copying ceilometer/compute/virt/inspector.py -> build/lib/ceilometer/compute/virt copying ceilometer/compute/virt/__init__.py -> build/lib/ceilometer/compute/virt creating build/lib/ceilometer/tests creating build/lib/ceilometer/tests/unit creating build/lib/ceilometer/tests/unit/cmd copying ceilometer/tests/unit/cmd/test_status.py -> build/lib/ceilometer/tests/unit/cmd copying ceilometer/tests/unit/cmd/__init__.py -> build/lib/ceilometer/tests/unit/cmd creating build/lib/ceilometer/network creating build/lib/ceilometer/network/services copying ceilometer/network/services/vpnaas.py -> build/lib/ceilometer/network/services copying ceilometer/network/services/fwaas.py -> build/lib/ceilometer/network/services copying ceilometer/network/services/discovery.py -> build/lib/ceilometer/network/services copying ceilometer/network/services/base.py -> build/lib/ceilometer/network/services copying ceilometer/network/services/__init__.py -> build/lib/ceilometer/network/services creating build/lib/ceilometer/hacking copying ceilometer/hacking/checks.py -> build/lib/ceilometer/hacking copying ceilometer/hacking/__init__.py -> build/lib/ceilometer/hacking creating build/lib/ceilometer/pipeline copying ceilometer/pipeline/sample.py -> build/lib/ceilometer/pipeline copying ceilometer/pipeline/event.py -> build/lib/ceilometer/pipeline copying ceilometer/pipeline/base.py -> build/lib/ceilometer/pipeline copying ceilometer/pipeline/__init__.py -> build/lib/ceilometer/pipeline creating build/lib/ceilometer/tests/unit/image copying ceilometer/tests/unit/image/test_glance.py -> build/lib/ceilometer/tests/unit/image copying ceilometer/tests/unit/image/__init__.py -> build/lib/ceilometer/tests/unit/image creating build/lib/ceilometer/tests/unit/network creating build/lib/ceilometer/tests/unit/network/statistics creating build/lib/ceilometer/tests/unit/network/statistics/opendaylight copying ceilometer/tests/unit/network/statistics/opendaylight/test_driver.py -> build/lib/ceilometer/tests/unit/network/statistics/opendaylight copying ceilometer/tests/unit/network/statistics/opendaylight/test_client.py -> build/lib/ceilometer/tests/unit/network/statistics/opendaylight copying ceilometer/tests/unit/network/statistics/opendaylight/__init__.py -> build/lib/ceilometer/tests/unit/network/statistics/opendaylight creating build/lib/ceilometer/polling creating build/lib/ceilometer/polling/discovery copying ceilometer/polling/discovery/tenant.py -> build/lib/ceilometer/polling/discovery copying ceilometer/polling/discovery/non_openstack_credentials_discovery.py -> build/lib/ceilometer/polling/discovery copying ceilometer/polling/discovery/localnode.py -> build/lib/ceilometer/polling/discovery copying ceilometer/polling/discovery/endpoint.py -> build/lib/ceilometer/polling/discovery copying ceilometer/polling/discovery/__init__.py -> build/lib/ceilometer/polling/discovery creating build/lib/ceilometer/tests/unit/compute creating build/lib/ceilometer/tests/unit/compute/virt copying ceilometer/tests/unit/compute/virt/__init__.py -> build/lib/ceilometer/tests/unit/compute/virt creating build/lib/ceilometer/network/statistics creating build/lib/ceilometer/network/statistics/opencontrail copying ceilometer/network/statistics/opencontrail/driver.py -> build/lib/ceilometer/network/statistics/opencontrail copying ceilometer/network/statistics/opencontrail/client.py -> build/lib/ceilometer/network/statistics/opencontrail copying ceilometer/network/statistics/opencontrail/__init__.py -> build/lib/ceilometer/network/statistics/opencontrail creating build/lib/ceilometer/tests/unit/network/services copying ceilometer/tests/unit/network/services/test_vpnaas.py -> build/lib/ceilometer/tests/unit/network/services copying ceilometer/tests/unit/network/services/test_fwaas.py -> build/lib/ceilometer/tests/unit/network/services copying ceilometer/tests/unit/network/services/__init__.py -> build/lib/ceilometer/tests/unit/network/services creating build/lib/ceilometer/cmd copying ceilometer/cmd/storage.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/status.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/sample.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/polling.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/agent_notification.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/__init__.py -> build/lib/ceilometer/cmd creating build/lib/ceilometer/compute/virt/libvirt copying ceilometer/compute/virt/libvirt/utils.py -> build/lib/ceilometer/compute/virt/libvirt copying ceilometer/compute/virt/libvirt/inspector.py -> build/lib/ceilometer/compute/virt/libvirt copying ceilometer/compute/virt/libvirt/__init__.py -> build/lib/ceilometer/compute/virt/libvirt creating build/lib/ceilometer/tests/unit/compute/virt/hyperv copying ceilometer/tests/unit/compute/virt/hyperv/test_inspector.py -> build/lib/ceilometer/tests/unit/compute/virt/hyperv copying ceilometer/tests/unit/compute/virt/hyperv/__init__.py -> build/lib/ceilometer/tests/unit/compute/virt/hyperv creating build/lib/ceilometer/tests/unit/event copying ceilometer/tests/unit/event/test_trait_plugins.py -> build/lib/ceilometer/tests/unit/event copying ceilometer/tests/unit/event/test_endpoint.py -> build/lib/ceilometer/tests/unit/event copying ceilometer/tests/unit/event/test_converter.py -> build/lib/ceilometer/tests/unit/event copying ceilometer/tests/unit/event/__init__.py -> build/lib/ceilometer/tests/unit/event creating build/lib/ceilometer/tests/unit/compute/virt/vmware copying ceilometer/tests/unit/compute/virt/vmware/test_vsphere_operations.py -> build/lib/ceilometer/tests/unit/compute/virt/vmware copying ceilometer/tests/unit/compute/virt/vmware/test_inspector.py -> build/lib/ceilometer/tests/unit/compute/virt/vmware copying ceilometer/tests/unit/compute/virt/vmware/fake.py -> build/lib/ceilometer/tests/unit/compute/virt/vmware copying ceilometer/tests/unit/compute/virt/vmware/__init__.py -> build/lib/ceilometer/tests/unit/compute/virt/vmware copying ceilometer/tests/unit/network/test_floating_ip.py -> build/lib/ceilometer/tests/unit/network copying ceilometer/tests/unit/network/__init__.py -> build/lib/ceilometer/tests/unit/network creating build/lib/ceilometer/tests/unit/network/statistics/opencontrail copying ceilometer/tests/unit/network/statistics/opencontrail/test_driver.py -> build/lib/ceilometer/tests/unit/network/statistics/opencontrail copying ceilometer/tests/unit/network/statistics/opencontrail/test_client.py -> build/lib/ceilometer/tests/unit/network/statistics/opencontrail copying ceilometer/tests/unit/network/statistics/opencontrail/__init__.py -> build/lib/ceilometer/tests/unit/network/statistics/opencontrail creating build/lib/ceilometer/tests/unit/ipmi creating build/lib/ceilometer/tests/unit/ipmi/notifications copying ceilometer/tests/unit/ipmi/notifications/test_ironic.py -> build/lib/ceilometer/tests/unit/ipmi/notifications copying ceilometer/tests/unit/ipmi/notifications/ipmi_test_data.py -> build/lib/ceilometer/tests/unit/ipmi/notifications copying ceilometer/tests/unit/ipmi/notifications/__init__.py -> build/lib/ceilometer/tests/unit/ipmi/notifications creating build/lib/ceilometer/tests/unit/polling copying ceilometer/tests/unit/polling/test_non_openstack_dynamic_pollster.py -> build/lib/ceilometer/tests/unit/polling copying ceilometer/tests/unit/polling/test_non_openstack_credentials_discovery.py -> build/lib/ceilometer/tests/unit/polling copying ceilometer/tests/unit/polling/test_manager.py -> build/lib/ceilometer/tests/unit/polling copying ceilometer/tests/unit/polling/test_dynamic_pollster.py -> build/lib/ceilometer/tests/unit/polling copying ceilometer/tests/unit/polling/test_discovery.py -> build/lib/ceilometer/tests/unit/polling copying ceilometer/tests/unit/polling/__init__.py -> build/lib/ceilometer/tests/unit/polling creating build/lib/ceilometer/tests/unit/meter copying ceilometer/tests/unit/meter/test_notifications.py -> build/lib/ceilometer/tests/unit/meter copying ceilometer/tests/unit/meter/test_meter_plugins.py -> build/lib/ceilometer/tests/unit/meter copying ceilometer/tests/unit/meter/__init__.py -> build/lib/ceilometer/tests/unit/meter creating build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/test_ipmi_sensor.py -> build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/test_intel_node_manager.py -> build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/ipmitool_test_data.py -> build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/fake_utils.py -> build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/__init__.py -> build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/polling/plugin_base.py -> build/lib/ceilometer/polling copying ceilometer/polling/manager.py -> build/lib/ceilometer/polling copying ceilometer/polling/dynamic_pollster.py -> build/lib/ceilometer/polling copying ceilometer/polling/__init__.py -> build/lib/ceilometer/polling creating build/lib/ceilometer/privsep copying ceilometer/privsep/ipmitool.py -> build/lib/ceilometer/privsep copying ceilometer/privsep/__init__.py -> build/lib/ceilometer/privsep creating build/lib/ceilometer/volume copying ceilometer/volume/discovery.py -> build/lib/ceilometer/volume copying ceilometer/volume/cinder.py -> build/lib/ceilometer/volume copying ceilometer/volume/__init__.py -> build/lib/ceilometer/volume creating build/lib/ceilometer/compute/virt/hyperv copying ceilometer/compute/virt/hyperv/inspector.py -> build/lib/ceilometer/compute/virt/hyperv copying ceilometer/compute/virt/hyperv/__init__.py -> build/lib/ceilometer/compute/virt/hyperv copying ceilometer/network/statistics/table.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/switch.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/port_v2.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/port.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/flow.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/driver.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/__init__.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/floatingip.py -> build/lib/ceilometer/network copying ceilometer/network/__init__.py -> build/lib/ceilometer/network creating build/lib/ceilometer/tests/unit/ipmi/pollsters copying ceilometer/tests/unit/ipmi/pollsters/test_sensor.py -> build/lib/ceilometer/tests/unit/ipmi/pollsters copying ceilometer/tests/unit/ipmi/pollsters/test_node.py -> build/lib/ceilometer/tests/unit/ipmi/pollsters copying ceilometer/tests/unit/ipmi/pollsters/base.py -> build/lib/ceilometer/tests/unit/ipmi/pollsters copying ceilometer/tests/unit/ipmi/pollsters/__init__.py -> build/lib/ceilometer/tests/unit/ipmi/pollsters creating build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_zaqar.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_utils.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_udp.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_tcp.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_prometheus.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_monasca_publisher.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_monasca_data_filter.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_messaging_publisher.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_http.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_gnocchi.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_file.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/__init__.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/compute/discovery.py -> build/lib/ceilometer/compute copying ceilometer/compute/__init__.py -> build/lib/ceilometer/compute copying ceilometer/tests/unit/test_sample.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_polling.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_novaclient.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_notification.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_neutronclient.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_monascaclient.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_middleware.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_messaging.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_event_pipeline.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_decoupled_pipeline.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_declarative.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_cache_utils.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_bin.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/pipeline_base.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/__init__.py -> build/lib/ceilometer/tests/unit creating build/lib/ceilometer/compute/virt/vmware copying ceilometer/compute/virt/vmware/vsphere_operations.py -> build/lib/ceilometer/compute/virt/vmware copying ceilometer/compute/virt/vmware/inspector.py -> build/lib/ceilometer/compute/virt/vmware copying ceilometer/compute/virt/vmware/__init__.py -> build/lib/ceilometer/compute/virt/vmware creating build/lib/ceilometer/image copying ceilometer/image/glance.py -> build/lib/ceilometer/image copying ceilometer/image/discovery.py -> build/lib/ceilometer/image copying ceilometer/image/__init__.py -> build/lib/ceilometer/image creating build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_perf.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_net.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_memory.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_location_metadata.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_diskio.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_cpu.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/base.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/__init__.py -> build/lib/ceilometer/tests/unit/compute/pollsters creating build/lib/ceilometer/tests/unit/compute/virt/libvirt copying ceilometer/tests/unit/compute/virt/libvirt/test_inspector.py -> build/lib/ceilometer/tests/unit/compute/virt/libvirt copying ceilometer/tests/unit/compute/virt/libvirt/__init__.py -> build/lib/ceilometer/tests/unit/compute/virt/libvirt creating build/lib/ceilometer/event copying ceilometer/event/trait_plugins.py -> build/lib/ceilometer/event copying ceilometer/event/models.py -> build/lib/ceilometer/event copying ceilometer/event/converter.py -> build/lib/ceilometer/event copying ceilometer/event/__init__.py -> build/lib/ceilometer/event creating build/lib/ceilometer/ipmi creating build/lib/ceilometer/ipmi/notifications copying ceilometer/ipmi/notifications/ironic.py -> build/lib/ceilometer/ipmi/notifications copying ceilometer/ipmi/notifications/__init__.py -> build/lib/ceilometer/ipmi/notifications copying ceilometer/tests/unit/compute/test_discovery.py -> build/lib/ceilometer/tests/unit/compute copying ceilometer/tests/unit/compute/__init__.py -> build/lib/ceilometer/tests/unit/compute copying ceilometer/tests/base.py -> build/lib/ceilometer/tests copying ceilometer/tests/__init__.py -> build/lib/ceilometer/tests creating build/lib/ceilometer/meter copying ceilometer/meter/notifications.py -> build/lib/ceilometer/meter copying ceilometer/meter/__init__.py -> build/lib/ceilometer/meter creating build/lib/ceilometer/telemetry copying ceilometer/telemetry/notifications.py -> build/lib/ceilometer/telemetry copying ceilometer/telemetry/__init__.py -> build/lib/ceilometer/telemetry creating build/lib/ceilometer/tests/unit/objectstore copying ceilometer/tests/unit/objectstore/test_swift.py -> build/lib/ceilometer/tests/unit/objectstore copying ceilometer/tests/unit/objectstore/test_rgw_client.py -> build/lib/ceilometer/tests/unit/objectstore copying ceilometer/tests/unit/objectstore/test_rgw.py -> build/lib/ceilometer/tests/unit/objectstore copying ceilometer/tests/unit/objectstore/__init__.py -> build/lib/ceilometer/tests/unit/objectstore copying ceilometer/version.py -> build/lib/ceilometer copying ceilometer/utils.py -> build/lib/ceilometer copying ceilometer/service.py -> build/lib/ceilometer copying ceilometer/sample.py -> build/lib/ceilometer copying ceilometer/opts.py -> build/lib/ceilometer copying ceilometer/nova_client.py -> build/lib/ceilometer copying ceilometer/notification.py -> build/lib/ceilometer copying ceilometer/neutron_client.py -> build/lib/ceilometer copying ceilometer/monasca_opts.py -> build/lib/ceilometer copying ceilometer/monasca_client.py -> build/lib/ceilometer copying ceilometer/middleware.py -> build/lib/ceilometer copying ceilometer/messaging.py -> build/lib/ceilometer copying ceilometer/keystone_client.py -> build/lib/ceilometer copying ceilometer/i18n.py -> build/lib/ceilometer copying ceilometer/gnocchi_client.py -> build/lib/ceilometer copying ceilometer/declarative.py -> build/lib/ceilometer copying ceilometer/cache_utils.py -> build/lib/ceilometer copying ceilometer/agent.py -> build/lib/ceilometer copying ceilometer/__init__.py -> build/lib/ceilometer copying ceilometer/ipmi/__init__.py -> build/lib/ceilometer/ipmi copying ceilometer/tests/unit/network/statistics/test_table.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_switch.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_statistics.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_port_v2.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_port.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_flow.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/__init__.py -> build/lib/ceilometer/tests/unit/network/statistics creating build/lib/ceilometer/ipmi/pollsters copying ceilometer/ipmi/pollsters/sensor.py -> build/lib/ceilometer/ipmi/pollsters copying ceilometer/ipmi/pollsters/node.py -> build/lib/ceilometer/ipmi/pollsters copying ceilometer/ipmi/pollsters/__init__.py -> build/lib/ceilometer/ipmi/pollsters copying ceilometer/tests/unit/ipmi/__init__.py -> build/lib/ceilometer/tests/unit/ipmi creating build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/ipmitool.py -> build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/ipmi_sensor.py -> build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/intel_node_manager.py -> build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/exception.py -> build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/__init__.py -> build/lib/ceilometer/ipmi/platform creating build/lib/ceilometer/tests/unit/volume copying ceilometer/tests/unit/volume/test_cinder.py -> build/lib/ceilometer/tests/unit/volume copying ceilometer/tests/unit/volume/__init__.py -> build/lib/ceilometer/tests/unit/volume creating build/lib/ceilometer/publisher copying ceilometer/publisher/zaqar.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/utils.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/udp.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/test.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/tcp.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/prometheus.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/monasca_data_filter.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/monasca.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/messaging.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/http.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/gnocchi.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/file.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/__init__.py -> build/lib/ceilometer/publisher creating build/lib/ceilometer/network/statistics/opendaylight copying ceilometer/network/statistics/opendaylight/driver.py -> build/lib/ceilometer/network/statistics/opendaylight copying ceilometer/network/statistics/opendaylight/client.py -> build/lib/ceilometer/network/statistics/opendaylight copying ceilometer/network/statistics/opendaylight/__init__.py -> build/lib/ceilometer/network/statistics/opendaylight creating build/lib/ceilometer/objectstore copying ceilometer/objectstore/swift.py -> build/lib/ceilometer/objectstore copying ceilometer/objectstore/rgw_client.py -> build/lib/ceilometer/objectstore copying ceilometer/objectstore/rgw.py -> build/lib/ceilometer/objectstore copying ceilometer/objectstore/__init__.py -> build/lib/ceilometer/objectstore creating build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/util.py -> build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/net.py -> build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/instance_stats.py -> build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/disk.py -> build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/__init__.py -> build/lib/ceilometer/compute/pollsters running egg_info creating ceilometer.egg-info writing ceilometer.egg-info/PKG-INFO writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing requirements to ceilometer.egg-info/requires.txt writing top-level names to ceilometer.egg-info/top_level.txt writing pbr to ceilometer.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'ceilometer.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ceilometer.egg-info/SOURCES.txt' creating build/lib/ceilometer/pipeline/data copying ceilometer/pipeline/data/event_definitions.yaml -> build/lib/ceilometer/pipeline/data copying ceilometer/pipeline/data/event_pipeline.yaml -> build/lib/ceilometer/pipeline/data copying ceilometer/pipeline/data/pipeline.yaml -> build/lib/ceilometer/pipeline/data creating build/lib/ceilometer/data creating build/lib/ceilometer/data/meters.d copying ceilometer/data/meters.d/meters.yaml -> build/lib/ceilometer/data/meters.d creating build/lib/ceilometer/locale creating build/lib/ceilometer/locale/de creating build/lib/ceilometer/locale/de/LC_MESSAGES copying ceilometer/locale/de/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/de/LC_MESSAGES creating build/lib/ceilometer/locale/en_GB creating build/lib/ceilometer/locale/en_GB/LC_MESSAGES copying ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/en_GB/LC_MESSAGES creating build/lib/ceilometer/locale/es creating build/lib/ceilometer/locale/es/LC_MESSAGES copying ceilometer/locale/es/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/es/LC_MESSAGES creating build/lib/ceilometer/locale/fr creating build/lib/ceilometer/locale/fr/LC_MESSAGES copying ceilometer/locale/fr/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/fr/LC_MESSAGES creating build/lib/ceilometer/locale/it creating build/lib/ceilometer/locale/it/LC_MESSAGES copying ceilometer/locale/it/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/it/LC_MESSAGES creating build/lib/ceilometer/locale/ja creating build/lib/ceilometer/locale/ja/LC_MESSAGES copying ceilometer/locale/ja/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/ja/LC_MESSAGES creating build/lib/ceilometer/locale/ko_KR creating build/lib/ceilometer/locale/ko_KR/LC_MESSAGES copying ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/ko_KR/LC_MESSAGES creating build/lib/ceilometer/locale/pt_BR creating build/lib/ceilometer/locale/pt_BR/LC_MESSAGES copying ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/pt_BR/LC_MESSAGES creating build/lib/ceilometer/locale/ru creating build/lib/ceilometer/locale/ru/LC_MESSAGES copying ceilometer/locale/ru/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/ru/LC_MESSAGES creating build/lib/ceilometer/locale/zh_CN creating build/lib/ceilometer/locale/zh_CN/LC_MESSAGES copying ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/zh_CN/LC_MESSAGES creating build/lib/ceilometer/locale/zh_TW creating build/lib/ceilometer/locale/zh_TW/LC_MESSAGES copying ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/zh_TW/LC_MESSAGES creating build/lib/ceilometer/publisher/data copying ceilometer/publisher/data/gnocchi_resources.yaml -> build/lib/ceilometer/publisher/data installing to build/bdist.linux-x86_64/wheel running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/ceilometer creating build/bdist.linux-x86_64/wheel/ceilometer/locale creating build/bdist.linux-x86_64/wheel/ceilometer/locale/zh_TW creating build/bdist.linux-x86_64/wheel/ceilometer/locale/zh_TW/LC_MESSAGES copying build/lib/ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/zh_TW/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/zh_CN creating build/bdist.linux-x86_64/wheel/ceilometer/locale/zh_CN/LC_MESSAGES copying build/lib/ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/zh_CN/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/ru creating build/bdist.linux-x86_64/wheel/ceilometer/locale/ru/LC_MESSAGES copying build/lib/ceilometer/locale/ru/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/ru/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/pt_BR creating build/bdist.linux-x86_64/wheel/ceilometer/locale/pt_BR/LC_MESSAGES copying build/lib/ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/pt_BR/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/ko_KR creating build/bdist.linux-x86_64/wheel/ceilometer/locale/ko_KR/LC_MESSAGES copying build/lib/ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/ko_KR/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/ja creating build/bdist.linux-x86_64/wheel/ceilometer/locale/ja/LC_MESSAGES copying build/lib/ceilometer/locale/ja/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/ja/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/it creating build/bdist.linux-x86_64/wheel/ceilometer/locale/it/LC_MESSAGES copying build/lib/ceilometer/locale/it/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/it/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/fr creating build/bdist.linux-x86_64/wheel/ceilometer/locale/fr/LC_MESSAGES copying build/lib/ceilometer/locale/fr/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/fr/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/es creating build/bdist.linux-x86_64/wheel/ceilometer/locale/es/LC_MESSAGES copying build/lib/ceilometer/locale/es/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/es/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/en_GB creating build/bdist.linux-x86_64/wheel/ceilometer/locale/en_GB/LC_MESSAGES copying build/lib/ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/en_GB/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/locale/de creating build/bdist.linux-x86_64/wheel/ceilometer/locale/de/LC_MESSAGES copying build/lib/ceilometer/locale/de/LC_MESSAGES/ceilometer.po -> build/bdist.linux-x86_64/wheel/ceilometer/locale/de/LC_MESSAGES creating build/bdist.linux-x86_64/wheel/ceilometer/data creating build/bdist.linux-x86_64/wheel/ceilometer/data/meters.d copying build/lib/ceilometer/data/meters.d/meters.yaml -> build/bdist.linux-x86_64/wheel/ceilometer/data/meters.d creating build/bdist.linux-x86_64/wheel/ceilometer/objectstore copying build/lib/ceilometer/objectstore/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/objectstore copying build/lib/ceilometer/objectstore/rgw.py -> build/bdist.linux-x86_64/wheel/ceilometer/objectstore copying build/lib/ceilometer/objectstore/rgw_client.py -> build/bdist.linux-x86_64/wheel/ceilometer/objectstore copying build/lib/ceilometer/objectstore/swift.py -> build/bdist.linux-x86_64/wheel/ceilometer/objectstore creating build/bdist.linux-x86_64/wheel/ceilometer/publisher creating build/bdist.linux-x86_64/wheel/ceilometer/publisher/data copying build/lib/ceilometer/publisher/data/gnocchi_resources.yaml -> build/bdist.linux-x86_64/wheel/ceilometer/publisher/data copying build/lib/ceilometer/publisher/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/file.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/gnocchi.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/http.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/messaging.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/monasca.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/monasca_data_filter.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/prometheus.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/tcp.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/test.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/udp.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/utils.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/publisher/zaqar.py -> build/bdist.linux-x86_64/wheel/ceilometer/publisher copying build/lib/ceilometer/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/agent.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/cache_utils.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/declarative.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/gnocchi_client.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/i18n.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/keystone_client.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/messaging.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/middleware.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/monasca_client.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/monasca_opts.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/neutron_client.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/notification.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/nova_client.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/opts.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/sample.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/service.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/utils.py -> build/bdist.linux-x86_64/wheel/ceilometer copying build/lib/ceilometer/version.py -> build/bdist.linux-x86_64/wheel/ceilometer creating build/bdist.linux-x86_64/wheel/ceilometer/telemetry copying build/lib/ceilometer/telemetry/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/telemetry copying build/lib/ceilometer/telemetry/notifications.py -> build/bdist.linux-x86_64/wheel/ceilometer/telemetry creating build/bdist.linux-x86_64/wheel/ceilometer/meter copying build/lib/ceilometer/meter/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/meter copying build/lib/ceilometer/meter/notifications.py -> build/bdist.linux-x86_64/wheel/ceilometer/meter creating build/bdist.linux-x86_64/wheel/ceilometer/ipmi creating build/bdist.linux-x86_64/wheel/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/exception.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/intel_node_manager.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/ipmi_sensor.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/ipmitool.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/platform creating build/bdist.linux-x86_64/wheel/ceilometer/ipmi/pollsters copying build/lib/ceilometer/ipmi/pollsters/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/pollsters copying build/lib/ceilometer/ipmi/pollsters/node.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/pollsters copying build/lib/ceilometer/ipmi/pollsters/sensor.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/pollsters copying build/lib/ceilometer/ipmi/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi creating build/bdist.linux-x86_64/wheel/ceilometer/ipmi/notifications copying build/lib/ceilometer/ipmi/notifications/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/notifications copying build/lib/ceilometer/ipmi/notifications/ironic.py -> build/bdist.linux-x86_64/wheel/ceilometer/ipmi/notifications creating build/bdist.linux-x86_64/wheel/ceilometer/event copying build/lib/ceilometer/event/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/event copying build/lib/ceilometer/event/converter.py -> build/bdist.linux-x86_64/wheel/ceilometer/event copying build/lib/ceilometer/event/models.py -> build/bdist.linux-x86_64/wheel/ceilometer/event copying build/lib/ceilometer/event/trait_plugins.py -> build/bdist.linux-x86_64/wheel/ceilometer/event creating build/bdist.linux-x86_64/wheel/ceilometer/image copying build/lib/ceilometer/image/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/image copying build/lib/ceilometer/image/discovery.py -> build/bdist.linux-x86_64/wheel/ceilometer/image copying build/lib/ceilometer/image/glance.py -> build/bdist.linux-x86_64/wheel/ceilometer/image creating build/bdist.linux-x86_64/wheel/ceilometer/volume copying build/lib/ceilometer/volume/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/volume copying build/lib/ceilometer/volume/cinder.py -> build/bdist.linux-x86_64/wheel/ceilometer/volume copying build/lib/ceilometer/volume/discovery.py -> build/bdist.linux-x86_64/wheel/ceilometer/volume creating build/bdist.linux-x86_64/wheel/ceilometer/privsep copying build/lib/ceilometer/privsep/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/privsep copying build/lib/ceilometer/privsep/ipmitool.py -> build/bdist.linux-x86_64/wheel/ceilometer/privsep creating build/bdist.linux-x86_64/wheel/ceilometer/cmd copying build/lib/ceilometer/cmd/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/cmd copying build/lib/ceilometer/cmd/agent_notification.py -> build/bdist.linux-x86_64/wheel/ceilometer/cmd copying build/lib/ceilometer/cmd/polling.py -> build/bdist.linux-x86_64/wheel/ceilometer/cmd copying build/lib/ceilometer/cmd/sample.py -> build/bdist.linux-x86_64/wheel/ceilometer/cmd copying build/lib/ceilometer/cmd/status.py -> build/bdist.linux-x86_64/wheel/ceilometer/cmd copying build/lib/ceilometer/cmd/storage.py -> build/bdist.linux-x86_64/wheel/ceilometer/cmd creating build/bdist.linux-x86_64/wheel/ceilometer/polling copying build/lib/ceilometer/polling/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/polling copying build/lib/ceilometer/polling/dynamic_pollster.py -> build/bdist.linux-x86_64/wheel/ceilometer/polling copying build/lib/ceilometer/polling/manager.py -> build/bdist.linux-x86_64/wheel/ceilometer/polling copying build/lib/ceilometer/polling/plugin_base.py -> build/bdist.linux-x86_64/wheel/ceilometer/polling creating build/bdist.linux-x86_64/wheel/ceilometer/polling/discovery copying build/lib/ceilometer/polling/discovery/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/polling/discovery copying build/lib/ceilometer/polling/discovery/endpoint.py -> build/bdist.linux-x86_64/wheel/ceilometer/polling/discovery copying build/lib/ceilometer/polling/discovery/localnode.py -> build/bdist.linux-x86_64/wheel/ceilometer/polling/discovery copying build/lib/ceilometer/polling/discovery/non_openstack_credentials_discovery.py -> build/bdist.linux-x86_64/wheel/ceilometer/polling/discovery copying build/lib/ceilometer/polling/discovery/tenant.py -> build/bdist.linux-x86_64/wheel/ceilometer/polling/discovery creating build/bdist.linux-x86_64/wheel/ceilometer/pipeline creating build/bdist.linux-x86_64/wheel/ceilometer/pipeline/data copying build/lib/ceilometer/pipeline/data/pipeline.yaml -> build/bdist.linux-x86_64/wheel/ceilometer/pipeline/data copying build/lib/ceilometer/pipeline/data/event_pipeline.yaml -> build/bdist.linux-x86_64/wheel/ceilometer/pipeline/data copying build/lib/ceilometer/pipeline/data/event_definitions.yaml -> build/bdist.linux-x86_64/wheel/ceilometer/pipeline/data copying build/lib/ceilometer/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/pipeline copying build/lib/ceilometer/pipeline/base.py -> build/bdist.linux-x86_64/wheel/ceilometer/pipeline copying build/lib/ceilometer/pipeline/event.py -> build/bdist.linux-x86_64/wheel/ceilometer/pipeline copying build/lib/ceilometer/pipeline/sample.py -> build/bdist.linux-x86_64/wheel/ceilometer/pipeline creating build/bdist.linux-x86_64/wheel/ceilometer/hacking copying build/lib/ceilometer/hacking/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/hacking copying build/lib/ceilometer/hacking/checks.py -> build/bdist.linux-x86_64/wheel/ceilometer/hacking creating build/bdist.linux-x86_64/wheel/ceilometer/network copying build/lib/ceilometer/network/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/network copying build/lib/ceilometer/network/floatingip.py -> build/bdist.linux-x86_64/wheel/ceilometer/network creating build/bdist.linux-x86_64/wheel/ceilometer/network/statistics creating build/bdist.linux-x86_64/wheel/ceilometer/network/statistics/opendaylight copying build/lib/ceilometer/network/statistics/opendaylight/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics/opendaylight copying build/lib/ceilometer/network/statistics/opendaylight/client.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics/opendaylight copying build/lib/ceilometer/network/statistics/opendaylight/driver.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics/opendaylight copying build/lib/ceilometer/network/statistics/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/driver.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/flow.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/port.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/port_v2.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/switch.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/table.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics creating build/bdist.linux-x86_64/wheel/ceilometer/network/statistics/opencontrail copying build/lib/ceilometer/network/statistics/opencontrail/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics/opencontrail copying build/lib/ceilometer/network/statistics/opencontrail/client.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics/opencontrail copying build/lib/ceilometer/network/statistics/opencontrail/driver.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/statistics/opencontrail creating build/bdist.linux-x86_64/wheel/ceilometer/network/services copying build/lib/ceilometer/network/services/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/services copying build/lib/ceilometer/network/services/base.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/services copying build/lib/ceilometer/network/services/discovery.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/services copying build/lib/ceilometer/network/services/fwaas.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/services copying build/lib/ceilometer/network/services/vpnaas.py -> build/bdist.linux-x86_64/wheel/ceilometer/network/services creating build/bdist.linux-x86_64/wheel/ceilometer/tests copying build/lib/ceilometer/tests/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests copying build/lib/ceilometer/tests/base.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/volume copying build/lib/ceilometer/tests/unit/volume/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/volume copying build/lib/ceilometer/tests/unit/volume/test_cinder.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/volume creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/objectstore/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/objectstore/test_rgw.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/objectstore/test_rgw_client.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/objectstore/test_swift.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/pipeline_base.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_bin.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_cache_utils.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_declarative.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_decoupled_pipeline.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_event_pipeline.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_messaging.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_middleware.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_monascaclient.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_neutronclient.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_notification.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_novaclient.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_polling.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_sample.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_file.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_gnocchi.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_http.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_messaging_publisher.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_monasca_data_filter.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_monasca_publisher.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_prometheus.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_tcp.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_udp.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_utils.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_zaqar.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/publisher creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/meter copying build/lib/ceilometer/tests/unit/meter/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/meter copying build/lib/ceilometer/tests/unit/meter/test_meter_plugins.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/meter copying build/lib/ceilometer/tests/unit/meter/test_notifications.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/meter creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/polling copying build/lib/ceilometer/tests/unit/polling/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/polling copying build/lib/ceilometer/tests/unit/polling/test_discovery.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/polling copying build/lib/ceilometer/tests/unit/polling/test_dynamic_pollster.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/polling copying build/lib/ceilometer/tests/unit/polling/test_manager.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/polling copying build/lib/ceilometer/tests/unit/polling/test_non_openstack_credentials_discovery.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/polling copying build/lib/ceilometer/tests/unit/polling/test_non_openstack_dynamic_pollster.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/polling creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi copying build/lib/ceilometer/tests/unit/ipmi/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/pollsters copying build/lib/ceilometer/tests/unit/ipmi/pollsters/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/pollsters copying build/lib/ceilometer/tests/unit/ipmi/pollsters/base.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/pollsters copying build/lib/ceilometer/tests/unit/ipmi/pollsters/test_node.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/pollsters copying build/lib/ceilometer/tests/unit/ipmi/pollsters/test_sensor.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/pollsters creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/fake_utils.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/ipmitool_test_data.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/test_intel_node_manager.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/test_ipmi_sensor.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/platform creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/notifications copying build/lib/ceilometer/tests/unit/ipmi/notifications/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/notifications copying build/lib/ceilometer/tests/unit/ipmi/notifications/ipmi_test_data.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/notifications copying build/lib/ceilometer/tests/unit/ipmi/notifications/test_ironic.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/ipmi/notifications creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/event copying build/lib/ceilometer/tests/unit/event/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/event copying build/lib/ceilometer/tests/unit/event/test_converter.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/event copying build/lib/ceilometer/tests/unit/event/test_endpoint.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/event copying build/lib/ceilometer/tests/unit/event/test_trait_plugins.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/event creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute copying build/lib/ceilometer/tests/unit/compute/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute copying build/lib/ceilometer/tests/unit/compute/test_discovery.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/base.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_cpu.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_diskio.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_location_metadata.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_memory.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_net.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_perf.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/pollsters creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/libvirt copying build/lib/ceilometer/tests/unit/compute/virt/libvirt/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/libvirt copying build/lib/ceilometer/tests/unit/compute/virt/libvirt/test_inspector.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/libvirt creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/vmware copying build/lib/ceilometer/tests/unit/compute/virt/vmware/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/vmware copying build/lib/ceilometer/tests/unit/compute/virt/vmware/fake.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/vmware copying build/lib/ceilometer/tests/unit/compute/virt/vmware/test_inspector.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/vmware copying build/lib/ceilometer/tests/unit/compute/virt/vmware/test_vsphere_operations.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/vmware creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/hyperv copying build/lib/ceilometer/tests/unit/compute/virt/hyperv/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/hyperv copying build/lib/ceilometer/tests/unit/compute/virt/hyperv/test_inspector.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt/hyperv copying build/lib/ceilometer/tests/unit/compute/virt/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/compute/virt creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network copying build/lib/ceilometer/tests/unit/network/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network copying build/lib/ceilometer/tests/unit/network/test_floating_ip.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/services copying build/lib/ceilometer/tests/unit/network/services/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/services copying build/lib/ceilometer/tests/unit/network/services/test_fwaas.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/services copying build/lib/ceilometer/tests/unit/network/services/test_vpnaas.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/services creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_flow.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_port.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_port_v2.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_statistics.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_switch.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_table.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics/opencontrail copying build/lib/ceilometer/tests/unit/network/statistics/opencontrail/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics/opencontrail copying build/lib/ceilometer/tests/unit/network/statistics/opencontrail/test_client.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics/opencontrail copying build/lib/ceilometer/tests/unit/network/statistics/opencontrail/test_driver.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics/opencontrail creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics/opendaylight copying build/lib/ceilometer/tests/unit/network/statistics/opendaylight/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics/opendaylight copying build/lib/ceilometer/tests/unit/network/statistics/opendaylight/test_client.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics/opendaylight copying build/lib/ceilometer/tests/unit/network/statistics/opendaylight/test_driver.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/network/statistics/opendaylight creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/image copying build/lib/ceilometer/tests/unit/image/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/image copying build/lib/ceilometer/tests/unit/image/test_glance.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/image creating build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/cmd copying build/lib/ceilometer/tests/unit/cmd/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/cmd copying build/lib/ceilometer/tests/unit/cmd/test_status.py -> build/bdist.linux-x86_64/wheel/ceilometer/tests/unit/cmd creating build/bdist.linux-x86_64/wheel/ceilometer/compute creating build/bdist.linux-x86_64/wheel/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/disk.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/instance_stats.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/net.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/util.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute copying build/lib/ceilometer/compute/discovery.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute creating build/bdist.linux-x86_64/wheel/ceilometer/compute/virt creating build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/vmware copying build/lib/ceilometer/compute/virt/vmware/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/vmware copying build/lib/ceilometer/compute/virt/vmware/inspector.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/vmware copying build/lib/ceilometer/compute/virt/vmware/vsphere_operations.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/vmware creating build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/hyperv copying build/lib/ceilometer/compute/virt/hyperv/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/hyperv copying build/lib/ceilometer/compute/virt/hyperv/inspector.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/hyperv creating build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/libvirt copying build/lib/ceilometer/compute/virt/libvirt/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/libvirt copying build/lib/ceilometer/compute/virt/libvirt/inspector.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/libvirt copying build/lib/ceilometer/compute/virt/libvirt/utils.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt/libvirt copying build/lib/ceilometer/compute/virt/__init__.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt copying build/lib/ceilometer/compute/virt/inspector.py -> build/bdist.linux-x86_64/wheel/ceilometer/compute/virt running install_data creating build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data creating build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data creating build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc creating build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer copying etc/ceilometer/ceilometer-config-generator.conf -> build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/ copying etc/ceilometer/polling.yaml -> build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/ copying etc/ceilometer/polling_all.yaml -> build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/ copying etc/ceilometer/rootwrap.conf -> build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/ creating build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples copying etc/ceilometer/examples/osprofiler_event_definitions.yaml -> build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples creating build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples/monasca-publisher copying etc/ceilometer/examples/monasca-publisher/example_ceilometer.conf -> build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples/monasca-publisher copying etc/ceilometer/examples/monasca-publisher/example_pipeline.yaml -> build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples/monasca-publisher copying etc/ceilometer/examples/monasca-publisher/monasca_field_definitions.yaml -> build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples/monasca-publisher creating build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/rootwrap.d copying etc/ceilometer/rootwrap.d/ipmi.filters -> build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.data/data/etc/ceilometer/rootwrap.d running install_egg_info Copying ceilometer.egg-info to build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6-py3.9.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") creating build/bdist.linux-x86_64/wheel/ceilometer-21.0.1.dev6.dist-info/WHEEL creating '/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir/pip-wheel-9qfitmcm/tmpan_x_c_s/ceilometer-21.0.1.dev6-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'ceilometer/__init__.py' adding 'ceilometer/agent.py' adding 'ceilometer/cache_utils.py' adding 'ceilometer/declarative.py' adding 'ceilometer/gnocchi_client.py' adding 'ceilometer/i18n.py' adding 'ceilometer/keystone_client.py' adding 'ceilometer/messaging.py' adding 'ceilometer/middleware.py' adding 'ceilometer/monasca_client.py' adding 'ceilometer/monasca_opts.py' adding 'ceilometer/neutron_client.py' adding 'ceilometer/notification.py' adding 'ceilometer/nova_client.py' adding 'ceilometer/opts.py' adding 'ceilometer/sample.py' adding 'ceilometer/service.py' adding 'ceilometer/utils.py' adding 'ceilometer/version.py' adding 'ceilometer/cmd/__init__.py' adding 'ceilometer/cmd/agent_notification.py' adding 'ceilometer/cmd/polling.py' adding 'ceilometer/cmd/sample.py' adding 'ceilometer/cmd/status.py' adding 'ceilometer/cmd/storage.py' adding 'ceilometer/compute/__init__.py' adding 'ceilometer/compute/discovery.py' adding 'ceilometer/compute/pollsters/__init__.py' adding 'ceilometer/compute/pollsters/disk.py' adding 'ceilometer/compute/pollsters/instance_stats.py' adding 'ceilometer/compute/pollsters/net.py' adding 'ceilometer/compute/pollsters/util.py' adding 'ceilometer/compute/virt/__init__.py' adding 'ceilometer/compute/virt/inspector.py' adding 'ceilometer/compute/virt/hyperv/__init__.py' adding 'ceilometer/compute/virt/hyperv/inspector.py' adding 'ceilometer/compute/virt/libvirt/__init__.py' adding 'ceilometer/compute/virt/libvirt/inspector.py' adding 'ceilometer/compute/virt/libvirt/utils.py' adding 'ceilometer/compute/virt/vmware/__init__.py' adding 'ceilometer/compute/virt/vmware/inspector.py' adding 'ceilometer/compute/virt/vmware/vsphere_operations.py' adding 'ceilometer/data/meters.d/meters.yaml' adding 'ceilometer/event/__init__.py' adding 'ceilometer/event/converter.py' adding 'ceilometer/event/models.py' adding 'ceilometer/event/trait_plugins.py' adding 'ceilometer/hacking/__init__.py' adding 'ceilometer/hacking/checks.py' adding 'ceilometer/image/__init__.py' adding 'ceilometer/image/discovery.py' adding 'ceilometer/image/glance.py' adding 'ceilometer/ipmi/__init__.py' adding 'ceilometer/ipmi/notifications/__init__.py' adding 'ceilometer/ipmi/notifications/ironic.py' adding 'ceilometer/ipmi/platform/__init__.py' adding 'ceilometer/ipmi/platform/exception.py' adding 'ceilometer/ipmi/platform/intel_node_manager.py' adding 'ceilometer/ipmi/platform/ipmi_sensor.py' adding 'ceilometer/ipmi/platform/ipmitool.py' adding 'ceilometer/ipmi/pollsters/__init__.py' adding 'ceilometer/ipmi/pollsters/node.py' adding 'ceilometer/ipmi/pollsters/sensor.py' adding 'ceilometer/locale/de/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/es/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/fr/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/it/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/ja/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/ru/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po' adding 'ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po' adding 'ceilometer/meter/__init__.py' adding 'ceilometer/meter/notifications.py' adding 'ceilometer/network/__init__.py' adding 'ceilometer/network/floatingip.py' adding 'ceilometer/network/services/__init__.py' adding 'ceilometer/network/services/base.py' adding 'ceilometer/network/services/discovery.py' adding 'ceilometer/network/services/fwaas.py' adding 'ceilometer/network/services/vpnaas.py' adding 'ceilometer/network/statistics/__init__.py' adding 'ceilometer/network/statistics/driver.py' adding 'ceilometer/network/statistics/flow.py' adding 'ceilometer/network/statistics/port.py' adding 'ceilometer/network/statistics/port_v2.py' adding 'ceilometer/network/statistics/switch.py' adding 'ceilometer/network/statistics/table.py' adding 'ceilometer/network/statistics/opencontrail/__init__.py' adding 'ceilometer/network/statistics/opencontrail/client.py' adding 'ceilometer/network/statistics/opencontrail/driver.py' adding 'ceilometer/network/statistics/opendaylight/__init__.py' adding 'ceilometer/network/statistics/opendaylight/client.py' adding 'ceilometer/network/statistics/opendaylight/driver.py' adding 'ceilometer/objectstore/__init__.py' adding 'ceilometer/objectstore/rgw.py' adding 'ceilometer/objectstore/rgw_client.py' adding 'ceilometer/objectstore/swift.py' adding 'ceilometer/pipeline/__init__.py' adding 'ceilometer/pipeline/base.py' adding 'ceilometer/pipeline/event.py' adding 'ceilometer/pipeline/sample.py' adding 'ceilometer/pipeline/data/event_definitions.yaml' adding 'ceilometer/pipeline/data/event_pipeline.yaml' adding 'ceilometer/pipeline/data/pipeline.yaml' adding 'ceilometer/polling/__init__.py' adding 'ceilometer/polling/dynamic_pollster.py' adding 'ceilometer/polling/manager.py' adding 'ceilometer/polling/plugin_base.py' adding 'ceilometer/polling/discovery/__init__.py' adding 'ceilometer/polling/discovery/endpoint.py' adding 'ceilometer/polling/discovery/localnode.py' adding 'ceilometer/polling/discovery/non_openstack_credentials_discovery.py' adding 'ceilometer/polling/discovery/tenant.py' adding 'ceilometer/privsep/__init__.py' adding 'ceilometer/privsep/ipmitool.py' adding 'ceilometer/publisher/__init__.py' adding 'ceilometer/publisher/file.py' adding 'ceilometer/publisher/gnocchi.py' adding 'ceilometer/publisher/http.py' adding 'ceilometer/publisher/messaging.py' adding 'ceilometer/publisher/monasca.py' adding 'ceilometer/publisher/monasca_data_filter.py' adding 'ceilometer/publisher/prometheus.py' adding 'ceilometer/publisher/tcp.py' adding 'ceilometer/publisher/test.py' adding 'ceilometer/publisher/udp.py' adding 'ceilometer/publisher/utils.py' adding 'ceilometer/publisher/zaqar.py' adding 'ceilometer/publisher/data/gnocchi_resources.yaml' adding 'ceilometer/telemetry/__init__.py' adding 'ceilometer/telemetry/notifications.py' adding 'ceilometer/tests/__init__.py' adding 'ceilometer/tests/base.py' adding 'ceilometer/tests/unit/__init__.py' adding 'ceilometer/tests/unit/pipeline_base.py' adding 'ceilometer/tests/unit/test_bin.py' adding 'ceilometer/tests/unit/test_cache_utils.py' adding 'ceilometer/tests/unit/test_declarative.py' adding 'ceilometer/tests/unit/test_decoupled_pipeline.py' adding 'ceilometer/tests/unit/test_event_pipeline.py' adding 'ceilometer/tests/unit/test_messaging.py' adding 'ceilometer/tests/unit/test_middleware.py' adding 'ceilometer/tests/unit/test_monascaclient.py' adding 'ceilometer/tests/unit/test_neutronclient.py' adding 'ceilometer/tests/unit/test_notification.py' adding 'ceilometer/tests/unit/test_novaclient.py' adding 'ceilometer/tests/unit/test_polling.py' adding 'ceilometer/tests/unit/test_sample.py' adding 'ceilometer/tests/unit/cmd/__init__.py' adding 'ceilometer/tests/unit/cmd/test_status.py' adding 'ceilometer/tests/unit/compute/__init__.py' adding 'ceilometer/tests/unit/compute/test_discovery.py' adding 'ceilometer/tests/unit/compute/pollsters/__init__.py' adding 'ceilometer/tests/unit/compute/pollsters/base.py' adding 'ceilometer/tests/unit/compute/pollsters/test_cpu.py' adding 'ceilometer/tests/unit/compute/pollsters/test_diskio.py' adding 'ceilometer/tests/unit/compute/pollsters/test_location_metadata.py' adding 'ceilometer/tests/unit/compute/pollsters/test_memory.py' adding 'ceilometer/tests/unit/compute/pollsters/test_net.py' adding 'ceilometer/tests/unit/compute/pollsters/test_perf.py' adding 'ceilometer/tests/unit/compute/virt/__init__.py' adding 'ceilometer/tests/unit/compute/virt/hyperv/__init__.py' adding 'ceilometer/tests/unit/compute/virt/hyperv/test_inspector.py' adding 'ceilometer/tests/unit/compute/virt/libvirt/__init__.py' adding 'ceilometer/tests/unit/compute/virt/libvirt/test_inspector.py' adding 'ceilometer/tests/unit/compute/virt/vmware/__init__.py' adding 'ceilometer/tests/unit/compute/virt/vmware/fake.py' adding 'ceilometer/tests/unit/compute/virt/vmware/test_inspector.py' adding 'ceilometer/tests/unit/compute/virt/vmware/test_vsphere_operations.py' adding 'ceilometer/tests/unit/event/__init__.py' adding 'ceilometer/tests/unit/event/test_converter.py' adding 'ceilometer/tests/unit/event/test_endpoint.py' adding 'ceilometer/tests/unit/event/test_trait_plugins.py' adding 'ceilometer/tests/unit/image/__init__.py' adding 'ceilometer/tests/unit/image/test_glance.py' adding 'ceilometer/tests/unit/ipmi/__init__.py' adding 'ceilometer/tests/unit/ipmi/notifications/__init__.py' adding 'ceilometer/tests/unit/ipmi/notifications/ipmi_test_data.py' adding 'ceilometer/tests/unit/ipmi/notifications/test_ironic.py' adding 'ceilometer/tests/unit/ipmi/platform/__init__.py' adding 'ceilometer/tests/unit/ipmi/platform/fake_utils.py' adding 'ceilometer/tests/unit/ipmi/platform/ipmitool_test_data.py' adding 'ceilometer/tests/unit/ipmi/platform/test_intel_node_manager.py' adding 'ceilometer/tests/unit/ipmi/platform/test_ipmi_sensor.py' adding 'ceilometer/tests/unit/ipmi/pollsters/__init__.py' adding 'ceilometer/tests/unit/ipmi/pollsters/base.py' adding 'ceilometer/tests/unit/ipmi/pollsters/test_node.py' adding 'ceilometer/tests/unit/ipmi/pollsters/test_sensor.py' adding 'ceilometer/tests/unit/meter/__init__.py' adding 'ceilometer/tests/unit/meter/test_meter_plugins.py' adding 'ceilometer/tests/unit/meter/test_notifications.py' adding 'ceilometer/tests/unit/network/__init__.py' adding 'ceilometer/tests/unit/network/test_floating_ip.py' adding 'ceilometer/tests/unit/network/services/__init__.py' adding 'ceilometer/tests/unit/network/services/test_fwaas.py' adding 'ceilometer/tests/unit/network/services/test_vpnaas.py' adding 'ceilometer/tests/unit/network/statistics/__init__.py' adding 'ceilometer/tests/unit/network/statistics/test_flow.py' adding 'ceilometer/tests/unit/network/statistics/test_port.py' adding 'ceilometer/tests/unit/network/statistics/test_port_v2.py' adding 'ceilometer/tests/unit/network/statistics/test_statistics.py' adding 'ceilometer/tests/unit/network/statistics/test_switch.py' adding 'ceilometer/tests/unit/network/statistics/test_table.py' adding 'ceilometer/tests/unit/network/statistics/opencontrail/__init__.py' adding 'ceilometer/tests/unit/network/statistics/opencontrail/test_client.py' adding 'ceilometer/tests/unit/network/statistics/opencontrail/test_driver.py' adding 'ceilometer/tests/unit/network/statistics/opendaylight/__init__.py' adding 'ceilometer/tests/unit/network/statistics/opendaylight/test_client.py' adding 'ceilometer/tests/unit/network/statistics/opendaylight/test_driver.py' adding 'ceilometer/tests/unit/objectstore/__init__.py' adding 'ceilometer/tests/unit/objectstore/test_rgw.py' adding 'ceilometer/tests/unit/objectstore/test_rgw_client.py' adding 'ceilometer/tests/unit/objectstore/test_swift.py' adding 'ceilometer/tests/unit/polling/__init__.py' adding 'ceilometer/tests/unit/polling/test_discovery.py' adding 'ceilometer/tests/unit/polling/test_dynamic_pollster.py' adding 'ceilometer/tests/unit/polling/test_manager.py' adding 'ceilometer/tests/unit/polling/test_non_openstack_credentials_discovery.py' adding 'ceilometer/tests/unit/polling/test_non_openstack_dynamic_pollster.py' adding 'ceilometer/tests/unit/publisher/__init__.py' adding 'ceilometer/tests/unit/publisher/test_file.py' adding 'ceilometer/tests/unit/publisher/test_gnocchi.py' adding 'ceilometer/tests/unit/publisher/test_http.py' adding 'ceilometer/tests/unit/publisher/test_messaging_publisher.py' adding 'ceilometer/tests/unit/publisher/test_monasca_data_filter.py' adding 'ceilometer/tests/unit/publisher/test_monasca_publisher.py' adding 'ceilometer/tests/unit/publisher/test_prometheus.py' adding 'ceilometer/tests/unit/publisher/test_tcp.py' adding 'ceilometer/tests/unit/publisher/test_udp.py' adding 'ceilometer/tests/unit/publisher/test_utils.py' adding 'ceilometer/tests/unit/publisher/test_zaqar.py' adding 'ceilometer/tests/unit/volume/__init__.py' adding 'ceilometer/tests/unit/volume/test_cinder.py' adding 'ceilometer/volume/__init__.py' adding 'ceilometer/volume/cinder.py' adding 'ceilometer/volume/discovery.py' adding 'ceilometer-21.0.1.dev6.data/data/etc/ceilometer/ceilometer-config-generator.conf' adding 'ceilometer-21.0.1.dev6.data/data/etc/ceilometer/polling.yaml' adding 'ceilometer-21.0.1.dev6.data/data/etc/ceilometer/polling_all.yaml' adding 'ceilometer-21.0.1.dev6.data/data/etc/ceilometer/rootwrap.conf' adding 'ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples/osprofiler_event_definitions.yaml' adding 'ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples/monasca-publisher/example_ceilometer.conf' adding 'ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples/monasca-publisher/example_pipeline.yaml' adding 'ceilometer-21.0.1.dev6.data/data/etc/ceilometer/examples/monasca-publisher/monasca_field_definitions.yaml' adding 'ceilometer-21.0.1.dev6.data/data/etc/ceilometer/rootwrap.d/ipmi.filters' adding 'ceilometer-21.0.1.dev6.dist-info/AUTHORS' adding 'ceilometer-21.0.1.dev6.dist-info/LICENSE' adding 'ceilometer-21.0.1.dev6.dist-info/METADATA' adding 'ceilometer-21.0.1.dev6.dist-info/WHEEL' adding 'ceilometer-21.0.1.dev6.dist-info/entry_points.txt' adding 'ceilometer-21.0.1.dev6.dist-info/pbr.json' adding 'ceilometer-21.0.1.dev6.dist-info/top_level.txt' adding 'ceilometer-21.0.1.dev6.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for ceilometer (PEP 517): finished with status 'done' Created wheel for ceilometer: filename=ceilometer-21.0.1.dev6-py3-none-any.whl size=401202 sha256=1ea92cf62560a80b6ca0fbc5978481b94ec3f7f1a7d2098e704e408f95040e08 Stored in directory: /builddir/.cache/pip/wheels/61/12/4f/2aff4be991b916d451048f758d182be752e51b7940ee8100c2 Successfully built ceilometer + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.r2tyjg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 + cd ceilometer-21.0.1.dev6 ++ ls /builddir/build/BUILD/ceilometer-21.0.1.dev6/pyproject-wheeldir/ceilometer-21.0.1.dev6-py3-none-any.whl ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' ++ xargs basename --multiple + specifier=ceilometer==21.0.1.dev6 + TMPDIR=/builddir/build/BUILD/ceilometer-21.0.1.dev6/.pyproject-builddir + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /builddir/build/BUILD/ceilometer-21.0.1.dev6/pyproject-wheeldir ceilometer==21.0.1.dev6 Using pip 21.2.3 from /usr/lib/python3.9/site-packages/pip (python 3.9) Looking in links: /builddir/build/BUILD/ceilometer-21.0.1.dev6/pyproject-wheeldir Processing ./pyproject-wheeldir/ceilometer-21.0.1.dev6-py3-none-any.whl Installing collected packages: ceilometer Creating /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-agent-notification to 755 changing mode of /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-polling to 755 changing mode of /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-rootwrap to 755 changing mode of /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-send-sample to 755 changing mode of /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-status to 755 changing mode of /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-upgrade to 755 Successfully installed ceilometer-21.0.1.dev6 + '[' -d /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin ']' + '[' -z s ']' + shebang_flags=-kas + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kas /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-agent-notification /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-polling /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-rootwrap /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-send-sample /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-status /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-upgrade /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-agent-notification: updating /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-polling: updating /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-rootwrap: updating /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-send-sample: updating /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-status: updating /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/ceilometer-upgrade: updating + rm -rfv /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/bin/__pycache__ + rm -f /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages ']' + site_dirs+=("/usr/lib/python3.9/site-packages") + '[' /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib64/python3.9/site-packages '!=' /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages ']' + '[' -d /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib64/python3.9/site-packages ']' + for site_dir in ${site_dirs[@]} + for distinfo in /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64$site_dir/*.dist-info + echo '%ghost /usr/lib/python3.9/site-packages/ceilometer-21.0.1.dev6.dist-info' + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer-21.0.1.dev6.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 --record /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer-21.0.1.dev6.dist-info/RECORD --output /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-record + rm -fv /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer-21.0.1.dev6.dist-info/RECORD removed '/builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer-21.0.1.dev6.dist-info/RECORD' + rm -fv /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer-21.0.1.dev6.dist-info/REQUESTED removed '/builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer-21.0.1.dev6.dist-info/REQUESTED' ++ wc -l /builddir/build/BUILD/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + /usr/bin/python3 setup.py compile_catalog -d /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale --domain ceilometer running compile_catalog compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/ru/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/ru/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/ja/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/ja/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/it/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/it/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/fr/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/fr/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/es/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/es/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.mo compiling catalog /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/de/LC_MESSAGES/ceilometer.po to /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/de/LC_MESSAGES/ceilometer.mo + PYTHONPATH=/builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64//usr/lib/python3.9/site-packages + oslo-config-generator --config-file=etc/ceilometer/ceilometer-config-generator.conf + sed -i 's/#meter_definitions_dirs.*/#meter_definitions_dirs =/g' etc/ceilometer/ceilometer.conf + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test log_dir + test /var/log/ceilometer + sed -i '0,/^# *log_dir=/{s!^# *log_dir=.*!#log_dir=/var/log/ceilometer!}' etc/ceilometer/ceilometer.conf + read name eq value + test use_stderr + test False + sed -i '0,/^# *use_stderr=/{s!^# *use_stderr=.*!#use_stderr=False!}' etc/ceilometer/ceilometer.conf + read name eq value + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/var/lib/ceilometer + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/var/lib/ceilometer/tmp + install -d -m 750 /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/var/log/ceilometer + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/rootwrap.d + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/sudoers.d + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/sysconfig + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/meters.d + install -p -D -m 640 /builddir/build/SOURCES/ceilometer-dist.conf /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share/ceilometer/ceilometer-dist.conf + install -p -D -m 440 /builddir/build/SOURCES/ceilometer-rootwrap-sudoers /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/sudoers.d/ceilometer + install -p -D -m 640 etc/ceilometer/ceilometer.conf /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/ceilometer.conf + install -p -D -m 640 ceilometer/pipeline/data/pipeline.yaml /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/pipeline.yaml + install -p -D -m 640 etc/ceilometer/polling.yaml /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/polling.yaml + install -p -D -m 640 ceilometer/pipeline/data/event_pipeline.yaml /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/event_pipeline.yaml + install -p -D -m 640 ceilometer/pipeline/data/event_definitions.yaml /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/event_definitions.yaml + install -p -D -m 640 etc/ceilometer/rootwrap.conf /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/rootwrap.conf + install -p -D -m 640 etc/ceilometer/rootwrap.d/ipmi.filters /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64//etc/ceilometer/rootwrap.d/ipmi.filters + install -p -D -m 640 ceilometer/publisher/data/gnocchi_resources.yaml /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/gnocchi_resources.yaml + install -p -D -m 640 ceilometer/data/meters.d/meters.yaml /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/ceilometer/meters.d/meters.yaml + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-compute.service /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/systemd/system/openstack-ceilometer-compute.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-central.service /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/systemd/system/openstack-ceilometer-central.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-notification.service /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/systemd/system/openstack-ceilometer-notification.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-ipmi.service /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/systemd/system/openstack-ceilometer-ipmi.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-polling.service /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/systemd/system/openstack-ceilometer-polling.service + install -p -D -m 644 /builddir/build/SOURCES/ceilometer.logrotate /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/etc/logrotate.d/openstack-ceilometer + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share + rm -f /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/de/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/es/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/fr/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/it/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/ja/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/ru/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po + rm -f '/builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale/*pot' + mv /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9/site-packages/ceilometer/locale /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 ceilometer --all-name + rm -f '/builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share/doc/ceilometer/README*' + rm -fr /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/etc + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 21.0.1-0.20240129101341.6222e6a.el9 --unique-debug-suffix -21.0.1-0.20240129101341.6222e6a.el9.x86_64 --unique-debug-src-base openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/ceilometer-21.0.1.dev6 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.noarch Provides: python-ceilometer = 1:21.0.1-0.20240129101341.6222e6a.el9 python3-ceilometer = 1:21.0.1-0.20240129101341.6222e6a.el9 python3.9-ceilometer = 1:21.0.1-0.20240129101341.6222e6a.el9 python3.9dist(ceilometer) = 21.0.1~~dev6 python3dist(ceilometer) = 21.0.1~~dev6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(cachetools) >= 2.1 python3.9dist(cotyledon) >= 1.3 python3.9dist(futurist) >= 1.8 python3.9dist(gnocchiclient) >= 7 python3.9dist(jsonpath-rw-ext) >= 1.1.3 python3.9dist(keystoneauth1) >= 3.18 python3.9dist(lxml) >= 4.5.1 python3.9dist(msgpack) >= 0.5.2 python3.9dist(oslo-cache) >= 1.26 python3.9dist(oslo-concurrency) >= 3.29 python3.9dist(oslo-config) >= 8.6 python3.9dist(oslo-i18n) >= 3.15.3 python3.9dist(oslo-log) >= 3.36 python3.9dist(oslo-messaging) >= 10.3 python3.9dist(oslo-privsep) >= 1.32 python3.9dist(oslo-reports) >= 1.18 python3.9dist(oslo-rootwrap) >= 2 python3.9dist(oslo-upgradecheck) >= 0.1.1 python3.9dist(oslo-utils) >= 4.7 python3.9dist(pbr) >= 2 python3.9dist(python-cinderclient) >= 3.3 python3.9dist(python-glanceclient) >= 2.8 python3.9dist(python-keystoneclient) >= 3.18 python3.9dist(python-monascaclient) >= 1.12 python3.9dist(python-neutronclient) >= 6.7 python3.9dist(python-novaclient) >= 9.1 python3.9dist(python-swiftclient) >= 3.2 python3.9dist(python-zaqarclient) >= 1.3 python3.9dist(pyyaml) >= 5.1 python3.9dist(requests) >= 2.25.1 python3.9dist(stevedore) >= 1.20 python3.9dist(tenacity) >= 6.3.1 python3.9dist(tooz) >= 1.47 python3.9dist(tooz[zake]) >= 1.47 python3.9dist(xmltodict) Obsoletes: python39-ceilometer < 1:21.0.1-0.20240129101341.6222e6a.el9 Processing files: openstack-ceilometer-common-21.0.1-0.20240129101341.6222e6a.el9.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.8ZYsRK + umask 022 + cd /builddir/build/BUILD + cd ceilometer-21.0.1.dev6 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share/licenses/openstack-ceilometer-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share/licenses/openstack-ceilometer-common + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share/licenses/openstack-ceilometer-common + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(openstack-ceilometer-common) = 1:21.0.1-0.20240129101341.6222e6a.el9 openstack-ceilometer-collector = 1:21.0.1-0.20240129101341.6222e6a.el9 openstack-ceilometer-common = 1:21.0.1-0.20240129101341.6222e6a.el9 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires: /usr/bin/python3 Obsoletes: openstack-ceilometer-collector < 1:21.0.1-0.20240129101341.6222e6a.el9 Processing files: openstack-ceilometer-compute-21.0.1-0.20240129101341.6222e6a.el9.noarch Provides: openstack-ceilometer-compute = 1:21.0.1-0.20240129101341.6222e6a.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Processing files: openstack-ceilometer-central-21.0.1-0.20240129101341.6222e6a.el9.noarch Provides: openstack-ceilometer-central = 1:21.0.1-0.20240129101341.6222e6a.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Processing files: openstack-ceilometer-notification-21.0.1-0.20240129101341.6222e6a.el9.noarch Provides: config(openstack-ceilometer-notification) = 1:21.0.1-0.20240129101341.6222e6a.el9 openstack-ceilometer-notification = 1:21.0.1-0.20240129101341.6222e6a.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python3 Processing files: openstack-ceilometer-ipmi-21.0.1-0.20240129101341.6222e6a.el9.noarch Provides: config(openstack-ceilometer-ipmi) = 1:21.0.1-0.20240129101341.6222e6a.el9 openstack-ceilometer-ipmi = 1:21.0.1-0.20240129101341.6222e6a.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Processing files: openstack-ceilometer-polling-21.0.1-0.20240129101341.6222e6a.el9.noarch Provides: openstack-ceilometer-polling = 1:21.0.1-0.20240129101341.6222e6a.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python3 Processing files: python3-ceilometer-tests-21.0.1-0.20240129101341.6222e6a.el9.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ODH8gJ + umask 022 + cd /builddir/build/BUILD + cd ceilometer-21.0.1.dev6 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share/licenses/python3-ceilometer-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share/licenses/python3-ceilometer-tests + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64/usr/share/licenses/python3-ceilometer-tests + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-ceilometer-tests = 1:21.0.1-0.20240129101341.6222e6a.el9 python3-ceilometer-tests = 1:21.0.1-0.20240129101341.6222e6a.el9 python3.9-ceilometer-tests = 1:21.0.1-0.20240129101341.6222e6a.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 Obsoletes: python39-ceilometer-tests < 1:21.0.1-0.20240129101341.6222e6a.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 Wrote: /builddir/build/SRPMS/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.src.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-notification-21.0.1-0.20240129101341.6222e6a.el9.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-ipmi-21.0.1-0.20240129101341.6222e6a.el9.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-common-21.0.1-0.20240129101341.6222e6a.el9.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-compute-21.0.1-0.20240129101341.6222e6a.el9.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-polling-21.0.1-0.20240129101341.6222e6a.el9.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-central-21.0.1-0.20240129101341.6222e6a.el9.noarch.rpm Wrote: /builddir/build/RPMS/python3-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.noarch.rpm Wrote: /builddir/build/RPMS/python3-ceilometer-tests-21.0.1-0.20240129101341.6222e6a.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yujzLa + umask 022 + cd /builddir/build/BUILD + cd ceilometer-21.0.1.dev6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-ceilometer-21.0.1-0.20240129101341.6222e6a.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0