Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-socks.spec'], chrootPath='/var/lib/mock/rhel+epel-9-x86_64-1682281453.212716/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 x86_64 --nodeps /builddir/build/SPECS/python-socks.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1626998400 Wrote: /builddir/build/SRPMS/python-socks-1.2.4-3.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-socks.spec'], chrootPath='/var/lib/mock/rhel+epel-9-x86_64-1682281453.212716/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 x86_64 --nodeps /builddir/build/SPECS/python-socks.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1626998400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mq4caN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-socks-1.2.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-socks-1.2.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-socks-1.2.4 + /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.O2xMSH + umask 022 + cd /builddir/build/BUILD + cd python-socks-1.2.4 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/python_socks copying python_socks/_version.py -> build/lib/python_socks copying python_socks/_types.py -> build/lib/python_socks copying python_socks/_stream_sync.py -> build/lib/python_socks copying python_socks/_stream_async_trio.py -> build/lib/python_socks copying python_socks/_stream_async_curio.py -> build/lib/python_socks copying python_socks/_stream_async_aio.py -> build/lib/python_socks copying python_socks/_stream_async.py -> build/lib/python_socks copying python_socks/_resolver_sync.py -> build/lib/python_socks copying python_socks/_resolver_async_trio.py -> build/lib/python_socks copying python_socks/_resolver_async_curio.py -> build/lib/python_socks copying python_socks/_resolver_async_aio.py -> build/lib/python_socks copying python_socks/_resolver_async.py -> build/lib/python_socks copying python_socks/_proxy_sync.py -> build/lib/python_socks copying python_socks/_proxy_factory.py -> build/lib/python_socks copying python_socks/_proxy_chain_sync.py -> build/lib/python_socks copying python_socks/_proxy_chain_async.py -> build/lib/python_socks copying python_socks/_proxy_async_trio.py -> build/lib/python_socks copying python_socks/_proxy_async_curio.py -> build/lib/python_socks copying python_socks/_proxy_async_aio.py -> build/lib/python_socks copying python_socks/_proxy_async.py -> build/lib/python_socks copying python_socks/_proto_socks5_sync.py -> build/lib/python_socks copying python_socks/_proto_socks5_async.py -> build/lib/python_socks copying python_socks/_proto_socks5.py -> build/lib/python_socks copying python_socks/_proto_socks4_sync.py -> build/lib/python_socks copying python_socks/_proto_socks4_async.py -> build/lib/python_socks copying python_socks/_proto_socks4.py -> build/lib/python_socks copying python_socks/_proto_http_sync.py -> build/lib/python_socks copying python_socks/_proto_http_async.py -> build/lib/python_socks copying python_socks/_proto_http.py -> build/lib/python_socks copying python_socks/_helpers.py -> build/lib/python_socks copying python_socks/_errors.py -> build/lib/python_socks copying python_socks/_basic_auth.py -> build/lib/python_socks copying python_socks/__init__.py -> build/lib/python_socks creating build/lib/python_socks/sync copying python_socks/sync/__init__.py -> build/lib/python_socks/sync creating build/lib/python_socks/async_ copying python_socks/async_/__init__.py -> build/lib/python_socks/async_ creating build/lib/python_socks/async_/asyncio copying python_socks/async_/asyncio/__init__.py -> build/lib/python_socks/async_/asyncio creating build/lib/python_socks/async_/asyncio/ext copying python_socks/async_/asyncio/ext/_stream.py -> build/lib/python_socks/async_/asyncio/ext copying python_socks/async_/asyncio/ext/_proxy.py -> build/lib/python_socks/async_/asyncio/ext copying python_socks/async_/asyncio/ext/_factory.py -> build/lib/python_socks/async_/asyncio/ext copying python_socks/async_/asyncio/ext/_chain.py -> build/lib/python_socks/async_/asyncio/ext copying python_socks/async_/asyncio/ext/__init__.py -> build/lib/python_socks/async_/asyncio/ext creating build/lib/python_socks/async_/trio copying python_socks/async_/trio/__init__.py -> build/lib/python_socks/async_/trio creating build/lib/python_socks/async_/curio copying python_socks/async_/curio/__init__.py -> build/lib/python_socks/async_/curio + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.p51LuM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64 + cd python-socks-1.2.4 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_ creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/curio copying build/lib/python_socks/async_/curio/__init__.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/curio creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/trio copying build/lib/python_socks/async_/trio/__init__.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/trio creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext copying build/lib/python_socks/async_/asyncio/ext/__init__.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext copying build/lib/python_socks/async_/asyncio/ext/_chain.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext copying build/lib/python_socks/async_/asyncio/ext/_factory.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext copying build/lib/python_socks/async_/asyncio/ext/_proxy.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext copying build/lib/python_socks/async_/asyncio/ext/_stream.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext copying build/lib/python_socks/async_/asyncio/__init__.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio copying build/lib/python_socks/async_/__init__.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_ creating /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/sync copying build/lib/python_socks/sync/__init__.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/sync copying build/lib/python_socks/__init__.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_basic_auth.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_errors.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_helpers.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proto_http.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proto_http_async.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proto_http_sync.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proto_socks4.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proto_socks4_async.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proto_socks4_sync.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proto_socks5.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proto_socks5_async.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proto_socks5_sync.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proxy_async.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proxy_async_aio.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proxy_async_curio.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proxy_async_trio.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proxy_chain_async.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proxy_chain_sync.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proxy_factory.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_proxy_sync.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_resolver_async.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_resolver_async_aio.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_resolver_async_curio.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_resolver_async_trio.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_resolver_sync.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_stream_async.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_stream_async_aio.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_stream_async_curio.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_stream_async_trio.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_stream_sync.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_types.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks copying build/lib/python_socks/_version.py -> /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/curio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/trio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext/_chain.py to _chain.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext/_factory.py to _factory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext/_proxy.py to _proxy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/ext/_stream.py to _stream.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/asyncio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/async_/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/sync/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_basic_auth.py to _basic_auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_errors.py to _errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_helpers.py to _helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proto_http.py to _proto_http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proto_http_async.py to _proto_http_async.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proto_http_sync.py to _proto_http_sync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proto_socks4.py to _proto_socks4.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proto_socks4_async.py to _proto_socks4_async.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proto_socks4_sync.py to _proto_socks4_sync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proto_socks5.py to _proto_socks5.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proto_socks5_async.py to _proto_socks5_async.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proto_socks5_sync.py to _proto_socks5_sync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proxy_async.py to _proxy_async.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proxy_async_aio.py to _proxy_async_aio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proxy_async_curio.py to _proxy_async_curio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proxy_async_trio.py to _proxy_async_trio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proxy_chain_async.py to _proxy_chain_async.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proxy_chain_sync.py to _proxy_chain_sync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proxy_factory.py to _proxy_factory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_proxy_sync.py to _proxy_sync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_resolver_async.py to _resolver_async.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_resolver_async_aio.py to _resolver_async_aio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_resolver_async_curio.py to _resolver_async_curio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_resolver_async_trio.py to _resolver_async_trio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_resolver_sync.py to _resolver_sync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_stream_async.py to _stream_async.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_stream_async_aio.py to _stream_async_aio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_stream_async_curio.py to _stream_async_curio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_stream_async_trio.py to _stream_async_trio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_stream_sync.py to _stream_sync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_types.py to _types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks/_version.py to _version.cpython-39.pyc writing byte-compilation script '/tmp/tmp_d7p5fwh.py' /usr/bin/python3 /tmp/tmp_d7p5fwh.py removing /tmp/tmp_d7p5fwh.py running install_egg_info running egg_info creating python_socks.egg-info writing python_socks.egg-info/PKG-INFO writing dependency_links to python_socks.egg-info/dependency_links.txt writing requirements to python_socks.egg-info/requires.txt writing top-level names to python_socks.egg-info/top_level.txt writing manifest file 'python_socks.egg-info/SOURCES.txt' reading manifest file 'python_socks.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'python_socks.egg-info/SOURCES.txt' Copying python_socks.egg-info to /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9/site-packages/python_socks-1.2.4-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.2.4-3.el9 --unique-debug-suffix -1.2.4-3.el9.x86_64 --unique-debug-src-base python-socks-1.2.4-3.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/python-socks-1.2.4 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dlo00D + umask 022 + cd /builddir/build/BUILD + cd python-socks-1.2.4 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-socks-1.2.4-3.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1u8yZj + umask 022 + cd /builddir/build/BUILD + cd python-socks-1.2.4 + DOCDIR=/builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/share/doc/python3-socks + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/share/doc/python3-socks + cp -pr README.md /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/share/doc/python3-socks + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uxHPvT + umask 022 + cd /builddir/build/BUILD + cd python-socks-1.2.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/share/licenses/python3-socks + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/share/licenses/python3-socks + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64/usr/share/licenses/python3-socks + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-socks = 1.2.4-3.el9 python3-socks = 1.2.4-3.el9 python3.9-socks = 1.2.4-3.el9 python3.9dist(python-socks) = 1.2.4 python3dist(python-socks) = 1.2.4 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 Obsoletes: python39-socks < 1.2.4-3.el9 Processing files: python3-socks+asyncio-1.2.4-3.el9.noarch Provides: python-socks+asyncio = 1.2.4-3.el9 python3-socks+asyncio = 1.2.4-3.el9 python3.9-socks+asyncio = 1.2.4-3.el9 python3.9dist(python-socks[asyncio]) = 1.2.4 python3dist(python-socks[asyncio]) = 1.2.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(async-timeout) >= 3.0.1 Obsoletes: python39-socks+asyncio < 1.2.4-3.el9 Processing files: python3-socks+curio-1.2.4-3.el9.noarch Provides: python-socks+curio = 1.2.4-3.el9 python3-socks+curio = 1.2.4-3.el9 python3.9-socks+curio = 1.2.4-3.el9 python3.9dist(python-socks[curio]) = 1.2.4 python3dist(python-socks[curio]) = 1.2.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(curio) >= 1.4 Obsoletes: python39-socks+curio < 1.2.4-3.el9 Processing files: python3-socks+trio-1.2.4-3.el9.noarch Provides: python-socks+trio = 1.2.4-3.el9 python3-socks+trio = 1.2.4-3.el9 python3.9-socks+trio = 1.2.4-3.el9 python3.9dist(python-socks[trio]) = 1.2.4 python3dist(python-socks[trio]) = 1.2.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(trio) >= 0.16 Obsoletes: python39-socks+trio < 1.2.4-3.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64 Wrote: /builddir/build/RPMS/python3-socks+asyncio-1.2.4-3.el9.noarch.rpm Wrote: /builddir/build/RPMS/python3-socks+curio-1.2.4-3.el9.noarch.rpm Wrote: /builddir/build/RPMS/python3-socks+trio-1.2.4-3.el9.noarch.rpm Wrote: /builddir/build/RPMS/python3-socks-1.2.4-3.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RkRAAo + umask 022 + cd /builddir/build/BUILD + cd python-socks-1.2.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-socks-1.2.4-3.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0