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 aarch64 --nodeps /builddir/build/SPECS/python-pycdio.spec'], chrootPath='/var/lib/mock/dist-oc9-build-44578-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 0xfffe97db57b8>timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/python-pycdio.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: aarch64
Building for target aarch64
Wrote: /builddir/build/SRPMS/python-pycdio-2.1.0-3.oc9.src.rpm
Child return code was: 0
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/python-pycdio.spec'], chrootPath='/var/lib/mock/dist-oc9-build-44578-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 0xfffe97db57b8>timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/python-pycdio.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: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RmZfYq
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf pycdio-2.1.0
+ /usr/bin/gzip -dc /builddir/build/SOURCES/pycdio-2.1.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pycdio-2.1.0
+ /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.3ReizJ
+ umask 022
+ cd /builddir/build/BUILD
+ cd pycdio-2.1.0
+ CFLAGS='-O2 -g'
+ LDFLAGS=
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
running build
libcdio version >= 2.0.0
running build_ext
building '_pycdio' extension
swigging swig/pycdio.i to swig/pycdio_wrap.c
swig -python -outdir /builddir/build/BUILD/pycdio-2.1.0 -o swig/pycdio_wrap.c swig/pycdio.i
creating build
creating build/temp.linux-aarch64-cpython-310
creating build/temp.linux-aarch64-cpython-310/swig
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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -fPIC -I/usr/include/python3.10 -c swig/pycdio_wrap.c -o build/temp.linux-aarch64-cpython-310/swig/pycdio_wrap.o
swig/pycdio_wrap.c: In function ‘get_hwinfo’:
swig/pycdio_wrap.c:3815:5: warning: ‘__builtin_strncpy’ output may be truncated copying 8 bytes from a string of length 8 [-Wstringop-truncation]
 3815 |     strncpy(vendor, hw_info.psz_vendor, CDIO_MMC_HW_VENDOR_LEN);
      |     ^
swig/pycdio_wrap.c:3816:5: warning: ‘__builtin_strncpy’ output may be truncated copying 16 bytes from a string of length 16 [-Wstringop-truncation]
 3816 |     strncpy(model, hw_info.psz_model, CDIO_MMC_HW_MODEL_LEN);
      |     ^
swig/pycdio_wrap.c:3817:5: warning: ‘__builtin_strncpy’ output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation]
 3817 |     strncpy(revision, hw_info.psz_revision, CDIO_MMC_HW_REVISION_LEN);
      |     ^
