Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-eleme-openapi-sdk.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1687338736.810852/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-eleme-openapi-sdk.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-eleme.openapi.sdk-0.0.1.13-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-eleme-openapi-sdk.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1687338736.810852/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-eleme-openapi-sdk.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-eleme.openapi.sdk-0.0.1.13-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-eleme-openapi-sdk.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1687338736.810852/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-eleme-openapi-sdk.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.gaXoF8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf eleme.openapi.sdk-0.0.1.13 + /usr/bin/gzip -dc /builddir/build/SOURCES/eleme.openapi.sdk-0.0.1.13.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd eleme.openapi.sdk-0.0.1.13 + /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.YMNSL3 + umask 022 + cd /builddir/build/BUILD + cd eleme.openapi.sdk-0.0.1.13 + 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' Warning: 'keywords' should be a list, got type 'tuple' running build running build_py creating build creating build/lib creating build/lib/generatetool copying generatetool/generate_tool.py -> build/lib/generatetool copying generatetool/__init__.py -> build/lib/generatetool creating build/lib/simpleserver copying simpleserver/server.py -> build/lib/simpleserver copying simpleserver/__init__.py -> build/lib/simpleserver creating build/lib/sdk copying sdk/config.py -> build/lib/sdk copying sdk/__init__.py -> build/lib/sdk creating build/lib/demo copying demo/test.py -> build/lib/demo copying demo/test_simple_server.py -> build/lib/demo copying demo/__init__.py -> build/lib/demo creating build/lib/simpleserver/templates copying simpleserver/templates/__init__.py -> build/lib/simpleserver/templates creating build/lib/sdk/protocol copying sdk/protocol/rpc_client.py -> build/lib/sdk/protocol copying sdk/protocol/__init__.py -> build/lib/sdk/protocol creating build/lib/sdk/util copying sdk/util/callback_signature_util.py -> build/lib/sdk/util copying sdk/util/__init__.py -> build/lib/sdk/util creating build/lib/sdk/exception copying sdk/exception/validation_failed_exception.py -> build/lib/sdk/exception copying sdk/exception/exceed_limit_exception.py -> build/lib/sdk/exception copying sdk/exception/business_exception.py -> build/lib/sdk/exception copying sdk/exception/access_denied_exception.py -> build/lib/sdk/exception copying sdk/exception/service_exception.py -> build/lib/sdk/exception copying sdk/exception/unauthorized_exception.py -> build/lib/sdk/exception copying sdk/exception/invalid_signature_exception.py -> build/lib/sdk/exception copying sdk/exception/system_exception.py -> build/lib/sdk/exception copying sdk/exception/method_not_allowed_exception.py -> build/lib/sdk/exception copying sdk/exception/permission_denied_exception.py -> build/lib/sdk/exception copying sdk/exception/illegal_request_exception.py -> build/lib/sdk/exception copying sdk/exception/invalid_timestamp_exception.py -> build/lib/sdk/exception copying sdk/exception/__init__.py -> build/lib/sdk/exception creating build/lib/sdk/apis copying sdk/apis/order_service.py -> build/lib/sdk/apis copying sdk/apis/product_service.py -> build/lib/sdk/apis copying sdk/apis/message_service.py -> build/lib/sdk/apis copying sdk/apis/user_service.py -> build/lib/sdk/apis copying sdk/apis/shop_service.py -> build/lib/sdk/apis copying sdk/apis/__init__.py -> build/lib/sdk/apis creating build/lib/sdk/oauth copying sdk/oauth/oauth_client.py -> build/lib/sdk/oauth copying sdk/oauth/__init__.py -> build/lib/sdk/oauth copying simpleserver/templates/demo.html -> build/lib/simpleserver/templates copying simpleserver/templates/redirect.html -> build/lib/simpleserver/templates + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Y4vser + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64 + cd eleme.openapi.sdk-0.0.1.13 + 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-eleme.openapi.sdk-0.0.1.13-1.aarch64 Warning: 'keywords' should be a list, got type 'tuple' 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-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/generatetool copying build/lib/generatetool/generate_tool.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/generatetool copying build/lib/generatetool/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/generatetool creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver/templates copying build/lib/simpleserver/templates/demo.html -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver/templates copying build/lib/simpleserver/templates/redirect.html -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver/templates copying build/lib/simpleserver/templates/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver/templates copying build/lib/simpleserver/server.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver copying build/lib/simpleserver/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk copying build/lib/sdk/config.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/protocol copying build/lib/sdk/protocol/rpc_client.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/protocol copying build/lib/sdk/protocol/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/protocol creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/util copying build/lib/sdk/util/callback_signature_util.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/util copying build/lib/sdk/util/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/util creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/validation_failed_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/exceed_limit_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/business_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/access_denied_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/service_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/unauthorized_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/invalid_signature_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/system_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/method_not_allowed_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/permission_denied_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/illegal_request_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/invalid_timestamp_exception.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/exception/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception copying build/lib/sdk/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis copying build/lib/sdk/apis/order_service.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis copying build/lib/sdk/apis/product_service.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis copying build/lib/sdk/apis/message_service.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis copying build/lib/sdk/apis/user_service.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis copying build/lib/sdk/apis/shop_service.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis copying build/lib/sdk/apis/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/oauth copying build/lib/sdk/oauth/oauth_client.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/oauth copying build/lib/sdk/oauth/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/oauth creating /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/demo copying build/lib/demo/test.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/demo copying build/lib/demo/test_simple_server.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/demo copying build/lib/demo/__init__.py -> /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/demo byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/generatetool/generate_tool.py to generate_tool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/generatetool/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver/templates/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver/server.py to server.cpython-39.pyc File "/usr/lib/python3.9/site-packages/simpleserver/server.py", line 54 print data ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(data)? byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/protocol/rpc_client.py to rpc_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/protocol/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/util/callback_signature_util.py to callback_signature_util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/util/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/validation_failed_exception.py to validation_failed_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/exceed_limit_exception.py to exceed_limit_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/business_exception.py to business_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/access_denied_exception.py to access_denied_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/service_exception.py to service_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/unauthorized_exception.py to unauthorized_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/invalid_signature_exception.py to invalid_signature_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/system_exception.py to system_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/method_not_allowed_exception.py to method_not_allowed_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/permission_denied_exception.py to permission_denied_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/illegal_request_exception.py to illegal_request_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/invalid_timestamp_exception.py to invalid_timestamp_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/exception/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis/order_service.py to order_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis/product_service.py to product_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis/message_service.py to message_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis/user_service.py to user_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis/shop_service.py to shop_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/apis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/oauth/oauth_client.py to oauth_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/sdk/oauth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/demo/test.py to test.cpython-39.pyc File "/usr/lib/python3.9/site-packages/demo/test.py", line 20 print auth_url ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(auth_url)? byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/demo/test_simple_server.py to test_simple_server.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/demo/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmppt6b7v0k.py' /usr/bin/python3 /tmp/tmppt6b7v0k.py File "/usr/lib/python3.9/site-packages/simpleserver/server.py", line 54 print data ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(data)? File "/usr/lib/python3.9/site-packages/demo/test.py", line 20 print auth_url ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(auth_url)? removing /tmp/tmppt6b7v0k.py running install_egg_info running egg_info writing eleme.openapi.sdk.egg-info/PKG-INFO writing dependency_links to eleme.openapi.sdk.egg-info/dependency_links.txt writing top-level names to eleme.openapi.sdk.egg-info/top_level.txt reading manifest file 'eleme.openapi.sdk.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' adding license file 'LICENSE' writing manifest file 'eleme.openapi.sdk.egg-info/SOURCES.txt' Copying eleme.openapi.sdk.egg-info to /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/eleme.openapi.sdk-0.0.1.13-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64//usr/share/doc/python-eleme.openapi.sdk + '[' -d doc ']' ~/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64 ~/build/BUILD/eleme.openapi.sdk-0.0.1.13 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/eleme.openapi.sdk-0.0.1.13 + popd + mv /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.0.1.13-1 --unique-debug-suffix -0.0.1.13-1.aarch64 --unique-debug-src-base python-eleme.openapi.sdk-0.0.1.13-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/eleme.openapi.sdk-0.0.1.13 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 *** Error compiling '/builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/demo/test.py'... File "/usr/lib/python3.9/site-packages/demo/test.py", line 20 print auth_url ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(auth_url)? *** Error compiling '/builddir/build/BUILDROOT/python-eleme.openapi.sdk-0.0.1.13-1.aarch64/usr/lib/python3.9/site-packages/simpleserver/server.py'... File "/usr/lib/python3.9/site-packages/simpleserver/server.py", line 54 print data ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(data)? error: Bad exit status from /var/tmp/rpm-tmp.Y4vser (%install) Bad exit status from /var/tmp/rpm-tmp.Y4vser (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-eleme-openapi-sdk.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/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-eleme-openapi-sdk.spec