Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-capstone.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682105292.637923/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-capstone.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-capstone-4.0.2-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-capstone.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682105292.637923/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-capstone.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-capstone-4.0.2-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-capstone.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682105292.637923/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-capstone.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.1JIKnl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf capstone-4.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/capstone-4.0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd capstone-4.0.2 + /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.SJ5P1N + umask 022 + cd /builddir/build/BUILD + cd capstone-4.0.2 + 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 Building C extensions CC cs.o CC utils.o CC SStream.o CC MCInstrDesc.o CC MCRegisterInfo.o CC arch/ARM/ARMDisassembler.o CC arch/ARM/ARMInstPrinter.o CC arch/ARM/ARMMapping.o CC arch/ARM/ARMModule.o CC arch/AArch64/AArch64BaseInfo.o CC arch/AArch64/AArch64Disassembler.o CC arch/AArch64/AArch64InstPrinter.o CC arch/AArch64/AArch64Mapping.o CC arch/AArch64/AArch64Module.o CC arch/M68K/M68KDisassembler.o CC arch/M68K/M68KInstPrinter.o CC arch/M68K/M68KModule.o CC arch/Mips/MipsDisassembler.o CC arch/Mips/MipsInstPrinter.o CC arch/Mips/MipsMapping.o CC arch/Mips/MipsModule.o CC arch/PowerPC/PPCDisassembler.o CC arch/PowerPC/PPCInstPrinter.o CC arch/PowerPC/PPCMapping.o CC arch/PowerPC/PPCModule.o CC arch/Sparc/SparcDisassembler.o CC arch/Sparc/SparcInstPrinter.o CC arch/Sparc/SparcMapping.o CC arch/Sparc/SparcModule.o CC arch/SystemZ/SystemZDisassembler.o CC arch/SystemZ/SystemZInstPrinter.o CC arch/SystemZ/SystemZMCTargetDesc.o CC arch/SystemZ/SystemZMapping.o CC arch/SystemZ/SystemZModule.o CC arch/X86/X86DisassemblerDecoder.o CC arch/X86/X86Disassembler.o CC arch/X86/X86IntelInstPrinter.o CC arch/X86/X86ATTInstPrinter.o CC arch/X86/X86Mapping.o CC arch/X86/X86Module.o CC arch/XCore/XCoreDisassembler.o CC arch/XCore/XCoreInstPrinter.o CC arch/XCore/XCoreMapping.o CC arch/XCore/XCoreModule.o CC arch/TMS320C64x/TMS320C64xDisassembler.o CC arch/TMS320C64x/TMS320C64xInstPrinter.o CC arch/TMS320C64x/TMS320C64xMapping.o CC arch/TMS320C64x/TMS320C64xModule.o CC arch/M680X/M680XDisassembler.o CC arch/M680X/M680XInstPrinter.o CC arch/M680X/M680XModule.o CC arch/EVM/EVMDisassembler.o CC arch/EVM/EVMInstPrinter.o CC arch/EVM/EVMMapping.o CC arch/EVM/EVMModule.o CC MCInst.o GEN capstone.pc LINK libcapstone.so.4 AR libcapstone.a ar: creating ./libcapstone.a running build_py creating build creating build/lib creating build/lib/capstone copying capstone/m680x_const.py -> build/lib/capstone copying capstone/arm64_const.py -> build/lib/capstone copying capstone/m680x.py -> build/lib/capstone copying capstone/mips_const.py -> build/lib/capstone copying capstone/arm.py -> build/lib/capstone copying capstone/x86.py -> build/lib/capstone copying capstone/xcore.py -> build/lib/capstone copying capstone/m68k.py -> build/lib/capstone copying capstone/evm.py -> build/lib/capstone copying capstone/ppc_const.py -> build/lib/capstone copying capstone/x86_const.py -> build/lib/capstone copying capstone/sparc.py -> build/lib/capstone copying capstone/mips.py -> build/lib/capstone copying capstone/sysz_const.py -> build/lib/capstone copying capstone/m68k_const.py -> build/lib/capstone copying capstone/tms320c64x.py -> build/lib/capstone copying capstone/arm_const.py -> build/lib/capstone copying capstone/__init__.py -> build/lib/capstone copying capstone/tms320c64x_const.py -> build/lib/capstone copying capstone/systemz.py -> build/lib/capstone copying capstone/sparc_const.py -> build/lib/capstone copying capstone/ppc.py -> build/lib/capstone copying capstone/evm_const.py -> build/lib/capstone copying capstone/arm64.py -> build/lib/capstone copying capstone/xcore_const.py -> build/lib/capstone running egg_info creating capstone.egg-info writing capstone.egg-info/PKG-INFO writing dependency_links to capstone.egg-info/dependency_links.txt writing top-level names to capstone.egg-info/top_level.txt writing manifest file 'capstone.egg-info/SOURCES.txt' reading manifest file 'capstone.egg-info/SOURCES.txt' adding license file 'LICENSE.TXT' writing manifest file 'capstone.egg-info/SOURCES.txt' creating build/lib/capstone/include creating build/lib/capstone/include/capstone copying capstone/include/capstone/arm.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/arm64.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/capstone.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/evm.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/m680x.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/m68k.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/mips.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/platform.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/ppc.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/sparc.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/systemz.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/tms320c64x.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/x86.h -> build/lib/capstone/include/capstone copying capstone/include/capstone/xcore.h -> build/lib/capstone/include/capstone creating build/lib/capstone/lib copying capstone/lib/libcapstone.a -> build/lib/capstone/lib copying capstone/lib/libcapstone.so -> build/lib/capstone/lib + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ky7BKL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64 + cd capstone-4.0.2 + 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-capstone-4.0.2-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-capstone-4.0.2-1.aarch64/usr creating /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/m680x_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/arm64_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/m680x.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/mips_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/arm.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/x86.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/xcore.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/m68k.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/evm.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/ppc_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone creating /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/lib copying build/lib/capstone/lib/libcapstone.a -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/lib copying build/lib/capstone/lib/libcapstone.so -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/lib copying build/lib/capstone/x86_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone creating /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include creating /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/x86.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/arm64.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/tms320c64x.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/m68k.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/systemz.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/capstone.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/m680x.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/arm.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/xcore.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/ppc.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/evm.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/platform.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/sparc.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/include/capstone/mips.h -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/include/capstone copying build/lib/capstone/sparc.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/mips.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/sysz_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/m68k_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/tms320c64x.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/arm_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/__init__.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/tms320c64x_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/systemz.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/sparc_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/ppc.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/evm_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/arm64.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone copying build/lib/capstone/xcore_const.py -> /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/m680x_const.py to m680x_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/arm64_const.py to arm64_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/m680x.py to m680x.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/mips_const.py to mips_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/arm.py to arm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/x86.py to x86.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/xcore.py to xcore.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/m68k.py to m68k.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/evm.py to evm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/ppc_const.py to ppc_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/x86_const.py to x86_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/sparc.py to sparc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/mips.py to mips.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/sysz_const.py to sysz_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/m68k_const.py to m68k_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/tms320c64x.py to tms320c64x.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/arm_const.py to arm_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/tms320c64x_const.py to tms320c64x_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/systemz.py to systemz.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/sparc_const.py to sparc_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/ppc.py to ppc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/evm_const.py to evm_const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/arm64.py to arm64.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/xcore_const.py to xcore_const.cpython-39.pyc writing byte-compilation script '/tmp/tmptdenacnh.py' /usr/bin/python3 /tmp/tmptdenacnh.py removing /tmp/tmptdenacnh.py running install_egg_info running egg_info writing capstone.egg-info/PKG-INFO writing dependency_links to capstone.egg-info/dependency_links.txt writing top-level names to capstone.egg-info/top_level.txt reading manifest file 'capstone.egg-info/SOURCES.txt' adding license file 'LICENSE.TXT' writing manifest file 'capstone.egg-info/SOURCES.txt' Copying capstone.egg-info to /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone-4.0.2-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64//usr/share/doc/python-capstone + '[' -d doc ']' ~/build/BUILDROOT/python-capstone-4.0.2-1.aarch64 ~/build/BUILD/capstone-4.0.2 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-capstone-4.0.2-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/capstone-4.0.2 + popd + mv /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 4.0.2-1 --unique-debug-suffix -4.0.2-1.aarch64 --unique-debug-src-base python-capstone-4.0.2-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/capstone-4.0.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/lib/libcapstone.so extracting debug info from /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/python3.9/site-packages/capstone/lib/libcapstone.so 35184 blocks + /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-capstone-4.0.2-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib/debug/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-capstone-4.0.2-1.aarch64 error: Directory not found: /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib64/python3.9/site-packages/* RPM build errors: Directory not found: /builddir/build/BUILDROOT/python-capstone-4.0.2-1.aarch64/usr/lib64/python3.9/site-packages/* Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-capstone.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-capstone.spec