Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'], chrootPath='/var/lib/mock/dist-oc9-build-44649-14591/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=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.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: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-requests-toolbelt-0.10.1-3.oc9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'], chrootPath='/var/lib/mock/dist-oc9-build-44649-14591/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=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.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: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.O3MKM0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf toolbelt-0.10.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/requests-toolbelt-0.10.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd toolbelt-0.10.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -E -e 's/^(\s*)import mock/\1from unittest import mock/' -e 's/^(\s*)from mock import /\1from unittest.mock import /' tests/__init__.py tests/conftest.py tests/test_appengine_adapter.py tests/test_auth.py tests/test_auth_handler.py tests/test_downloadutils.py tests/test_dump.py tests/test_fingerprintadapter.py tests/test_forgetfulcookiejar.py tests/test_formdata.py tests/test_host_header_ssl_adapter.py tests/test_multipart_decoder.py tests/test_multipart_encoder.py tests/test_multipart_monitor.py tests/test_proxy_digest_auth.py tests/test_sessions.py tests/test_socket_options_adapter.py tests/test_source_adapter.py tests/test_ssladapter.py tests/test_streaming_iterator.py tests/test_user_agent.py tests/test_x509_adapter.py tests/threaded/__init__.py tests/threaded/test_api.py tests/threaded/test_pool.py tests/threaded/test_thread.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eRvIRN + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.10.1 + CFLAGS='-O2 -g' + LDFLAGS= + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/requests_toolbelt copying requests_toolbelt/_compat.py -> build/lib/requests_toolbelt copying requests_toolbelt/streaming_iterator.py -> build/lib/requests_toolbelt copying requests_toolbelt/__init__.py -> build/lib/requests_toolbelt copying requests_toolbelt/sessions.py -> build/lib/requests_toolbelt copying requests_toolbelt/exceptions.py -> build/lib/requests_toolbelt creating build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/fingerprint.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/socket_options.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/appengine.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/__init__.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/ssl.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/source.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/host_header_ssl.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/x509.py -> build/lib/requests_toolbelt/adapters creating build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/http_proxy_digest.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/handler.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/__init__.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/guess.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/_digest_auth_compat.py -> build/lib/requests_toolbelt/auth creating build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/__init__.py -> build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/stream.py -> build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/tee.py -> build/lib/requests_toolbelt/downloadutils creating build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/encoder.py -> build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/__init__.py -> build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/decoder.py -> build/lib/requests_toolbelt/multipart creating build/lib/requests_toolbelt/threaded copying requests_toolbelt/threaded/__init__.py -> build/lib/requests_toolbelt/threaded copying requests_toolbelt/threaded/pool.py -> build/lib/requests_toolbelt/threaded copying requests_toolbelt/threaded/thread.py -> build/lib/requests_toolbelt/threaded creating build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/dump.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/__init__.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/deprecated.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/formdata.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/user_agent.py -> build/lib/requests_toolbelt/utils running egg_info creating requests_toolbelt.egg-info writing requests_toolbelt.egg-info/PKG-INFO writing dependency_links to requests_toolbelt.egg-info/dependency_links.txt writing requirements to requests_toolbelt.egg-info/requires.txt writing top-level names to requests_toolbelt.egg-info/top_level.txt writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' reading manifest file 'requests_toolbelt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'requests_toolbelt.cookies' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'requests_toolbelt.cookies' as an importable package, however it is included in the distribution as "data". This behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'requests_toolbelt.cookies' is included as a package by using setuptools' `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) creating build/lib/requests_toolbelt/cookies copying requests_toolbelt/cookies/__init__.py -> build/lib/requests_toolbelt/cookies copying requests_toolbelt/cookies/forgetful.py -> build/lib/requests_toolbelt/cookies + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HHB2Xu + umask 022 + cd /builddir/build/BUILD + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch + /usr/bin/mkdir -p /builddir/build/BUILDROOT + /usr/bin/mkdir /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch + cd toolbelt-0.10.1 + CFLAGS='-O2 -g' + LDFLAGS= + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch running install /usr/lib/python3.10/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 install_lib creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10 creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/http_proxy_digest.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/handler.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/guess.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/_digest_auth_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/streaming_iterator.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/sessions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/fingerprint.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/socket_options.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/appengine.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/source.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/host_header_ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/x509.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/encoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/decoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/multipart creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/dump.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/deprecated.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/formdata.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/user_agent.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/forgetful.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/cookies creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/stream.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/tee.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/downloadutils creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/pool.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/thread.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/exceptions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth/http_proxy_digest.py to http_proxy_digest.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth/handler.py to handler.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth/guess.py to guess.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/auth/_digest_auth_compat.py to _digest_auth_compat.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/_compat.py to _compat.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/streaming_iterator.py to streaming_iterator.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/sessions.py to sessions.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters/fingerprint.py to fingerprint.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters/socket_options.py to socket_options.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters/appengine.py to appengine.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py to ssl.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters/source.py to source.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters/host_header_ssl.py to host_header_ssl.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/adapters/x509.py to x509.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/multipart/encoder.py to encoder.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/multipart/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/multipart/decoder.py to decoder.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils/dump.py to dump.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils/deprecated.py to deprecated.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils/formdata.py to formdata.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/utils/user_agent.py to user_agent.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/cookies/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/cookies/forgetful.py to forgetful.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/downloadutils/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/downloadutils/stream.py to stream.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/downloadutils/tee.py to tee.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/threaded/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/threaded/pool.py to pool.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/threaded/thread.py to thread.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt/exceptions.py to exceptions.cpython-310.pyc writing byte-compilation script '/tmp/tmpo3hz3l4n.py' /usr/bin/python3 /tmp/tmpo3hz3l4n.py removing /tmp/tmpo3hz3l4n.py running install_egg_info running egg_info writing requests_toolbelt.egg-info/PKG-INFO writing dependency_links to requests_toolbelt.egg-info/dependency_links.txt writing requirements to requests_toolbelt.egg-info/requires.txt writing top-level names to requests_toolbelt.egg-info/top_level.txt reading manifest file 'requests_toolbelt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' Copying requests_toolbelt.egg-info to /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/lib/python3.10/site-packages/requests_toolbelt-0.10.1-py3.10.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/bin/__pycache__ + /usr/lib/rpm/brp-compress /usr + /usr/lib/rpm/brp-elfperms + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-remove-la-files Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CO1PcC + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.10.1 + py.test-3.10 -v --ignore=tests/test_x509_adapter.py -k 'not test_stream_response_to_specific_filename and not test_stream_response_to_directory and not test_stream_response_to_existing_file and not test_stream_response_to_file_like_object and not test_stream_response_to_file_chunksize' ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.3, pluggy-1.0.0 rootdir: /builddir/build/BUILD/toolbelt-0.10.1, configfile: tox.ini plugins: betamax-0.8.1 collected 169 items / 5 deselected / 164 selected tests/test_appengine_adapter.py sss [ 1%] tests/test_auth.py ..... [ 4%] tests/test_auth_handler.py ..... [ 7%] tests/test_downloadutils.py ......... [ 13%] tests/test_dump.py .................... [ 25%] tests/test_fingerprintadapter.py . [ 26%] tests/test_forgetfulcookiejar.py . [ 26%] tests/test_formdata.py .... [ 29%] tests/test_host_header_ssl_adapter.py ssss [ 31%] tests/test_multipart_decoder.py .............. [ 40%] tests/test_multipart_encoder.py .......xx..........x....... [ 56%] tests/test_multipart_monitor.py ........ [ 61%] tests/test_proxy_digest_auth.py .... [ 64%] tests/test_sessions.py ...... [ 67%] tests/test_socket_options_adapter.py .... [ 70%] tests/test_source_adapter.py ... [ 71%] tests/test_ssladapter.py .. [ 73%] tests/test_streaming_iterator.py ........ [ 78%] tests/test_user_agent.py ............ [ 85%] tests/threaded/test_api.py .... [ 87%] tests/threaded/test_pool.py .............. [ 96%] tests/threaded/test_thread.py ...... [100%] =========== 154 passed, 7 skipped, 5 deselected, 3 xfailed in 1.27s ============ + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-requests-toolbelt-0.10.1-3.oc9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZX9rIe + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.10.1 + DOCDIR=/builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/share/doc/python3-requests-toolbelt-0.10.1 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/share/doc/python3-requests-toolbelt-0.10.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/share/doc/python3-requests-toolbelt-0.10.1 + cp -pr HISTORY.rst /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/share/doc/python3-requests-toolbelt-0.10.1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OpEtMo + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.10.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/share/licenses/python3-requests-toolbelt-0.10.1 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/share/licenses/python3-requests-toolbelt-0.10.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch/usr/share/licenses/python3-requests-toolbelt-0.10.1 + RPM_EC=0 ++ jobs -p + exit 0 error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_provides"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_provides) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found: no field package.preload['TencentOS.srpm.python'] no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua' no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS/srpm/python.so' no file '/usr/lib64/lua/5.4/TencentOS.so' no file '/usr/lib64/lua/5.4/loadall.so' no file './TencentOS.so' 1< (%lua) 0< (%__pythonname_obsoletes) Provides: python3-requests-toolbelt = 0.10.1-3.oc9 python3.10dist(requests-toolbelt) = 0.10.1 python3dist(requests-toolbelt) = 0.10.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: (python3.10dist(requests) < 3~~ with python3.10dist(requests) >= 2.0.1) python(abi) = 3.10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-3.oc9.noarch Wrote: /builddir/build/RPMS/python3-requests-toolbelt-0.10.1-3.oc9.noarch.rpm Child return code was: 0