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 x86_64 --nodeps /builddir/build/SPECS/systemtap.spec'], chrootPath='/var/lib/mock/dist-oc9-build-45244-14591/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f9ca916e8d0>timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/systemtap.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
Building target platforms: x86_64
Building for target x86_64
Wrote: /builddir/build/SRPMS/systemtap-4.7-3.oc9.src.rpm
Child return code was: 0
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/systemtap.spec'], chrootPath='/var/lib/mock/dist-oc9-build-45244-14591/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f9ca916e8d0>timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/systemtap.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ByggMG
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf systemtap-4.7
+ /usr/bin/gzip -dc /builddir/build/SOURCES/systemtap-4.7.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd systemtap-4.7
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NXeIOh
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ CFLAGS='-O2 -g'
+ export CFLAGS
+ CXXFLAGS='-O2 -g'
+ export CXXFLAGS
+ FFLAGS='-O2 -g '
+ export FFLAGS
+ FCFLAGS='-O2 -g '
+ export FCFLAGS
+ LDFLAGS=
+ export LDFLAGS
+ ./configure --host=x86_64-opencloudos-linux-gnu --build=x86_64-opencloudos-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-dyninst --enable-crash --enable-sqlite --enable-docs=prebuilt --with-rpm --without-java --disable-virt --with-dracutstap=/usr/lib/dracut/modules.d/99stap --with-dracutbindir=/usr/bin --with-python3 --without-python2-probes --with-python3-probes --disable-httpd --with-bpf --disable-silent-rules '--with-extra-version=rpm 4.7-3.oc9'
checking build system type... x86_64-opencloudos-linux-gnu
checking host system type... x86_64-opencloudos-linux-gnu
checking target system type... x86_64-opencloudos-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-opencloudos-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether ln -s works... yes
checking for x86_64-opencloudos-linux-gnu-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for x86_64-opencloudos-linux-gnu-g++... no
checking for x86_64-opencloudos-linux-gnu-c++... no
checking for x86_64-opencloudos-linux-gnu-gpp... no
checking for x86_64-opencloudos-linux-gnu-aCC... no
checking for x86_64-opencloudos-linux-gnu-CC... no
checking for x86_64-opencloudos-linux-gnu-cxx... no
checking for x86_64-opencloudos-linux-gnu-cc++... no
checking for x86_64-opencloudos-linux-gnu-cl.exe... no
checking for x86_64-opencloudos-linux-gnu-FCC... no
checking for x86_64-opencloudos-linux-gnu-KCC... no
checking for x86_64-opencloudos-linux-gnu-RCC... no
checking for x86_64-opencloudos-linux-gnu-xlC_r... no
checking for x86_64-opencloudos-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C preprocessor... gcc -E
checking for x86_64-opencloudos-linux-gnu-ar... no
checking for x86_64-opencloudos-linux-gnu-lib... no
checking for x86_64-opencloudos-linux-gnu-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for x86_64-opencloudos-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for ppoll... yes
checking for openat... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for python... no
checking for a Python interpreter with version >= 2.6... none
checking for python3... /usr/bin/python3
checking for python3 version... 3.1
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.10/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib64/python3.10/site-packages
checking to see if prologue searching should be the default... no
checking to see if sdt probes should be the default... yes
checking whether g++ supports C++11 features by default... yes
checking whether C++ compiler accepts -faligned-new... yes
checking whether to use debuginfod... auto
checking for x86_64-opencloudos-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for debuginfod... no
configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable.
checking for sqlite3... yes
checking for crash/defs.h... yes
checking for latex... no
checking for dvips... no
checking for ps2pdf... no
configure: will only install prebuilt documentation
checking for xmlto... no
checking for fop... no
checking for nss... yes
checking for openssl... no
configure: using dracut module directory /usr/lib/dracut/modules.d/99stap
configure: using dracut binary /usr/bin
checking for avahi... yes
checking for rpmtsInitIterator in -lrpm... yes
checking for rpmdbNextIterator in -lrpmdb... no
checking for rpmFreeCrypto in -lrpmio... yes
checking rpm/rpmcrypto.h usability... no
checking rpm/rpmcrypto.h presence... no
checking for rpm/rpmcrypto.h... no
checking how to link readline libs... -lreadline
checking for ebl_strtabinit in -lebl... no
checking for dwfl_module_getsym in -ldw... yes
checking for dwarf_next_unit in -ldw... yes
configure: stap will link  -lc -lrpm -lc -lrpmio -Wl,--start-group -ldw  -Wl,--end-group -lelf
checking for elf_getshdrstrndx in -lelf... yes
configure: staprun will link  -lelf
configure: stapbpf will link  -lelf
checking how to run the C++ preprocessor... g++ -E
checking boost/utility/string_ref.hpp usability... yes
checking boost/utility/string_ref.hpp presence... yes
checking for boost/utility/string_ref.hpp... yes
checking need for -lboost_system library... yup
checking for TBB_runtime_interface_version in -ltbb... yes
configure: checking dyninst support
checking dyninst/BPatch_object.h usability... yes
checking dyninst/BPatch_object.h presence... yes
checking for dyninst/BPatch_object.h... yes
configure: dyninst support available
checking for libvirt... no
checking for libxml2... no
checking for python3-config... /usr/bin/python3-config
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for jsonc... yes
checking for ncurses... yes
checking for assembler .section "?" flags support... yes
checking whether BPF_PROG_TYPE_PERF_EVENT is declared... yes
checking whether BPF_PROG_TYPE_RAW_TRACEPOINT is declared... yes
checking for selinux... yes
checking whether F_SETPIPE_SZ is declared... yes
checking for javac... no
checking for jar... no
configure: WARNING: will not run per-method java probing, missing byteman or java requirements
configure: Adding extra version rpm 4.7-3.oc9
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating includes/sys/sdt-config.h
config.status: creating po/Makefile.in
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating man/Makefile
config.status: creating man/cs/Makefile
config.status: creating doc/beginners/Makefile
config.status: creating doc/SystemTap_Tapset_Reference/Makefile
config.status: creating man/stap.1
config.status: creating man/stappaths.7
config.status: creating man/systemtap-service.8
config.status: creating man/cs/stap.1
config.status: creating man/cs/stappaths.7
config.status: creating man/cs/systemtap.8
config.status: creating initscript/config.systemtap
config.status: creating initscript/config.stap-server
config.status: creating initscript/systemtap
config.status: creating initscript/stap-server
config.status: creating initscript/99stap/module-setup.sh
config.status: creating initscript/99stap/install
config.status: creating initscript/99stap/check
config.status: creating run-stap
config.status: creating dtrace
config.status: creating stapdyn/Makefile
config.status: creating java/Makefile
config.status: creating java/stapbm
config.status: creating java/org/systemtap/byteman/helper/HelperSDT.java
config.status: creating python/Makefile
config.status: creating staprun/Makefile
config.status: creating stapbpf/Makefile
config.status: creating httpd/Makefile
config.status: creating httpd/docker/Makefile
config.status: creating staprun/run-staprun
config.status: creating staprun/guest/stapshd
config.status: creating staprun/guest/stapsh-daemon
config.status: creating staprun/guest/stapsh@.service
config.status: creating stap-exporter/Makefile
config.status: creating stap-profile-annotate
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing doc/beginners commands
=== configuring in testsuite (/builddir/build/BUILD/systemtap-4.7/testsuite)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--host=x86_64-opencloudos-linux-gnu' '--build=x86_64-opencloudos-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dyninst' '--enable-crash' '--enable-sqlite' '--enable-docs=prebuilt' '--with-rpm' '--without-java' '--disable-virt' '--with-dracutstap=/usr/lib/dracut/modules.d/99stap' '--with-dracutbindir=/usr/bin' '--with-python3' '--without-python2-probes' '--with-python3-probes' '--disable-httpd' '--with-bpf' '--disable-silent-rules' '--with-extra-version=rpm 4.7-3.oc9' 'build_alias=x86_64-opencloudos-linux-gnu' 'host_alias=x86_64-opencloudos-linux-gnu' 'CFLAGS=-O2 -g' 'LDFLAGS=' 'CXXFLAGS=-O2 -g' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' 'python=:' 'pyexecdir=' 'python3=/usr/bin/python3' 'py3execdir=${exec_prefix}/lib64/python3.10/site-packages' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Will test no apps from: xulrunner tcl profile-annotate postgres mysql java busybox 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
+ /usr/bin/make -O -j32 V=1 VERBOSE=1
sed -e "s#@pkgdatadir@#/usr/share/systemtap#g" < macros.systemtap.in > macros.systemtap
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Output is new file, creating git_version.h
/usr/bin/make  all-recursive
Making all in .
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-cmdline.o `test -f 'cmdline.cxx' || echo './'`cmdline.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -D_GNU_SOURCE -fexceptions -Wall -Wextra -Werror -Wunused -Wformat=2 -W -I/usr/include/nss3 -I/usr/include/nspr4  -DSTAP -O2 -g -c -o stap-mdfour.o `test -f 'mdfour.c' || echo './'`mdfour.c
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-translator-output.o `test -f 'translator-output.cxx' || echo './'`translator-output.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-privilege.o `test -f 'privilege.cxx' || echo './'`privilege.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-rpm_finder.o `test -f 'rpm_finder.cxx' || echo './'`rpm_finder.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-dwarf_wrappers.o `test -f 'dwarf_wrappers.cxx' || echo './'`dwarf_wrappers.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-task_finder.o `test -f 'task_finder.cxx' || echo './'`task_finder.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-stapregex.o `test -f 'stapregex.cxx' || echo './'`stapregex.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-dynprobe.o `test -f 'tapset-dynprobe.cxx' || echo './'`tapset-dynprobe.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-cache.o `test -f 'cache.cxx' || echo './'`cache.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-been.o `test -f 'tapset-been.cxx' || echo './'`tapset-been.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-stapregex-tree.o `test -f 'stapregex-tree.cxx' || echo './'`stapregex-tree.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-stringtable.o `test -f 'stringtable.cxx' || echo './'`stringtable.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-stapregex-parse.o `test -f 'stapregex-parse.cxx' || echo './'`stapregex-parse.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-bpf-bitset.o `test -f 'bpf-bitset.cxx' || echo './'`bpf-bitset.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-coveragedb.o `test -f 'coveragedb.cxx' || echo './'`coveragedb.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-hash.o `test -f 'hash.cxx' || echo './'`hash.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-itrace.o `test -f 'tapset-itrace.cxx' || echo './'`tapset-itrace.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-method.o `test -f 'tapset-method.cxx' || echo './'`tapset-method.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-perfmon.o `test -f 'tapset-perfmon.cxx' || echo './'`tapset-perfmon.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-setupdwfl.o `test -f 'setupdwfl.cxx' || echo './'`setupdwfl.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-netfilter.o `test -f 'tapset-netfilter.cxx' || echo './'`tapset-netfilter.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-timers.o `test -f 'tapset-timers.cxx' || echo './'`tapset-timers.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o stap_sign_module-stap-sign-module.o `test -f 'stap-sign-module.cxx' || echo './'`stap-sign-module.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-mark.o `test -f 'tapset-mark.cxx' || echo './'`tapset-mark.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-csclient.o `test -f 'csclient.cxx' || echo './'`csclient.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o stap_authorize_cert-stap-authorize-cert.o `test -f 'stap-authorize-cert.cxx' || echo './'`stap-authorize-cert.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-util.o `test -f 'util.cxx' || echo './'`util.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-procfs.o `test -f 'tapset-procfs.cxx' || echo './'`tapset-procfs.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-cscommon.o `test -f 'cscommon.cxx' || echo './'`cscommon.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror -I/usr/include/nss3 -I/usr/include/nspr4  -D_REENTRANT  -O2 -g -c -o stap_serverd-cmdline.o `test -f 'cmdline.cxx' || echo './'`cmdline.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-remote.o `test -f 'remote.cxx' || echo './'`remote.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-buildrun.o `test -f 'buildrun.cxx' || echo './'`buildrun.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-python.o `test -f 'tapset-python.cxx' || echo './'`tapset-python.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapset-utrace.o `test -f 'tapset-utrace.cxx' || echo './'`tapset-utrace.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror -I/usr/include/nss3 -I/usr/include/nspr4  -D_REENTRANT  -O2 -g -c -o stap_serverd-privilege.o `test -f 'privilege.cxx' || echo './'`privilege.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-nsscommon.o `test -f 'nsscommon.cxx' || echo './'`nsscommon.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o stap_sign_module-nsscommon.o `test -f 'nsscommon.cxx' || echo './'`nsscommon.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
gcc  -D_GNU_SOURCE -fexceptions -Wall -Wextra -Werror -Wunused -Wformat=2 -W -O2 -g -shared -rdynamic \
	  -fPIC -o staplog.so staplog.c
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o stap_gen_cert-stap-gen-cert.o `test -f 'stap-gen-cert.cxx' || echo './'`stap-gen-cert.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o stap_authorize_cert-nsscommon.o `test -f 'nsscommon.cxx' || echo './'`nsscommon.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-bpf-opt.o `test -f 'bpf-opt.cxx' || echo './'`bpf-opt.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-stapregex-dfa.o `test -f 'stapregex-dfa.cxx' || echo './'`stapregex-dfa.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror -I/usr/include/nss3 -I/usr/include/nspr4  -D_REENTRANT  -O2 -g -c -o stap_serverd-cscommon.o `test -f 'cscommon.cxx' || echo './'`cscommon.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-loc2stap.o `test -f 'loc2stap.cxx' || echo './'`loc2stap.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-main.o `test -f 'main.cxx' || echo './'`main.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-client-nss.o `test -f 'client-nss.cxx' || echo './'`client-nss.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror -I/usr/include/nss3 -I/usr/include/nspr4  -D_REENTRANT  -O2 -g -c -o stap_serverd-nsscommon.o `test -f 'nsscommon.cxx' || echo './'`nsscommon.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-staptree.o `test -f 'staptree.cxx' || echo './'`staptree.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o stap_gen_cert-nsscommon.o `test -f 'nsscommon.cxx' || echo './'`nsscommon.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-bpf-base.o `test -f 'bpf-base.cxx' || echo './'`bpf-base.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o stap_sign_module-util.o `test -f 'util.cxx' || echo './'`util.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g    -o stap-sign-module stap_sign_module-stap-sign-module.o stap_sign_module-nsscommon.o stap_sign_module-util.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl    
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-interactive.o `test -f 'interactive.cxx' || echo './'`interactive.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-nss-server-info.o `test -f 'nss-server-info.cxx' || echo './'`nss-server-info.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-analysis.o `test -f 'analysis.cxx' || echo './'`analysis.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror -I/usr/include/nss3 -I/usr/include/nspr4  -D_REENTRANT  -O2 -g -c -o stap_serverd-stap-serverd.o `test -f 'stap-serverd.cxx' || echo './'`stap-serverd.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-session.o `test -f 'session.cxx' || echo './'`session.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o stap_authorize_cert-util.o `test -f 'util.cxx' || echo './'`util.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror -I/usr/include/nss3 -I/usr/include/nspr4  -D_REENTRANT  -O2 -g -c -o stap_serverd-util.o `test -f 'util.cxx' || echo './'`util.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g    -o stap-authorize-cert stap_authorize_cert-stap-authorize-cert.o stap_authorize_cert-nsscommon.o stap_authorize_cert-util.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl    
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -Wall -Wextra -Werror -I/usr/include/nss3 -I/usr/include/nspr4  -D_REENTRANT  -O2 -g    -o stap-serverd stap_serverd-stap-serverd.o stap_serverd-cscommon.o stap_serverd-util.o stap_serverd-privilege.o stap_serverd-nsscommon.o stap_serverd-cmdline.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl  -lpthread  -lavahi-common -lavahi-client   
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys  -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o stap_gen_cert-util.o `test -f 'util.cxx' || echo './'`util.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -Wall -Wextra -Werror  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g    -o stap-gen-cert stap_gen_cert-stap-gen-cert.o stap_gen_cert-util.o stap_gen_cert-nsscommon.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl    
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-parse.o `test -f 'parse.cxx' || echo './'`parse.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-dwflpp.o `test -f 'dwflpp.cxx' || echo './'`dwflpp.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-bpf-translate.o `test -f 'bpf-translate.cxx' || echo './'`bpf-translate.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-elaborate.o `test -f 'elaborate.cxx' || echo './'`elaborate.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-translate.o `test -f 'translate.cxx' || echo './'`translate.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' -DPYEXECDIR='""' -DPY3EXECDIR='"/usr/lib64/python3.10/site-packages"' -I./includes -I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g -c -o stap-tapsets.o `test -f 'tapsets.cxx' || echo './'`tapsets.cxx
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
g++ -Wall -Wextra -Werror -faligned-new -D_REENTRANT  -I/usr/include/nss3 -I/usr/include/nspr4   -O2 -g   -lboost_system  -o stap stap-main.o stap-session.o stap-parse.o stap-staptree.o stap-elaborate.o stap-translate.o stap-tapsets.o stap-buildrun.o stap-loc2stap.o stap-hash.o stap-mdfour.o stap-cache.o stap-util.o stap-coveragedb.o stap-dwarf_wrappers.o stap-tapset-been.o stap-tapset-procfs.o stap-tapset-timers.o stap-tapset-netfilter.o stap-tapset-perfmon.o stap-tapset-mark.o stap-tapset-itrace.o stap-tapset-utrace.o stap-task_finder.o stap-dwflpp.o stap-rpm_finder.o stap-setupdwfl.o stap-remote.o stap-privilege.o stap-cmdline.o stap-tapset-dynprobe.o stap-tapset-method.o stap-translator-output.o stap-stapregex.o stap-stapregex-tree.o stap-stapregex-parse.o stap-stapregex-dfa.o stap-stringtable.o stap-tapset-python.o stap-analysis.o stap-interactive.o stap-bpf-base.o stap-bpf-bitset.o stap-bpf-translate.o stap-bpf-opt.o stap-csclient.o stap-nsscommon.o stap-client-nss.o stap-cscommon.o stap-nss-server-info.o  -lc -lrpm -lc -lrpmio -Wl,--start-group -ldw  -Wl,--end-group -lelf -lsqlite3 -lpthread -L/usr/lib64/dyninst -lparseAPI -lsymtabAPI -linstructionAPI -ltbb -lcommon -lreadline -lavahi-common -lavahi-client  -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl   
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
Making all in java
/usr/bin/make  all-am
make[3]: Nothing to be done for 'all-am'.
Making all in python
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/python'
(cd .; CFLAGS="-I./../includes -I/builddir/build/BUILD/systemtap-4.7/python/../includes/sys" /usr/bin/python3 setup.py build \
         --build-base /builddir/build/BUILD/systemtap-4.7/python/py3build \
         --verbose)
