Mock Version: 5.9 Mock Version: 5.9 Mock Version: 5.9 Mock Version: 5.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.spec'], chrootPath='/var/lib/mock/dlrn-centos9-caracal-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=1022gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.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/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.src.rpm Child return code was: 0 Mock Version: 5.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.spec'], chrootPath='/var/lib/mock/dlrn-centos9-caracal-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=1022gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.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/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.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/python-tap-as-a-service.spec'], chrootPath='/var/lib/mock/dlrn-centos9-caracal-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=1022gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.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.YUgYCh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tap-as-a-service-13.0.1.dev3 + /usr/bin/gzip -dc /builddir/build/SOURCES/tap-as-a-service-13.0.1.dev3-0.20241129170414.c04a073.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tap-as-a-service-13.0.1.dev3 + /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 'python-tap-as-a-service-13.0.1 base' + rm -rf tap-as-a-service.egg-info + 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/"setuptools>=.*"/"setuptools"/g' pyproject.toml + for pkg in doc8 bandit pre-commit hacking flake8-import-order isort astroid pylint psycopg2 + 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 isort astroid pylint psycopg2 + 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 isort astroid pylint psycopg2 + 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 isort astroid pylint psycopg2 + 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 isort astroid pylint psycopg2 + 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 isort astroid pylint psycopg2 + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^isort.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^isort.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order isort astroid pylint psycopg2 + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^astroid.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^astroid.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order isort astroid pylint psycopg2 + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^pylint.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^pylint.*/d' test-requirements.txt + for pkg in doc8 bandit pre-commit hacking flake8-import-order isort astroid pylint psycopg2 + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f doc/requirements.txt ']' + sed -i '/^psycopg2.*/d' doc/requirements.txt + for reqfile in doc/requirements.txt test-requirements.txt + '[' -f test-requirements.txt ']' + sed -i '/^psycopg2.*/d' test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.sn8uIW + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(packaging)' + echo 'python3dist(pip) >= 19' + '[' -f pyproject.toml ']' + echo '(python3dist(tomli) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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' + CXXFLAGS='-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' + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + 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 ' + LT_SYS_LIBRARY_PATH=/usr/lib64: + CC=gcc + CXX=g++ + TMPDIR=/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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/tap-as-a-service-13.0.1.dev3/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires -t -e py39 Handling pbr>=5.7.0 from build-system.requires Requirement satisfied: pbr>=5.7.0 (installed: pbr 6.0.0) Handling setuptools from build-system.requires Requirement satisfied: setuptools (installed: setuptools 65.5.1) Handling wheel from get_requires_for_build_wheel Requirement not satisfied: wheel Handling pbr>=2.0.0 from get_requires_for_build_wheel Requirement satisfied: pbr>=2.0.0 (installed: pbr 6.0.0) Exiting dependency generation pass: get_requires_for_build_wheel + cat /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.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 --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.spec'], chrootPath='/var/lib/mock/dlrn-centos9-caracal-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=1022gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.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.PkYDf4 + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(packaging)' + echo 'python3dist(pip) >= 19' + '[' -f pyproject.toml ']' + echo '(python3dist(tomli) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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' + CXXFLAGS='-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' + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + 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 ' + LT_SYS_LIBRARY_PATH=/usr/lib64: + CC=gcc + CXX=g++ + TMPDIR=/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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/tap-as-a-service-13.0.1.dev3/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires -t -e py39 Handling pbr>=5.7.0 from build-system.requires Requirement satisfied: pbr>=5.7.0 (installed: pbr 6.0.0) Handling setuptools from build-system.requires Requirement satisfied: setuptools (installed: setuptools 65.5.1) Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling pbr>=2.0.0 from get_requires_for_build_wheel Requirement satisfied: pbr>=2.0.0 (installed: pbr 6.0.0) 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/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.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 --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.spec'], chrootPath='/var/lib/mock/dlrn-centos9-caracal-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=1022gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.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.rhE1CV + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(packaging)' + echo 'python3dist(pip) >= 19' + '[' -f pyproject.toml ']' + echo '(python3dist(tomli) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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' + CXXFLAGS='-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' + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + 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 ' + LT_SYS_LIBRARY_PATH=/usr/lib64: + CC=gcc + CXX=g++ + TMPDIR=/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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/tap-as-a-service-13.0.1.dev3/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires -t -e py39 Handling pbr>=5.7.0 from build-system.requires Requirement satisfied: pbr>=5.7.0 (installed: pbr 6.0.0) Handling setuptools from build-system.requires Requirement satisfied: setuptools (installed: setuptools 65.5.1) Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling pbr>=2.0.0 from get_requires_for_build_wheel Requirement satisfied: pbr>=2.0.0 (installed: pbr 6.0.0) 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 pbr>=5.5.0 from tox --print-deps-only: py39 Requirement satisfied: pbr>=5.5.0 (installed: pbr 6.0.0) Handling Babel>=2.8.0 from tox --print-deps-only: py39 Requirement satisfied: Babel>=2.8.0 (installed: Babel 2.9.1) Handling neutron>=16.0.0.0b1 from tox --print-deps-only: py39 Requirement satisfied: neutron>=16.0.0.0b1 (installed: neutron 24.0.2.dev62) Handling neutron-lib>=2.11.0 from tox --print-deps-only: py39 Requirement satisfied: neutron-lib>=2.11.0 (installed: neutron-lib 3.11.1) Handling openstacksdk>=0.102.0 from tox --print-deps-only: py39 Requirement satisfied: openstacksdk>=0.102.0 (installed: openstacksdk 3.0.0) Handling osc-lib>=2.3.0 from tox --print-deps-only: py39 Requirement satisfied: osc-lib>=2.3.0 (installed: osc-lib 3.0.1) Handling coverage>=5.2.1 from tox --print-deps-only: py39 Requirement not satisfied: coverage>=5.2.1 Handling python-subunit>=1.4.0 from tox --print-deps-only: py39 Requirement satisfied: python-subunit>=1.4.0 (installed: python-subunit 1.4.0) Handling PyMySQL>=0.10.0 from tox --print-deps-only: py39 Requirement satisfied: PyMySQL>=0.10.0 (installed: PyMySQL 0.10.1) Handling oslotest>=4.4.1 from tox --print-deps-only: py39 Requirement satisfied: oslotest>=4.4.1 (installed: oslotest 5.0.0) Handling requests_mock>=1.5.0 from tox --print-deps-only: py39 Requirement satisfied: requests_mock>=1.5.0 (installed: requests_mock 1.10.0) Handling stestr>=3.0.1 from tox --print-deps-only: py39 Requirement satisfied: stestr>=3.0.1 (installed: stestr 4.1.0) Handling testresources>=2.0.1 from tox --print-deps-only: py39 Requirement satisfied: testresources>=2.0.1 (installed: testresources 2.0.1) Handling testscenarios>=0.5.0 from tox --print-deps-only: py39 Requirement satisfied: testscenarios>=0.5.0 (installed: testscenarios 0.5.0) Handling testtools>=2.4.0 from tox --print-deps-only: py39 Requirement satisfied: testtools>=2.4.0 (installed: testtools 2.7.1) Handling WebTest>=2.0.27 from tox --print-deps-only: py39 Requirement satisfied: WebTest>=2.0.27 (installed: WebTest 3.0.0) /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running dist_info writing tap_as_a_service.egg-info/PKG-INFO writing dependency_links to tap_as_a_service.egg-info/dependency_links.txt writing entry points to tap_as_a_service.egg-info/entry_points.txt writing requirements to tap_as_a_service.egg-info/requires.txt writing top-level names to tap_as_a_service.egg-info/top_level.txt writing pbr to tap_as_a_service.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 'tap_as_a_service.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/tap_as_a_service-13.0.1.dev3.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") Handling pbr (>=5.5.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: pbr (>=5.5.0) (installed: pbr 6.0.0) Handling Babel (>=2.8.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: Babel (>=2.8.0) (installed: Babel 2.9.1) Handling neutron (>=16.0.0.0b1) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: neutron (>=16.0.0.0b1) (installed: neutron 24.0.2.dev62) Handling neutron-lib (>=2.11.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: neutron-lib (>=2.11.0) (installed: neutron-lib 3.11.1) Handling openstacksdk (>=0.102.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: openstacksdk (>=0.102.0) (installed: openstacksdk 3.0.0) Handling osc-lib (>=2.3.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: osc-lib (>=2.3.0) (installed: osc-lib 3.0.1) + cat /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires + rm -rfv tap_as_a_service-13.0.1.dev3.dist-info/ removed 'tap_as_a_service-13.0.1.dev3.dist-info/LICENSE' removed 'tap_as_a_service-13.0.1.dev3.dist-info/AUTHORS' removed 'tap_as_a_service-13.0.1.dev3.dist-info/METADATA' removed 'tap_as_a_service-13.0.1.dev3.dist-info/entry_points.txt' removed 'tap_as_a_service-13.0.1.dev3.dist-info/pbr.json' removed 'tap_as_a_service-13.0.1.dev3.dist-info/top_level.txt' removed directory 'tap_as_a_service-13.0.1.dev3.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.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 --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.spec'], chrootPath='/var/lib/mock/dlrn-centos9-caracal-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=1022gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-tap-as-a-service.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.qQM4ti + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(packaging)' + echo 'python3dist(pip) >= 19' + '[' -f pyproject.toml ']' + echo '(python3dist(tomli) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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' + CXXFLAGS='-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' + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + 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 ' + LT_SYS_LIBRARY_PATH=/usr/lib64: + CC=gcc + CXX=g++ + TMPDIR=/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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/tap-as-a-service-13.0.1.dev3/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires -t -e py39 Handling pbr>=5.7.0 from build-system.requires Requirement satisfied: pbr>=5.7.0 (installed: pbr 6.0.0) Handling setuptools from build-system.requires Requirement satisfied: setuptools (installed: setuptools 65.5.1) Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling pbr>=2.0.0 from get_requires_for_build_wheel Requirement satisfied: pbr>=2.0.0 (installed: pbr 6.0.0) 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 pbr>=5.5.0 from tox --print-deps-only: py39 Requirement satisfied: pbr>=5.5.0 (installed: pbr 6.0.0) Handling Babel>=2.8.0 from tox --print-deps-only: py39 Requirement satisfied: Babel>=2.8.0 (installed: Babel 2.9.1) Handling neutron>=16.0.0.0b1 from tox --print-deps-only: py39 Requirement satisfied: neutron>=16.0.0.0b1 (installed: neutron 24.0.2.dev62) Handling neutron-lib>=2.11.0 from tox --print-deps-only: py39 Requirement satisfied: neutron-lib>=2.11.0 (installed: neutron-lib 3.11.1) Handling openstacksdk>=0.102.0 from tox --print-deps-only: py39 Requirement satisfied: openstacksdk>=0.102.0 (installed: openstacksdk 3.0.0) Handling osc-lib>=2.3.0 from tox --print-deps-only: py39 Requirement satisfied: osc-lib>=2.3.0 (installed: osc-lib 3.0.1) Handling coverage>=5.2.1 from tox --print-deps-only: py39 Requirement satisfied: coverage>=5.2.1 (installed: coverage 7.3.2) Handling python-subunit>=1.4.0 from tox --print-deps-only: py39 Requirement satisfied: python-subunit>=1.4.0 (installed: python-subunit 1.4.0) Handling PyMySQL>=0.10.0 from tox --print-deps-only: py39 Requirement satisfied: PyMySQL>=0.10.0 (installed: PyMySQL 0.10.1) Handling oslotest>=4.4.1 from tox --print-deps-only: py39 Requirement satisfied: oslotest>=4.4.1 (installed: oslotest 5.0.0) Handling requests_mock>=1.5.0 from tox --print-deps-only: py39 Requirement satisfied: requests_mock>=1.5.0 (installed: requests_mock 1.10.0) Handling stestr>=3.0.1 from tox --print-deps-only: py39 Requirement satisfied: stestr>=3.0.1 (installed: stestr 4.1.0) Handling testresources>=2.0.1 from tox --print-deps-only: py39 Requirement satisfied: testresources>=2.0.1 (installed: testresources 2.0.1) Handling testscenarios>=0.5.0 from tox --print-deps-only: py39 Requirement satisfied: testscenarios>=0.5.0 (installed: testscenarios 0.5.0) Handling testtools>=2.4.0 from tox --print-deps-only: py39 Requirement satisfied: testtools>=2.4.0 (installed: testtools 2.7.1) Handling WebTest>=2.0.27 from tox --print-deps-only: py39 Requirement satisfied: WebTest>=2.0.27 (installed: WebTest 3.0.0) /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running dist_info writing tap_as_a_service.egg-info/PKG-INFO writing dependency_links to tap_as_a_service.egg-info/dependency_links.txt writing entry points to tap_as_a_service.egg-info/entry_points.txt writing requirements to tap_as_a_service.egg-info/requires.txt writing top-level names to tap_as_a_service.egg-info/top_level.txt writing pbr to tap_as_a_service.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 'tap_as_a_service.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/tap_as_a_service-13.0.1.dev3.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") Handling pbr (>=5.5.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: pbr (>=5.5.0) (installed: pbr 6.0.0) Handling Babel (>=2.8.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: Babel (>=2.8.0) (installed: Babel 2.9.1) Handling neutron (>=16.0.0.0b1) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: neutron (>=16.0.0.0b1) (installed: neutron 24.0.2.dev62) Handling neutron-lib (>=2.11.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: neutron-lib (>=2.11.0) (installed: neutron-lib 3.11.1) Handling openstacksdk (>=0.102.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: openstacksdk (>=0.102.0) (installed: openstacksdk 3.0.0) Handling osc-lib (>=2.3.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: osc-lib (>=2.3.0) (installed: osc-lib 3.0.1) + cat /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires + rm -rfv tap_as_a_service-13.0.1.dev3.dist-info/ removed 'tap_as_a_service-13.0.1.dev3.dist-info/LICENSE' removed 'tap_as_a_service-13.0.1.dev3.dist-info/AUTHORS' removed 'tap_as_a_service-13.0.1.dev3.dist-info/METADATA' removed 'tap_as_a_service-13.0.1.dev3.dist-info/top_level.txt' removed 'tap_as_a_service-13.0.1.dev3.dist-info/pbr.json' removed 'tap_as_a_service-13.0.1.dev3.dist-info/entry_points.txt' removed directory 'tap_as_a_service-13.0.1.dev3.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.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 /builddir/build/SPECS/python-tap-as-a-service.spec'], chrootPath='/var/lib/mock/dlrn-centos9-caracal-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=1022gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/python-tap-as-a-service.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.VXPObe + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(packaging)' + echo 'python3dist(pip) >= 19' + '[' -f pyproject.toml ']' + echo '(python3dist(tomli) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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' + CXXFLAGS='-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' + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + 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 ' + LT_SYS_LIBRARY_PATH=/usr/lib64: + CC=gcc + CXX=g++ + TMPDIR=/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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/tap-as-a-service-13.0.1.dev3/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires -t -e py39 Handling pbr>=5.7.0 from build-system.requires Requirement satisfied: pbr>=5.7.0 (installed: pbr 6.0.0) Handling setuptools from build-system.requires Requirement satisfied: setuptools (installed: setuptools 65.5.1) Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling pbr>=2.0.0 from get_requires_for_build_wheel Requirement satisfied: pbr>=2.0.0 (installed: pbr 6.0.0) 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 pbr>=5.5.0 from tox --print-deps-only: py39 Requirement satisfied: pbr>=5.5.0 (installed: pbr 6.0.0) Handling Babel>=2.8.0 from tox --print-deps-only: py39 Requirement satisfied: Babel>=2.8.0 (installed: Babel 2.9.1) Handling neutron>=16.0.0.0b1 from tox --print-deps-only: py39 Requirement satisfied: neutron>=16.0.0.0b1 (installed: neutron 24.0.2.dev62) Handling neutron-lib>=2.11.0 from tox --print-deps-only: py39 Requirement satisfied: neutron-lib>=2.11.0 (installed: neutron-lib 3.11.1) Handling openstacksdk>=0.102.0 from tox --print-deps-only: py39 Requirement satisfied: openstacksdk>=0.102.0 (installed: openstacksdk 3.0.0) Handling osc-lib>=2.3.0 from tox --print-deps-only: py39 Requirement satisfied: osc-lib>=2.3.0 (installed: osc-lib 3.0.1) Handling coverage>=5.2.1 from tox --print-deps-only: py39 Requirement satisfied: coverage>=5.2.1 (installed: coverage 7.3.2) Handling python-subunit>=1.4.0 from tox --print-deps-only: py39 Requirement satisfied: python-subunit>=1.4.0 (installed: python-subunit 1.4.0) Handling PyMySQL>=0.10.0 from tox --print-deps-only: py39 Requirement satisfied: PyMySQL>=0.10.0 (installed: PyMySQL 0.10.1) Handling oslotest>=4.4.1 from tox --print-deps-only: py39 Requirement satisfied: oslotest>=4.4.1 (installed: oslotest 5.0.0) Handling requests_mock>=1.5.0 from tox --print-deps-only: py39 Requirement satisfied: requests_mock>=1.5.0 (installed: requests_mock 1.10.0) Handling stestr>=3.0.1 from tox --print-deps-only: py39 Requirement satisfied: stestr>=3.0.1 (installed: stestr 4.1.0) Handling testresources>=2.0.1 from tox --print-deps-only: py39 Requirement satisfied: testresources>=2.0.1 (installed: testresources 2.0.1) Handling testscenarios>=0.5.0 from tox --print-deps-only: py39 Requirement satisfied: testscenarios>=0.5.0 (installed: testscenarios 0.5.0) Handling testtools>=2.4.0 from tox --print-deps-only: py39 Requirement satisfied: testtools>=2.4.0 (installed: testtools 2.7.1) Handling WebTest>=2.0.27 from tox --print-deps-only: py39 Requirement satisfied: WebTest>=2.0.27 (installed: WebTest 3.0.0) /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running dist_info writing tap_as_a_service.egg-info/PKG-INFO writing dependency_links to tap_as_a_service.egg-info/dependency_links.txt writing entry points to tap_as_a_service.egg-info/entry_points.txt writing requirements to tap_as_a_service.egg-info/requires.txt writing top-level names to tap_as_a_service.egg-info/top_level.txt writing pbr to tap_as_a_service.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 'tap_as_a_service.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/tap_as_a_service-13.0.1.dev3.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") Handling pbr (>=5.5.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: pbr (>=5.5.0) (installed: pbr 6.0.0) Handling Babel (>=2.8.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: Babel (>=2.8.0) (installed: Babel 2.9.1) Handling neutron (>=16.0.0.0b1) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: neutron (>=16.0.0.0b1) (installed: neutron 24.0.2.dev62) Handling neutron-lib (>=2.11.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: neutron-lib (>=2.11.0) (installed: neutron-lib 3.11.1) Handling openstacksdk (>=0.102.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: openstacksdk (>=0.102.0) (installed: openstacksdk 3.0.0) Handling osc-lib (>=2.3.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: osc-lib (>=2.3.0) (installed: osc-lib 3.0.1) + cat /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-buildrequires + rm -rfv tap_as_a_service-13.0.1.dev3.dist-info/ removed 'tap_as_a_service-13.0.1.dev3.dist-info/LICENSE' removed 'tap_as_a_service-13.0.1.dev3.dist-info/AUTHORS' removed 'tap_as_a_service-13.0.1.dev3.dist-info/METADATA' removed 'tap_as_a_service-13.0.1.dev3.dist-info/entry_points.txt' removed 'tap_as_a_service-13.0.1.dev3.dist-info/pbr.json' removed 'tap_as_a_service-13.0.1.dev3.dist-info/top_level.txt' removed directory 'tap_as_a_service-13.0.1.dev3.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jCJp0q + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + mkdir -p /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.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' + CXXFLAGS='-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' + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + 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 ' + LT_SYS_LIBRARY_PATH=/usr/lib64: + CC=gcc + CXX=g++ + TMPDIR=/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/pyproject-wheeldir Processing /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3 Preparing metadata (pyproject.toml): 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/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/tmpqq9zx2hw /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running dist_info creating /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service.egg-info writing /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service.egg-info/PKG-INFO writing dependency_links to /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service.egg-info/dependency_links.txt writing entry points to /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service.egg-info/entry_points.txt writing requirements to /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service.egg-info/requires.txt writing top-level names to /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service.egg-info/top_level.txt writing pbr to /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file '/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service.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/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-modern-metadata-ac4pxomw/tap_as_a_service-13.0.1.dev3.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: tap-as-a-service Building wheel for tap-as-a-service (pyproject.toml): 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/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/tmp9o1fs_qc /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/neutron_taas creating build/lib/neutron_taas/services creating build/lib/neutron_taas/services/taas creating build/lib/neutron_taas/services/taas/drivers copying neutron_taas/services/taas/drivers/__init__.py -> build/lib/neutron_taas/services/taas/drivers creating build/lib/neutron_taas/services/taas/agents creating build/lib/neutron_taas/services/taas/agents/extensions copying neutron_taas/services/taas/agents/extensions/taas.py -> build/lib/neutron_taas/services/taas/agents/extensions copying neutron_taas/services/taas/agents/extensions/__init__.py -> build/lib/neutron_taas/services/taas/agents/extensions copying neutron_taas/services/__init__.py -> build/lib/neutron_taas/services creating build/lib/neutron_taas/tests creating build/lib/neutron_taas/tests/unit creating build/lib/neutron_taas/tests/unit/services creating build/lib/neutron_taas/tests/unit/services/taas copying neutron_taas/tests/unit/services/taas/test_taas_plugin.py -> build/lib/neutron_taas/tests/unit/services/taas copying neutron_taas/tests/unit/services/taas/__init__.py -> build/lib/neutron_taas/tests/unit/services/taas creating build/lib/neutron_taas/tests/unit/taas_client copying neutron_taas/tests/unit/taas_client/__init__.py -> build/lib/neutron_taas/tests/unit/taas_client creating build/lib/neutron_taas/services/taas/drivers/linux copying neutron_taas/services/taas/drivers/linux/sriov_nic_utils.py -> build/lib/neutron_taas/services/taas/drivers/linux copying neutron_taas/services/taas/drivers/linux/sriov_nic_taas.py -> build/lib/neutron_taas/services/taas/drivers/linux copying neutron_taas/services/taas/drivers/linux/sriov_nic_exceptions.py -> build/lib/neutron_taas/services/taas/drivers/linux copying neutron_taas/services/taas/drivers/linux/ovs_utils.py -> build/lib/neutron_taas/services/taas/drivers/linux copying neutron_taas/services/taas/drivers/linux/ovs_taas.py -> build/lib/neutron_taas/services/taas/drivers/linux copying neutron_taas/services/taas/drivers/linux/ovs_constants.py -> build/lib/neutron_taas/services/taas/drivers/linux copying neutron_taas/services/taas/drivers/linux/__init__.py -> build/lib/neutron_taas/services/taas/drivers/linux creating build/lib/neutron_taas/db creating build/lib/neutron_taas/db/migration creating build/lib/neutron_taas/db/migration/alembic_migration copying neutron_taas/db/migration/alembic_migration/env.py -> build/lib/neutron_taas/db/migration/alembic_migration copying neutron_taas/db/migration/alembic_migration/__init__.py -> build/lib/neutron_taas/db/migration/alembic_migration copying neutron_taas/db/taas_db.py -> build/lib/neutron_taas/db copying neutron_taas/db/head.py -> build/lib/neutron_taas/db copying neutron_taas/db/__init__.py -> build/lib/neutron_taas/db creating build/lib/neutron_taas/tests/unit/extensions copying neutron_taas/tests/unit/extensions/test_vlan_filter.py -> build/lib/neutron_taas/tests/unit/extensions copying neutron_taas/tests/unit/extensions/test_taas.py -> build/lib/neutron_taas/tests/unit/extensions copying neutron_taas/tests/unit/extensions/__init__.py -> build/lib/neutron_taas/tests/unit/extensions creating build/lib/neutron_taas/tests/unit/taas_client/osc copying neutron_taas/tests/unit/taas_client/osc/test_osc_tap_service.py -> build/lib/neutron_taas/tests/unit/taas_client/osc copying neutron_taas/tests/unit/taas_client/osc/test_osc_tap_flow.py -> build/lib/neutron_taas/tests/unit/taas_client/osc copying neutron_taas/tests/unit/taas_client/osc/fakes.py -> build/lib/neutron_taas/tests/unit/taas_client/osc copying neutron_taas/tests/unit/taas_client/osc/__init__.py -> build/lib/neutron_taas/tests/unit/taas_client/osc copying neutron_taas/_i18n.py -> build/lib/neutron_taas copying neutron_taas/__init__.py -> build/lib/neutron_taas copying neutron_taas/tests/unit/__init__.py -> build/lib/neutron_taas/tests/unit creating build/lib/neutron_taas/tests/unit/db copying neutron_taas/tests/unit/db/test_taas_db.py -> build/lib/neutron_taas/tests/unit/db copying neutron_taas/tests/unit/db/test_migrations.py -> build/lib/neutron_taas/tests/unit/db copying neutron_taas/tests/unit/db/__init__.py -> build/lib/neutron_taas/tests/unit/db copying neutron_taas/tests/unit/services/__init__.py -> build/lib/neutron_taas/tests/unit/services copying neutron_taas/tests/base.py -> build/lib/neutron_taas/tests copying neutron_taas/tests/__init__.py -> build/lib/neutron_taas/tests copying neutron_taas/db/migration/taas_init_ops.py -> build/lib/neutron_taas/db/migration copying neutron_taas/db/migration/__init__.py -> build/lib/neutron_taas/db/migration copying neutron_taas/services/taas/taas_plugin.py -> build/lib/neutron_taas/services/taas copying neutron_taas/services/taas/__init__.py -> build/lib/neutron_taas/services/taas creating build/lib/neutron_taas/policies copying neutron_taas/policies/tap_service.py -> build/lib/neutron_taas/policies copying neutron_taas/policies/tap_flow.py -> build/lib/neutron_taas/policies copying neutron_taas/policies/__init__.py -> build/lib/neutron_taas/policies creating build/lib/neutron_taas/taas_client copying neutron_taas/taas_client/__init__.py -> build/lib/neutron_taas/taas_client creating build/lib/neutron_taas/tests/unit/services/drivers copying neutron_taas/tests/unit/services/drivers/test_linux_sriov_utils.py -> build/lib/neutron_taas/tests/unit/services/drivers copying neutron_taas/tests/unit/services/drivers/test_linux_sriov_nic_driver.py -> build/lib/neutron_taas/tests/unit/services/drivers copying neutron_taas/tests/unit/services/drivers/__init__.py -> build/lib/neutron_taas/tests/unit/services/drivers creating build/lib/neutron_taas/extensions copying neutron_taas/extensions/vlan_filter.py -> build/lib/neutron_taas/extensions copying neutron_taas/extensions/taas.py -> build/lib/neutron_taas/extensions copying neutron_taas/extensions/__init__.py -> build/lib/neutron_taas/extensions creating build/lib/neutron_taas/common copying neutron_taas/common/utils.py -> build/lib/neutron_taas/common copying neutron_taas/common/topics.py -> build/lib/neutron_taas/common copying neutron_taas/common/constants.py -> build/lib/neutron_taas/common copying neutron_taas/common/config.py -> build/lib/neutron_taas/common copying neutron_taas/common/__init__.py -> build/lib/neutron_taas/common creating build/lib/neutron_taas/taas_client/osc copying neutron_taas/taas_client/osc/tap_service.py -> build/lib/neutron_taas/taas_client/osc copying neutron_taas/taas_client/osc/tap_flow.py -> build/lib/neutron_taas/taas_client/osc copying neutron_taas/taas_client/osc/__init__.py -> build/lib/neutron_taas/taas_client/osc creating build/lib/neutron_taas/services/taas/service_drivers copying neutron_taas/services/taas/service_drivers/taas_rpc.py -> build/lib/neutron_taas/services/taas/service_drivers copying neutron_taas/services/taas/service_drivers/taas_agent_api.py -> build/lib/neutron_taas/services/taas/service_drivers copying neutron_taas/services/taas/service_drivers/service_driver_context.py -> build/lib/neutron_taas/services/taas/service_drivers copying neutron_taas/services/taas/service_drivers/__init__.py -> build/lib/neutron_taas/services/taas/service_drivers copying neutron_taas/services/taas/agents/taas_agent_api.py -> build/lib/neutron_taas/services/taas/agents copying neutron_taas/services/taas/agents/__init__.py -> build/lib/neutron_taas/services/taas/agents creating build/lib/neutron_taas/services/taas/agents/common copying neutron_taas/services/taas/agents/common/taas_agent.py -> build/lib/neutron_taas/services/taas/agents/common copying neutron_taas/services/taas/agents/common/__init__.py -> build/lib/neutron_taas/services/taas/agents/common running egg_info writing tap_as_a_service.egg-info/PKG-INFO writing dependency_links to tap_as_a_service.egg-info/dependency_links.txt writing entry points to tap_as_a_service.egg-info/entry_points.txt writing requirements to tap_as_a_service.egg-info/requires.txt writing top-level names to tap_as_a_service.egg-info/top_level.txt writing pbr to tap_as_a_service.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 'tap_as_a_service.egg-info/SOURCES.txt' /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'neutron_taas.db.migration.alembic_migration.versions' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'neutron_taas.db.migration.alembic_migration.versions' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'neutron_taas.db.migration.alembic_migration.versions' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'neutron_taas.db.migration.alembic_migration.versions' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'neutron_taas.db.migration.alembic_migration.versions.newton.contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'neutron_taas.db.migration.alembic_migration.versions.newton.contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'neutron_taas.db.migration.alembic_migration.versions.newton.contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'neutron_taas.db.migration.alembic_migration.versions.newton.contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'neutron_taas.db.migration.alembic_migration.versions.newton.expand' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'neutron_taas.db.migration.alembic_migration.versions.newton.expand' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'neutron_taas.db.migration.alembic_migration.versions.newton.expand' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'neutron_taas.db.migration.alembic_migration.versions.newton.expand' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'neutron_taas.db.migration.alembic_migration.versions.pike.contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'neutron_taas.db.migration.alembic_migration.versions.pike.contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'neutron_taas.db.migration.alembic_migration.versions.pike.contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'neutron_taas.db.migration.alembic_migration.versions.pike.contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'neutron_taas.db.migration.alembic_migration.versions.stein.expand' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'neutron_taas.db.migration.alembic_migration.versions.stein.expand' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'neutron_taas.db.migration.alembic_migration.versions.stein.expand' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'neutron_taas.db.migration.alembic_migration.versions.stein.expand' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying neutron_taas/db/migration/alembic_migration/README -> build/lib/neutron_taas/db/migration/alembic_migration copying neutron_taas/db/migration/alembic_migration/script.py.mako -> build/lib/neutron_taas/db/migration/alembic_migration creating build/lib/neutron_taas/db/migration/alembic_migration/versions copying neutron_taas/db/migration/alembic_migration/versions/CONTRACT_HEAD -> build/lib/neutron_taas/db/migration/alembic_migration/versions copying neutron_taas/db/migration/alembic_migration/versions/EXPAND_HEAD -> build/lib/neutron_taas/db/migration/alembic_migration/versions copying neutron_taas/db/migration/alembic_migration/versions/start_neutron_taas.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions creating build/lib/neutron_taas/db/migration/alembic_migration/versions/newton creating build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/contract copying neutron_taas/db/migration/alembic_migration/versions/newton/contract/1817af933379_remove_network_id_from_tap_service.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/contract copying neutron_taas/db/migration/alembic_migration/versions/newton/contract/2ecce0368a62_add_foreign_key_constraint_on_tap_id_association.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/contract copying neutron_taas/db/migration/alembic_migration/versions/newton/contract/4086b3cffc01_rename_tenant_to_project.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/contract copying neutron_taas/db/migration/alembic_migration/versions/newton/contract/80c85b675b6e_initial_newton_no_op_contract_script.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/contract creating build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/expand copying neutron_taas/db/migration/alembic_migration/versions/newton/expand/04625466c6fa_initial_newton_no_op_expand_script.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/expand copying neutron_taas/db/migration/alembic_migration/versions/newton/expand/fddbdec8711a_add_status.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/expand creating build/lib/neutron_taas/db/migration/alembic_migration/versions/pike creating build/lib/neutron_taas/db/migration/alembic_migration/versions/pike/contract copying neutron_taas/db/migration/alembic_migration/versions/pike/contract/bac61f603e39_alter_tap_id_associations_to_support_tap_id_reuse.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions/pike/contract creating build/lib/neutron_taas/db/migration/alembic_migration/versions/stein creating build/lib/neutron_taas/db/migration/alembic_migration/versions/stein/expand copying neutron_taas/db/migration/alembic_migration/versions/stein/expand/ccbcc559d175_add_vlan_filter_to_tap_flow.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions/stein/expand running build_scripts creating build/scripts-3.9 copying bin/i40e_sysfs_command -> build/scripts-3.9 changing mode of build/scripts-3.9/i40e_sysfs_command from 644 to 755 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/neutron_taas creating build/bdist.linux-x86_64/wheel/neutron_taas/common copying build/lib/neutron_taas/common/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/common copying build/lib/neutron_taas/common/config.py -> build/bdist.linux-x86_64/wheel/neutron_taas/common copying build/lib/neutron_taas/common/constants.py -> build/bdist.linux-x86_64/wheel/neutron_taas/common copying build/lib/neutron_taas/common/topics.py -> build/bdist.linux-x86_64/wheel/neutron_taas/common copying build/lib/neutron_taas/common/utils.py -> build/bdist.linux-x86_64/wheel/neutron_taas/common creating build/bdist.linux-x86_64/wheel/neutron_taas/extensions copying build/lib/neutron_taas/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/extensions copying build/lib/neutron_taas/extensions/taas.py -> build/bdist.linux-x86_64/wheel/neutron_taas/extensions copying build/lib/neutron_taas/extensions/vlan_filter.py -> build/bdist.linux-x86_64/wheel/neutron_taas/extensions creating build/bdist.linux-x86_64/wheel/neutron_taas/taas_client creating build/bdist.linux-x86_64/wheel/neutron_taas/taas_client/osc copying build/lib/neutron_taas/taas_client/osc/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/taas_client/osc copying build/lib/neutron_taas/taas_client/osc/tap_flow.py -> build/bdist.linux-x86_64/wheel/neutron_taas/taas_client/osc copying build/lib/neutron_taas/taas_client/osc/tap_service.py -> build/bdist.linux-x86_64/wheel/neutron_taas/taas_client/osc copying build/lib/neutron_taas/taas_client/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/taas_client creating build/bdist.linux-x86_64/wheel/neutron_taas/policies copying build/lib/neutron_taas/policies/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/policies copying build/lib/neutron_taas/policies/tap_flow.py -> build/bdist.linux-x86_64/wheel/neutron_taas/policies copying build/lib/neutron_taas/policies/tap_service.py -> build/bdist.linux-x86_64/wheel/neutron_taas/policies copying build/lib/neutron_taas/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas copying build/lib/neutron_taas/_i18n.py -> build/bdist.linux-x86_64/wheel/neutron_taas creating build/bdist.linux-x86_64/wheel/neutron_taas/db copying build/lib/neutron_taas/db/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db copying build/lib/neutron_taas/db/head.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db copying build/lib/neutron_taas/db/taas_db.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration copying build/lib/neutron_taas/db/migration/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration copying build/lib/neutron_taas/db/migration/taas_init_ops.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/stein creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/stein/expand copying build/lib/neutron_taas/db/migration/alembic_migration/versions/stein/expand/ccbcc559d175_add_vlan_filter_to_tap_flow.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/stein/expand creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/pike creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/pike/contract copying build/lib/neutron_taas/db/migration/alembic_migration/versions/pike/contract/bac61f603e39_alter_tap_id_associations_to_support_tap_id_reuse.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/pike/contract creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/newton creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/newton/expand copying build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/expand/fddbdec8711a_add_status.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/newton/expand copying build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/expand/04625466c6fa_initial_newton_no_op_expand_script.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/newton/expand creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/newton/contract copying build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/contract/80c85b675b6e_initial_newton_no_op_contract_script.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/newton/contract copying build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/contract/4086b3cffc01_rename_tenant_to_project.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/newton/contract copying build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/contract/2ecce0368a62_add_foreign_key_constraint_on_tap_id_association.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/newton/contract copying build/lib/neutron_taas/db/migration/alembic_migration/versions/newton/contract/1817af933379_remove_network_id_from_tap_service.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/newton/contract copying build/lib/neutron_taas/db/migration/alembic_migration/versions/start_neutron_taas.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions copying build/lib/neutron_taas/db/migration/alembic_migration/versions/EXPAND_HEAD -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions copying build/lib/neutron_taas/db/migration/alembic_migration/versions/CONTRACT_HEAD -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions copying build/lib/neutron_taas/db/migration/alembic_migration/script.py.mako -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration copying build/lib/neutron_taas/db/migration/alembic_migration/README -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration copying build/lib/neutron_taas/db/migration/alembic_migration/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration copying build/lib/neutron_taas/db/migration/alembic_migration/env.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration creating build/bdist.linux-x86_64/wheel/neutron_taas/tests copying build/lib/neutron_taas/tests/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests copying build/lib/neutron_taas/tests/base.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/db copying build/lib/neutron_taas/tests/unit/db/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/db copying build/lib/neutron_taas/tests/unit/db/test_migrations.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/db copying build/lib/neutron_taas/tests/unit/db/test_taas_db.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/db copying build/lib/neutron_taas/tests/unit/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/extensions copying build/lib/neutron_taas/tests/unit/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/extensions copying build/lib/neutron_taas/tests/unit/extensions/test_taas.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/extensions copying build/lib/neutron_taas/tests/unit/extensions/test_vlan_filter.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/extensions creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/taas_client creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/taas_client/osc copying build/lib/neutron_taas/tests/unit/taas_client/osc/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/taas_client/osc copying build/lib/neutron_taas/tests/unit/taas_client/osc/fakes.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/taas_client/osc copying build/lib/neutron_taas/tests/unit/taas_client/osc/test_osc_tap_flow.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/taas_client/osc copying build/lib/neutron_taas/tests/unit/taas_client/osc/test_osc_tap_service.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/taas_client/osc copying build/lib/neutron_taas/tests/unit/taas_client/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/taas_client creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/drivers copying build/lib/neutron_taas/tests/unit/services/drivers/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/drivers copying build/lib/neutron_taas/tests/unit/services/drivers/test_linux_sriov_nic_driver.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/drivers copying build/lib/neutron_taas/tests/unit/services/drivers/test_linux_sriov_utils.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/drivers copying build/lib/neutron_taas/tests/unit/services/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/taas copying build/lib/neutron_taas/tests/unit/services/taas/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/taas copying build/lib/neutron_taas/tests/unit/services/taas/test_taas_plugin.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/taas creating build/bdist.linux-x86_64/wheel/neutron_taas/services copying build/lib/neutron_taas/services/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers copying build/lib/neutron_taas/services/taas/service_drivers/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers copying build/lib/neutron_taas/services/taas/service_drivers/service_driver_context.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers copying build/lib/neutron_taas/services/taas/service_drivers/taas_agent_api.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers copying build/lib/neutron_taas/services/taas/service_drivers/taas_rpc.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers copying build/lib/neutron_taas/services/taas/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas copying build/lib/neutron_taas/services/taas/taas_plugin.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/agents creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/agents/common copying build/lib/neutron_taas/services/taas/agents/common/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/agents/common copying build/lib/neutron_taas/services/taas/agents/common/taas_agent.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/agents/common copying build/lib/neutron_taas/services/taas/agents/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/agents copying build/lib/neutron_taas/services/taas/agents/taas_agent_api.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/agents creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/agents/extensions copying build/lib/neutron_taas/services/taas/agents/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/agents/extensions copying build/lib/neutron_taas/services/taas/agents/extensions/taas.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/agents/extensions creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers/linux copying build/lib/neutron_taas/services/taas/drivers/linux/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers/linux copying build/lib/neutron_taas/services/taas/drivers/linux/ovs_constants.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers/linux copying build/lib/neutron_taas/services/taas/drivers/linux/ovs_taas.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers/linux copying build/lib/neutron_taas/services/taas/drivers/linux/ovs_utils.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers/linux copying build/lib/neutron_taas/services/taas/drivers/linux/sriov_nic_exceptions.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers/linux copying build/lib/neutron_taas/services/taas/drivers/linux/sriov_nic_taas.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers/linux copying build/lib/neutron_taas/services/taas/drivers/linux/sriov_nic_utils.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers/linux copying build/lib/neutron_taas/services/taas/drivers/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers running install_data creating build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.data creating build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.data/data creating build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.data/data/etc creating build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.data/data/etc/neutron creating build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.data/data/etc/neutron/rootwrap.d copying etc/neutron/rootwrap.d/taas-i40e-sysfs.filters -> build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.data/data/etc/neutron/rootwrap.d running install_egg_info Copying tap_as_a_service.egg-info to build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3-py3.9.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.data/scripts copying build/scripts-3.9/i40e_sysfs_command -> build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.data/scripts changing mode of build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.data/scripts/i40e_sysfs_command to 755 adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") creating build/bdist.linux-x86_64/wheel/tap_as_a_service-13.0.1.dev3.dist-info/WHEEL creating '/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir/pip-wheel-z0p321fc/tmp0mydc6gb/tap_as_a_service-13.0.1.dev3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'neutron_taas/__init__.py' adding 'neutron_taas/_i18n.py' adding 'neutron_taas/common/__init__.py' adding 'neutron_taas/common/config.py' adding 'neutron_taas/common/constants.py' adding 'neutron_taas/common/topics.py' adding 'neutron_taas/common/utils.py' adding 'neutron_taas/db/__init__.py' adding 'neutron_taas/db/head.py' adding 'neutron_taas/db/taas_db.py' adding 'neutron_taas/db/migration/__init__.py' adding 'neutron_taas/db/migration/taas_init_ops.py' adding 'neutron_taas/db/migration/alembic_migration/README' adding 'neutron_taas/db/migration/alembic_migration/__init__.py' adding 'neutron_taas/db/migration/alembic_migration/env.py' adding 'neutron_taas/db/migration/alembic_migration/script.py.mako' adding 'neutron_taas/db/migration/alembic_migration/versions/CONTRACT_HEAD' adding 'neutron_taas/db/migration/alembic_migration/versions/EXPAND_HEAD' adding 'neutron_taas/db/migration/alembic_migration/versions/start_neutron_taas.py' adding 'neutron_taas/db/migration/alembic_migration/versions/newton/contract/1817af933379_remove_network_id_from_tap_service.py' adding 'neutron_taas/db/migration/alembic_migration/versions/newton/contract/2ecce0368a62_add_foreign_key_constraint_on_tap_id_association.py' adding 'neutron_taas/db/migration/alembic_migration/versions/newton/contract/4086b3cffc01_rename_tenant_to_project.py' adding 'neutron_taas/db/migration/alembic_migration/versions/newton/contract/80c85b675b6e_initial_newton_no_op_contract_script.py' adding 'neutron_taas/db/migration/alembic_migration/versions/newton/expand/04625466c6fa_initial_newton_no_op_expand_script.py' adding 'neutron_taas/db/migration/alembic_migration/versions/newton/expand/fddbdec8711a_add_status.py' adding 'neutron_taas/db/migration/alembic_migration/versions/pike/contract/bac61f603e39_alter_tap_id_associations_to_support_tap_id_reuse.py' adding 'neutron_taas/db/migration/alembic_migration/versions/stein/expand/ccbcc559d175_add_vlan_filter_to_tap_flow.py' adding 'neutron_taas/extensions/__init__.py' adding 'neutron_taas/extensions/taas.py' adding 'neutron_taas/extensions/vlan_filter.py' adding 'neutron_taas/policies/__init__.py' adding 'neutron_taas/policies/tap_flow.py' adding 'neutron_taas/policies/tap_service.py' adding 'neutron_taas/services/__init__.py' adding 'neutron_taas/services/taas/__init__.py' adding 'neutron_taas/services/taas/taas_plugin.py' adding 'neutron_taas/services/taas/agents/__init__.py' adding 'neutron_taas/services/taas/agents/taas_agent_api.py' adding 'neutron_taas/services/taas/agents/common/__init__.py' adding 'neutron_taas/services/taas/agents/common/taas_agent.py' adding 'neutron_taas/services/taas/agents/extensions/__init__.py' adding 'neutron_taas/services/taas/agents/extensions/taas.py' adding 'neutron_taas/services/taas/drivers/__init__.py' adding 'neutron_taas/services/taas/drivers/linux/__init__.py' adding 'neutron_taas/services/taas/drivers/linux/ovs_constants.py' adding 'neutron_taas/services/taas/drivers/linux/ovs_taas.py' adding 'neutron_taas/services/taas/drivers/linux/ovs_utils.py' adding 'neutron_taas/services/taas/drivers/linux/sriov_nic_exceptions.py' adding 'neutron_taas/services/taas/drivers/linux/sriov_nic_taas.py' adding 'neutron_taas/services/taas/drivers/linux/sriov_nic_utils.py' adding 'neutron_taas/services/taas/service_drivers/__init__.py' adding 'neutron_taas/services/taas/service_drivers/service_driver_context.py' adding 'neutron_taas/services/taas/service_drivers/taas_agent_api.py' adding 'neutron_taas/services/taas/service_drivers/taas_rpc.py' adding 'neutron_taas/taas_client/__init__.py' adding 'neutron_taas/taas_client/osc/__init__.py' adding 'neutron_taas/taas_client/osc/tap_flow.py' adding 'neutron_taas/taas_client/osc/tap_service.py' adding 'neutron_taas/tests/__init__.py' adding 'neutron_taas/tests/base.py' adding 'neutron_taas/tests/unit/__init__.py' adding 'neutron_taas/tests/unit/db/__init__.py' adding 'neutron_taas/tests/unit/db/test_migrations.py' adding 'neutron_taas/tests/unit/db/test_taas_db.py' adding 'neutron_taas/tests/unit/extensions/__init__.py' adding 'neutron_taas/tests/unit/extensions/test_taas.py' adding 'neutron_taas/tests/unit/extensions/test_vlan_filter.py' adding 'neutron_taas/tests/unit/services/__init__.py' adding 'neutron_taas/tests/unit/services/drivers/__init__.py' adding 'neutron_taas/tests/unit/services/drivers/test_linux_sriov_nic_driver.py' adding 'neutron_taas/tests/unit/services/drivers/test_linux_sriov_utils.py' adding 'neutron_taas/tests/unit/services/taas/__init__.py' adding 'neutron_taas/tests/unit/services/taas/test_taas_plugin.py' adding 'neutron_taas/tests/unit/taas_client/__init__.py' adding 'neutron_taas/tests/unit/taas_client/osc/__init__.py' adding 'neutron_taas/tests/unit/taas_client/osc/fakes.py' adding 'neutron_taas/tests/unit/taas_client/osc/test_osc_tap_flow.py' adding 'neutron_taas/tests/unit/taas_client/osc/test_osc_tap_service.py' adding 'tap_as_a_service-13.0.1.dev3.data/data/etc/neutron/rootwrap.d/taas-i40e-sysfs.filters' adding 'tap_as_a_service-13.0.1.dev3.data/scripts/i40e_sysfs_command' adding 'tap_as_a_service-13.0.1.dev3.dist-info/AUTHORS' adding 'tap_as_a_service-13.0.1.dev3.dist-info/LICENSE' adding 'tap_as_a_service-13.0.1.dev3.dist-info/METADATA' adding 'tap_as_a_service-13.0.1.dev3.dist-info/WHEEL' adding 'tap_as_a_service-13.0.1.dev3.dist-info/entry_points.txt' adding 'tap_as_a_service-13.0.1.dev3.dist-info/pbr.json' adding 'tap_as_a_service-13.0.1.dev3.dist-info/top_level.txt' adding 'tap_as_a_service-13.0.1.dev3.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for tap-as-a-service (pyproject.toml): finished with status 'done' Created wheel for tap-as-a-service: filename=tap_as_a_service-13.0.1.dev3-py3-none-any.whl size=87765 sha256=7e03dd76c2e83c2a9637958064bc3607c0fa9b8e8c6e61a3b07d311e403a0906 Stored in directory: /builddir/.cache/pip/wheels/09/de/e0/00722ca413b1f5b1e677b2d964b79a7d61508c435fc8869200 Successfully built tap-as-a-service + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4YVM90 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64 + cd tap-as-a-service-13.0.1.dev3 ++ ls /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/pyproject-wheeldir/tap_as_a_service-13.0.1.dev3-py3-none-any.whl ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' ++ xargs basename --multiple + specifier=tap_as_a_service==13.0.1.dev3 + '[' -z tap_as_a_service==13.0.1.dev3 ']' + TMPDIR=/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.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/tap-as-a-service-13.0.1.dev3/pyproject-wheeldir tap_as_a_service==13.0.1.dev3 Using pip 21.3.1 from /usr/lib/python3.9/site-packages/pip (python 3.9) Looking in links: /builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/pyproject-wheeldir Processing ./pyproject-wheeldir/tap_as_a_service-13.0.1.dev3-py3-none-any.whl Installing collected packages: tap-as-a-service Successfully installed tap-as-a-service-13.0.1.dev3 + '[' -d /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.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/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/bin/i40e_sysfs_command /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/bin/i40e_sysfs_command: no change + rm -rfv /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/bin/__pycache__ + rm -f /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9/site-packages ']' + site_dirs+=("/usr/lib/python3.9/site-packages") + '[' /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib64/python3.9/site-packages '!=' /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9/site-packages ']' + '[' -d /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib64/python3.9/site-packages ']' + for site_dir in ${site_dirs[@]} + for distinfo in /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64$site_dir/*.dist-info + echo '%ghost /usr/lib/python3.9/site-packages/tap_as_a_service-13.0.1.dev3.dist-info' + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-13.0.1.dev3.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64 --record /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-13.0.1.dev3.dist-info/RECORD --output /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-record + rm -fv /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-13.0.1.dev3.dist-info/RECORD removed '/builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-13.0.1.dev3.dist-info/RECORD' + rm -fv /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-13.0.1.dev3.dist-info/REQUESTED removed '/builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-13.0.1.dev3.dist-info/REQUESTED' ++ wc -l /builddir/build/BUILD/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + install -d -m 755 /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64//etc/neutron/ + cp etc/taas.ini etc/taas_plugin.ini /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64//etc/neutron/ + install -d -m 755 /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64//usr/share/neutron/server + ln -s /etc/neutron/taas_plugin.ini /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64//usr/share/neutron/server/taas_plugin.conf + install -d -m 755 /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64//etc/neutron/rootwrap.d + mv /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/etc/neutron/rootwrap.d/taas-i40e-sysfs.filters /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64//etc/neutron/rootwrap.d/taas-i40e-sysfs.filters + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 13.0.1-0.20241129170414.c04a073.el9 --unique-debug-suffix -13.0.1-0.20241129170414.c04a073.el9.x86_64 --unique-debug-src-base python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.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/tap-as-a-service-13.0.1.dev3 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/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/i40e_sysfs_command from /usr/bin/env bash to #!/usr/bin/bash Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.iYqrLa + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + export PYTHON=/usr/bin/python3 + PYTHON=/usr/bin/python3 + TOX_TESTENV_PASSENV='*' + 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 ' + PATH=/builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib64/python3.9/site-packages:/builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/lib/python3.9/site-packages + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/tap-as-a-service-13.0.1.dev3/.pyproject-builddir' + PYTEST_XDIST_AUTO_NUM_WORKERS=4 + HOSTNAME=rpmbuild + /usr/bin/python3 -m tox --current-env -q --recreate -e py39 /usr/lib/python3.9/site-packages/neutron_lib/db/model_base.py:119: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASEV2 = declarative.declarative_base(cls=NeutronBaseV2) /usr/lib/python3.9/site-packages/neutron_lib/db/model_base.py:119: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASEV2 = declarative.declarative_base(cls=NeutronBaseV2) /usr/lib/python3.9/site-packages/neutron_lib/db/model_base.py:119: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASEV2 = declarative.declarative_base(cls=NeutronBaseV2) /usr/lib/python3.9/site-packages/neutron_lib/db/model_base.py:119: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASEV2 = declarative.declarative_base(cls=NeutronBaseV2) /usr/lib/python3.9/site-packages/neutron_lib/db/model_base.py:119: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASEV2 = declarative.declarative_base(cls=NeutronBaseV2) {2} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsMysql.test_upgrade_contract_branch ... SKIPPED: backend 'mysql' unavailable {2} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsPostgresql.test_upgrade_contract_branch ... SKIPPED: backend 'postgresql' unavailable {2} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_list [0.852683s] ... ok {2} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_create [0.064524s] ... ok {2} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_get [0.074466s] ... ok {1} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsMysql.test_branches ... SKIPPED: backend 'mysql' unavailable {1} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsMysql.test_upgrade_expand_branch ... SKIPPED: backend 'mysql' unavailable {1} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsPostgresql.test_forbid_offline_migrations_starting_newton ... SKIPPED: backend 'postgresql' unavailable {2} neutron_taas.tests.unit.extensions.test_taas.TaasExtensionTestCase.test_delete_tap_flow [0.136920s] ... ok {1} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsPostgresql.test_models_sync ... SKIPPED: backend 'postgresql' unavailable {1} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsPostgresql.test_upgrade_expand_branch ... SKIPPED: backend 'postgresql' unavailable {0} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsMysql.test_forbid_offline_migrations_starting_newton ... SKIPPED: backend 'mysql' unavailable {0} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsMysql.test_models_sync ... SKIPPED: backend 'mysql' unavailable {0} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsPostgresql.test_branches ... SKIPPED: backend 'postgresql' unavailable {2} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_create_tap_service [0.118277s] ... ok {2} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_delete_tap_flow [0.098317s] ... ok No PCI Slot for source_port fake_1 with MAC 52:54:00:12:35:02; {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_flow_no_source_pci_slot [0.001686s] ... ok No PCI Slot for ts_port fake_1 with MAC 52:54:00:12:35:02; {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_flow_no_ts_pci_slot [0.001208s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_service [0.001040s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_ingress_add [0.000978s] ... ok SRIOV NIC Switch driver only supportsdirection=BOTH for specific VLANs' mirroring {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_not_both_vf_to_vf_all_vlans_False [0.001014s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_ifname_by_pci_address_no_dev_info [0.000611s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_list_from_ranges_str [0.000291s] ... ok Could not find the expected sysfs file for determining the MAC address of the PCI device 12. May not be a NIC. Error: {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_mac_by_pci_address_no_content [0.003238s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_net_name_by_vf_pci_address [0.001574s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_sysfs_netdev_path_without_pf_interface [0.000264s] ... ok {2} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_service_wrong_tenant_id [0.065096s] ... ok {2} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_delete_tap_service [0.095131s] ... ok {3} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_create_with_vlan_filter [0.885032s] ... ok {3} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_delete [0.064299s] ... ok Tap service 1a95cfcc-5a01-45e9-a827-4cdff4236ef6 deleted {2} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestDeleteTapService.test_delete_tap_service [0.144018s] ... ok {3} neutron_taas.tests.unit.extensions.test_taas.TaasExtensionTestCase.test_create_tap_service [0.109705s] ... ok {3} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_create_tap_flow [0.090354s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_flow [0.001858s] ... ok ERROR [neutron_taas.services.taas.drivers.linux.sriov_nic_taas] No PCI Slot for ts_port fake_1 with MAC 52:54:00:12:35:02; {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_flow_no_ts_pci_slot [0.001367s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_flow [0.001915s] ... ok ERROR [neutron_taas.services.taas.drivers.linux.sriov_nic_taas] No PCI Slot for source_port fake_1 with MAC 52:54:00:12:35:02; WARNING [neutron_taas.services.taas.drivers.linux.sriov_nic_utils] Could not find the expected sysfs file for determining the MAC address of the PCI device 12. May not be a NIC. Error: [Errno 2] No such file or directory: 'random' WARNING [neutron_taas.services.taas.drivers.linux.sriov_nic_utils] TaaS: No net device was found for pci: 12 virtfns_path: /sys/bus/pci/devices/12/physfn/virtfn* {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_flow_no_source_pci_slot [0.001252s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_egress_add [0.001095s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_mac_by_pci_address_wrong_dev_path [0.001081s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_vf_num_by_pci_address [0.002175s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_vf_num_by_pci_address_neg [0.000607s] ... ok {3} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_flow [0.125747s] ... ok ERROR [neutron_taas.services.taas.taas_plugin] Failed to create tap flow on driver,deleting tap_flow 2edebbab-5785-4017-8324-749a282f31ce {3} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_flow_failed_on_service_driver [0.092894s] ... ok {0} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_create [0.970553s] ... ok {3} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_service [0.130916s] ... ok {0} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_update [0.107884s] ... ok ERROR [neutron_taas.services.taas.taas_plugin] Failed to create tap service on driver,deleting tap_service 29aeb138-282c-42f3-ad62-6b5b2cf77cfc {3} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_service_failed_on_service_driver [0.077544s] ... ok {3} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_verify_taas_id_reused [0.093857s] ... ok {0} neutron_taas.tests.unit.extensions.test_taas.TaasExtensionTestCase.test_create_tap_flow [0.145166s] ... ok {1} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_get [1.280605s] ... ok {3} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestListTapFlow.test_list_tap_flows [0.150445s] ... ok {3} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestShowTapFlow.test_show_tap_flow [0.002847s] ... ok {3} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestCreateTapService.test_create_tap_service [0.003197s] ... ok {3} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestUpdateTapService.test_update_tap_service [0.004947s] ... ok {1} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_delete [0.175323s] ... ok {0} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_create_tap_flow_invalid_vlan_filter_value [0.293121s] ... ok {1} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_list [0.169550s] ... ok {0} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_create_tap_flow_with_vlan_filter [0.245370s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_flow_different_pf_devices [0.002585s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_service [0.001613s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_service_no_pf_device_and_vf_index [0.002247s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_both_add [0.001278s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_both_rem [0.001376s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_sysfs_netdev_path_with_pf_interface [0.000582s] ... ok {1} neutron_taas.tests.unit.extensions.test_taas.TaasExtensionTestCase.test_delete_tap_service [0.334762s] ... ok {0} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_flow_wrong_tenant_id [0.154342s] ... ok {0} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_service_reach_limit [0.092624s] ... ok {1} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_delete_tap_service [0.181564s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_flow_no_vlan_filter_on_source_and_probe [0.002395s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_service_no_pf_device_and_vf_index [0.001893s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_egress_rem [0.003537s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_ingress_rem [0.000948s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_ifname_by_pci_address [0.000630s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_mac_by_pci_address [0.001802s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_ranges_str_from_list [0.000292s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_sriov_port_params [0.003173s] ... ok No PCI Slot for sriov_port fake_1 with MAC 52:54:00:12:35:02; {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_sriov_port_params_no_pci_slot [0.002598s] ... ok {0} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_delete_tap_service_non_existent [0.201561s] ... ok {1} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_delete_tap_flow [0.160301s] ... ok {0} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_delete_tap_service_with_flow [0.149223s] ... ok {1} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestShowTapService.test_show_tap_service [0.147199s] ... ok {0} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestCreateTapFlow.test_create_tap_flow [0.152989s] ... ok Tap flow b349068c-1536-4910-a156-65284af36899 deleted {0} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestDeleteTapFlow.test_delete_tap_flow [0.003407s] ... ok {0} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestUpdateTapFlow.test_update_tap_flow [0.003692s] ... ok {0} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestListTapService.test_list_tap_service [0.002028s] ... ok ====== Totals ====== Ran: 85 tests in 4.1705 sec. - Passed: 75 - Skipped: 10 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 10.1522 sec. ============== Worker Balance ============== - Worker 0 (22 tests) => 0:00:03.180184 - Worker 1 (21 tests) => 0:00:03.103526 - Worker 2 (21 tests) => 0:00:02.090086 - Worker 3 (21 tests) => 0:00:01.848098 ___________________________________ summary ____________________________________ py39: commands succeeded congratulations :) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wquA5y + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + DOCDIR=/builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/share/doc/python3-tap-as-a-service + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/share/doc/python3-tap-as-a-service + cp -pr README.rst /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/share/doc/python3-tap-as-a-service + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.c8vMcA + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + LICENSEDIR=/builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/share/licenses/python3-tap-as-a-service + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/share/licenses/python3-tap-as-a-service + cp -pr LICENSE /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/share/licenses/python3-tap-as-a-service + RPM_EC=0 ++ jobs -p + exit 0 warning: absolute symlink: /usr/share/neutron/server/taas_plugin.conf -> /etc/neutron/taas_plugin.ini Provides: config(python3-tap-as-a-service) = 13.0.1-0.20241129170414.c04a073.el9 python-tap-as-a-service = 13.0.1-0.20241129170414.c04a073.el9 python3-tap-as-a-service = 13.0.1-0.20241129170414.c04a073.el9 python3.9-tap-as-a-service = 13.0.1-0.20241129170414.c04a073.el9 python3.9dist(tap-as-a-service) = 13.0.1~~dev3 python3dist(tap-as-a-service) = 13.0.1~~dev3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash python(abi) = 3.9 python3.9dist(babel) >= 2.8 python3.9dist(neutron) >= 16~b1 python3.9dist(neutron-lib) >= 2.11 python3.9dist(openstacksdk) >= 0.102 python3.9dist(osc-lib) >= 2.3 python3.9dist(pbr) >= 5.5 Obsoletes: python39-tap-as-a-service < 13.0.1-0.20241129170414.c04a073.el9 Processing files: python3-tap-as-a-service-tests-13.0.1-0.20241129170414.c04a073.el9.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kiNpVZ + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + LICENSEDIR=/builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/share/licenses/python3-tap-as-a-service-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/share/licenses/python3-tap-as-a-service-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64/usr/share/licenses/python3-tap-as-a-service-tests + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-tap-as-a-service-tests = 13.0.1-0.20241129170414.c04a073.el9 python3-tap-as-a-service-tests = 13.0.1-0.20241129170414.c04a073.el9 python3.9-tap-as-a-service-tests = 13.0.1-0.20241129170414.c04a073.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: python-tap-as-a-service-tests < 13.0.1-0.20241129170414.c04a073.el9 python39-tap-as-a-service-tests < 13.0.1-0.20241129170414.c04a073.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64 Wrote: /builddir/build/SRPMS/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.src.rpm Wrote: /builddir/build/RPMS/python3-tap-as-a-service-tests-13.0.1-0.20241129170414.c04a073.el9.noarch.rpm Wrote: /builddir/build/RPMS/python3-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6e478i + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-13.0.1.dev3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-tap-as-a-service-13.0.1-0.20241129170414.c04a073.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0