Mock Version: 6.0 Mock Version: 6.0 Mock Version: 6.0 Mock Version: 6.0 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-epoxy-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=1040gid=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-15.0.1-0.20250402142034.5361d04.el9.src.rpm Child return code was: 0 Mock Version: 6.0 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-epoxy-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=1040gid=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-15.0.1-0.20250402142034.5361d04.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-epoxy-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=1040gid=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.9t10H6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tap-as-a-service-15.0.1.dev2 + /usr/bin/gzip -dc /builddir/build/SOURCES/tap-as-a-service-15.0.1.dev2-0.20250402142034.5361d04.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tap-as-a-service-15.0.1.dev2 + /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-15.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.0hhoxt + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + 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-15.0.1.dev2/.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-15.0.1.dev2/.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-15.0.1.dev2/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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.1.1) 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.1.1) Exiting dependency generation pass: get_requires_for_build_wheel + cat /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-15.0.1-0.20250402142034.5361d04.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-epoxy-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=1040gid=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.tZZO4D + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + 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-15.0.1.dev2/.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-15.0.1.dev2/.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-15.0.1.dev2/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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.1.1) 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.1.1) 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-15.0.1-0.20250402142034.5361d04.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-15.0.1-0.20250402142034.5361d04.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-epoxy-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=1040gid=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.QCEiyu + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + 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-15.0.1.dev2/.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-15.0.1.dev2/.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-15.0.1.dev2/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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.1.1) 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.1.1) 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.1.1) Handling neutron>=16.0.0.0b1 from tox --print-deps-only: py39 Requirement satisfied: neutron>=16.0.0.0b1 (installed: neutron 26.0.1.dev2) Handling neutron-lib>=2.11.0 from tox --print-deps-only: py39 Requirement satisfied: neutron-lib>=2.11.0 (installed: neutron-lib 3.18.2) Handling openstacksdk>=0.102.0 from tox --print-deps-only: py39 Requirement satisfied: openstacksdk>=0.102.0 (installed: openstacksdk 4.4.0) Handling python-openstackclient>=3.12.0 from tox --print-deps-only: py39 Requirement not satisfied: python-openstackclient>=3.12.0 Handling osc-lib>=2.3.0 from tox --print-deps-only: py39 Requirement satisfied: osc-lib>=2.3.0 (installed: osc-lib 3.2.0) 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-15.0.1.dev2/tap_as_a_service-15.0.1.dev2.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.1.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 26.0.1.dev2) 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.18.2) Handling openstacksdk (>=0.102.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: openstacksdk (>=0.102.0) (installed: openstacksdk 4.4.0) Handling python-openstackclient (>=3.12.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement not satisfied: python-openstackclient (>=3.12.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.2.0) + cat /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64-pyproject-buildrequires + rm -rfv tap_as_a_service-15.0.1.dev2.dist-info/ removed 'tap_as_a_service-15.0.1.dev2.dist-info/LICENSE' removed 'tap_as_a_service-15.0.1.dev2.dist-info/AUTHORS' removed 'tap_as_a_service-15.0.1.dev2.dist-info/METADATA' removed 'tap_as_a_service-15.0.1.dev2.dist-info/entry_points.txt' removed 'tap_as_a_service-15.0.1.dev2.dist-info/pbr.json' removed 'tap_as_a_service-15.0.1.dev2.dist-info/top_level.txt' removed directory 'tap_as_a_service-15.0.1.dev2.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-epoxy-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=1040gid=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.NQh2vf + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + 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-15.0.1.dev2/.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-15.0.1.dev2/.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-15.0.1.dev2/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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.1.1) 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.1.1) 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.1.1) Handling neutron>=16.0.0.0b1 from tox --print-deps-only: py39 Requirement satisfied: neutron>=16.0.0.0b1 (installed: neutron 26.0.1.dev2) Handling neutron-lib>=2.11.0 from tox --print-deps-only: py39 Requirement satisfied: neutron-lib>=2.11.0 (installed: neutron-lib 3.18.2) Handling openstacksdk>=0.102.0 from tox --print-deps-only: py39 Requirement satisfied: openstacksdk>=0.102.0 (installed: openstacksdk 4.4.0) Handling python-openstackclient>=3.12.0 from tox --print-deps-only: py39 Requirement satisfied: python-openstackclient>=3.12.0 (installed: python-openstackclient 7.4.0) Handling osc-lib>=2.3.0 from tox --print-deps-only: py39 Requirement satisfied: osc-lib>=2.3.0 (installed: osc-lib 3.2.0) 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-15.0.1.dev2/tap_as_a_service-15.0.1.dev2.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.1.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 26.0.1.dev2) 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.18.2) Handling openstacksdk (>=0.102.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: openstacksdk (>=0.102.0) (installed: openstacksdk 4.4.0) Handling python-openstackclient (>=3.12.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: python-openstackclient (>=3.12.0) (installed: python-openstackclient 7.4.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.2.0) + cat /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64-pyproject-buildrequires + rm -rfv tap_as_a_service-15.0.1.dev2.dist-info/ removed 'tap_as_a_service-15.0.1.dev2.dist-info/LICENSE' removed 'tap_as_a_service-15.0.1.dev2.dist-info/AUTHORS' removed 'tap_as_a_service-15.0.1.dev2.dist-info/METADATA' removed 'tap_as_a_service-15.0.1.dev2.dist-info/top_level.txt' removed 'tap_as_a_service-15.0.1.dev2.dist-info/pbr.json' removed 'tap_as_a_service-15.0.1.dev2.dist-info/entry_points.txt' removed directory 'tap_as_a_service-15.0.1.dev2.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-epoxy-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=1040gid=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.gTCGwr + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + 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-15.0.1.dev2/.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-15.0.1.dev2/.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-15.0.1.dev2/pyproject-wheeldir --output /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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.1.1) 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.1.1) 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.1.1) Handling neutron>=16.0.0.0b1 from tox --print-deps-only: py39 Requirement satisfied: neutron>=16.0.0.0b1 (installed: neutron 26.0.1.dev2) Handling neutron-lib>=2.11.0 from tox --print-deps-only: py39 Requirement satisfied: neutron-lib>=2.11.0 (installed: neutron-lib 3.18.2) Handling openstacksdk>=0.102.0 from tox --print-deps-only: py39 Requirement satisfied: openstacksdk>=0.102.0 (installed: openstacksdk 4.4.0) Handling python-openstackclient>=3.12.0 from tox --print-deps-only: py39 Requirement satisfied: python-openstackclient>=3.12.0 (installed: python-openstackclient 7.4.0) Handling osc-lib>=2.3.0 from tox --print-deps-only: py39 Requirement satisfied: osc-lib>=2.3.0 (installed: osc-lib 3.2.0) 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-15.0.1.dev2/tap_as_a_service-15.0.1.dev2.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.1.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 26.0.1.dev2) 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.18.2) Handling openstacksdk (>=0.102.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: openstacksdk (>=0.102.0) (installed: openstacksdk 4.4.0) Handling python-openstackclient (>=3.12.0) from hook generated metadata: Requires-Dist (tap-as-a-service) Requirement satisfied: python-openstackclient (>=3.12.0) (installed: python-openstackclient 7.4.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.2.0) + cat /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64-pyproject-buildrequires + rm -rfv tap_as_a_service-15.0.1.dev2.dist-info/ removed 'tap_as_a_service-15.0.1.dev2.dist-info/AUTHORS' removed 'tap_as_a_service-15.0.1.dev2.dist-info/LICENSE' removed 'tap_as_a_service-15.0.1.dev2.dist-info/METADATA' removed 'tap_as_a_service-15.0.1.dev2.dist-info/entry_points.txt' removed 'tap_as_a_service-15.0.1.dev2.dist-info/pbr.json' removed 'tap_as_a_service-15.0.1.dev2.dist-info/top_level.txt' removed directory 'tap_as_a_service-15.0.1.dev2.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tr87nZ + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + mkdir -p /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.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-15.0.1.dev2/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/pyproject-wheeldir Processing /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2 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-15.0.1.dev2/.pyproject-builddir/tmprvvf3lvq /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-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/tap_as_a_service.egg-info writing /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/tap_as_a_service.egg-info/PKG-INFO writing dependency_links to /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/tap_as_a_service.egg-info/dependency_links.txt writing entry points to /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/tap_as_a_service.egg-info/entry_points.txt writing requirements to /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/tap_as_a_service.egg-info/requires.txt writing top-level names to /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/tap_as_a_service.egg-info/top_level.txt writing pbr to /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/tap_as_a_service.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file '/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/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-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/tap_as_a_service.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir/pip-modern-metadata-bnmska89/tap_as_a_service-15.0.1.dev2.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-15.0.1.dev2/.pyproject-builddir/tmp97643n48 /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 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/services/taas/service_drivers creating build/lib/neutron_taas/services/taas/service_drivers/ovn copying neutron_taas/services/taas/service_drivers/ovn/taas_ovn.py -> build/lib/neutron_taas/services/taas/service_drivers/ovn copying neutron_taas/services/taas/service_drivers/ovn/helper.py -> build/lib/neutron_taas/services/taas/service_drivers/ovn copying neutron_taas/services/taas/service_drivers/ovn/__init__.py -> build/lib/neutron_taas/services/taas/service_drivers/ovn creating build/lib/neutron_taas/tests creating build/lib/neutron_taas/tests/unit copying neutron_taas/tests/unit/__init__.py -> build/lib/neutron_taas/tests/unit creating 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 creating build/lib/neutron_taas/extensions copying neutron_taas/extensions/vlan_filter.py -> build/lib/neutron_taas/extensions copying neutron_taas/extensions/tap_mirror.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/db creating build/lib/neutron_taas/db/migration 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 creating build/lib/neutron_taas/policies copying neutron_taas/policies/tap_service.py -> build/lib/neutron_taas/policies copying neutron_taas/policies/tap_mirror.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 copying neutron_taas/services/taas/tap_mirror_plugin.py -> build/lib/neutron_taas/services/taas 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/taas_client 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_mirror.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 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/tests/unit/taas_client 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_mirror.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/opts.py -> build/lib/neutron_taas copying neutron_taas/_i18n.py -> build/lib/neutron_taas copying neutron_taas/__init__.py -> build/lib/neutron_taas 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_tap_mirror.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 copying neutron_taas/db/tap_mirror_db.py -> build/lib/neutron_taas/db 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 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 creating build/lib/neutron_taas/services/taas/service_drivers/ovn/ovsdb copying neutron_taas/services/taas/service_drivers/ovn/ovsdb/impl_idl_taas.py -> build/lib/neutron_taas/services/taas/service_drivers/ovn/ovsdb copying neutron_taas/services/taas/service_drivers/ovn/ovsdb/__init__.py -> build/lib/neutron_taas/services/taas/service_drivers/ovn/ovsdb copying neutron_taas/services/__init__.py -> build/lib/neutron_taas/services copying neutron_taas/taas_client/__init__.py -> build/lib/neutron_taas/taas_client 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/tests/unit/services 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/test_linux_ovs_taas.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/tests/unit/services/ovn copying neutron_taas/tests/unit/services/ovn/test_taas_ovn.py -> build/lib/neutron_taas/tests/unit/services/ovn copying neutron_taas/tests/unit/services/ovn/test_helper.py -> build/lib/neutron_taas/tests/unit/services/ovn copying neutron_taas/tests/unit/services/ovn/__init__.py -> build/lib/neutron_taas/tests/unit/services/ovn 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/tests/unit/taas_client/__init__.py -> build/lib/neutron_taas/tests/unit/taas_client creating build/lib/neutron_taas/tests/unit/services/taas copying neutron_taas/tests/unit/services/taas/test_tap_mirror_plugin.py -> 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/db copying neutron_taas/tests/unit/db/test_tap_mirror_db.py -> 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 creating build/lib/neutron_taas/tests/unit/services/ovn/ovsdb copying neutron_taas/tests/unit/services/ovn/ovsdb/test_impl_idl_taas.py -> build/lib/neutron_taas/tests/unit/services/ovn/ovsdb copying neutron_taas/tests/unit/services/ovn/ovsdb/__init__.py -> build/lib/neutron_taas/tests/unit/services/ovn/ovsdb copying neutron_taas/tests/base.py -> build/lib/neutron_taas/tests copying neutron_taas/tests/__init__.py -> build/lib/neutron_taas/tests 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/tests/unit/services/__init__.py -> build/lib/neutron_taas/tests/unit/services copying neutron_taas/services/taas/drivers/__init__.py -> build/lib/neutron_taas/services/taas/drivers 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) /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'neutron_taas.tests.unit.services.ovn.ovsdb.schema_files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'neutron_taas.tests.unit.services.ovn.ovsdb.schema_files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'neutron_taas.tests.unit.services.ovn.ovsdb.schema_files' 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.tests.unit.services.ovn.ovsdb.schema_files' 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/2025.1 creating build/lib/neutron_taas/db/migration/alembic_migration/versions/2025.1/expand copying neutron_taas/db/migration/alembic_migration/versions/2025.1/expand/f8f1f10ebaf9_mirroring_for_taas.py -> build/lib/neutron_taas/db/migration/alembic_migration/versions/2025.1/expand 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 creating build/lib/neutron_taas/tests/unit/services/ovn/ovsdb/schema_files copying neutron_taas/tests/unit/services/ovn/ovsdb/schema_files/ovn-nb.ovsschema -> build/lib/neutron_taas/tests/unit/services/ovn/ovsdb/schema_files 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 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 copying build/lib/neutron_taas/opts.py -> build/bdist.linux-x86_64/wheel/neutron_taas creating build/bdist.linux-x86_64/wheel/neutron_taas/taas_client 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/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_mirror.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 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_mirror.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 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 copying build/lib/neutron_taas/db/tap_mirror_db.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db creating 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 creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/2025.1 creating build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/2025.1/expand copying build/lib/neutron_taas/db/migration/alembic_migration/versions/2025.1/expand/f8f1f10ebaf9_mirroring_for_taas.py -> build/bdist.linux-x86_64/wheel/neutron_taas/db/migration/alembic_migration/versions/2025.1/expand 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 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/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/tap_mirror.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/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/db/test_tap_mirror_db.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/db creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services 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 copying build/lib/neutron_taas/tests/unit/services/taas/test_tap_mirror_plugin.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/taas creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/ovn creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/ovn/ovsdb creating build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/ovn/ovsdb/schema_files copying build/lib/neutron_taas/tests/unit/services/ovn/ovsdb/schema_files/ovn-nb.ovsschema -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/ovn/ovsdb/schema_files copying build/lib/neutron_taas/tests/unit/services/ovn/ovsdb/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/ovn/ovsdb copying build/lib/neutron_taas/tests/unit/services/ovn/ovsdb/test_impl_idl_taas.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/ovn/ovsdb copying build/lib/neutron_taas/tests/unit/services/ovn/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/ovn copying build/lib/neutron_taas/tests/unit/services/ovn/test_helper.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/ovn copying build/lib/neutron_taas/tests/unit/services/ovn/test_taas_ovn.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit/services/ovn 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_ovs_taas.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 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_tap_mirror.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 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/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_mirror.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/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/tests/unit 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 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 copying build/lib/neutron_taas/services/taas/tap_mirror_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/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 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/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 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 creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers/ovn creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers/ovn/ovsdb copying build/lib/neutron_taas/services/taas/service_drivers/ovn/ovsdb/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers/ovn/ovsdb copying build/lib/neutron_taas/services/taas/service_drivers/ovn/ovsdb/impl_idl_taas.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers/ovn/ovsdb copying build/lib/neutron_taas/services/taas/service_drivers/ovn/__init__.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers/ovn copying build/lib/neutron_taas/services/taas/service_drivers/ovn/helper.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers/ovn copying build/lib/neutron_taas/services/taas/service_drivers/ovn/taas_ovn.py -> build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/service_drivers/ovn creating build/bdist.linux-x86_64/wheel/neutron_taas/services/taas/drivers copying build/lib/neutron_taas/services/taas/drivers/__init__.py -> 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 running install_data creating build/bdist.linux-x86_64/wheel/tap_as_a_service-15.0.1.dev2.data creating build/bdist.linux-x86_64/wheel/tap_as_a_service-15.0.1.dev2.data/data creating build/bdist.linux-x86_64/wheel/tap_as_a_service-15.0.1.dev2.data/data/etc creating build/bdist.linux-x86_64/wheel/tap_as_a_service-15.0.1.dev2.data/data/etc/neutron creating build/bdist.linux-x86_64/wheel/tap_as_a_service-15.0.1.dev2.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-15.0.1.dev2.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-15.0.1.dev2-py3.9.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/tap_as_a_service-15.0.1.dev2.data/scripts copying build/scripts-3.9/i40e_sysfs_command -> build/bdist.linux-x86_64/wheel/tap_as_a_service-15.0.1.dev2.data/scripts changing mode of build/bdist.linux-x86_64/wheel/tap_as_a_service-15.0.1.dev2.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-15.0.1.dev2.dist-info/WHEEL creating '/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir/pip-wheel-pwgyj9r0/tmpbjf52f8y/tap_as_a_service-15.0.1.dev2-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/opts.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/tap_mirror_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/2025.1/expand/f8f1f10ebaf9_mirroring_for_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/tap_mirror.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_mirror.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/tap_mirror_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/services/taas/service_drivers/ovn/__init__.py' adding 'neutron_taas/services/taas/service_drivers/ovn/helper.py' adding 'neutron_taas/services/taas/service_drivers/ovn/taas_ovn.py' adding 'neutron_taas/services/taas/service_drivers/ovn/ovsdb/__init__.py' adding 'neutron_taas/services/taas/service_drivers/ovn/ovsdb/impl_idl_taas.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_mirror.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/db/test_tap_mirror_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_tap_mirror.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_ovs_taas.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/ovn/__init__.py' adding 'neutron_taas/tests/unit/services/ovn/test_helper.py' adding 'neutron_taas/tests/unit/services/ovn/test_taas_ovn.py' adding 'neutron_taas/tests/unit/services/ovn/ovsdb/__init__.py' adding 'neutron_taas/tests/unit/services/ovn/ovsdb/test_impl_idl_taas.py' adding 'neutron_taas/tests/unit/services/ovn/ovsdb/schema_files/ovn-nb.ovsschema' 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/services/taas/test_tap_mirror_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_mirror.py' adding 'neutron_taas/tests/unit/taas_client/osc/test_osc_tap_service.py' adding 'tap_as_a_service-15.0.1.dev2.data/data/etc/neutron/rootwrap.d/taas-i40e-sysfs.filters' adding 'tap_as_a_service-15.0.1.dev2.data/scripts/i40e_sysfs_command' adding 'tap_as_a_service-15.0.1.dev2.dist-info/AUTHORS' adding 'tap_as_a_service-15.0.1.dev2.dist-info/LICENSE' adding 'tap_as_a_service-15.0.1.dev2.dist-info/METADATA' adding 'tap_as_a_service-15.0.1.dev2.dist-info/WHEEL' adding 'tap_as_a_service-15.0.1.dev2.dist-info/entry_points.txt' adding 'tap_as_a_service-15.0.1.dev2.dist-info/pbr.json' adding 'tap_as_a_service-15.0.1.dev2.dist-info/top_level.txt' adding 'tap_as_a_service-15.0.1.dev2.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-15.0.1.dev2-py3-none-any.whl size=122054 sha256=e7e6e14bc342c230c8ae7ae0bfba7cdf10f43b1a75bc188569f945bd1784c089 Stored in directory: /builddir/.cache/pip/wheels/d1/8c/07/74e5633d83700eed7b38de6e033adcee0b85bd4c38eacbb9d4 Successfully built tap-as-a-service + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bHTckn + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64 + cd tap-as-a-service-15.0.1.dev2 ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' ++ xargs basename --multiple ++ ls /builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/pyproject-wheeldir/tap_as_a_service-15.0.1.dev2-py3-none-any.whl + specifier=tap_as_a_service==15.0.1.dev2 + '[' -z tap_as_a_service==15.0.1.dev2 ']' + TMPDIR=/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.pyproject-builddir + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-15.0.1.dev2/pyproject-wheeldir tap_as_a_service==15.0.1.dev2 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-15.0.1.dev2/pyproject-wheeldir Processing ./pyproject-wheeldir/tap_as_a_service-15.0.1.dev2-py3-none-any.whl Installing collected packages: tap-as-a-service Successfully installed tap-as-a-service-15.0.1.dev2 + '[' -d /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/bin/i40e_sysfs_command /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/bin/i40e_sysfs_command: no change + rm -rfv /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/bin/__pycache__ + rm -f /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib64/python3.9/site-packages '!=' /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib/python3.9/site-packages ']' + '[' -d /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-15.0.1-0.20250402142034.5361d04.el9.x86_64$site_dir/*.dist-info + echo '%ghost /usr/lib/python3.9/site-packages/tap_as_a_service-15.0.1.dev2.dist-info' + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-15.0.1.dev2.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-15.0.1-0.20250402142034.5361d04.el9.x86_64 --record /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-15.0.1.dev2.dist-info/RECORD --output /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64-pyproject-record + rm -fv /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-15.0.1.dev2.dist-info/RECORD removed '/builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-15.0.1.dev2.dist-info/RECORD' + rm -fv /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-15.0.1.dev2.dist-info/REQUESTED removed '/builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib/python3.9/site-packages/tap_as_a_service-15.0.1.dev2.dist-info/REQUESTED' ++ wc -l /builddir/build/BUILD/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + PYTHONPATH=/builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64//usr/lib/python3.9/site-packages + oslo-config-generator --config-file=etc/oslo-config-generator/taas_plugin.ini + install -d -m 755 /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64//etc/neutron/ + cp etc/taas_plugin.ini.sample /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64//etc/neutron/taas_plugin.ini + install -d -m 755 /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64//usr/share/neutron/server + ln -s /etc/neutron/taas_plugin.ini /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64//usr/share/neutron/server/taas_plugin.conf + install -d -m 755 /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64//etc/neutron/rootwrap.d + mv /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/etc/neutron/rootwrap.d/taas-i40e-sysfs.filters /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64//etc/neutron/rootwrap.d/taas-i40e-sysfs.filters + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 15.0.1-0.20250402142034.5361d04.el9 --unique-debug-suffix -15.0.1-0.20250402142034.5361d04.el9.x86_64 --unique-debug-src-base python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-15.0.1.dev2 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-15.0.1-0.20250402142034.5361d04.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.XVgTGA + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + 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-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib64/python3.9/site-packages:/builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/lib/python3.9/site-packages + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/.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/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( This program is using eventlet and has been monkey_patched /usr/lib/python3.9/site-packages/oslo_rootwrap/__init__.py:32: DeprecationWarning: Eventlet support is deprecated and will be soon removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_privsep/daemon.py:97: DeprecationWarning: Eventlet support is deprecated and will be removed debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_memcache_pool.py:41: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_bmemcache_pool.py:30: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /usr/lib/python3.9/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( This program is using eventlet and has been monkey_patched This program is using eventlet and has been monkey_patched This program is using eventlet and has been monkey_patched This program is using eventlet and has been monkey_patched /usr/lib/python3.9/site-packages/oslo_rootwrap/__init__.py:32: DeprecationWarning: Eventlet support is deprecated and will be soon removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_privsep/daemon.py:97: DeprecationWarning: Eventlet support is deprecated and will be removed debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_rootwrap/__init__.py:32: DeprecationWarning: Eventlet support is deprecated and will be soon removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_privsep/daemon.py:97: DeprecationWarning: Eventlet support is deprecated and will be removed debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_rootwrap/__init__.py:32: DeprecationWarning: Eventlet support is deprecated and will be soon removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_privsep/daemon.py:97: DeprecationWarning: Eventlet support is deprecated and will be removed debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_rootwrap/__init__.py:32: DeprecationWarning: Eventlet support is deprecated and will be soon removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_privsep/daemon.py:97: DeprecationWarning: Eventlet support is deprecated and will be removed debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_memcache_pool.py:41: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_bmemcache_pool.py:30: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_memcache_pool.py:41: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_bmemcache_pool.py:30: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_memcache_pool.py:41: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_memcache_pool.py:41: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_bmemcache_pool.py:30: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( /usr/lib/python3.9/site-packages/oslo_cache/_bmemcache_pool.py:30: DeprecationWarning: Eventlet support is deprecated and will be removed. debtcollector.deprecate( {1} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsTAAS.test_branches ... SKIPPED: backend 'mysql' unavailable {0} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsTAAS.test_forbid_offline_migrations_starting_newton ... SKIPPED: backend 'mysql' unavailable {3} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsTAAS.test_upgrade_expand_branch ... SKIPPED: backend 'mysql' unavailable {2} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsTAAS.test_check_mysql_engine ... SKIPPED: backend 'mysql' unavailable {0} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsTAAS.test_models_sync ... SKIPPED: backend 'mysql' unavailable {0} neutron_taas.tests.unit.db.test_migrations.TestModelsMigrationsTAAS.test_upgrade_contract_branch ... SKIPPED: backend 'mysql' unavailable {1} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_create [1.497644s] ... ok {1} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_delete [0.229714s] ... ok {1} neutron_taas.tests.unit.db.test_tap_mirror_db.TapMirrorDbTestCase.test_tap_mirror_get [0.197786s] ... ok {1} neutron_taas.tests.unit.db.test_tap_mirror_db.TapMirrorDbTestCase.test_tap_mirror_update [0.142852s] ... ok {2} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_list [1.833284s] ... ok {1} neutron_taas.tests.unit.extensions.test_taas.TaasExtensionTestCase.test_create_tap_flow [0.238455s] ... ok {3} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_update [1.938767s] ... ok {2} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_list [0.111478s] ... ok {1} neutron_taas.tests.unit.extensions.test_taas.TaasExtensionTestCase.test_create_tap_service [0.077238s] ... ok {0} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_create_with_vlan_filter [2.034358s] ... ok {3} neutron_taas.tests.unit.db.test_tap_mirror_db.TapMirrorDbTestCase.test_tap_mirror_create [0.355177s] ... ok {2} neutron_taas.tests.unit.extensions.test_taas.TaasExtensionTestCase.test_delete_tap_flow [0.388243s] ... ok {0} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_delete [0.172202s] ... ok {0} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_flow_get [0.180668s] ... ok {3} neutron_taas.tests.unit.db.test_tap_mirror_db.TapMirrorDbTestCase.test_tap_mirror_delete [0.308003s] ... ok {2} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_create_tap_service [0.261800s] ... ok {0} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_create [0.165515s] ... ok {2} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_delete_tap_flow [0.263144s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_ovs_taas.TestOvsDriverTaas.test_create_tap_mirror_out_direction [0.021442s] ... ok {3} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_create_tap_flow_with_vlan_filter [0.325853s] ... ok {0} neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase.test_tap_service_get [0.187575s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_ovs_taas.TestOvsDriverTaas.test_delete_tap_service [0.021853s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_service_no_pf_device_and_vf_index [0.001914s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_flow_no_ts_pci_slot [0.002024s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_egress_rem [0.017824s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_ingress_rem [0.001651s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_list_from_ranges_str [0.000312s] ... ok {0} neutron_taas.tests.unit.db.test_tap_mirror_db.TapMirrorDbTestCase.test_tap_mirror_list [0.181003s] ... ok {1} neutron_taas.tests.unit.extensions.test_taas.TaasExtensionTestCase.test_delete_tap_service [1.215609s] ... ok {3} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_delete_tap_service [0.318970s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_ovs_taas.TestOvsDriverTaas.test_delete_tap_mirror [0.022327s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_flow [0.011079s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_flow_no_ts_pci_slot [0.009375s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_flow [0.007726s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_flow_no_source_pci_slot [0.009694s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_service_no_pf_device_and_vf_index [0.009806s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_both_add [0.003024s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_ifname_by_pci_address_no_dev_info [0.008449s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_net_name_by_vf_pci_address [0.010049s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_ranges_str_from_list [0.001544s] ... ok {3} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_sriov_port_params_no_pci_slot [0.005044s] ... ok {2} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_sriov_port_params [0.417298s] ... ok {2} neutron_taas.tests.unit.services.ovn.ovsdb.test_impl_idl_taas.TestOvnNbIdlForTaas.test_stop [0.153040s] ... ok {1} neutron_taas.tests.unit.extensions.test_tap_mirror.TapMirrorExtensionTestCase.test_create_tap_mirror [0.323496s] ... ok {2} neutron_taas.tests.unit.services.ovn.test_helper.TestTaasOvnProviderHelper.test_mirror_del [0.143395s] ... ok {0} neutron_taas.tests.unit.extensions.test_tap_mirror.TapMirrorExtensionTestCase.test_delete_tap_mirror [0.678692s] ... ok {2} neutron_taas.tests.unit.services.ovn.test_taas_ovn.TestTaasOvnDriver.test_delete_tap_mirror_precommit_multi_dir [0.128090s] ... ok {1} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_create_tap_flow [0.323285s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_ovs_taas.TestOvsDriverTaas.test_create_tap_flow [0.027836s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_ovs_taas.TestOvsDriverTaas.test_create_tap_service [0.015337s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_ovs_taas.TestOvsDriverTaas.test_delete_tap_flow [0.034711s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_flow_different_pf_devices [0.010725s] ... 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.018269s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_service [0.004882s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_both_rem [0.005653s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_mac_by_pci_address [0.011518s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_mac_by_pci_address_wrong_dev_path [0.010666s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_sysfs_netdev_path_with_pf_interface [0.001651s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_sysfs_netdev_path_without_pf_interface [0.015630s] ... ok {1} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_vf_num_by_pci_address [0.004454s] ... ok {2} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_flow_failed_on_service_driver [0.236086s] ... ok {0} neutron_taas.tests.unit.extensions.test_vlan_filter.VlanFilterExtensionTestCase.test_create_tap_flow_invalid_vlan_filter_value [0.269782s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_ovs_taas.TestOvsDriverTaas.test_create_tap_mirror_in_direction [0.025766s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_create_tap_flow_no_source_pci_slot [0.005698s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_nic_driver.TestSriovNicTaas.test_delete_tap_service [0.003998s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_egress_add [0.001560s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_ingress_add [0.001521s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_execute_sysfs_command_not_both_vf_to_vf_all_vlans_False [0.007061s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_ifname_by_pci_address [0.002874s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_mac_by_pci_address_no_content [0.003733s] ... ok {0} neutron_taas.tests.unit.services.drivers.test_linux_sriov_utils.TestSriovNicUtils.test_get_vf_num_by_pci_address_neg [0.005221s] ... ok {1} neutron_taas.tests.unit.services.ovn.ovsdb.test_impl_idl_taas.TestOvnNbIdlForTaas.test__get_ovsdb_helper [0.187817s] ... ok {2} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_delete_tap_flow [0.247472s] ... ok {0} neutron_taas.tests.unit.services.ovn.ovsdb.test_impl_idl_taas.TestOvnNbIdlForTaas.test_start [0.187448s] ... ok {3} neutron_taas.tests.unit.services.ovn.ovsdb.test_impl_idl_taas.TestOvnNbIdlForTaas.test_stop_no_connection [1.019330s] ... ok {2} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_delete_tap_service_non_existent [0.184641s] ... ok {0} neutron_taas.tests.unit.services.ovn.test_helper.TestTaasOvnProviderHelper.test_mirror_add [0.148745s] ... ok {1} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_flow_wrong_tenant_id [0.273397s] ... ok {3} neutron_taas.tests.unit.services.ovn.test_taas_ovn.TestTaasOvnDriver.test_create_tap_mirror_postcommit [0.174467s] ... ok {0} neutron_taas.tests.unit.services.ovn.test_taas_ovn.TestTaasOvnDriver.test_create_tap_mirror_postcommit_multi_dir [0.137420s] ... ok {3} neutron_taas.tests.unit.services.ovn.test_taas_ovn.TestTaasOvnDriver.test_delete_tap_mirror_precommit [0.167021s] ... ok {1} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_service [0.255180s] ... ok {2} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_verify_taas_id_reused [0.343397s] ... ok {0} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_service_failed_on_service_driver [0.206203s] ... ok {1} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_service_wrong_tenant_id [0.228135s] ... ok {3} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_flow [0.292312s] ... ok {2} neutron_taas.tests.unit.services.taas.test_tap_mirror_plugin.TestTapMirrorPlugin.test_create_different_tunnel_id [0.200764s] ... ok {0} neutron_taas.tests.unit.services.taas.test_tap_mirror_plugin.TestTapMirrorPlugin.test_delete_tap_mrror [0.223322s] ... ok {2} neutron_taas.tests.unit.services.taas.test_tap_mirror_plugin.TestTapMirrorPlugin.test_create_duplicate_tunnel_id [0.195427s] ... ok {0} neutron_taas.tests.unit.services.taas.test_tap_mirror_plugin.TestTapMirrorPlugin.test_same_tunnel_id_different_direction [0.198964s] ... ok {3} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_create_tap_service_reach_limit [0.237518s] ... ok {1} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_delete_tap_service [0.288437s] ... ok {2} neutron_taas.tests.unit.services.taas.test_tap_mirror_plugin.TestTapMirrorPlugin.test_create_tap_mirror_wrong_project_id [0.177559s] ... ok {1} neutron_taas.tests.unit.services.taas.test_tap_mirror_plugin.TestTapMirrorPlugin.test_create_tap_mirror [0.219387s] ... ok {0} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestDeleteTapFlow.test_delete_tap_flow [0.261882s] ... ok {0} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestListTapFlow.test_list_tap_flows [0.016471s] ... ok {0} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestShowTapFlow.test_show_tap_flow [0.004443s] ... ok {0} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestCreateTapService.test_create_tap_service [0.001190s] ... ok {3} neutron_taas.tests.unit.services.taas.test_taas_plugin.TestTaasPlugin.test_delete_tap_service_with_flow [0.324578s] ... ok {2} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_mirror.TestCreateTapMirror.test_create_tap_mirror [0.260857s] ... ok {2} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_mirror.TestDeleteTapMirror.test_delete_tap_mirror [0.014746s] ... ok {2} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_mirror.TestListTapMirror.test_list_tap_mirror [0.001632s] ... ok {2} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_mirror.TestShowTapMirror.test_show_tap_mirror [0.001726s] ... ok {2} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestDeleteTapService.test_delete_tap_service [0.001561s] ... ok {1} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_mirror.TestUpdateTapMirror.test_update_tap_mirror [0.329076s] ... ok {3} neutron_taas.tests.unit.services.taas.test_tap_mirror_plugin.TestTapMirrorPlugin.test_delete_tap_mirror_non_existent [0.233476s] ... ok {1} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestShowTapService.test_show_tap_service [0.005782s] ... ok Exception ignored in: Traceback (most recent call last): File "/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/neutron_taas/services/taas/service_drivers/ovn/taas_ovn.py", line 35, in __del__ self._ovn_helper.shutdown() File "/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/neutron_taas/services/taas/service_drivers/ovn/helper.py", line 95, in shutdown self.ovn_nbdb.stop() AttributeError: 'TaasOvnProviderHelper' object has no attribute 'ovn_nbdb' {3} neutron_taas.tests.unit.services.taas.test_tap_mirror_plugin.TestTapMirrorPlugin.test_two_direction_tunnel_id [0.247717s] ... ok Exception ignored in: Traceback (most recent call last): File "/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/neutron_taas/services/taas/service_drivers/ovn/taas_ovn.py", line 35, in __del__ self._ovn_helper.shutdown() File "/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/neutron_taas/services/taas/service_drivers/ovn/helper.py", line 95, in shutdown self.ovn_nbdb.stop() AttributeError: 'TaasOvnProviderHelper' object has no attribute 'ovn_nbdb' {3} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestCreateTapFlow.test_create_tap_flow [0.303379s] ... ok {3} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_flow.TestUpdateTapFlow.test_update_tap_flow [0.005261s] ... ok {3} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestListTapService.test_list_tap_service [0.013832s] ... ok {3} neutron_taas.tests.unit.taas_client.osc.test_osc_tap_service.TestUpdateTapService.test_update_tap_service [0.003168s] ... ok Exception ignored in: Traceback (most recent call last): File "/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/neutron_taas/services/taas/service_drivers/ovn/taas_ovn.py", line 35, in __del__ self._ovn_helper.shutdown() File "/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/neutron_taas/services/taas/service_drivers/ovn/helper.py", line 95, in shutdown self.ovn_nbdb.stop() AttributeError: 'TaasOvnProviderHelper' object has no attribute 'ovn_nbdb' Exception ignored in: Traceback (most recent call last): File "/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/neutron_taas/services/taas/service_drivers/ovn/taas_ovn.py", line 35, in __del__ self._ovn_helper.shutdown() File "/builddir/build/BUILD/tap-as-a-service-15.0.1.dev2/neutron_taas/services/taas/service_drivers/ovn/helper.py", line 95, in shutdown self.ovn_nbdb.stop() AttributeError: 'TaasOvnProviderHelper' object has no attribute 'ovn_nbdb' ====== Totals ====== Ran: 118 tests in 7.6302 sec. - Passed: 112 - Skipped: 6 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 26.9545 sec. ============== Worker Balance ============== - Worker 0 (30 tests) => 0:00:06.454816 - Worker 1 (30 tests) => 0:00:07.058391 - Worker 2 (29 tests) => 0:00:06.420174 - Worker 3 (29 tests) => 0:00:07.165352 ___________________________________ summary ____________________________________ py39: commands succeeded congratulations :) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0lX0n9 + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + DOCDIR=/builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/share/doc/python3-tap-as-a-service + cp -pr README.rst /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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.XowvPf + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + LICENSEDIR=/builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/share/licenses/python3-tap-as-a-service + cp -pr LICENSE /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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) = 15.0.1-0.20250402142034.5361d04.el9 python-tap-as-a-service = 15.0.1-0.20250402142034.5361d04.el9 python3-tap-as-a-service = 15.0.1-0.20250402142034.5361d04.el9 python3.9-tap-as-a-service = 15.0.1-0.20250402142034.5361d04.el9 python3.9dist(tap-as-a-service) = 15.0.1~~dev2 python3dist(tap-as-a-service) = 15.0.1~~dev2 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(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 python3.9dist(python-openstackclient) >= 3.12 Obsoletes: python39-tap-as-a-service < 15.0.1-0.20250402142034.5361d04.el9 Processing files: python3-tap-as-a-service-tests-15.0.1-0.20250402142034.5361d04.el9.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.DX7h0V + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + LICENSEDIR=/builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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-15.0.1-0.20250402142034.5361d04.el9.x86_64/usr/share/licenses/python3-tap-as-a-service-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.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 = 15.0.1-0.20250402142034.5361d04.el9 python3-tap-as-a-service-tests = 15.0.1-0.20250402142034.5361d04.el9 python3.9-tap-as-a-service-tests = 15.0.1-0.20250402142034.5361d04.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 < 15.0.1-0.20250402142034.5361d04.el9 python39-tap-as-a-service-tests < 15.0.1-0.20250402142034.5361d04.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64 Wrote: /builddir/build/SRPMS/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.src.rpm Wrote: /builddir/build/RPMS/python3-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.noarch.rpm Wrote: /builddir/build/RPMS/python3-tap-as-a-service-tests-15.0.1-0.20250402142034.5361d04.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NxSL3m + umask 022 + cd /builddir/build/BUILD + cd tap-as-a-service-15.0.1.dev2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-tap-as-a-service-15.0.1-0.20250402142034.5361d04.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0