running build
running build_py
creating /builddir/build/BUILD/systemtap-4.7/python/py3build
creating /builddir/build/BUILD/systemtap-4.7/python/py3build/lib.linux-x86_64-cpython-310
creating /builddir/build/BUILD/systemtap-4.7/python/py3build/lib.linux-x86_64-cpython-310/HelperSDT
copying HelperSDT/__init__.py -> /builddir/build/BUILD/systemtap-4.7/python/py3build/lib.linux-x86_64-cpython-310/HelperSDT
copying HelperSDT/__main__.py -> /builddir/build/BUILD/systemtap-4.7/python/py3build/lib.linux-x86_64-cpython-310/HelperSDT
running build_ext
building 'HelperSDT._HelperSDT' extension
creating /builddir/build/BUILD/systemtap-4.7/python/py3build/temp.linux-x86_64-cpython-310
creating /builddir/build/BUILD/systemtap-4.7/python/py3build/temp.linux-x86_64-cpython-310/HelperSDT
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -I./../includes -I/builddir/build/BUILD/systemtap-4.7/python/../includes/sys -fPIC -I/usr/include/python3.10 -c HelperSDT/_HelperSDT.c -o /builddir/build/BUILD/systemtap-4.7/python/py3build/temp.linux-x86_64-cpython-310/HelperSDT/_HelperSDT.o
gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 -g -I./../includes -I/builddir/build/BUILD/systemtap-4.7/python/../includes/sys /builddir/build/BUILD/systemtap-4.7/python/py3build/temp.linux-x86_64-cpython-310/HelperSDT/_HelperSDT.o -L/usr/lib64 -o /builddir/build/BUILD/systemtap-4.7/python/py3build/lib.linux-x86_64-cpython-310/HelperSDT/_HelperSDT.cpython-310-x86_64-linux-gnu.so
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/python'
Making all in stapdyn
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
git_version.sh: Not a git repo, keeping existing git_version.h
/usr/bin/make  all-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'   -Wall -Werror -Wunused -W -Wformat   -O2 -g -c -o stapdyn-dynprobe.o `test -f 'dynprobe.cxx' || echo './'`dynprobe.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'   -Wall -Werror -Wunused -W -Wformat   -O2 -g -c -o stapdyn-dynutil.o `test -f 'dynutil.cxx' || echo './'`dynutil.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'   -Wall -Werror -Wunused -W -Wformat   -O2 -g -c -o dynsdt-dynutil.o `test -f 'dynutil.cxx' || echo './'`dynutil.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'   -Wall -Werror -Wunused -W -Wformat   -O2 -g -c -o stapdyn-stapdyn.o `test -f 'stapdyn.cxx' || echo './'`stapdyn.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'   -Wall -Werror -Wunused -W -Wformat   -O2 -g -c -o ../stapdyn-util.o `test -f '../util.cxx' || echo './'`../util.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'   -Wall -Werror -Wunused -W -Wformat   -O2 -g -c -o ../dynsdt-util.o `test -f '../util.cxx' || echo './'`../util.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'   -Wall -Werror -Wunused -W -Wformat   -O2 -g -c -o dynsdt-dynsdt.o `test -f 'dynsdt.cxx' || echo './'`dynsdt.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -Wall -Werror -Wunused -W -Wformat   -O2 -g -lboost_system -lselinux  -L/usr/lib64/dyninst  -o dynsdt dynsdt-dynsdt.o dynsdt-dynutil.o ../dynsdt-util.o -ldl -lelf -ldyninstAPI -lsymtabAPI -lpthread  
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'   -Wall -Werror -Wunused -W -Wformat   -O2 -g -c -o stapdyn-mutator.o `test -f 'mutator.cxx' || echo './'`mutator.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'   -Wall -Werror -Wunused -W -Wformat   -O2 -g -c -o stapdyn-mutatee.o `test -f 'mutatee.cxx' || echo './'`mutatee.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
g++ -Wall -Werror -Wunused -W -Wformat   -O2 -g -lboost_system -lselinux  -L/usr/lib64/dyninst  -o stapdyn stapdyn-stapdyn.o stapdyn-mutator.o stapdyn-mutatee.o stapdyn-dynprobe.o stapdyn-dynutil.o ../stapdyn-util.o -ldl -ldyninstAPI -lsymtabAPI -lpthread  
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
Making all in staprun
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
git_version.sh: Not a git repo, keeping existing git_version.h
/usr/bin/make  all-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -Wno-format-nonliteral -O2 -g -c -o libstrfloctime_a-strfloctime.o `test -f 'strfloctime.c' || echo './'`strfloctime.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o ctl.o ctl.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
rm -f libstrfloctime.a
ar cru libstrfloctime.a libstrfloctime_a-strfloctime.o 
ranlib libstrfloctime.a
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o stap_merge-stap_merge.o `test -f 'stap_merge.c' || echo './'`stap_merge.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g   -o stap-merge stap_merge-stap_merge.o  
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o stapio.o stapio.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o staprun-ctl.o `test -f 'ctl.c' || echo './'`ctl.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o start_cmd.o start_cmd.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o staprun-start_cmd.o `test -f 'start_cmd.c' || echo './'`start_cmd.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o staprun-modverify.o `test -f 'modverify.c' || echo './'`modverify.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o stapsh-stapsh.o `test -f 'stapsh.c' || echo './'`stapsh.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g   -o stapsh stapsh-stapsh.o  
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o monitor.o monitor.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o staprun-staprun.o `test -f 'staprun.c' || echo './'`staprun.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o relay.o relay.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o mainloop.o mainloop.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o common.o common.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o staprun-common.o `test -f 'common.c' || echo './'`common.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED  -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o staprun-staprun_funcs.o `test -f 'staprun_funcs.c' || echo './'`staprun_funcs.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
gcc -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -Wl,--whole-archive,libstrfloctime.a,--no-whole-archive  -o stapio stapio.o mainloop.o common.o start_cmd.o ctl.o relay.o monitor.o libstrfloctime.a -lpthread -ljson-c  -lpanel -lncurses -ltinfo  
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o ../staprun-privilege.o `test -f '../privilege.cxx' || echo './'`../privilege.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o ../staprun-nsscommon.o `test -f '../nsscommon.cxx' || echo './'`../nsscommon.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g -c -o ../staprun-util.o `test -f '../util.cxx' || echo './'`../util.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
g++ -Wall -Wextra -Werror -Wunused -W -Wformat=2  -DSINGLE_THREADED -I/usr/include/nss3 -I/usr/include/nspr4  -O2 -g  -Wl,--whole-archive,libstrfloctime.a,--no-whole-archive  -o staprun staprun-staprun.o staprun-staprun_funcs.o staprun-ctl.o staprun-common.o staprun-start_cmd.o ../staprun-privilege.o ../staprun-util.o staprun-modverify.o ../staprun-nsscommon.o libstrfloctime.a -lelf  -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl   
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
Making all in stapbpf
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
git_version.sh: Not a git repo, keeping existing git_version.h
/usr/bin/make  all-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2   -O2 -g -c -o ../staprun/stapbpf-start_cmd.o `test -f '../staprun/start_cmd.c' || echo './'`../staprun/start_cmd.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2   -O2 -g -c -o stapbpf-libbpf.o `test -f 'libbpf.c' || echo './'`libbpf.c
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o ../stapbpf-util.o `test -f '../util.cxx' || echo './'`../util.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o stapbpf-stapbpf.o `test -f 'stapbpf.cxx' || echo './'`stapbpf.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I./../includes -I./../includes/sys -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"' -DLOCALEDIR='"/usr/share/locale"'  -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g -c -o stapbpf-bpfinterp.o `test -f 'bpfinterp.cxx' || echo './'`bpfinterp.cxx
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
g++ -Wall -Wextra -Werror -Wunused -W -Wformat=2  -O2 -g   -o stapbpf stapbpf-stapbpf.o stapbpf-bpfinterp.o stapbpf-libbpf.o ../stapbpf-util.o ../staprun/stapbpf-start_cmd.o -lelf -lpthread  
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
Making all in doc
Making all in SystemTap_Tapset_Reference
make[3]: Nothing to be done for 'all'.
Making all in beginners
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
mkdir -p build/en-US/xml
cp en-US/*.xml build/en-US/xml/
cp en-US/*.ent build/en-US/xml/
cp -R en-US/xsl build/en-US/
cp -R en-US/extras build/en-US/xml/
cp -R en-US/images build/en-US/xml/
cp -R en-US/Common_Content build/en-US/xml
cp en-US/SystemTap_Beginners_Guide.pdf ./
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
make[3]: Nothing to be done for 'all-am'.
Making all in man
Making all in cs
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all-am'.
Making all in po
test ! -f ./systemtap.pot || \
  test -z "en.gmo pl.gmo fr.gmo cs.gmo" || /usr/bin/make en.gmo pl.gmo fr.gmo cs.gmo
make[3]: 'en.gmo' is up to date.
make[3]: 'pl.gmo' is up to date.
make[3]: 'fr.gmo' is up to date.
make[3]: 'cs.gmo' is up to date.
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/po'
touch stamp-po
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/po'
Making all in httpd
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
git_version.sh: Not a git repo, keeping existing git_version.h
/usr/bin/make  all-recursive
Making all in docker
make[4]: Nothing to be done for 'all'.
make[4]: Nothing to be done for 'all-am'.
Making all in stap-exporter
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stap-exporter'
sed -e "s#%sysconfdir%#/etc#g" < stap-exporter.in > stap-exporter
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stap-exporter'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GpIuUM
+ umask 022
+ cd /builddir/build/BUILD
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT
+ /usr/bin/mkdir /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64
+ cd systemtap-4.7
+ /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64 'INSTALL=/usr/bin/install -p'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
/usr/bin/make  all-recursive
make[1]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
Making all in .
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
Making all in java
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/java'
/usr/bin/make  all-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/java'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/java'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/java'
Making all in python
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/python'
(cd .; CFLAGS="-I./../includes -I/builddir/build/BUILD/systemtap-4.7/python/../includes/sys" /usr/bin/python3 setup.py build \
         --build-base /builddir/build/BUILD/systemtap-4.7/python/py3build \
         --verbose)
running build
running build_py
running build_ext
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/python'
Making all in stapdyn
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
/usr/bin/make  all-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
Making all in staprun
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
/usr/bin/make  all-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
Making all in stapbpf
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
/usr/bin/make  all-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
Making all in doc
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc'
Making all in SystemTap_Tapset_Reference
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference'
Making all in beginners
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc'
Making all in man
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/man'
Making all in cs
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/man/cs'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/man/cs'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/man'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/man'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/man'
Making all in po
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/po'
Making all in httpd
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd'
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
/usr/bin/make  all-recursive
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd'
Making all in docker
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd/docker'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd/docker'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd'
Making all in stap-exporter
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stap-exporter'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stap-exporter'
make[1]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
/usr/bin/make  install-recursive
make[1]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
Making install in .
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
  /usr/bin/install -p stap '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
 /usr/bin/install -p stap-report stap-profile-annotate dtrace stap-server '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/libexec/systemtap'
 /usr/bin/install -p stap-env stap-start-server stap-stop-server '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/libexec/systemtap'
for f in stap-report stap-profile-annotate dtrace stap-server; do \
   sed -i -e "s,\${PKGLIBEXECDIR},/usr/libexec/systemtap/," /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/$f; \
done
for f in stap-env stap-start-server stap-stop-server; do \
   sed -i -e "/INSTALL-HOOK/d;s,sysconfdir=.*,sysconfdir=/etc,;s,pkglibexecdir=.*,pkglibexecdir=/usr/libexec/systemtap/,;s,localstatedir=.*,localstatedir=/var,;s,\${PKGLIBEXECDIR},/usr/libexec/systemtap/," /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/libexec/systemtap/$f; \
done
/usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/systemtap
/usr/bin/install -p staplog.so /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/systemtap
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/libexec/systemtap'
  /usr/bin/install -p stap-sign-module stap-authorize-cert stap-serverd stap-gen-cert '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/libexec/systemtap'
(cd ./runtime; for f in *.[ch]; do /usr/bin/install -p -m 644 -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/runtime/$f; done)
(cd ./runtime/dyninst; find . \( -name '*.[ch]' \) -print \
	| while read f; do /usr/bin/install -p -m 644 -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/runtime/dyninst/$f; done)
(cd ./runtime/unwind; find . \( -name '*.[ch]' \) -print \
	| while read f; do /usr/bin/install -p -m 644 -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/runtime/unwind/$f; done)
(cd ./runtime/transport; for f in *.[ch]; \
	do /usr/bin/install -p -m 644 -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/runtime/transport/$f; done)
(cd ./runtime/softfloat; for f in *.[ch]; \
	do /usr/bin/install -p -m 644 -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/runtime/softfloat/$f; done)
(cd ./runtime/linux; for f in *.[ch]; \
	do /usr/bin/install -p -m 644 -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/runtime/linux/$f; done)
(cd ./runtime/linux/uprobes; for f in Makefile *.[ch]; \
	do /usr/bin/install -p -m 644 -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/runtime/linux/uprobes/$f; done)
(cd ./runtime/linux/uprobes2; for f in *.[ch]; \
	do /usr/bin/install -p -m 644 -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/runtime/linux/uprobes2/$f; done)
(cd ./tapset; find . \( -name '*.stp' -o -name '*.stpm' -o -name README \) -print \
	| while read f; do /usr/bin/install -p -m 644 -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/tapset/$f; done)
(cd ./testsuite/systemtap.examples; find . -type f -print \
	| egrep -v 'check.exp|ChangeLog|examples-index-gen.pl|html/.*\.tmpl|metadatabase.dbq$' \
	| while read f; do if test -x $f; then \
		i_cmd="/usr/bin/install -p"; else \
		i_cmd="/usr/bin/install -p -m 644"; fi; \
		$i_cmd -D $f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/examples/$f; done)
test -e /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/systemtap || mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/systemtap
test -e /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/run/stap-server || mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/run/stap-server
test -e /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/log || mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/log
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/include/sys'
 /usr/bin/install -p -m 644 includes/sys/sdt.h includes/sys/sdt-config.h '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/include/sys'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
Making install in java
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/java'
/usr/bin/make  install-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/java'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/java'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/java'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/java'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/java'
Making install in python
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/python'
(cd .; CFLAGS="-I./../includes -I/builddir/build/BUILD/systemtap-4.7/python/../includes/sys" /usr/bin/python3 setup.py build \
         --build-base /builddir/build/BUILD/systemtap-4.7/python/py3build \
         --verbose)
running build
running build_py
running build_ext
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/python'
(cd .; CFLAGS="-I./../includes -I/builddir/build/BUILD/systemtap-4.7/python/../includes/sys" /usr/bin/python3 setup.py build \
         --build-base /builddir/build/BUILD/systemtap-4.7/python/py3build \
 install --prefix /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr \
 --single-version-externally-managed \
 --record /builddir/build/BUILD/systemtap-4.7/python/py3build/install_files.txt \
         --verbose)
running build
running build_py
running build_ext
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/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10
creating /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages
creating /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT
copying /builddir/build/BUILD/systemtap-4.7/python/py3build/lib.linux-x86_64-cpython-310/HelperSDT/_HelperSDT.cpython-310-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT
copying /builddir/build/BUILD/systemtap-4.7/python/py3build/lib.linux-x86_64-cpython-310/HelperSDT/__init__.py -> /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT
copying /builddir/build/BUILD/systemtap-4.7/python/py3build/lib.linux-x86_64-cpython-310/HelperSDT/__main__.py -> /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT
byte-compiling /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT/__init__.py to __init__.cpython-310.pyc
byte-compiling /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT/__main__.py to __main__.cpython-310.pyc
running install_egg_info
running egg_info
creating /builddir/build/BUILD/systemtap-4.7/python/py3build/HelperSDT.egg-info
writing /builddir/build/BUILD/systemtap-4.7/python/py3build/HelperSDT.egg-info/PKG-INFO
writing dependency_links to /builddir/build/BUILD/systemtap-4.7/python/py3build/HelperSDT.egg-info/dependency_links.txt
writing top-level names to /builddir/build/BUILD/systemtap-4.7/python/py3build/HelperSDT.egg-info/top_level.txt
writing manifest file '/builddir/build/BUILD/systemtap-4.7/python/py3build/HelperSDT.egg-info/SOURCES.txt'
reading manifest file '/builddir/build/BUILD/systemtap-4.7/python/py3build/HelperSDT.egg-info/SOURCES.txt'
writing manifest file '/builddir/build/BUILD/systemtap-4.7/python/py3build/HelperSDT.egg-info/SOURCES.txt'
Copying /builddir/build/BUILD/systemtap-4.7/python/py3build/HelperSDT.egg-info to /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT-0.1.0-py3.10.egg-info
running install_scripts
writing list of installed files to '/builddir/build/BUILD/systemtap-4.7/python/py3build/install_files.txt'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/libexec/systemtap/python'
 /usr/bin/install -p -m 644 stap-resolve-module-function.py '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/libexec/systemtap/python'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/python'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/python'
Making install in stapdyn
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
/usr/bin/make  install-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
  /usr/bin/install -p stapdyn '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
 /usr/bin/install -p -m 644 stapdyn.8 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapdyn'
Making install in staprun
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
/usr/bin/make  install-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
  /usr/bin/install -p staprun stap-merge stapsh '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/libexec/systemtap'
  /usr/bin/install -p stapio '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/libexec/systemtap'
/usr/bin/make  install-exec-hook
make[5]: Entering directory '/builddir/build/BUILD/systemtap-4.7/staprun'
if [ `id -u` -eq 0 ] && (getent group stapusr >/dev/null \
                         || groupadd -f -g 156 -r stapusr); then \
	chgrp stapusr "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/staprun" \
	&& chmod 04110 "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/staprun"; \
fi
make[5]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
 /usr/bin/install -p -m 644 staprun.8 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/staprun'
Making install in stapbpf
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
/usr/bin/make  install-am
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
  /usr/bin/install -p stapbpf '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin'
/usr/bin/make  install-exec-hook
make[5]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
if [ `id -u` -eq 0 ] && (getent group stapusr >/dev/null \
                         || groupadd -f -g 156 -r stapusr); then \
	chgrp stapusr "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stapbpf" \
	&& chmod 04110 "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stapbpf"; \
fi
make[5]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
 /usr/bin/install -p -m 644 stapbpf.8 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stapbpf'
Making install in doc
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc'
Making install in SystemTap_Tapset_Reference
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/make  install-data-hook
make[5]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference'
/usr/bin/mkdir -p  /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap
cp /builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference/tapsets.pdf /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap
/usr/bin/mkdir -p  /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man3
cp -R /builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference/man3/* /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man3
cp -R /builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference/man_pages/* /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man3 # manpager output
make[5]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc/SystemTap_Tapset_Reference'
Making install in beginners
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/make  install-data-hook
make[5]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
/usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap
/usr/bin/install -p -m 644 SystemTap_Beginners_Guide.pdf /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap
make[5]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc/beginners'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/make  install-data-hook
make[5]: Entering directory '/builddir/build/BUILD/systemtap-4.7/doc'
make[5]: Nothing to be done for 'install-data-hook'.
make[5]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/doc'
Making install in man
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/man'
Making install in cs
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/man/cs'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/man/cs'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man7
for f in ./*.7stap; do \
	/usr/bin/install -p -m 644 "$f" "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man7"; \
done
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man1'
 /usr/bin/install -p -m 644 dtrace.1 stap-merge.1 stapref.1 stap.1 stap-prep.1 stap-report.1 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man1'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man3'
 /usr/bin/install -p -m 644 stapprobes.3stap stapfuncs.3stap stapvars.3stap stapex.3stap '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man3'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man7'
 /usr/bin/install -p -m 644 stappaths.7 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man7'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man8'
 /usr/bin/install -p -m 644 stapsh.8 systemtap.8 stap-server.8 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs/man8'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/man/cs'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/man/cs'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/man'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/man'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man7
for f in ./*.7stap; do \
	/usr/bin/install -p -m 644 "$f" "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man7"; \
done
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man1'
 /usr/bin/install -p -m 644 dtrace.1 stap-merge.1 stapref.1 stap.1 stap-prep.1 stap-report.1 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man1'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man3'
 /usr/bin/install -p -m 644 stapprobes.3stap stapfuncs.3stap stapvars.3stap stapex.3stap '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man3'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man7'
 /usr/bin/install -p -m 644 stappaths.7 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man7'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
 /usr/bin/install -p -m 644 stapsh.8 systemtap-service.8 stap-server.8 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/man'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/man'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/man'
Making install in po
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/po'
installing en.gmo as /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/locale/en/LC_MESSAGES/systemtap.mo
installing pl.gmo as /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/locale/pl/LC_MESSAGES/systemtap.mo
installing fr.gmo as /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/locale/fr/LC_MESSAGES/systemtap.mo
installing cs.gmo as /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/locale/cs/LC_MESSAGES/systemtap.mo
if test "systemtap" = "gettext-tools"; then \
  /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -p -m 644 ./$file \
		    /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/po'
Making install in httpd
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd'
/usr/bin/make -C .. git_version.stamp
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
/usr/bin/make  install-recursive
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd'
Making install in docker
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd/docker'
make[5]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd/docker'
make[5]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd/docker'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd/docker'
make[4]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd'
make[5]: Entering directory '/builddir/build/BUILD/systemtap-4.7/httpd'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd'
make[4]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/httpd'
Making install in stap-exporter
make[2]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stap-exporter'
make[3]: Entering directory '/builddir/build/BUILD/systemtap-4.7/stap-exporter'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/sbin'
 /usr/bin/install -p stap-exporter '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/sbin'
/usr/bin/mkdir -p "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter"
cd ./default; find . | cpio -pdmv "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter/"
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./timeout.stp
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./syscalllatency.stp
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./EXAMPLE_NOERROR
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./syscallsbypid.stp
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./EXAMPLE
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./syscallsrw.stp
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./topsys.stp
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./errno.stp
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./syscallerrorsbypid.stp
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./autostart-also_ran.stp
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-exporter//./EXAMPLE-BPF
1 block
/usr/bin/mkdir -p "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/systemd/system"
/usr/bin/mkdir -p "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/sysconfig"
/usr/bin/install -p -m 644 ./stap-exporter.service "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/systemd/system"
/usr/bin/install -p -m 644 ./stap-exporter.options "/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/sysconfig/stap-exporter"
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
 /usr/bin/install -p -m 644 stap-exporter.8 '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/man8'
make[3]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stap-exporter'
make[2]: Leaving directory '/builddir/build/BUILD/systemtap-4.7/stap-exporter'
make[1]: Leaving directory '/builddir/build/BUILD/systemtap-4.7'
+ /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64 systemtap
++ ls -1d /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/??_??'
ls: cannot access '/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/??_??': No such file or directory
+ for dir in $(ls -1d $RPM_BUILD_ROOT/usr/share/man/{??,??_??})
++ echo /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/man/cs
++ sed -e 's|^/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64||'
+ dir=/usr/share/man/cs
++ basename /usr/share/man/cs
+ lang=cs
+ echo '%lang(cs) /usr/share/man/cs/man*/*'
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/sysusers.d
+ echo '
# See systemd-sysusers(8) sysusers.d(5) for details.
g     stapusr  156
g     stapsys  157
g     stapdev  158'
+ echo '
# See systemd-sysusers(8) sysusers.d(5) for details.
g     stap-server  -
u     stap-server  -      "systemtap compiler server"   /var/lib/stap-server   /sbin/nologin
m     stap-server stap-server'
+ ln -s /usr/share/systemtap/examples
+ find /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/systemtap/examples -type f -name '*.stp' -print0
+ xargs -0 sed -i -r -e '1s@^#!.+stap@#!/usr/bin/stap@'
+ chmod 755 /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/staprun
+ install -c -m 755 stap-prep /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-prep
+ install -D -m 644 macros.systemtap /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/rpm/macros.d/macros.systemtap
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/stap-server
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/lib/stap-server
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/lib/stap-server/.systemtap
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/log/stap-server
+ touch /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/log/stap-server/log
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/cache/systemtap
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/var/run/systemtap
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/logrotate.d
+ install -m 644 initscript/logrotate.stap-server /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/logrotate.d/stap-server
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/systemd/system
+ touch /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/systemd/system/systemtap.service
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/systemd/system-preset
+ echo 'enable systemtap.service'
+ install -m 644 initscript/systemtap.service /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/systemd/system/systemtap.service
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/sbin
+ install -m 755 initscript/systemtap /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/sbin/systemtap-service
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/systemtap
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/systemtap/conf.d
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/systemtap/script.d
+ install -m 644 initscript/config.systemtap /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/etc/systemtap/config
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/systemd/system
+ touch /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/systemd/system/stap-server.service
+ install -m 644 stap-server.service /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/systemd/system/stap-server.service
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/tmpfiles.d
+ install -m 644 stap-server.conf /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/tmpfiles.d/stap-server.conf
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/emacs/site-lisp
+ install -p -m 644 emacs/systemtap-mode.el /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/emacs/site-lisp
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/emacs/site-lisp/site-start.d
+ install -p -m 644 emacs/systemtap-init.el /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/emacs/site-lisp/site-start.d/systemtap-init.el
+ for subdir in ftdetect ftplugin indent syntax
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/vim/vimfiles/ftdetect
+ install -p -m 644 vim/ftdetect/stp.vim /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/vim/vimfiles/ftdetect
+ for subdir in ftdetect ftplugin indent syntax
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/vim/vimfiles/ftplugin
+ install -p -m 644 vim/ftplugin/stp.vim /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/vim/vimfiles/ftplugin
+ for subdir in ftdetect ftplugin indent syntax
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/vim/vimfiles/indent
+ install -p -m 644 vim/indent/stp.vim /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/vim/vimfiles/indent
+ for subdir in ftdetect ftplugin indent syntax
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/vim/vimfiles/syntax
+ install -p -m 644 vim/syntax/stp.vim /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/vim/vimfiles/syntax
+ mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/dracut/modules.d/99stap
+ install -p -m 755 initscript/99stap/module-setup.sh /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/dracut/modules.d/99stap
+ install -p -m 755 initscript/99stap/install /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/dracut/modules.d/99stap
+ install -p -m 755 initscript/99stap/check /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/dracut/modules.d/99stap
+ install -p -m 755 initscript/99stap/start-staprun.sh /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/dracut/modules.d/99stap
+ touch /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib/dracut/modules.d/99stap/params.conf
+ pathfix.py -pni '/usr/bin/python3 -s' /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/dtrace /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-merge /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-prep /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-profile-annotate /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-report /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-server /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stapbpf /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stapdyn /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/staprun /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stapsh
recursedown('/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages')
recursedown('/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT')
recursedown('/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT/__pycache__')
recursedown('/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT-0.1.0-py3.10.egg-info')
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT/__init__.py: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/lib64/python3.10/site-packages/HelperSDT/__main__.py: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/dtrace: updating
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-merge: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-prep: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-profile-annotate: updating
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-report: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stap-server: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stapbpf: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stapdyn: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/staprun: no change
/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/bin/stapsh: no change
+ find /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share -type f -name '*.pdf' -delete
+ /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
Processing files: systemtap-4.7-3.oc9.x86_64
Processing files: systemtap-server-4.7-3.oc9.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.h8TOZ4
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ DOCDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-server-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-server-4.7
+ cp -pr README /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-server-4.7
+ cp -pr README.unprivileged /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-server-4.7
+ cp -pr AUTHORS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-server-4.7
+ cp -pr NEWS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-server-4.7
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XySBhu
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ LICENSEDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-server-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-server-4.7
+ cp -pr COPYING /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-server-4.7
+ 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_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: config(systemtap-server) = 4.7-3.oc9 group(stap-server) systemtap-server = 4.7-3.oc9 systemtap-server(x86-64) = 4.7-3.oc9 user(stap-server)
Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(pre): /bin/sh shadow-utils
Requires(post): /bin/sh
Requires(preun): /bin/sh
Requires(postun): /bin/sh
Requires: /bin/bash libavahi-client.so.3()(64bit) libavahi-common.so.3()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.9)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libnspr4.so()(64bit) libnss3.so()(64bit) libnss3.so(NSS_3.10)(64bit) libnss3.so(NSS_3.12)(64bit) libnss3.so(NSS_3.12.5)(64bit) libnss3.so(NSS_3.2)(64bit) libnss3.so(NSS_3.4)(64bit) libnss3.so(NSS_3.5)(64bit) libnss3.so(NSS_3.6)(64bit) libnss3.so(NSS_3.7)(64bit) libnss3.so(NSS_3.9.2)(64bit) libnssutil3.so()(64bit) libplc4.so()(64bit) libplds4.so()(64bit) libsmime3.so()(64bit) libssl3.so()(64bit) libssl3.so(NSS_3.12.6)(64bit) libssl3.so(NSS_3.2)(64bit) libssl3.so(NSS_3.7.4)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.17)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH)
Processing files: systemtap-client-4.7-3.oc9.x86_64
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)
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DUZDQu
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ISCs66
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ DOCDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-client-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-client-4.7
+ cp -pr README /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-client-4.7
+ cp -pr README.unprivileged /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-client-4.7
+ cp -pr AUTHORS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-client-4.7
+ cp -pr NEWS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-client-4.7
+ RPM_EC=0
++ jobs -p
+ exit 0
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ LICENSEDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-client-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-client-4.7
+ cp -pr COPYING /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-client-4.7
+ 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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: systemtap-client = 4.7-3.oc9 systemtap-client(x86-64) = 4.7-3.oc9
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /bin/bash /bin/sh /usr/bin/perl /usr/bin/stap libavahi-client.so.3()(64bit) libavahi-common.so.3()(64bit) libboost_system.so.1.79.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcommon.so.12.2()(64bit) libdw.so.1()(64bit) libdw.so.1(ELFUTILS_0.122)(64bit) libdw.so.1(ELFUTILS_0.126)(64bit) libdw.so.1(ELFUTILS_0.127)(64bit) libdw.so.1(ELFUTILS_0.130)(64bit) libdw.so.1(ELFUTILS_0.138)(64bit) libdw.so.1(ELFUTILS_0.142)(64bit) libdw.so.1(ELFUTILS_0.143)(64bit) libdw.so.1(ELFUTILS_0.148)(64bit) libdw.so.1(ELFUTILS_0.149)(64bit) libdw.so.1(ELFUTILS_0.157)(64bit) libdw.so.1(ELFUTILS_0.158)(64bit) libdw.so.1(ELFUTILS_0.161)(64bit) libdw.so.1(ELFUTILS_0.167)(64bit) libelf.so.1()(64bit) libelf.so.1(ELFUTILS_1.0)(64bit) libelf.so.1(ELFUTILS_1.3)(64bit) libelf.so.1(ELFUTILS_1.5)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libinstructionAPI.so.12.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libnspr4.so()(64bit) libnss3.so()(64bit) libnss3.so(NSS_3.10)(64bit) libnss3.so(NSS_3.12)(64bit) libnss3.so(NSS_3.12.5)(64bit) libnss3.so(NSS_3.2)(64bit) libnss3.so(NSS_3.4)(64bit) libnss3.so(NSS_3.5)(64bit) libnss3.so(NSS_3.6)(64bit) libnss3.so(NSS_3.7)(64bit) libnss3.so(NSS_3.9.2)(64bit) libnssutil3.so()(64bit) libparseAPI.so.12.2()(64bit) libplc4.so()(64bit) libplds4.so()(64bit) libreadline.so.8()(64bit) librpm.so.9()(64bit) librpmio.so.9()(64bit) libsmime3.so()(64bit) libsqlite3.so.0()(64bit) libssl3.so()(64bit) libssl3.so(NSS_3.12.6)(64bit) libssl3.so(NSS_3.2)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.17)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.26)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libsymtabAPI.so.12.2()(64bit) libtbb.so.2()(64bit) rtld(GNU_HASH)
Processing files: systemtap-initscript-4.7-3.oc9.x86_64
Provides: config(systemtap-initscript) = 4.7-3.oc9 systemtap-initscript = 4.7-3.oc9 systemtap-initscript(x86-64) = 4.7-3.oc9
Requires(interp): /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(preun): /bin/sh
Requires(postun): /bin/sh
Requires: /bin/bash
Processing files: systemtap-exporter-4.7-3.oc9.x86_64
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_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)
Provides: systemtap-exporter = 4.7-3.oc9 systemtap-exporter(x86-64) = 4.7-3.oc9
Requires(interp): /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(preun): /bin/sh
Requires(postun): /bin/sh
Requires: /bin/sh /usr/bin/python3
Processing files: systemtap-runtime-4.7-3.oc9.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.izt6AZ
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YGIXh5
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)
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ DOCDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-runtime-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-runtime-4.7
+ cp -pr README /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-runtime-4.7
+ cp -pr README.security /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-runtime-4.7
+ cp -pr AUTHORS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-runtime-4.7
+ cp -pr NEWS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-runtime-4.7
+ RPM_EC=0
++ jobs -p
+ exit 0
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ LICENSEDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-runtime-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-runtime-4.7
+ cp -pr COPYING /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-runtime-4.7
+ 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_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: group(stapdev) = 158 group(stapsys) = 157 group(stapusr) = 156 systemtap-runtime = 4.7-3.oc9 systemtap-runtime(x86-64) = 4.7-3.oc9
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(pre): /bin/sh shadow-utils
Requires: /bin/sh libboost_system.so.1.79.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdyninstAPI.so.12.2()(64bit) libelf.so.1()(64bit) libelf.so.1(ELFUTILS_1.0)(64bit) libelf.so.1(ELFUTILS_1.5)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libjson-c.so.5()(64bit) libjson-c.so.5(JSONC_0.14)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libncurses.so.6()(64bit) libnspr4.so()(64bit) libnss3.so()(64bit) libnss3.so(NSS_3.10)(64bit) libnss3.so(NSS_3.12)(64bit) libnss3.so(NSS_3.12.5)(64bit) libnss3.so(NSS_3.2)(64bit) libnss3.so(NSS_3.4)(64bit) libnss3.so(NSS_3.5)(64bit) libnss3.so(NSS_3.6)(64bit) libnss3.so(NSS_3.7)(64bit) libnss3.so(NSS_3.9.2)(64bit) libnssutil3.so()(64bit) libpanel.so.6()(64bit) libplc4.so()(64bit) libplds4.so()(64bit) libselinux.so.1()(64bit) libselinux.so.1(LIBSELINUX_1.0)(64bit) libsmime3.so()(64bit) libssl3.so()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libsymtabAPI.so.12.2()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH)
Processing files: systemtap-devel-4.7-3.oc9.x86_64
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)
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rbMDNm
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YYB2uL
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ DOCDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-devel-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-devel-4.7
+ cp -pr README /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-devel-4.7
+ cp -pr README.unprivileged /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-devel-4.7
+ cp -pr AUTHORS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-devel-4.7
+ cp -pr NEWS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-devel-4.7
+ RPM_EC=0
++ jobs -p
+ exit 0
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ LICENSEDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-devel-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-devel-4.7
+ cp -pr COPYING /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-devel-4.7
+ 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_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_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_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_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_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_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_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)
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)
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)
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)
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)
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)
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)
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)
Provides: systemtap-devel = 4.7-3.oc9 systemtap-devel(x86-64) = 4.7-3.oc9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /bin/bash /bin/sh /usr/bin/python3 libavahi-client.so.3()(64bit) libavahi-common.so.3()(64bit) libboost_system.so.1.79.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcommon.so.12.2()(64bit) libdw.so.1()(64bit) libdw.so.1(ELFUTILS_0.122)(64bit) libdw.so.1(ELFUTILS_0.126)(64bit) libdw.so.1(ELFUTILS_0.127)(64bit) libdw.so.1(ELFUTILS_0.130)(64bit) libdw.so.1(ELFUTILS_0.138)(64bit) libdw.so.1(ELFUTILS_0.142)(64bit) libdw.so.1(ELFUTILS_0.143)(64bit) libdw.so.1(ELFUTILS_0.148)(64bit) libdw.so.1(ELFUTILS_0.149)(64bit) libdw.so.1(ELFUTILS_0.157)(64bit) libdw.so.1(ELFUTILS_0.158)(64bit) libdw.so.1(ELFUTILS_0.161)(64bit) libdw.so.1(ELFUTILS_0.167)(64bit) libelf.so.1()(64bit) libelf.so.1(ELFUTILS_1.0)(64bit) libelf.so.1(ELFUTILS_1.3)(64bit) libelf.so.1(ELFUTILS_1.5)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libinstructionAPI.so.12.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libnspr4.so()(64bit) libnss3.so()(64bit) libnss3.so(NSS_3.10)(64bit) libnss3.so(NSS_3.12)(64bit) libnss3.so(NSS_3.12.5)(64bit) libnss3.so(NSS_3.2)(64bit) libnss3.so(NSS_3.4)(64bit) libnss3.so(NSS_3.5)(64bit) libnss3.so(NSS_3.6)(64bit) libnss3.so(NSS_3.7)(64bit) libnss3.so(NSS_3.9.2)(64bit) libnssutil3.so()(64bit) libparseAPI.so.12.2()(64bit) libplc4.so()(64bit) libplds4.so()(64bit) libreadline.so.8()(64bit) librpm.so.9()(64bit) librpmio.so.9()(64bit) libsmime3.so()(64bit) libsqlite3.so.0()(64bit) libssl3.so()(64bit) libssl3.so(NSS_3.12.6)(64bit) libssl3.so(NSS_3.2)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.17)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.26)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libsymtabAPI.so.12.2()(64bit) libtbb.so.2()(64bit) rtld(GNU_HASH)
Recommends: (kernel-debug-devel if kernel-debug) (kernel-devel if kernel)
Processing files: systemtap-sdt-devel-4.7-3.oc9.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HeM92O
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uOBpWQ
  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)
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ DOCDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-sdt-devel-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-sdt-devel-4.7
+ cp -pr README /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-sdt-devel-4.7
+ cp -pr AUTHORS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-sdt-devel-4.7
+ cp -pr NEWS /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/doc/systemtap-sdt-devel-4.7
+ RPM_EC=0
++ jobs -p
+ exit 0
+ umask 022
+ cd /builddir/build/BUILD
+ cd systemtap-4.7
+ LICENSEDIR=/builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-sdt-devel-4.7
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-sdt-devel-4.7
+ cp -pr COPYING /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64/usr/share/licenses/systemtap-sdt-devel-4.7
+ 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_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: systemtap-sdt-devel = 4.7-3.oc9 systemtap-sdt-devel(x86-64) = 4.7-3.oc9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /usr/bin/python3
Processing files: systemtap-runtime-python3-4.7-3.oc9.x86_64
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_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)
Provides: python3.10dist(helpersdt) = 0.1 python3dist(helpersdt) = 0.1 systemtap-runtime-python3 = 4.7-3.oc9 systemtap-runtime-python3(x86-64) = 4.7-3.oc9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) python(abi) = 3.10 rtld(GNU_HASH)
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)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/systemtap-4.7-3.oc9.x86_64
Wrote: /builddir/build/RPMS/systemtap-4.7-3.oc9.x86_64.rpm
Wrote: /builddir/build/RPMS/systemtap-exporter-4.7-3.oc9.x86_64.rpm
Wrote: /builddir/build/RPMS/systemtap-initscript-4.7-3.oc9.x86_64.rpm
Wrote: /builddir/build/RPMS/systemtap-sdt-devel-4.7-3.oc9.x86_64.rpm
Wrote: /builddir/build/RPMS/systemtap-runtime-python3-4.7-3.oc9.x86_64.rpm
Wrote: /builddir/build/RPMS/systemtap-server-4.7-3.oc9.x86_64.rpm
Wrote: /builddir/build/RPMS/systemtap-runtime-4.7-3.oc9.x86_64.rpm
Wrote: /builddir/build/RPMS/systemtap-devel-4.7-3.oc9.x86_64.rpm
Wrote: /builddir/build/RPMS/systemtap-client-4.7-3.oc9.x86_64.rpm
Child return code was: 0