creating build/lib.linux-aarch64-cpython-310
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 -O2 -g build/temp.linux-aarch64-cpython-310/swig/pycdio_wrap.o -L/usr/lib64 -lcdio -lm -o build/lib.linux-aarch64-cpython-310/_pycdio.cpython-310-aarch64-linux-gnu.so
building '_pyiso9660' extension
swigging swig/pyiso9660.i to swig/pyiso9660_wrap.c
swig -python -outdir /builddir/build/BUILD/pycdio-2.1.0 -o swig/pyiso9660_wrap.c swig/pyiso9660.i
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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -fPIC -I/usr/include/python3.10 -c swig/pyiso9660_wrap.c -o build/temp.linux-aarch64-cpython-310/swig/pyiso9660_wrap.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 -O2 -g build/temp.linux-aarch64-cpython-310/swig/pyiso9660_wrap.o -L/usr/lib64 -liso9660 -lcdio -lm -o build/lib.linux-aarch64-cpython-310/_pyiso9660.cpython-310-aarch64-linux-gnu.so
running build_py
copying cdio.py -> build/lib.linux-aarch64-cpython-310
copying iso9660.py -> build/lib.linux-aarch64-cpython-310
copying pycdio.py -> build/lib.linux-aarch64-cpython-310
copying pyiso9660.py -> build/lib.linux-aarch64-cpython-310
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Kr5aDI
+ umask 022
+ cd /builddir/build/BUILD
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT
+ /usr/bin/mkdir /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64
+ cd pycdio-2.1.0
+ CFLAGS='-O2 -g'
+ LDFLAGS=
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64
running install
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running install_lib
creating /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr
creating /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64
creating /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10
creating /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages
copying build/lib.linux-aarch64-cpython-310/pyiso9660.py -> /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages
copying build/lib.linux-aarch64-cpython-310/_pycdio.cpython-310-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages
copying build/lib.linux-aarch64-cpython-310/cdio.py -> /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages
copying build/lib.linux-aarch64-cpython-310/iso9660.py -> /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages
copying build/lib.linux-aarch64-cpython-310/pycdio.py -> /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages
copying build/lib.linux-aarch64-cpython-310/_pyiso9660.cpython-310-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages
byte-compiling /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages/pyiso9660.py to pyiso9660.cpython-310.pyc
byte-compiling /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages/cdio.py to cdio.cpython-310.pyc
byte-compiling /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages/iso9660.py to iso9660.cpython-310.pyc
byte-compiling /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages/pycdio.py to pycdio.cpython-310.pyc
writing byte-compilation script '/tmp/tmpukbrh2o0.py'
/usr/bin/python3 /tmp/tmpukbrh2o0.py
removing /tmp/tmpukbrh2o0.py
running install_egg_info
running egg_info
writing pycdio.egg-info/PKG-INFO
writing dependency_links to pycdio.egg-info/dependency_links.txt
writing top-level names to pycdio.egg-info/top_level.txt
reading manifest file 'pycdio.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
adding license file 'AUTHORS'
writing manifest file 'pycdio.egg-info/SOURCES.txt'
Copying pycdio.egg-info to /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/lib64/python3.10/site-packages/pycdio-2.1.0-py3.10.egg-info
running install_scripts
+ rm -rfv /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/bin/__pycache__
+ chmod 755 /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64//usr/lib64/python3.10/site-packages/_pycdio.cpython-310-aarch64-linux-gnu.so /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64//usr/lib64/python3.10/site-packages/_pyiso9660.cpython-310-aarch64-linux-gnu.so
+ /usr/lib/rpm/brp-compress /usr
+ /usr/lib/rpm/brp-elfperms
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-remove-la-files
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HUCGqN
+ umask 022
+ cd /builddir/build/BUILD
+ cd pycdio-2.1.0
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python3-pycdio-2.1.0-3.oc9.aarch64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.R6FPRG
+ umask 022
+ cd /builddir/build/BUILD
+ cd pycdio-2.1.0
+ DOCDIR=/builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/doc/python3-pycdio-2.1.0
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/doc/python3-pycdio-2.1.0
+ cp -pr README.rst /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/doc/python3-pycdio-2.1.0
+ cp -pr ChangeLog /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/doc/python3-pycdio-2.1.0
+ cp -pr AUTHORS /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/doc/python3-pycdio-2.1.0
+ cp -pr NEWS.md /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/doc/python3-pycdio-2.1.0
+ cp -pr THANKS /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/doc/python3-pycdio-2.1.0
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JeGhTH
+ umask 022
+ cd /builddir/build/BUILD
+ cd pycdio-2.1.0
+ LICENSEDIR=/builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/licenses/python3-pycdio-2.1.0
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/licenses/python3-pycdio-2.1.0
+ cp -pr COPYING /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64/usr/share/licenses/python3-pycdio-2.1.0
+ 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_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/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: pycdio = 2.1.0-3.oc9 python3-pycdio = 2.1.0-3.oc9 python3-pycdio(aarch-64) = 2.1.0-3.oc9 python3.10dist(pycdio) = 2.1 python3dist(pycdio) = 2.1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcdio.so.19()(64bit) libcdio.so.19(CDIO_19)(64bit) libiso9660.so.11()(64bit) libiso9660.so.11(ISO9660_11)(64bit) python(abi) = 3.10 rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pycdio-2.1.0-3.oc9.aarch64
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
error: lua script failed: [string "__pythonname_obsoletes"]:3: module 'TencentOS.srpm.python' not found:
	no field package.preload['TencentOS.srpm.python']
	no file '/usr/lib/rpm//lua/TencentOS/srpm/python.lua'
	no file '/usr/lib64/lua/5.4/TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS/srpm/python.so'
	no file '/usr/lib64/lua/5.4/TencentOS.so'
	no file '/usr/lib64/lua/5.4/loadall.so'
	no file './TencentOS.so'
  1<    (%lua)
  0<  (%__pythonname_obsoletes)
Wrote: /builddir/build/RPMS/python3-pycdio-2.1.0-3.oc9.aarch64.rpm
Child return code was: 0