Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/python-pyvex.spec'], chrootPath='/var/lib/mock/f33-build-21941234-1816873/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/python-pyvex.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1596240000 Wrote: /builddir/build/SRPMS/python-pyvex-8.20.7.27-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/python-pyvex.spec'], chrootPath='/var/lib/mock/f33-build-21941234-1816873/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/python-pyvex.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1596240000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6gogLF + umask 022 + cd /builddir/build/BUILD + rm -f pyvex.egg-info/ + cd /builddir/build/BUILD + rm -rf pyvex-8.20.7.27 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyvex-8.20.7.27.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyvex-8.20.7.27 + /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.u7NDbG + umask 022 + cd /builddir/build/BUILD + cd pyvex-8.20.7.27 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build Building libVEX cc -c -o priv/ir_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_defs.c cc -c -o priv/ir_match.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_match.c cc -c -o priv/ir_opt.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_opt.c priv/ir_opt.c: In function ‘clear_env’: priv/ir_opt.c:701:13: warning: declaration of ‘j’ shadows a previous local [-Wshadow] 701 | for (Int j = 0; j < env->used; j++) { | ^ priv/ir_opt.c:695:11: note: shadowed declaration is here 695 | Int i, j; | ^ priv/ir_opt.c:707:16: warning: declaration of ‘i’ shadows a previous local [-Wshadow] 707 | for (Int i = e_lo; i < e_hi; ) { | ^ priv/ir_opt.c:695:8: note: shadowed declaration is here 695 | Int i, j; | ^ priv/ir_opt.c:695:11: warning: unused variable ‘j’ [-Wunused-variable] 695 | Int i, j; | ^ priv/ir_opt.c:695:8: warning: unused variable ‘i’ [-Wunused-variable] 695 | Int i, j; | ^ cc -c -o priv/ir_inject.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_inject.c cc -c -o priv/main_globals.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/main_globals.c cc -c -o priv/main_util.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/main_util.c cc -c -o priv/s390_disasm.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/s390_disasm.c cc -c -o priv/host_x86_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_x86_defs.c cc -c -o priv/host_amd64_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_amd64_defs.c cc -c -o priv/host_arm_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_arm_defs.c cc -c -o priv/host_arm64_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_arm64_defs.c cc -c -o priv/host_ppc_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_ppc_defs.c cc -c -o priv/host_s390_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_s390_defs.c cc -c -o priv/host_mips_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_mips_defs.c cc -c -o priv/host_x86_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_x86_isel.c cc -c -o priv/host_amd64_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_amd64_isel.c cc -c -o priv/host_arm_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_arm_isel.c cc -c -o priv/host_arm64_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_arm64_isel.c cc -c -o priv/host_ppc_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_ppc_isel.c cc -c -o priv/host_s390_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_s390_isel.c cc -c -o priv/host_mips_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_mips_isel.c cc -c -o priv/host_generic_maddf.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_maddf.c cc -c -o priv/host_generic_regs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_regs.c cc -c -o priv/host_generic_simd64.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_simd64.c cc -c -o priv/host_generic_simd128.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_simd128.c cc -c -o priv/host_generic_simd256.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_simd256.c cc -c -o priv/host_generic_reg_alloc2.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_reg_alloc2.c cc -c -o priv/host_generic_reg_alloc3.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_reg_alloc3.c cc -c -o priv/guest_generic_x87.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_generic_x87.c cc -c -o priv/guest_generic_bb_to_IR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_generic_bb_to_IR.c cc -c -o priv/guest_x86_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_x86_helpers.c cc -c -o priv/guest_amd64_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_amd64_helpers.c cc -c -o priv/guest_arm_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_arm_helpers.c cc -c -o priv/guest_arm64_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_arm64_helpers.c cc -c -o priv/guest_ppc_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_ppc_helpers.c cc -c -o priv/guest_s390_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_s390_helpers.c cc -c -o priv/guest_mips_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_mips_helpers.c cc -c -o priv/guest_x86_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_x86_toIR.c cc -c -o priv/guest_amd64_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_amd64_toIR.c cc -c -o priv/guest_arm_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_arm_toIR.c cc -c -o priv/guest_arm64_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_arm64_toIR.c cc -c -o priv/guest_ppc_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_ppc_toIR.c cc -c -o priv/guest_s390_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_s390_toIR.c priv/guest_s390_toIR.c: In function ‘s390_irgen_EXRL’: priv/guest_s390_toIR.c:13064:19: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 13064 | UChar *bytes = exrl_bytes + offset * 2UL; | ^~~~~~~~~~ cc -c -o priv/guest_mips_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_mips_toIR.c cc -c -o priv/multiarch_main_main.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/multiarch_main_main.c rm -f libvex.a ar -crs libvex.a priv/ir_defs.o priv/ir_match.o priv/ir_opt.o priv/ir_inject.o priv/main_globals.o priv/main_util.o priv/s390_disasm.o priv/host_x86_defs.o priv/host_amd64_defs.o priv/host_arm_defs.o priv/host_arm64_defs.o priv/host_ppc_defs.o priv/host_s390_defs.o priv/host_mips_defs.o priv/host_x86_isel.o priv/host_amd64_isel.o priv/host_arm_isel.o priv/host_arm64_isel.o priv/host_ppc_isel.o priv/host_s390_isel.o priv/host_mips_isel.o priv/host_generic_maddf.o priv/host_generic_regs.o priv/host_generic_simd64.o priv/host_generic_simd128.o priv/host_generic_simd256.o priv/host_generic_reg_alloc2.o priv/host_generic_reg_alloc3.o priv/guest_generic_x87.o priv/guest_generic_bb_to_IR.o priv/guest_x86_helpers.o priv/guest_amd64_helpers.o priv/guest_arm_helpers.o priv/guest_arm64_helpers.o priv/guest_ppc_helpers.o priv/guest_s390_helpers.o priv/guest_mips_helpers.o priv/guest_x86_toIR.o priv/guest_amd64_toIR.o priv/guest_arm_toIR.o priv/guest_arm64_toIR.o priv/guest_ppc_toIR.o priv/guest_s390_toIR.o priv/guest_mips_toIR.o priv/multiarch_main_main.o cc -o libvex.so -shared -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_defs.o priv/ir_match.o priv/ir_opt.o priv/ir_inject.o priv/main_globals.o priv/main_util.o priv/s390_disasm.o priv/host_x86_defs.o priv/host_amd64_defs.o priv/host_arm_defs.o priv/host_arm64_defs.o priv/host_ppc_defs.o priv/host_s390_defs.o priv/host_mips_defs.o priv/host_x86_isel.o priv/host_amd64_isel.o priv/host_arm_isel.o priv/host_arm64_isel.o priv/host_ppc_isel.o priv/host_s390_isel.o priv/host_mips_isel.o priv/host_generic_maddf.o priv/host_generic_regs.o priv/host_generic_simd64.o priv/host_generic_simd128.o priv/host_generic_simd256.o priv/host_generic_reg_alloc2.o priv/host_generic_reg_alloc3.o priv/guest_generic_x87.o priv/guest_generic_bb_to_IR.o priv/guest_x86_helpers.o priv/guest_amd64_helpers.o priv/guest_arm_helpers.o priv/guest_arm64_helpers.o priv/guest_ppc_helpers.o priv/guest_s390_helpers.o priv/guest_mips_helpers.o priv/guest_x86_toIR.o priv/guest_amd64_toIR.o priv/guest_arm_toIR.o priv/guest_arm64_toIR.o priv/guest_ppc_toIR.o priv/guest_s390_toIR.o priv/guest_mips_toIR.o priv/multiarch_main_main.o Building libpyvex gcc -c -g -O2 -Wall -shared -fPIC -std=c99 -I "/builddir/build/BUILD/pyvex-8.20.7.27/vex/pub" pyvex.c gcc -c -g -O2 -Wall -shared -fPIC -std=c99 -I "/builddir/build/BUILD/pyvex-8.20.7.27/vex/pub" logging.c gcc -c -g -O2 -Wall -shared -fPIC -std=c99 -I "/builddir/build/BUILD/pyvex-8.20.7.27/vex/pub" analysis.c gcc -c -g -O2 -Wall -shared -fPIC -std=c99 -I "/builddir/build/BUILD/pyvex-8.20.7.27/vex/pub" postprocess.c gcc -g -O2 -Wall -shared -fPIC -std=c99 -I "/builddir/build/BUILD/pyvex-8.20.7.27/vex/pub" -o libpyvex.so pyvex.o logging.o analysis.o postprocess.o "/builddir/build/BUILD/pyvex-8.20.7.27/vex/libvex.a" -Wl,-soname,libpyvex.so ar rcs libpyvex.a pyvex.o logging.o analysis.o postprocess.o Copying libraries and headers Creating CFFI defs file running build_py creating build creating build/lib creating build/lib/pyvex copying pyvex/expr.py -> build/lib/pyvex copying pyvex/stmt.py -> build/lib/pyvex copying pyvex/data_ref.py -> build/lib/pyvex copying pyvex/vex_ffi.py -> build/lib/pyvex copying pyvex/errors.py -> build/lib/pyvex copying pyvex/block.py -> build/lib/pyvex copying pyvex/__init__.py -> build/lib/pyvex copying pyvex/enums.py -> build/lib/pyvex copying pyvex/const.py -> build/lib/pyvex creating build/lib/pyvex/lifting copying pyvex/lifting/lifter.py -> build/lib/pyvex/lifting copying pyvex/lifting/post_processor.py -> build/lib/pyvex/lifting copying pyvex/lifting/zerodivision.py -> build/lib/pyvex/lifting copying pyvex/lifting/libvex.py -> build/lib/pyvex/lifting copying pyvex/lifting/__init__.py -> build/lib/pyvex/lifting creating build/lib/pyvex/lifting/util copying pyvex/lifting/util/vex_helper.py -> build/lib/pyvex/lifting/util copying pyvex/lifting/util/lifter_helper.py -> build/lib/pyvex/lifting/util copying pyvex/lifting/util/__init__.py -> build/lib/pyvex/lifting/util copying pyvex/lifting/util/instr_helper.py -> build/lib/pyvex/lifting/util copying pyvex/lifting/util/irsb_postprocess.py -> build/lib/pyvex/lifting/util copying pyvex/lifting/util/syntax_wrapper.py -> build/lib/pyvex/lifting/util creating build/lib/pyvex/lifting/gym copying pyvex/lifting/gym/arm_spotter.py -> build/lib/pyvex/lifting/gym copying pyvex/lifting/gym/__init__.py -> build/lib/pyvex/lifting/gym copying pyvex/lifting/gym/aarch64_spotter.py -> build/lib/pyvex/lifting/gym running egg_info creating pyvex.egg-info writing pyvex.egg-info/PKG-INFO writing dependency_links to pyvex.egg-info/dependency_links.txt writing requirements to pyvex.egg-info/requires.txt writing top-level names to pyvex.egg-info/top_level.txt writing manifest file 'pyvex.egg-info/SOURCES.txt' reading manifest file 'pyvex.egg-info/SOURCES.txt' writing manifest file 'pyvex.egg-info/SOURCES.txt' creating build/lib/pyvex/lib copying pyvex/lib/libpyvex.a -> build/lib/pyvex/lib copying pyvex/lib/libpyvex.so -> build/lib/pyvex/lib creating build/lib/pyvex/include copying pyvex/include/libvex_guest_arm.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_s390x.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_amd64.h -> build/lib/pyvex/include copying pyvex/include/libvex_ir.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_tilegx.h -> build/lib/pyvex/include copying pyvex/include/libvex_trc_values.h -> build/lib/pyvex/include copying pyvex/include/libvex_s390x_common.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_offsets.h -> build/lib/pyvex/include copying pyvex/include/pyvex.h -> build/lib/pyvex/include copying pyvex/include/libvex_basictypes.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_mips32.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_ppc32.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_arm64.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_x86.h -> build/lib/pyvex/include copying pyvex/include/libvex_emnote.h -> build/lib/pyvex/include copying pyvex/include/libvex.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_ppc64.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_mips64.h -> build/lib/pyvex/include copying pyvex/py.typed -> build/lib/pyvex + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0VEnGF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x ++ dirname /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x + cd pyvex-8.20.7.27 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x running install running install_lib creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex copying build/lib/pyvex/expr.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex copying build/lib/pyvex/stmt.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex copying build/lib/pyvex/data_ref.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting copying build/lib/pyvex/lifting/lifter.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting copying build/lib/pyvex/lifting/post_processor.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util copying build/lib/pyvex/lifting/util/vex_helper.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util copying build/lib/pyvex/lifting/util/lifter_helper.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util copying build/lib/pyvex/lifting/util/__init__.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util copying build/lib/pyvex/lifting/util/instr_helper.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util copying build/lib/pyvex/lifting/util/irsb_postprocess.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util copying build/lib/pyvex/lifting/util/syntax_wrapper.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util copying build/lib/pyvex/lifting/zerodivision.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting copying build/lib/pyvex/lifting/libvex.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/gym copying build/lib/pyvex/lifting/gym/arm_spotter.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/gym copying build/lib/pyvex/lifting/gym/__init__.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/gym copying build/lib/pyvex/lifting/gym/aarch64_spotter.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/gym copying build/lib/pyvex/lifting/__init__.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting copying build/lib/pyvex/py.typed -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex copying build/lib/pyvex/vex_ffi.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex copying build/lib/pyvex/errors.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex copying build/lib/pyvex/block.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_arm.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_s390x.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_amd64.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_ir.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_tilegx.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_trc_values.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_s390x_common.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_offsets.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/pyvex.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_basictypes.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_mips32.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_ppc32.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_arm64.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_x86.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_emnote.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_ppc64.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/include/libvex_guest_mips64.h -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/include copying build/lib/pyvex/__init__.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex copying build/lib/pyvex/enums.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex copying build/lib/pyvex/const.py -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex creating /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lib copying build/lib/pyvex/lib/libpyvex.a -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lib copying build/lib/pyvex/lib/libpyvex.so -> /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lib byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/expr.py to expr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/stmt.py to stmt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/data_ref.py to data_ref.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/lifter.py to lifter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/post_processor.py to post_processor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util/vex_helper.py to vex_helper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util/lifter_helper.py to lifter_helper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util/instr_helper.py to instr_helper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util/irsb_postprocess.py to irsb_postprocess.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/util/syntax_wrapper.py to syntax_wrapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/zerodivision.py to zerodivision.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/libvex.py to libvex.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/gym/arm_spotter.py to arm_spotter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/gym/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/gym/aarch64_spotter.py to aarch64_spotter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/lifting/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/vex_ffi.py to vex_ffi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/errors.py to errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/block.py to block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/enums.py to enums.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex/const.py to const.cpython-39.pyc writing byte-compilation script '/tmp/tmpuycee32u.py' /usr/bin/python3 /tmp/tmpuycee32u.py removing /tmp/tmpuycee32u.py running install_egg_info running egg_info writing pyvex.egg-info/PKG-INFO writing dependency_links to pyvex.egg-info/dependency_links.txt writing requirements to pyvex.egg-info/requires.txt writing top-level names to pyvex.egg-info/top_level.txt reading manifest file 'pyvex.egg-info/SOURCES.txt' writing manifest file 'pyvex.egg-info/SOURCES.txt' Copying pyvex.egg-info to /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9/site-packages/pyvex-8.20.7.27-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/bin/__pycache__ + mv pyvex_c/LICENSE LICENSE-pyvex_c + cp /builddir/build/SOURCES/PACKAGE-LICENSING . + cp /builddir/build/SOURCES/LICENSE-other . + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-pyvex-8.20.7.27-1.fc33.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MxwncD + umask 022 + cd /builddir/build/BUILD + cd pyvex-8.20.7.27 + DOCDIR=/builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/share/doc/python3-pyvex + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/share/doc/python3-pyvex + cp -pr README.md /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/share/doc/python3-pyvex + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2PM9FG + umask 022 + cd /builddir/build/BUILD + cd pyvex-8.20.7.27 + LICENSEDIR=/builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/share/licenses/python3-pyvex + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/share/licenses/python3-pyvex + cp -pr PACKAGE-LICENSING /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/share/licenses/python3-pyvex + cp -pr LICENSE /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/share/licenses/python3-pyvex + cp -pr LICENSE-pyvex_c /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/share/licenses/python3-pyvex + cp -pr LICENSE-other /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x/usr/share/licenses/python3-pyvex + RPM_EC=0 ++ jobs -p + exit 0 Provides: libpyvex.so()(64bit) python-pyvex = 8.20.7.27-1.fc33 python3-pyvex = 8.20.7.27-1.fc33 python3-pyvex(s390-64) = 8.20.7.27-1.fc33 python3.9-pyvex = 8.20.7.27-1.fc33 python3.9dist(pyvex) = 8.20.7.27 python3dist(pyvex) = 8.20.7.27 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.4)(64bit) python(abi) = 3.9 python3.9dist(archinfo) = 8.20.7.27 python3.9dist(bitstring) python3.9dist(cffi) >= 1.0.3 python3.9dist(future) python3.9dist(pycparser) rtld(GNU_HASH) Obsoletes: python-pyvex < 8.20.7.27-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x Wrote: /builddir/build/RPMS/python3-pyvex-8.20.7.27-1.fc33.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4GB3QF + umask 022 + cd /builddir/build/BUILD + cd pyvex-8.20.7.27 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pyvex-8.20.7.27-1.fc33.s390x + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0