Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681534589.513296/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-requests-toolbelt.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-requests-toolbelt-0.10.1-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-requests-toolbelt.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681534589.513296/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-requests-toolbelt.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-requests-toolbelt-0.10.1-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-requests-toolbelt.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681534589.513296/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-requests-toolbelt.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.DHes59 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf requests-toolbelt-0.10.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/requests-toolbelt-0.10.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd requests-toolbelt-0.10.1 + /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.GgcxRd + umask 022 + cd /builddir/build/BUILD + cd requests-toolbelt-0.10.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/requests_toolbelt copying requests_toolbelt/exceptions.py -> build/lib/requests_toolbelt copying requests_toolbelt/_compat.py -> build/lib/requests_toolbelt copying requests_toolbelt/__init__.py -> build/lib/requests_toolbelt copying requests_toolbelt/sessions.py -> build/lib/requests_toolbelt copying requests_toolbelt/streaming_iterator.py -> build/lib/requests_toolbelt creating build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/host_header_ssl.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/appengine.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/source.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/__init__.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/socket_options.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/ssl.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/x509.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/fingerprint.py -> build/lib/requests_toolbelt/adapters creating build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/guess.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/handler.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/__init__.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/_digest_auth_compat.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/http_proxy_digest.py -> build/lib/requests_toolbelt/auth creating build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/tee.py -> build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/__init__.py -> build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/stream.py -> build/lib/requests_toolbelt/downloadutils creating build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/__init__.py -> build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/encoder.py -> build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/decoder.py -> build/lib/requests_toolbelt/multipart creating build/lib/requests_toolbelt/threaded copying requests_toolbelt/threaded/__init__.py -> build/lib/requests_toolbelt/threaded copying requests_toolbelt/threaded/thread.py -> build/lib/requests_toolbelt/threaded copying requests_toolbelt/threaded/pool.py -> build/lib/requests_toolbelt/threaded creating build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/__init__.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/dump.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/user_agent.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/deprecated.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/formdata.py -> build/lib/requests_toolbelt/utils running egg_info writing requests_toolbelt.egg-info/PKG-INFO writing dependency_links to requests_toolbelt.egg-info/dependency_links.txt writing requirements to requests_toolbelt.egg-info/requires.txt writing top-level names to requests_toolbelt.egg-info/top_level.txt reading manifest file 'requests_toolbelt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' creating build/lib/requests_toolbelt/cookies copying requests_toolbelt/cookies/__init__.py -> build/lib/requests_toolbelt/cookies copying requests_toolbelt/cookies/forgetful.py -> build/lib/requests_toolbelt/cookies + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wDl3US + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64 + cd requests-toolbelt-0.10.1 + 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-requests-toolbelt-0.10.1-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-requests-toolbelt-0.10.1-1.aarch64/usr creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/forgetful.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/cookies creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/dump.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/user_agent.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/deprecated.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/formdata.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/exceptions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/tee.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/stream.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/sessions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/encoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/decoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/multipart creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/host_header_ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/appengine.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/source.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/socket_options.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/x509.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/fingerprint.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/guess.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/handler.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/_digest_auth_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/http_proxy_digest.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/streaming_iterator.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/thread.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/pool.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/threaded byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/cookies/forgetful.py to forgetful.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/cookies/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils/dump.py to dump.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils/user_agent.py to user_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils/deprecated.py to deprecated.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/utils/formdata.py to formdata.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils/tee.py to tee.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils/stream.py to stream.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/_compat.py to _compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/sessions.py to sessions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/multipart/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/multipart/encoder.py to encoder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/multipart/decoder.py to decoder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/host_header_ssl.py to host_header_ssl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/appengine.py to appengine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/source.py to source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/socket_options.py to socket_options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/ssl.py to ssl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/x509.py to x509.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/fingerprint.py to fingerprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth/guess.py to guess.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth/handler.py to handler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth/_digest_auth_compat.py to _digest_auth_compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/auth/http_proxy_digest.py to http_proxy_digest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/streaming_iterator.py to streaming_iterator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/threaded/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/threaded/thread.py to thread.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt/threaded/pool.py to pool.cpython-39.pyc writing byte-compilation script '/tmp/tmpvw0n77bi.py' /usr/bin/python3 /tmp/tmpvw0n77bi.py removing /tmp/tmpvw0n77bi.py running install_egg_info running egg_info writing requests_toolbelt.egg-info/PKG-INFO writing dependency_links to requests_toolbelt.egg-info/dependency_links.txt writing requirements to requests_toolbelt.egg-info/requires.txt writing top-level names to requests_toolbelt.egg-info/top_level.txt reading manifest file 'requests_toolbelt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' Copying requests_toolbelt.egg-info to /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9/site-packages/requests_toolbelt-0.10.1-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64//usr/share/doc/python-requests-toolbelt + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64//usr/share/doc/python-requests-toolbelt + '[' -d example ']' ~/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64 ~/build/BUILD/requests-toolbelt-0.10.1 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-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/requests-toolbelt-0.10.1 + popd + mv /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.10.1-1 --unique-debug-suffix -0.10.1-1.aarch64 --unique-debug-src-base python-requests-toolbelt-0.10.1-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/requests-toolbelt-0.10.1 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-requests-toolbelt-0.10.1-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-requests-toolbelt-0.10.1-1.noarch Provides: python-requests-toolbelt python3-requests-toolbelt = 0.10.1-1 python3.9dist(requests-toolbelt) = 0.10.1 python3dist(requests-toolbelt) = 0.10.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(requests) >= 2.0.1 python3.9dist(requests) < 3 Processing files: python-requests-toolbelt-help-0.10.1-1.noarch warning: Empty %files file /builddir/build/BUILD/requests-toolbelt-0.10.1/doclist.lst Provides: python-requests-toolbelt-help = 0.10.1-1 python3-requests-toolbelt-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64 Wrote: /builddir/build/RPMS/python-requests-toolbelt-help-0.10.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-requests-toolbelt-0.10.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.htKEbP + umask 022 + cd /builddir/build/BUILD + cd requests-toolbelt-0.10.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-requests-toolbelt-0.10.1-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0