Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-langdetect.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682164776.127447/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-langdetect.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-langdetect-1.0.9-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-langdetect.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682164776.127447/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-langdetect.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-langdetect-1.0.9-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-langdetect.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682164776.127447/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-langdetect.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uaBKc3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf langdetect-1.0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/langdetect-1.0.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd langdetect-1.0.9 + /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.EToVe4 + umask 022 + cd /builddir/build/BUILD + cd langdetect-1.0.9 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/langdetect copying langdetect/detector.py -> build/lib/langdetect copying langdetect/language.py -> build/lib/langdetect copying langdetect/__init__.py -> build/lib/langdetect copying langdetect/lang_detect_exception.py -> build/lib/langdetect copying langdetect/detector_factory.py -> build/lib/langdetect creating build/lib/langdetect/utils copying langdetect/utils/lang_profile.py -> build/lib/langdetect/utils copying langdetect/utils/__init__.py -> build/lib/langdetect/utils copying langdetect/utils/unicode_block.py -> build/lib/langdetect/utils copying langdetect/utils/ngram.py -> build/lib/langdetect/utils copying langdetect/utils/messages.py -> build/lib/langdetect/utils creating build/lib/langdetect/tests copying langdetect/tests/__init__.py -> build/lib/langdetect/tests copying langdetect/tests/test_detector.py -> build/lib/langdetect/tests copying langdetect/tests/test_language.py -> build/lib/langdetect/tests running egg_info writing langdetect.egg-info/PKG-INFO writing dependency_links to langdetect.egg-info/dependency_links.txt writing requirements to langdetect.egg-info/requires.txt writing top-level names to langdetect.egg-info/top_level.txt reading manifest file 'langdetect.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'langdetect.egg-info/SOURCES.txt' creating build/lib/langdetect/profiles copying langdetect/profiles/af -> build/lib/langdetect/profiles copying langdetect/profiles/ar -> build/lib/langdetect/profiles copying langdetect/profiles/bg -> build/lib/langdetect/profiles copying langdetect/profiles/bn -> build/lib/langdetect/profiles copying langdetect/profiles/ca -> build/lib/langdetect/profiles copying langdetect/profiles/cs -> build/lib/langdetect/profiles copying langdetect/profiles/cy -> build/lib/langdetect/profiles copying langdetect/profiles/da -> build/lib/langdetect/profiles copying langdetect/profiles/de -> build/lib/langdetect/profiles copying langdetect/profiles/el -> build/lib/langdetect/profiles copying langdetect/profiles/en -> build/lib/langdetect/profiles copying langdetect/profiles/es -> build/lib/langdetect/profiles copying langdetect/profiles/et -> build/lib/langdetect/profiles copying langdetect/profiles/fa -> build/lib/langdetect/profiles copying langdetect/profiles/fi -> build/lib/langdetect/profiles copying langdetect/profiles/fr -> build/lib/langdetect/profiles copying langdetect/profiles/gu -> build/lib/langdetect/profiles copying langdetect/profiles/he -> build/lib/langdetect/profiles copying langdetect/profiles/hi -> build/lib/langdetect/profiles copying langdetect/profiles/hr -> build/lib/langdetect/profiles copying langdetect/profiles/hu -> build/lib/langdetect/profiles copying langdetect/profiles/id -> build/lib/langdetect/profiles copying langdetect/profiles/it -> build/lib/langdetect/profiles copying langdetect/profiles/ja -> build/lib/langdetect/profiles copying langdetect/profiles/kn -> build/lib/langdetect/profiles copying langdetect/profiles/ko -> build/lib/langdetect/profiles copying langdetect/profiles/lt -> build/lib/langdetect/profiles copying langdetect/profiles/lv -> build/lib/langdetect/profiles copying langdetect/profiles/mk -> build/lib/langdetect/profiles copying langdetect/profiles/ml -> build/lib/langdetect/profiles copying langdetect/profiles/mr -> build/lib/langdetect/profiles copying langdetect/profiles/ne -> build/lib/langdetect/profiles copying langdetect/profiles/nl -> build/lib/langdetect/profiles copying langdetect/profiles/no -> build/lib/langdetect/profiles copying langdetect/profiles/pa -> build/lib/langdetect/profiles copying langdetect/profiles/pl -> build/lib/langdetect/profiles copying langdetect/profiles/pt -> build/lib/langdetect/profiles copying langdetect/profiles/ro -> build/lib/langdetect/profiles copying langdetect/profiles/ru -> build/lib/langdetect/profiles copying langdetect/profiles/sk -> build/lib/langdetect/profiles copying langdetect/profiles/sl -> build/lib/langdetect/profiles copying langdetect/profiles/so -> build/lib/langdetect/profiles copying langdetect/profiles/sq -> build/lib/langdetect/profiles copying langdetect/profiles/sv -> build/lib/langdetect/profiles copying langdetect/profiles/sw -> build/lib/langdetect/profiles copying langdetect/profiles/ta -> build/lib/langdetect/profiles copying langdetect/profiles/te -> build/lib/langdetect/profiles copying langdetect/profiles/th -> build/lib/langdetect/profiles copying langdetect/profiles/tl -> build/lib/langdetect/profiles copying langdetect/profiles/tr -> build/lib/langdetect/profiles copying langdetect/profiles/uk -> build/lib/langdetect/profiles copying langdetect/profiles/ur -> build/lib/langdetect/profiles copying langdetect/profiles/vi -> build/lib/langdetect/profiles copying langdetect/profiles/zh-cn -> build/lib/langdetect/profiles copying langdetect/profiles/zh-tw -> build/lib/langdetect/profiles copying langdetect/utils/messages.properties -> build/lib/langdetect/utils + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ug3JEc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64 + cd langdetect-1.0.9 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr creating /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect creating /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/id -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ko -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ar -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/lv -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/zh-tw -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/kn -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ca -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/pt -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/af -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/pa -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/no -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ja -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/hr -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/fr -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/hu -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/gu -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/bn -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sk -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ml -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/so -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/mk -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ro -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/mr -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/fi -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sl -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/bg -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/nl -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/tr -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/de -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ur -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/et -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/en -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sq -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/tl -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/da -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ru -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/pl -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/es -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/fa -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/vi -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ne -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/te -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/hi -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/cy -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/el -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sv -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/uk -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/zh-cn -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/th -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/it -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ta -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/lt -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sw -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/cs -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/he -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/profiles copying build/lib/langdetect/detector.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect copying build/lib/langdetect/language.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect copying build/lib/langdetect/__init__.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect creating /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/tests copying build/lib/langdetect/tests/__init__.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/tests copying build/lib/langdetect/tests/test_detector.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/tests copying build/lib/langdetect/tests/test_language.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/tests creating /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils copying build/lib/langdetect/utils/lang_profile.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils copying build/lib/langdetect/utils/__init__.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils copying build/lib/langdetect/utils/messages.properties -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils copying build/lib/langdetect/utils/unicode_block.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils copying build/lib/langdetect/utils/ngram.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils copying build/lib/langdetect/utils/messages.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils copying build/lib/langdetect/lang_detect_exception.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect copying build/lib/langdetect/detector_factory.py -> /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/detector.py to detector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/language.py to language.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/tests/test_detector.py to test_detector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/tests/test_language.py to test_language.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils/lang_profile.py to lang_profile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils/unicode_block.py to unicode_block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils/ngram.py to ngram.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/utils/messages.py to messages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/lang_detect_exception.py to lang_detect_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect/detector_factory.py to detector_factory.cpython-39.pyc writing byte-compilation script '/tmp/tmpsn2jyiep.py' /usr/bin/python3 /tmp/tmpsn2jyiep.py removing /tmp/tmpsn2jyiep.py running install_egg_info running egg_info writing langdetect.egg-info/PKG-INFO writing dependency_links to langdetect.egg-info/dependency_links.txt writing requirements to langdetect.egg-info/requires.txt writing top-level names to langdetect.egg-info/top_level.txt reading manifest file 'langdetect.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'langdetect.egg-info/SOURCES.txt' Copying langdetect.egg-info to /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9/site-packages/langdetect-1.0.9-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64//usr/share/doc/python-langdetect + '[' -d doc ']' ~/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64 ~/build/BUILD/langdetect-1.0.9 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/langdetect-1.0.9 + popd + mv /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.0.9-1 --unique-debug-suffix -1.0.9-1.aarch64 --unique-debug-src-base python-langdetect-1.0.9-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/langdetect-1.0.9 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-langdetect-1.0.9-1.noarch Provides: python-langdetect python3-langdetect = 1.0.9-1 python3.9dist(langdetect) = 1.0.9 python3dist(langdetect) = 1.0.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(six) Processing files: python-langdetect-help-1.0.9-1.noarch warning: Empty %files file /builddir/build/BUILD/langdetect-1.0.9/doclist.lst Provides: python-langdetect-help = 1.0.9-1 python3-langdetect-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64 Wrote: /builddir/build/RPMS/python-langdetect-help-1.0.9-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-langdetect-1.0.9-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZKqVZL + umask 022 + cd /builddir/build/BUILD + cd langdetect-1.0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-langdetect-1.0.9-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0