Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-thriftrw.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682282771.761557/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-thriftrw.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-thriftrw-1.9.0-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-thriftrw.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682282771.761557/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-thriftrw.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-thriftrw-1.9.0-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-thriftrw.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682282771.761557/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-thriftrw.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.fSFE1G + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf thriftrw-1.9.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/thriftrw-1.9.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd thriftrw-1.9.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CkHvbp + umask 022 + cd /builddir/build/BUILD + cd thriftrw-1.9.0 + 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.linux-aarch64-3.9 creating build/lib.linux-aarch64-3.9/thriftrw copying thriftrw/__init__.py -> build/lib.linux-aarch64-3.9/thriftrw copying thriftrw/errors.py -> build/lib.linux-aarch64-3.9/thriftrw copying thriftrw/loader.py -> build/lib.linux-aarch64-3.9/thriftrw creating build/lib.linux-aarch64-3.9/examples copying examples/__init__.py -> build/lib.linux-aarch64-3.9/examples copying examples/ping_server_tornado.py -> build/lib.linux-aarch64-3.9/examples copying examples/ping_client_thrift.py -> build/lib.linux-aarch64-3.9/examples copying examples/ping_client_requests.py -> build/lib.linux-aarch64-3.9/examples creating build/lib.linux-aarch64-3.9/thriftrw/idl copying thriftrw/idl/ast.py -> build/lib.linux-aarch64-3.9/thriftrw/idl copying thriftrw/idl/lexer.py -> build/lib.linux-aarch64-3.9/thriftrw/idl copying thriftrw/idl/__init__.py -> build/lib.linux-aarch64-3.9/thriftrw/idl copying thriftrw/idl/parser.py -> build/lib.linux-aarch64-3.9/thriftrw/idl creating build/lib.linux-aarch64-3.9/thriftrw/spec copying thriftrw/spec/__init__.py -> build/lib.linux-aarch64-3.9/thriftrw/spec copying thriftrw/spec/const.py -> build/lib.linux-aarch64-3.9/thriftrw/spec creating build/lib.linux-aarch64-3.9/thriftrw/compile copying thriftrw/compile/link.py -> build/lib.linux-aarch64-3.9/thriftrw/compile copying thriftrw/compile/scope.py -> build/lib.linux-aarch64-3.9/thriftrw/compile copying thriftrw/compile/__init__.py -> build/lib.linux-aarch64-3.9/thriftrw/compile copying thriftrw/compile/generate.py -> build/lib.linux-aarch64-3.9/thriftrw/compile copying thriftrw/compile/compiler.py -> build/lib.linux-aarch64-3.9/thriftrw/compile creating build/lib.linux-aarch64-3.9/thriftrw/protocol copying thriftrw/protocol/__init__.py -> build/lib.linux-aarch64-3.9/thriftrw/protocol creating build/lib.linux-aarch64-3.9/thriftrw/wire copying thriftrw/wire/__init__.py -> build/lib.linux-aarch64-3.9/thriftrw/wire running build_ext building 'thriftrw._buffer' extension creating build/temp.linux-aarch64-3.9 creating build/temp.linux-aarch64-3.9/thriftrw gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/_buffer.c -o build/temp.linux-aarch64-3.9/thriftrw/_buffer.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/_buffer.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/_buffer.cpython-39-aarch64-linux-gnu.so building 'thriftrw._cython' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/_cython.c -o build/temp.linux-aarch64-3.9/thriftrw/_cython.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/_cython.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/_cython.cpython-39-aarch64-linux-gnu.so building 'thriftrw._runtime' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/_runtime.c -o build/temp.linux-aarch64-3.9/thriftrw/_runtime.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/_runtime.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/_runtime.cpython-39-aarch64-linux-gnu.so building 'thriftrw.protocol.core' extension creating build/temp.linux-aarch64-3.9/thriftrw/protocol gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/protocol/core.c -o build/temp.linux-aarch64-3.9/thriftrw/protocol/core.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/protocol/core.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/protocol/core.cpython-39-aarch64-linux-gnu.so building 'thriftrw.protocol.binary' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/protocol/binary.c -o build/temp.linux-aarch64-3.9/thriftrw/protocol/binary.o thriftrw/protocol/binary.c: In function ‘__pyx_f_8thriftrw_8protocol_6binary_20BinaryProtocolReader__double’: thriftrw/protocol/binary.c:3796:42: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 3796 | __pyx_r = (((double *)(&__pyx_v_value))[0]); | ^ thriftrw/protocol/binary.c: In function ‘__pyx_f_8thriftrw_8protocol_6binary_20BinaryProtocolWriter_write_double’: thriftrw/protocol/binary.c:5121:246: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 5121 | ((struct __pyx_vtabstruct_8thriftrw_8protocol_6binary_BinaryProtocolWriter *)__pyx_v_self->__pyx_base.__pyx_vtab)->__pyx_base.write_i64(((struct __pyx_obj_8thriftrw_8protocol_4core_ProtocolWriter *)__pyx_v_self), (((int64_t *)(&__pyx_v_value))[0])); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 305, __pyx_L1_error) | ^ thriftrw/protocol/binary.c: In function ‘__pyx_f_8thriftrw_8protocol_6binary_24_OldBinaryProtocolReader__double’: thriftrw/protocol/binary.c:7962:42: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 7962 | __pyx_r = (((double *)(&__pyx_v_value))[0]); | ^ gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/protocol/binary.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/protocol/binary.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.base' extension creating build/temp.linux-aarch64-3.9/thriftrw/spec gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/base.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/base.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/base.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/base.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.check' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/check.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/check.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/check.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/check.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.common' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/common.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/common.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/common.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/common.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.enum' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/enum.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/enum.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/enum.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/enum.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.exc' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/exc.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/exc.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/exc.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/exc.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.field' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/field.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/field.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/field.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/field.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.list' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/list.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/list.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/list.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/list.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.map' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/map.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/map.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/map.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/map.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.reference' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/reference.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/reference.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/reference.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/reference.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.primitive' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/primitive.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/primitive.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/primitive.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/primitive.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.service' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/service.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/service.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/service.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/service.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.set' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/set.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/set.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/set.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/set.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.spec_mapper' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/spec_mapper.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/spec_mapper.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/spec_mapper.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/spec_mapper.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.struct' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/struct.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/struct.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/struct.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/struct.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.typedef' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/typedef.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/typedef.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/typedef.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/typedef.cpython-39-aarch64-linux-gnu.so building 'thriftrw.spec.union' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/spec/union.c -o build/temp.linux-aarch64-3.9/thriftrw/spec/union.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/spec/union.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/spec/union.cpython-39-aarch64-linux-gnu.so building 'thriftrw.wire.message' extension creating build/temp.linux-aarch64-3.9/thriftrw/wire gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/wire/message.c -o build/temp.linux-aarch64-3.9/thriftrw/wire/message.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/wire/message.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/wire/message.cpython-39-aarch64-linux-gnu.so building 'thriftrw.wire.mtype' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/wire/mtype.c -o build/temp.linux-aarch64-3.9/thriftrw/wire/mtype.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/wire/mtype.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/wire/mtype.cpython-39-aarch64-linux-gnu.so building 'thriftrw.wire.ttype' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/wire/ttype.c -o build/temp.linux-aarch64-3.9/thriftrw/wire/ttype.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/wire/ttype.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/wire/ttype.cpython-39-aarch64-linux-gnu.so building 'thriftrw.wire.value' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -funsigned-char -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 -fPIC -I/usr/include/python3.9 -c thriftrw/wire/value.c -o build/temp.linux-aarch64-3.9/thriftrw/wire/value.o gcc -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 build/temp.linux-aarch64-3.9/thriftrw/wire/value.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/thriftrw/wire/value.cpython-39-aarch64-linux-gnu.so + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ie2Blf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64 + cd thriftrw-1.9.0 + 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-thriftrw-1.9.0-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-thriftrw-1.9.0-1.aarch64/usr creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64 creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9 creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/idl copying build/lib.linux-aarch64-3.9/thriftrw/idl/ast.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/idl copying build/lib.linux-aarch64-3.9/thriftrw/idl/lexer.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/idl copying build/lib.linux-aarch64-3.9/thriftrw/idl/__init__.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/idl copying build/lib.linux-aarch64-3.9/thriftrw/idl/parser.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/idl copying build/lib.linux-aarch64-3.9/thriftrw/__init__.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw copying build/lib.linux-aarch64-3.9/thriftrw/_runtime.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/enum.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/base.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/primitive.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/__init__.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/service.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/map.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/struct.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/spec_mapper.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/exc.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/union.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/set.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/const.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/check.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/field.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/reference.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/list.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/typedef.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec copying build/lib.linux-aarch64-3.9/thriftrw/spec/common.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile copying build/lib.linux-aarch64-3.9/thriftrw/compile/link.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile copying build/lib.linux-aarch64-3.9/thriftrw/compile/scope.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile copying build/lib.linux-aarch64-3.9/thriftrw/compile/__init__.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile copying build/lib.linux-aarch64-3.9/thriftrw/compile/generate.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile copying build/lib.linux-aarch64-3.9/thriftrw/compile/compiler.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/protocol copying build/lib.linux-aarch64-3.9/thriftrw/protocol/__init__.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/protocol copying build/lib.linux-aarch64-3.9/thriftrw/protocol/binary.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/protocol copying build/lib.linux-aarch64-3.9/thriftrw/protocol/core.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/protocol copying build/lib.linux-aarch64-3.9/thriftrw/_buffer.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw copying build/lib.linux-aarch64-3.9/thriftrw/errors.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw copying build/lib.linux-aarch64-3.9/thriftrw/loader.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw copying build/lib.linux-aarch64-3.9/thriftrw/_cython.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire copying build/lib.linux-aarch64-3.9/thriftrw/wire/mtype.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire copying build/lib.linux-aarch64-3.9/thriftrw/wire/__init__.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire copying build/lib.linux-aarch64-3.9/thriftrw/wire/value.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire copying build/lib.linux-aarch64-3.9/thriftrw/wire/ttype.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire copying build/lib.linux-aarch64-3.9/thriftrw/wire/message.cpython-39-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire creating /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/examples copying build/lib.linux-aarch64-3.9/examples/__init__.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/examples copying build/lib.linux-aarch64-3.9/examples/ping_server_tornado.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/examples copying build/lib.linux-aarch64-3.9/examples/ping_client_thrift.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/examples copying build/lib.linux-aarch64-3.9/examples/ping_client_requests.py -> /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/examples byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/idl/ast.py to ast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/idl/lexer.py to lexer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/idl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/idl/parser.py to parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/const.py to const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile/link.py to link.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile/scope.py to scope.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile/generate.py to generate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/compile/compiler.py to compiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/protocol/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/errors.py to errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/examples/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/examples/ping_server_tornado.py to ping_server_tornado.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/examples/ping_client_thrift.py to ping_client_thrift.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/examples/ping_client_requests.py to ping_client_requests.cpython-39.pyc writing byte-compilation script '/tmp/tmpz93nrly7.py' /usr/bin/python3 /tmp/tmpz93nrly7.py removing /tmp/tmpz93nrly7.py running install_egg_info running egg_info writing thriftrw.egg-info/PKG-INFO writing dependency_links to thriftrw.egg-info/dependency_links.txt writing requirements to thriftrw.egg-info/requires.txt writing top-level names to thriftrw.egg-info/top_level.txt reading manifest file 'thriftrw.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'thriftrw.egg-info/SOURCES.txt' Copying thriftrw.egg-info to /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw-1.9.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64//usr/share/doc/python-thriftrw + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + cp -arf examples /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64//usr/share/doc/python-thriftrw + pushd /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64 ~/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64 ~/build/BUILD/thriftrw-1.9.0 + '[' -d usr/lib ']' + '[' -d usr/lib64 ']' + find usr/lib64 -type f -printf '/%h/%f\n' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/thriftrw-1.9.0 + popd + mv /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.9.0-1 --unique-debug-suffix -1.9.0-1.aarch64 --unique-debug-src-base python-thriftrw-1.9.0-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/thriftrw-1.9.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/_cython.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/_buffer.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/_runtime.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/protocol/binary.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/_buffer.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/_cython.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/_runtime.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/protocol/binary.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/protocol/core.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/protocol/core.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/base.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/base.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/check.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/check.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/common.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/common.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/enum.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/exc.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/enum.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/exc.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/field.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/field.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/list.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/list.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/map.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/map.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/primitive.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/primitive.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/reference.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/reference.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/service.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/service.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/set.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/set.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/spec_mapper.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/spec_mapper.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/struct.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/typedef.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/struct.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/typedef.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/union.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/spec/union.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire/message.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire/message.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire/mtype.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire/mtype.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire/ttype.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire/ttype.cpython-39-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire/value.cpython-39-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9/site-packages/thriftrw/wire/value.cpython-39-aarch64-linux-gnu.so 23180 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-thriftrw-1.9.0-1.aarch64/usr/lib/debug/usr/lib64/python3.9 using /usr/bin/python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib64/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-thriftrw-1.9.0-1.noarch error: Directory not found: /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib/python3.9/site-packages/* RPM build errors: Directory not found: /builddir/build/BUILDROOT/python-thriftrw-1.9.0-1.aarch64/usr/lib/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-thriftrw.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-thriftrw.spec