Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-tackerclient.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-72634-385233/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'eb6f3373f6ad408082ddf9cd6aa87583', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-72634-385233/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-tackerclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-tackerclient-0.16.1-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-tackerclient.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-72634-385233/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '32d0df875f154fbe843326a638e73b84', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-72634-385233/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-tackerclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8kjj4u + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-tackerclient-0.16.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-tackerclient-0.16.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-tackerclient-0.16.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-tackerclient-0.16.1 base' + sed -i 's/\r$//' ./doc/source/cli/vnf_package_commands.rst ./doc/source/cli/commands.rst + rm -f requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.icxzH5 + umask 022 + cd /builddir/build/BUILD + cd python-tackerclient-0.16.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib creating build/lib/tackerclient creating build/lib/tackerclient/osc creating build/lib/tackerclient/osc/v1 copying tackerclient/osc/v1/__init__.py -> build/lib/tackerclient/osc/v1 creating build/lib/tackerclient/osc/v1/vnfm copying tackerclient/osc/v1/vnfm/vnf.py -> build/lib/tackerclient/osc/v1/vnfm copying tackerclient/osc/v1/vnfm/__init__.py -> build/lib/tackerclient/osc/v1/vnfm copying tackerclient/osc/v1/vnfm/vnfd.py -> build/lib/tackerclient/osc/v1/vnfm creating build/lib/tackerclient/tests copying tackerclient/tests/__init__.py -> build/lib/tackerclient/tests copying tackerclient/__init__.py -> build/lib/tackerclient copying tackerclient/i18n.py -> build/lib/tackerclient copying tackerclient/client.py -> build/lib/tackerclient copying tackerclient/version.py -> build/lib/tackerclient copying tackerclient/shell.py -> build/lib/tackerclient creating build/lib/tackerclient/tacker copying tackerclient/tacker/__init__.py -> build/lib/tackerclient/tacker copying tackerclient/tacker/client.py -> build/lib/tackerclient/tacker creating build/lib/tackerclient/tests/unit creating build/lib/tackerclient/tests/unit/osc copying tackerclient/tests/unit/osc/base.py -> build/lib/tackerclient/tests/unit/osc copying tackerclient/tests/unit/osc/__init__.py -> build/lib/tackerclient/tests/unit/osc creating build/lib/tackerclient/osc/v1/vnfpkgm copying tackerclient/osc/v1/vnfpkgm/vnf_package.py -> build/lib/tackerclient/osc/v1/vnfpkgm copying tackerclient/osc/v1/vnfpkgm/__init__.py -> build/lib/tackerclient/osc/v1/vnfpkgm creating build/lib/tackerclient/tacker/v1_0 creating build/lib/tackerclient/tacker/v1_0/nfvo copying tackerclient/tacker/v1_0/nfvo/vim.py -> build/lib/tackerclient/tacker/v1_0/nfvo copying tackerclient/tacker/v1_0/nfvo/vnfcluster.py -> build/lib/tackerclient/tacker/v1_0/nfvo copying tackerclient/tacker/v1_0/nfvo/vnffgd.py -> build/lib/tackerclient/tacker/v1_0/nfvo copying tackerclient/tacker/v1_0/nfvo/__init__.py -> build/lib/tackerclient/tacker/v1_0/nfvo copying tackerclient/tacker/v1_0/nfvo/vim_utils.py -> build/lib/tackerclient/tacker/v1_0/nfvo copying tackerclient/tacker/v1_0/nfvo/nsd.py -> build/lib/tackerclient/tacker/v1_0/nfvo copying tackerclient/tacker/v1_0/nfvo/ns.py -> build/lib/tackerclient/tacker/v1_0/nfvo copying tackerclient/tacker/v1_0/nfvo/vnffg.py -> build/lib/tackerclient/tacker/v1_0/nfvo copying tackerclient/tests/unit/test_shell.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/test_utils.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/test_casual_args.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/test_validators.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/test_auth.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/test_cli10.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/__init__.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/test_cli10_extensions.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/test_ssl.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/test_command_meta.py -> build/lib/tackerclient/tests/unit copying tackerclient/tests/unit/test_http.py -> build/lib/tackerclient/tests/unit creating build/lib/tackerclient/tacker/v1_0/events copying tackerclient/tacker/v1_0/events/__init__.py -> build/lib/tackerclient/tacker/v1_0/events copying tackerclient/tacker/v1_0/events/events.py -> build/lib/tackerclient/tacker/v1_0/events creating build/lib/tackerclient/common copying tackerclient/common/constants.py -> build/lib/tackerclient/common copying tackerclient/common/exceptions.py -> build/lib/tackerclient/common copying tackerclient/common/command.py -> build/lib/tackerclient/common copying tackerclient/common/clientmanager.py -> build/lib/tackerclient/common copying tackerclient/common/utils.py -> build/lib/tackerclient/common copying tackerclient/common/serializer.py -> build/lib/tackerclient/common copying tackerclient/common/_i18n.py -> build/lib/tackerclient/common copying tackerclient/common/__init__.py -> build/lib/tackerclient/common copying tackerclient/common/validators.py -> build/lib/tackerclient/common copying tackerclient/common/extension.py -> build/lib/tackerclient/common copying tackerclient/osc/utils.py -> build/lib/tackerclient/osc copying tackerclient/osc/__init__.py -> build/lib/tackerclient/osc copying tackerclient/osc/sdk_utils.py -> build/lib/tackerclient/osc copying tackerclient/osc/plugin.py -> build/lib/tackerclient/osc copying tackerclient/tacker/v1_0/__init__.py -> build/lib/tackerclient/tacker/v1_0 copying tackerclient/tacker/v1_0/extension.py -> build/lib/tackerclient/tacker/v1_0 creating build/lib/tackerclient/tacker/v1_0/vnfm copying tackerclient/tacker/v1_0/vnfm/vnf.py -> build/lib/tackerclient/tacker/v1_0/vnfm copying tackerclient/tacker/v1_0/vnfm/__init__.py -> build/lib/tackerclient/tacker/v1_0/vnfm copying tackerclient/tacker/v1_0/vnfm/vnfd.py -> build/lib/tackerclient/tacker/v1_0/vnfm creating build/lib/tackerclient/osc/v1/events copying tackerclient/osc/v1/events/__init__.py -> build/lib/tackerclient/osc/v1/events copying tackerclient/osc/v1/events/events.py -> build/lib/tackerclient/osc/v1/events creating build/lib/tackerclient/osc/v1/nfvo copying tackerclient/osc/v1/nfvo/vim.py -> build/lib/tackerclient/osc/v1/nfvo copying tackerclient/osc/v1/nfvo/vnffgd.py -> build/lib/tackerclient/osc/v1/nfvo copying tackerclient/osc/v1/nfvo/__init__.py -> build/lib/tackerclient/osc/v1/nfvo copying tackerclient/osc/v1/nfvo/nsd.py -> build/lib/tackerclient/osc/v1/nfvo copying tackerclient/osc/v1/nfvo/ns.py -> build/lib/tackerclient/osc/v1/nfvo copying tackerclient/osc/v1/nfvo/vnffg.py -> build/lib/tackerclient/osc/v1/nfvo creating build/lib/tackerclient/tests/unit/osc/v1 creating build/lib/tackerclient/tests/unit/osc/v1/fixture_data copying tackerclient/tests/unit/osc/v1/fixture_data/__init__.py -> build/lib/tackerclient/tests/unit/osc/v1/fixture_data copying tackerclient/tests/unit/osc/v1/fixture_data/client.py -> build/lib/tackerclient/tests/unit/osc/v1/fixture_data creating build/lib/tackerclient/v1_0 copying tackerclient/v1_0/__init__.py -> build/lib/tackerclient/v1_0 copying tackerclient/v1_0/client.py -> build/lib/tackerclient/v1_0 creating build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/test_cli10_vnffg.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/test_cli10_vnffgd.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/test_cli10_vim_k8s.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/__init__.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/test_cli10_vim_k8s_with_bearer_token.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/test_cli10_vnf.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/test_cli10_vim.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/test_cli10_vnfd.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/test_vim_utils.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/vm/test_cli10_v10_event.py -> build/lib/tackerclient/tests/unit/vm copying tackerclient/tests/unit/osc/v1/test_vnf_package.py -> build/lib/tackerclient/tests/unit/osc/v1 copying tackerclient/tests/unit/osc/v1/vnf_package_fakes.py -> build/lib/tackerclient/tests/unit/osc/v1 copying tackerclient/tests/unit/osc/v1/__init__.py -> build/lib/tackerclient/tests/unit/osc/v1 running egg_info writing python_tackerclient.egg-info/PKG-INFO writing dependency_links to python_tackerclient.egg-info/dependency_links.txt writing entry points to python_tackerclient.egg-info/entry_points.txt deleting python_tackerclient.egg-info/requires.txt writing top-level names to python_tackerclient.egg-info/top_level.txt writing pbr to python_tackerclient.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 reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' writing manifest file 'python_tackerclient.egg-info/SOURCES.txt' creating build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package creating build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/etsi_nfv_sol001_common_types.yaml -> build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/helloworld3_df_simple.yaml -> build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/helloworld3_top.vnfd.yaml -> build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/helloworld3_types.yaml -> build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions creating build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/TOSCA-Metadata copying tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/TOSCA-Metadata/TOSCA.meta -> build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/TOSCA-Metadata creating build/lib/tackerclient/tests/unit/vm/samples copying tackerclient/tests/unit/vm/samples/vim_config.yaml -> build/lib/tackerclient/tests/unit/vm/samples copying tackerclient/tests/unit/vm/samples/vim_config_with_false_cert_verify.yaml -> build/lib/tackerclient/tests/unit/vm/samples copying tackerclient/tests/unit/vm/samples/vim_config_without_auth_url.yaml -> build/lib/tackerclient/tests/unit/vm/samples copying tackerclient/tests/unit/vm/samples/vim_k8s_bearer_token.yaml -> build/lib/tackerclient/tests/unit/vm/samples copying tackerclient/tests/unit/vm/samples/vim_k8s_bearer_token_without_auth_url.yaml -> build/lib/tackerclient/tests/unit/vm/samples copying tackerclient/tests/unit/vm/samples/vim_k8s_config.yaml -> build/lib/tackerclient/tests/unit/vm/samples copying tackerclient/tests/unit/vm/samples/vim_k8s_config_without_auth_url.yaml -> build/lib/tackerclient/tests/unit/vm/samples copying tackerclient/tests/unit/vm/samples/vnffg_update_file.yaml -> build/lib/tackerclient/tests/unit/vm/samples + sleep 1 + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build-3 -W -b html doc/source doc/build/html Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/python-tackerclient-0.16.1/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 9 source files that are out of date updating environment: [new config] 9 added, 0 changed, 0 removed reading sources... [ 11%] cli/commands reading sources... [ 22%] cli/index reading sources... [ 33%] cli/vnf_package_commands reading sources... [ 44%] contributor/contributing reading sources... [ 55%] contributor/developing reading sources... [ 66%] contributor/index reading sources... [ 77%] index reading sources... [ 88%] install/index reading sources... [100%] reference/index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 11%] cli/commands [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/python-tackerclient/tree/doc/source' [openstackdocstheme] bug_project (from user) 'python-tackerclient' [openstackdocstheme] bug_tag 'doc' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/commands is 2020-02-21 17:38:13 writing output... [ 22%] cli/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/index is 2020-02-21 17:38:13 writing output... [ 33%] cli/vnf_package_commands [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/vnf_package_commands is 2020-02-21 17:38:13 writing output... [ 44%] contributor/contributing [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/contributing is 2020-02-21 17:38:13 writing output... [ 55%] contributor/developing [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/developing is 2020-02-21 17:38:13 writing output... [ 66%] contributor/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2020-02-21 17:38:13 writing output... [ 77%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-02-21 17:38:13 writing output... [ 88%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2020-02-21 17:38:13 writing output... [100%] reference/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for reference/index is 2020-02-21 17:38:13 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + sphinx-build-3 -W -b man doc/source doc/build/man Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/python-tackerclient-0.16.1/.gitreview found building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 9 added, 0 changed, 0 removed reading sources... [ 11%] cli/commands reading sources... [ 22%] cli/index reading sources... [ 33%] cli/vnf_package_commands reading sources... [ 44%] contributor/contributing reading sources... [ 55%] contributor/developing reading sources... [ 66%] contributor/index reading sources... [ 77%] index reading sources... [ 88%] install/index reading sources... [100%] reference/index looking for now-outdated files... none found pickling environment... done checking consistency... done writing... tacker.1 { cli/commands cli/vnf_package_commands } done build succeeded. The manual pages are in doc/build/man. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uyRKzD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch + cd python-tackerclient-0.16.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/unit/test_shell.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/unit/test_casual_args.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/unit/test_validators.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/unit/test_cli10.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc copying build/lib/tackerclient/tests/unit/osc/base.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1 copying build/lib/tackerclient/tests/unit/osc/v1/test_vnf_package.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1 copying build/lib/tackerclient/tests/unit/osc/v1/vnf_package_fakes.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1 creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/helloworld3_top.vnfd.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/etsi_nfv_sol001_common_types.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/helloworld3_df_simple.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions copying build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions/helloworld3_types.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/Definitions creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/TOSCA-Metadata copying build/lib/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/TOSCA-Metadata/TOSCA.meta -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/sample_vnf_package/TOSCA-Metadata copying build/lib/tackerclient/tests/unit/osc/v1/fixture_data/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data copying build/lib/tackerclient/tests/unit/osc/v1/fixture_data/client.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data copying build/lib/tackerclient/tests/unit/osc/v1/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1 copying build/lib/tackerclient/tests/unit/osc/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc copying build/lib/tackerclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/unit/test_cli10_extensions.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/vm/test_cli10_vnffg.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/vm/test_cli10_vnffgd.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/vm/test_cli10_vim_k8s.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/vm/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/vm/test_cli10_vim_k8s_with_bearer_token.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/samples copying build/lib/tackerclient/tests/unit/vm/samples/vim_k8s_bearer_token_without_auth_url.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/samples copying build/lib/tackerclient/tests/unit/vm/samples/vnffg_update_file.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/samples copying build/lib/tackerclient/tests/unit/vm/samples/vim_config_without_auth_url.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/samples copying build/lib/tackerclient/tests/unit/vm/samples/vim_k8s_bearer_token.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/samples copying build/lib/tackerclient/tests/unit/vm/samples/vim_config_with_false_cert_verify.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/samples copying build/lib/tackerclient/tests/unit/vm/samples/vim_k8s_config_without_auth_url.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/samples copying build/lib/tackerclient/tests/unit/vm/samples/vim_config.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/samples copying build/lib/tackerclient/tests/unit/vm/samples/vim_k8s_config.yaml -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/samples copying build/lib/tackerclient/tests/unit/vm/test_cli10_vnf.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/vm/test_cli10_vim.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/vm/test_cli10_vnfd.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/vm/test_vim_utils.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/vm/test_cli10_v10_event.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm copying build/lib/tackerclient/tests/unit/test_ssl.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/unit/test_command_meta.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/unit/test_http.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit copying build/lib/tackerclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker copying build/lib/tackerclient/tacker/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker copying build/lib/tackerclient/tacker/client.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0 copying build/lib/tackerclient/tacker/v1_0/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0 creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/events copying build/lib/tackerclient/tacker/v1_0/events/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/events copying build/lib/tackerclient/tacker/v1_0/events/events.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/events creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/vnfm copying build/lib/tackerclient/tacker/v1_0/vnfm/vnf.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/vnfm copying build/lib/tackerclient/tacker/v1_0/vnfm/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/vnfm copying build/lib/tackerclient/tacker/v1_0/vnfm/vnfd.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/vnfm creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo copying build/lib/tackerclient/tacker/v1_0/nfvo/vim.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo copying build/lib/tackerclient/tacker/v1_0/nfvo/vnfcluster.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo copying build/lib/tackerclient/tacker/v1_0/nfvo/vnffgd.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo copying build/lib/tackerclient/tacker/v1_0/nfvo/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo copying build/lib/tackerclient/tacker/v1_0/nfvo/vim_utils.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo copying build/lib/tackerclient/tacker/v1_0/nfvo/nsd.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo copying build/lib/tackerclient/tacker/v1_0/nfvo/ns.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo copying build/lib/tackerclient/tacker/v1_0/nfvo/vnffg.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo copying build/lib/tackerclient/tacker/v1_0/extension.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0 creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1 creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfpkgm copying build/lib/tackerclient/osc/v1/vnfpkgm/vnf_package.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfpkgm copying build/lib/tackerclient/osc/v1/vnfpkgm/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfpkgm copying build/lib/tackerclient/osc/v1/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1 creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/events copying build/lib/tackerclient/osc/v1/events/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/events copying build/lib/tackerclient/osc/v1/events/events.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/events creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfm copying build/lib/tackerclient/osc/v1/vnfm/vnf.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfm copying build/lib/tackerclient/osc/v1/vnfm/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfm copying build/lib/tackerclient/osc/v1/vnfm/vnfd.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfm creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo copying build/lib/tackerclient/osc/v1/nfvo/vim.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo copying build/lib/tackerclient/osc/v1/nfvo/vnffgd.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo copying build/lib/tackerclient/osc/v1/nfvo/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo copying build/lib/tackerclient/osc/v1/nfvo/nsd.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo copying build/lib/tackerclient/osc/v1/nfvo/ns.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo copying build/lib/tackerclient/osc/v1/nfvo/vnffg.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo copying build/lib/tackerclient/osc/utils.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc copying build/lib/tackerclient/osc/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc copying build/lib/tackerclient/osc/sdk_utils.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc copying build/lib/tackerclient/osc/plugin.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc copying build/lib/tackerclient/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient copying build/lib/tackerclient/i18n.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient copying build/lib/tackerclient/client.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/constants.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/exceptions.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/command.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/clientmanager.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/utils.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/serializer.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/_i18n.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/validators.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common copying build/lib/tackerclient/common/extension.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common creating /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/v1_0 copying build/lib/tackerclient/v1_0/__init__.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/v1_0 copying build/lib/tackerclient/v1_0/client.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/v1_0 copying build/lib/tackerclient/version.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient copying build/lib/tackerclient/shell.py -> /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_shell.py to test_shell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_casual_args.py to test_casual_args.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_validators.py to test_validators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_auth.py to test_auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_cli10.py to test_cli10.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/test_vnf_package.py to test_vnf_package.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/vnf_package_fakes.py to vnf_package_fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/fixture_data/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/osc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_cli10_extensions.py to test_cli10_extensions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/test_cli10_vnffg.py to test_cli10_vnffg.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/test_cli10_vnffgd.py to test_cli10_vnffgd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/test_cli10_vim_k8s.py to test_cli10_vim_k8s.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/test_cli10_vim_k8s_with_bearer_token.py to test_cli10_vim_k8s_with_bearer_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/test_cli10_vnf.py to test_cli10_vnf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/test_cli10_vim.py to test_cli10_vim.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/test_cli10_vnfd.py to test_cli10_vnfd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/test_vim_utils.py to test_vim_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/vm/test_cli10_v10_event.py to test_cli10_v10_event.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_ssl.py to test_ssl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_command_meta.py to test_command_meta.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/unit/test_http.py to test_http.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/events/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/events/events.py to events.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/vnfm/vnf.py to vnf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/vnfm/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/vnfm/vnfd.py to vnfd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo/vim.py to vim.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo/vnfcluster.py to vnfcluster.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo/vnffgd.py to vnffgd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo/vim_utils.py to vim_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo/nsd.py to nsd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo/ns.py to ns.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/nfvo/vnffg.py to vnffg.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/tacker/v1_0/extension.py to extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfpkgm/vnf_package.py to vnf_package.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfpkgm/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/events/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/events/events.py to events.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfm/vnf.py to vnf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfm/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/vnfm/vnfd.py to vnfd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo/vim.py to vim.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo/vnffgd.py to vnffgd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo/nsd.py to nsd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo/ns.py to ns.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/v1/nfvo/vnffg.py to vnffg.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/sdk_utils.py to sdk_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/osc/plugin.py to plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/i18n.py to i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/command.py to command.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/clientmanager.py to clientmanager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/serializer.py to serializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/_i18n.py to _i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/validators.py to validators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/common/extension.py to extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/v1_0/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/v1_0/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/tackerclient/shell.py to shell.cpython-36.pyc writing byte-compilation script '/tmp/tmp_z3l24nm.py' /usr/libexec/platform-python /tmp/tmp_z3l24nm.py removing /tmp/tmp_z3l24nm.py running install_egg_info running egg_info writing python_tackerclient.egg-info/PKG-INFO writing dependency_links to python_tackerclient.egg-info/dependency_links.txt writing entry points to python_tackerclient.egg-info/entry_points.txt writing top-level names to python_tackerclient.egg-info/top_level.txt writing pbr to python_tackerclient.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 reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' writing manifest file 'python_tackerclient.egg-info/SOURCES.txt' Copying python_tackerclient.egg-info to /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6/site-packages/python_tackerclient-0.16.1-py3.6.egg-info running install_scripts Installing tacker script to /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + install -p -D -m 644 -v doc/build/man/tacker.1 /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/man/man1/tacker.1 install: creating directory '/builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share' install: creating directory '/builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/man' install: creating directory '/builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/man/man1' 'doc/build/man/tacker.1' -> '/builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/man/man1/tacker.1' + ln -s tacker /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/bin/tacker-3 + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.16.1-1.el8 --unique-debug-suffix -0.16.1-1.el8.noarch --unique-debug-src-base python-tackerclient-0.16.1-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-tackerclient-0.16.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vK3h1M + umask 022 + cd /builddir/build/BUILD + cd python-tackerclient-0.16.1 + export OS_TEST_PATH=./tackerclient/tests/unit + OS_TEST_PATH=./tackerclient/tests/unit + PYTHON=python3 + stestr-3 --test-path ./tackerclient/tests/unit run {3} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_get_token [0.002068s] ... ok {3} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_endpoint_type [0.001625s] ... ok Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width ] [--fit-width] [--print-empty] check_parser: error: the following arguments are required: Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. usage: check_parser [-h] (--path | --url ) [--user-name ] [--password ] check_parser: error: the following arguments are required: Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. {6} tackerclient.tests.unit.osc.v1.test_vnf_package.TestShowVnfPackage.test_take_action_2_False [0.147169s] ... ok {6} tackerclient.tests.unit.osc.v1.test_vnf_package.TestUploadVnfPackage.test_upload_vnf_package_2_url [0.045296s] ... ok {6} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_get_endpoint_url [0.001941s] ... ok {6} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_reused_token_get_auth_info [0.000441s] ... ok {6} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_get_endpoint_url_failed [0.001966s] ... ok {6} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_use_given_endpoint_url [0.001459s] ... ok {6} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_get_endpoint_url_other [0.002371s] ... ok {6} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_get_token [0.001944s] ... ok {6} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_refresh_token [0.002196s] ... ok {6} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_reused_token_get_auth_info [0.000448s] ... ok {6} tackerclient.tests.unit.test_auth.CLITestAuthNoAuth.test_get_noauth [0.001375s] ... ok Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. {6} tackerclient.tests.unit.test_cli10.CLITestV10ExceptionHandler.test_exception_handler_v10_tacker_known_error_without_detail [0.001128s] ... ok {7} tackerclient.tests.unit.osc.v1.test_vnf_package.TestCreateVnfPackage.test_take_action_1 [0.131382s] ... ok {7} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_endpoint_type [0.001797s] ... ok {7} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_get_endpoint_url_other [0.001865s] ... ok {7} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_refresh_token [0.002593s] ... ok {7} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_refresh_token [0.002060s] ... ok {7} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_bad_values_str [0.000756s] ... ok {7} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_clear_action [0.001035s] ... ok {7} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_empty [0.000761s] ... ok {7} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_goodarg_with_minus_number [0.001593s] ... ok {7} tackerclient.tests.unit.test_http.TestHTTPClient.test_request_forbidden_is_returned_to_caller [0.001347s] ... ok {7} tackerclient.tests.unit.test_shell.ShellTest.test_auth [0.034361s] ... ok {6} tackerclient.tests.unit.test_cli10_extensions.CLITestV10Extension.test_show_extension [0.008549s] ... ok {6} tackerclient.tests.unit.test_command_meta.TestCommandMeta.test_tacker_command_meta_defines_log [0.000704s] ... ok {1} tackerclient.tests.unit.osc.v1.test_vnf_package.TestDeleteVnfPackage.test_delete_multiple_vnf_package_exception [0.151112s] ... ok {1} tackerclient.tests.unit.osc.v1.test_vnf_package.TestShowVnfPackage.test_show_no_options [0.018556s] ... ok {2} tackerclient.tests.unit.osc.v1.test_vnf_package.TestCreateVnfPackage.test_take_action_2_________ [0.141003s] ... ok {2} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_use_given_endpoint_url [0.001564s] ... ok {2} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_get_endpoint_url_other [0.001850s] ... ok {2} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_endpoint_type [0.002266s] ... ok {2} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_refresh_token_no_auth_url [0.001694s] ... ok {2} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_strip_credentials_from_log [0.003633s] ... ok {2} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_badarg_with_minus [0.000645s] ... ok {2} tackerclient.tests.unit.test_cli10.CLITestV10ExceptionHandler.test_exception_handler_v10_error_dict_not_contain_message [0.001184s] ... ok {2} tackerclient.tests.unit.test_cli10.CLITestV10ExceptionHandler.test_exception_handler_v10_ip_address_in_use [0.001026s] ... ok {2} tackerclient.tests.unit.test_cli10.CLITestV10ExceptionHandler.test_exception_handler_v10_tacker_unknown_status_code [0.001031s] ... ok {2} tackerclient.tests.unit.test_shell.ShellTest.test_help [0.043736s] ... ok {2} tackerclient.tests.unit.test_shell.ShellTest.test_help_command [0.022452s] ... ok {0} tackerclient.tests.unit.osc.v1.test_vnf_package.TestShowVnfPackage.test_take_action_1_True [0.125898s] ... ok {0} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_get_endpoint_url_with_invalid_auth_url [0.000733s] ... ok {0} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_bool_false [0.001711s] ... ok {0} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_dict_arg_with_attribute_named_type [0.001426s] ... ok {0} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_list_of_dict_arg [0.001705s] ... ok {0} tackerclient.tests.unit.test_cli10.ClientV1TestJson.test_do_request_error_without_response_body [0.002577s] ... ok {0} tackerclient.tests.unit.test_shell.ShellTest.test_build_option_parser [0.017422s] ... ok {0} tackerclient.tests.unit.test_shell.ShellTest.test_run_unknown_command [0.010063s] ... ok {0} tackerclient.tests.unit.test_utils.ImportClassTestCase.test_get_client_class_invalid_version [0.000700s] ... ok {0} tackerclient.tests.unit.test_utils.TestUtils.test_string_to_bool_false [0.000345s] ... ok {0} tackerclient.tests.unit.test_validators.ValidatorTest.test_validate_ip_subnet [0.001238s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_delete_vim [0.005124s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_update_vim_all_params [0.012938s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_update_vim_with_mandatory_params [0.012046s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_update_vim_with_mandatory_params [0.010560s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_register_vim_with_mandatory_params [0.014594s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_register_vim_with_no_auth_url [0.011919s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_update_vim_all_params [0.010898s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_create_vnf_with_vnfd_id [0.013578s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_delete_vnf_without_force [0.004667s] ... ok {7} tackerclient.tests.unit.test_shell.ShellTest.test_help_on_subcommand [0.051475s] ... ok {7} tackerclient.tests.unit.test_shell.ShellTest.test_unknown_auth_strategy [0.010692s] ... ok {7} tackerclient.tests.unit.test_utils.TestUtils.test_string_to_bool_true [0.000351s] ... ok Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. {7} tackerclient.tests.unit.vm.test_cli10_v10_event.CLITestV10EventJSON.test_show_event_id [0.016919s] ... ok {7} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_list_vims [0.009739s] ... ok {7} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_register_vim_all_params [0.017055s] ... ok {7} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_show_vim_id_name [0.010073s] ... ok {3} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_get_token [0.001846s] ... ok {3} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_default_bool [0.003464s] ... ok {3} tackerclient.tests.unit.test_cli10.CLITestV10ExceptionHandler.test_exception_handler_v10_unknown_error_to_per_code_exception [0.003511s] ... ok {3} tackerclient.tests.unit.test_shell.ShellTest.test_main_with_unicode [0.069605s] ... ok {3} tackerclient.tests.unit.test_ssl.TestSSL.test_proper_exception_is_raised_when_cert_validation_fails [0.002048s] ... ok {5} tackerclient.tests.unit.osc.v1.test_vnf_package.TestDeleteVnfPackage.test_delete_one_vnf_package [0.135494s] ... ok {5} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_strip_credentials_from_log [0.003671s] ... ok {5} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_get_endpoint_url [0.001791s] ... ok {5} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_get_endpoint_url_with_invalid_auth_url [0.001148s] ... ok {5} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_reused_token_get_auth_info [0.000448s] ... ok {5} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_get_endpoint_url [0.001821s] ... ok {5} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_use_given_endpoint_url [0.001535s] ... ok {5} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_arg [0.001649s] ... ok {5} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_badarg [0.000612s] ... ok {5} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_badarg_duplicate [0.000604s] ... ok {5} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_bool_true [0.001335s] ... ok {5} tackerclient.tests.unit.test_cli10.CLITestV10ExceptionHandler.test_exception_handler_v10_error_dict_contains_message [0.001102s] ... ok {7} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_delete_vim [0.005688s] ... ok {7} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_list_vims [0.009918s] ... ok {7} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_register_vim_all_params [0.016541s] ... ok {7} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_delete_vnf_with_force [0.005190s] ... ok {7} tackerclient.tests.unit.vm.test_cli10_vnffg.CLITestV10VmVNFFGJSON.test_delete_vnffg [0.005275s] ... ok Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. Deprecated: tacker command line is deprecated, will be deleted after Rocky is released. {7} tackerclient.tests.unit.vm.test_cli10_vnffg.CLITestV10VmVNFFGJSON.test_show_vnffg_id_name [0.019918s] ... ok {6} tackerclient.tests.unit.test_http.TestHTTPClient.test_request_error [0.001571s] ... ok {5} tackerclient.tests.unit.test_cli10.ClientV1TestJson.test_do_request_unicode [0.003004s] ... ok {5} tackerclient.tests.unit.test_shell.ShellTest.test_endpoint_environment_variable [0.018370s] ... ok {5} tackerclient.tests.unit.test_utils.TestUtils.test_get_object_item_with_formatters [0.000554s] ... ok {5} tackerclient.tests.unit.test_utils.TestUtils.test_none_string_to_dictionary [0.000364s] ... ok {5} tackerclient.tests.unit.test_validators.ValidatorTest.test_validate_int_max_only [0.000753s] ... ok {5} tackerclient.tests.unit.test_validators.ValidatorTest.test_validate_int_min_only [0.000675s] ... ok {5} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_multi_delete_vim [0.004494s] ... ok {5} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_show_vim_id_name [0.013469s] ... ok {5} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_create_vnfd_all_params [0.011433s] ... ok {5} tackerclient.tests.unit.vm.test_cli10_vnffg.CLITestV10VmVNFFGJSON.test_create_vnffg_all_params [0.009386s] ... ok {5} tackerclient.tests.unit.vm.test_cli10_vnffg.CLITestV10VmVNFFGJSON.test_list_vnffgs [0.009586s] ... ok {5} tackerclient.tests.unit.vm.test_cli10_vnffg.CLITestV10VmVNFFGJSON.test_list_vnffgs_pagenation [0.011654s] ... ok All specified vnf-package(s) deleted successfully {4} tackerclient.tests.unit.osc.v1.test_vnf_package.TestDeleteVnfPackage.test_delete_multiple_vnf_package [0.149798s] ... ok {4} tackerclient.tests.unit.osc.v1.test_vnf_package.TestListVnfPackage.test_take_action [0.018053s] ... ok {4} tackerclient.tests.unit.osc.v1.test_vnf_package.TestUploadVnfPackage.test_upload_no_options [0.010815s] ... ok {4} tackerclient.tests.unit.osc.v1.test_vnf_package.TestUploadVnfPackage.test_upload_vnf_package_with_conflict_error [0.033299s] ... ok {4} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_get_endpoint_url_failed [0.002126s] ... ok {4} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_refresh_token_no_auth_url [0.001664s] ... ok {4} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_refresh_token_no_auth_url [0.002434s] ... ok {4} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithId.test_strip_credentials_from_log [0.013764s] ... ok {4} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_badarg_early_type_specification [0.000665s] ... ok {4} tackerclient.tests.unit.test_cli10.CLITestV10ExceptionHandler.test_exception_handler_v10_default_fallback [0.001817s] ... ok {4} tackerclient.tests.unit.test_cli10.CLITestV10ExceptionHandler.test_exception_handler_v10_tacker_known_error [0.003523s] ... ok {4} tackerclient.tests.unit.test_command_meta.TestCommandMeta.test_tacker_command_log_defined_explicitly [0.000674s] ... ok {4} tackerclient.tests.unit.test_shell.ShellTest.test_endpoint_option [0.019093s] ... ok {4} tackerclient.tests.unit.test_utils.TestUtils.test_string_to_dictionary [0.000401s] ... ok {4} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_register_vim_with_mandatory_params [0.017472s] ... ok {4} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_register_vim_with_no_auth_url [0.012264s] ... ok {4} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_update_vim_all_params [0.014881s] ... ok {4} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_create_vnfd_with_mandatory_params [0.012719s] ... ok {4} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_list_vnfds [0.010837s] ... ok {4} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_multi_delete_vnfd [0.006248s] ... ok {4} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_show_vnfd_id [0.011497s] ... ok {4} tackerclient.tests.unit.vm.test_cli10_vnffgd.CLITestV10VmVNFFGDJSON.test_list_all_vnffgds [0.012453s] ... ok {4} tackerclient.tests.unit.vm.test_vim_utils.TestVIMUtils.test_args2body_vim [0.000590s] ... ok {4} tackerclient.tests.unit.vm.test_vim_utils.TestVIMUtils.test_args2body_vim_no_project [0.000765s] ... ok {3} tackerclient.tests.unit.test_utils.TestUtils.test_get_object_item_desired_fields_is_empty [0.000450s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_register_vim_with_no_auth_url [0.037499s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_show_vim_id [0.008267s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_list_vims [0.010058s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_multi_delete_vim [0.004577s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_update_vim_with_mandatory_params [0.010016s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_list_vnfs [0.007767s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_multi_delete_vnf [0.004740s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_update_vnf [0.005431s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_delete_vnfd [0.004726s] ... ok {1} tackerclient.tests.unit.osc.v1.test_vnf_package.TestUploadVnfPackage.test_upload_vnf_package_1_path [0.033533s] ... ok {1} tackerclient.tests.unit.test_auth.CLITestAuthKeystone.test_get_endpoint_url_with_invalid_auth_url [0.000697s] ... ok {1} tackerclient.tests.unit.test_auth.CLITestAuthKeystoneWithIdandName.test_get_endpoint_url_failed [0.002186s] ... ok {1} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_bad_values_list [0.001372s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_list_vnf_resources [0.011934s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vnffg.CLITestV10VmVNFFGJSON.test_show_vnffg_id [0.008605s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vnffg.CLITestV10VmVNFFGJSON.test_update_vnffg [0.009289s] ... ok {0} tackerclient.tests.unit.vm.test_cli10_vnffgd.CLITestV10VmVNFFGDJSON.test_list_inline_vnffgds [0.012936s] ... ok All specified vnf-package(s) deleted successfully {3} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_list_all_vnfds [0.007978s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_list_inline_vnfds [0.008546s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_show_vnfd_id_name [0.008309s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vnffgd.CLITestV10VmVNFFGDJSON.test_create_vnffgd_all_params [0.011531s] ... ok {3} tackerclient.tests.unit.vm.test_cli10_vnffgd.CLITestV10VmVNFFGDJSON.test_list_vnffgds [0.008135s] ... ok {3} tackerclient.tests.unit.vm.test_vim_utils.TestVIMUtils.test_validate_auth_url_with_port [0.000512s] ... ok {3} tackerclient.tests.unit.vm.test_vim_utils.TestVIMUtils.test_validate_auth_url_without_port [0.000468s] ... ok {1} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_dict_arg [0.001465s] ... ok {1} tackerclient.tests.unit.test_casual_args.CLITestArgs.test_nargs [0.001659s] ... ok {1} tackerclient.tests.unit.test_cli10.CLITestV10ExceptionHandler.test_exception_handler_v10_bad_tacker_error [0.001260s] ... ok {1} tackerclient.tests.unit.test_cli10_extensions.CLITestV10Extension.test_list_extensions [0.011098s] ... ok {1} tackerclient.tests.unit.test_http.TestHTTPClient.test_request_success [0.001415s] ... ok {1} tackerclient.tests.unit.test_http.TestHTTPClient.test_request_unauthorized [0.002357s] ... ok {1} tackerclient.tests.unit.test_utils.TestUtils.test_get_dict_item_properties [0.000402s] ... ok {1} tackerclient.tests.unit.test_utils.TestUtils.test_string_to_bool_None [0.000523s] ... ok {6} tackerclient.tests.unit.test_ssl.TestSSL.test_ca_cert_passed_as_env_var [0.282537s] ... ok {6} tackerclient.tests.unit.test_utils.TestUtils.test_get_object_item_properties_mixed_case_fields [0.000697s] ... ok {1} tackerclient.tests.unit.test_validators.ValidatorTest.test_validate_int_min_max [0.001470s] ... ok {1} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_multi_delete_vim [0.004825s] ... ok {1} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_show_vim_id [0.009156s] ... ok {1} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_create_vnf_with_description_param [0.009544s] ... ok {1} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_list_vnfds_pagenation [0.009683s] ... ok {1} tackerclient.tests.unit.vm.test_cli10_vnffgd.CLITestV10VmVNFFGDJSON.test_create_vnffgd_with_mandatory_params [0.018440s] ... ok {1} tackerclient.tests.unit.vm.test_cli10_vnffgd.CLITestV10VmVNFFGDJSON.test_list_vnffgds_pagenation [0.012958s] ... ok {1} tackerclient.tests.unit.vm.test_cli10_vnffgd.CLITestV10VmVNFFGDJSON.test_show_vnffgd_id_name [0.012445s] ... ok {1} tackerclient.tests.unit.vm.test_vim_utils.TestVIMUtils.test_args2body_kubernetes_vim [0.000526s] ... ok {1} tackerclient.tests.unit.vm.test_vim_utils.TestVIMUtils.test_args2body_kubernetes_vim_bearer [0.000821s] ... ok {6} tackerclient.tests.unit.vm.test_cli10_v10_event.CLITestV10EventJSON.test_list_events [0.019310s] ... ok {2} tackerclient.tests.unit.test_ssl.TestSSL.test_ca_cert_passed [0.337410s] ... ok {2} tackerclient.tests.unit.test_utils.TestUtils.test_get_object_item_desired_fields_differ_from_item [0.000514s] ... ok {2} tackerclient.tests.unit.test_validators.ValidatorTest.test_validate_int_no_limit [0.000876s] ... ok {6} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_register_vim_with_mandatory_params [0.023686s] ... ok {6} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_show_vim_id [0.011303s] ... ok {2} tackerclient.tests.unit.vm.test_cli10_vim.CLITestV10VIMJSON.test_register_vim_with_false_cert_verify [0.027037s] ... ok {6} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_create_vnf_all_params [0.013036s] ... ok {2} tackerclient.tests.unit.vm.test_cli10_vim_k8s.CLITestV10VIMJSON.test_show_vim_id_name [0.010418s] ... ok {6} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_show_vnf_id [0.011233s] ... ok {2} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_delete_vim [0.006421s] ... ok {6} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_show_vnf_id_name [0.010407s] ... ok {2} tackerclient.tests.unit.vm.test_cli10_vim_k8s_with_bearer_token.CLITestV10VIMJSON.test_register_vim_all_params [0.016398s] ... ok {6} tackerclient.tests.unit.vm.test_cli10_vnffgd.CLITestV10VmVNFFGDJSON.test_show_vnffgd_id [0.011413s] ... ok {2} tackerclient.tests.unit.vm.test_cli10_vnf.CLITestV10VmVNFJSON.test_list_vnfs_pagenation [0.011806s] ... ok {2} tackerclient.tests.unit.vm.test_cli10_vnfd.CLITestV10VmVNFDJSON.test_create_vnfd_with_empty_file [0.011909s] ... ok {2} tackerclient.tests.unit.vm.test_cli10_vnffg.CLITestV10VmVNFFGJSON.test_create_vnffg_with_mandatory_params [0.011476s] ... ok {2} tackerclient.tests.unit.vm.test_cli10_vnffgd.CLITestV10VmVNFFGDJSON.test_delete_vnffgd [0.005519s] ... ok {2} tackerclient.tests.unit.vm.test_vim_utils.TestVIMUtils.test_validate_auth_url_exception [0.000715s] ... ok ====== Totals ====== Ran: 192 tests in 0.6823 sec. - Passed: 192 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 3.0495 sec. ============== Worker Balance ============== - Worker 0 (24 tests) => 0:00:00.321396 - Worker 1 (24 tests) => 0:00:00.326424 - Worker 2 (24 tests) => 0:00:00.682260 - Worker 3 (24 tests) => 0:00:00.239610 - Worker 4 (24 tests) => 0:00:00.377858 - Worker 5 (24 tests) => 0:00:00.251249 - Worker 6 (24 tests) => 0:00:00.631088 - Worker 7 (24 tests) => 0:00:00.376588 + exit 0 Processing files: python3-tackerclient-0.16.1-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YNCplF + umask 022 + cd /builddir/build/BUILD + cd python-tackerclient-0.16.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/licenses/python3-tackerclient + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/licenses/python3-tackerclient + cp -pr LICENSE /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/licenses/python3-tackerclient + exit 0 Provides: python3-tackerclient = 0.16.1-1.el8 python3.6dist(python-tackerclient) = 0.16.1 python3dist(python-tackerclient) = 0.16.1 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/libexec/platform-python python(abi) = 3.6 Obsoletes: python2-tackerclient < 0.16.1-1.el8 Processing files: python3-tackerclient-tests-unit-0.16.1-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KU4EaI + umask 022 + cd /builddir/build/BUILD + cd python-tackerclient-0.16.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/licenses/python3-tackerclient-tests-unit + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/licenses/python3-tackerclient-tests-unit + cp -pr LICENSE /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/licenses/python3-tackerclient-tests-unit + exit 0 Provides: python3-tackerclient-tests-unit = 0.16.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python-tackerclient-doc-0.16.1-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4X2NCp + umask 022 + cd /builddir/build/BUILD + cd python-tackerclient-0.16.1 + DOCDIR=/builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/doc/python-tackerclient-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/doc/python-tackerclient-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/doc/python-tackerclient-doc + cp -pr README.rst /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/doc/python-tackerclient-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KiQ5G8 + umask 022 + cd /builddir/build/BUILD + cd python-tackerclient-0.16.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/licenses/python-tackerclient-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/licenses/python-tackerclient-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch/usr/share/licenses/python-tackerclient-doc + exit 0 Provides: python-tackerclient-doc = 0.16.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch Wrote: /builddir/build/RPMS/python3-tackerclient-0.16.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-tackerclient-tests-unit-0.16.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-tackerclient-doc-0.16.1-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EfwNE6 + umask 022 + cd /builddir/build/BUILD + cd python-tackerclient-0.16.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-tackerclient-0.16.1-1.el8.noarch + exit 0 Child return code was: 0