Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-redis.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682143538.612235/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-redis.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-redis-4.5.4-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-redis.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682143538.612235/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-redis.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-redis-4.5.4-1.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-redis.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682143538.612235/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-redis.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.c7qbHO + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf redis-4.5.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/redis-4.5.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd redis-4.5.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.B4NOjj + umask 022 + cd /builddir/build/BUILD + cd redis-4.5.4 + 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 -m64 -mtune=generic -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/redis copying redis/compat.py -> build/lib/redis copying redis/__init__.py -> build/lib/redis copying redis/utils.py -> build/lib/redis copying redis/exceptions.py -> build/lib/redis copying redis/ocsp.py -> build/lib/redis copying redis/typing.py -> build/lib/redis copying redis/sentinel.py -> build/lib/redis copying redis/backoff.py -> build/lib/redis copying redis/retry.py -> build/lib/redis copying redis/cluster.py -> build/lib/redis copying redis/credentials.py -> build/lib/redis copying redis/lock.py -> build/lib/redis copying redis/client.py -> build/lib/redis copying redis/connection.py -> build/lib/redis copying redis/crc.py -> build/lib/redis creating build/lib/redis/asyncio copying redis/asyncio/__init__.py -> build/lib/redis/asyncio copying redis/asyncio/utils.py -> build/lib/redis/asyncio copying redis/asyncio/parser.py -> build/lib/redis/asyncio copying redis/asyncio/sentinel.py -> build/lib/redis/asyncio copying redis/asyncio/retry.py -> build/lib/redis/asyncio copying redis/asyncio/cluster.py -> build/lib/redis/asyncio copying redis/asyncio/lock.py -> build/lib/redis/asyncio copying redis/asyncio/client.py -> build/lib/redis/asyncio copying redis/asyncio/connection.py -> build/lib/redis/asyncio creating build/lib/redis/commands copying redis/commands/__init__.py -> build/lib/redis/commands copying redis/commands/core.py -> build/lib/redis/commands copying redis/commands/parser.py -> build/lib/redis/commands copying redis/commands/sentinel.py -> build/lib/redis/commands copying redis/commands/helpers.py -> build/lib/redis/commands copying redis/commands/cluster.py -> build/lib/redis/commands copying redis/commands/redismodules.py -> build/lib/redis/commands creating build/lib/redis/commands/timeseries copying redis/commands/timeseries/__init__.py -> build/lib/redis/commands/timeseries copying redis/commands/timeseries/info.py -> build/lib/redis/commands/timeseries copying redis/commands/timeseries/utils.py -> build/lib/redis/commands/timeseries copying redis/commands/timeseries/commands.py -> build/lib/redis/commands/timeseries creating build/lib/redis/commands/json copying redis/commands/json/__init__.py -> build/lib/redis/commands/json copying redis/commands/json/commands.py -> build/lib/redis/commands/json copying redis/commands/json/_util.py -> build/lib/redis/commands/json copying redis/commands/json/path.py -> build/lib/redis/commands/json copying redis/commands/json/decoders.py -> build/lib/redis/commands/json creating build/lib/redis/commands/bf copying redis/commands/bf/__init__.py -> build/lib/redis/commands/bf copying redis/commands/bf/info.py -> build/lib/redis/commands/bf copying redis/commands/bf/commands.py -> build/lib/redis/commands/bf creating build/lib/redis/commands/search copying redis/commands/search/__init__.py -> build/lib/redis/commands/search copying redis/commands/search/field.py -> build/lib/redis/commands/search copying redis/commands/search/result.py -> build/lib/redis/commands/search copying redis/commands/search/commands.py -> build/lib/redis/commands/search copying redis/commands/search/aggregation.py -> build/lib/redis/commands/search copying redis/commands/search/document.py -> build/lib/redis/commands/search copying redis/commands/search/querystring.py -> build/lib/redis/commands/search copying redis/commands/search/reducers.py -> build/lib/redis/commands/search copying redis/commands/search/query.py -> build/lib/redis/commands/search copying redis/commands/search/suggestion.py -> build/lib/redis/commands/search copying redis/commands/search/_util.py -> build/lib/redis/commands/search copying redis/commands/search/indexDefinition.py -> build/lib/redis/commands/search creating build/lib/redis/commands/graph copying redis/commands/graph/__init__.py -> build/lib/redis/commands/graph copying redis/commands/graph/exceptions.py -> build/lib/redis/commands/graph copying redis/commands/graph/node.py -> build/lib/redis/commands/graph copying redis/commands/graph/execution_plan.py -> build/lib/redis/commands/graph copying redis/commands/graph/commands.py -> build/lib/redis/commands/graph copying redis/commands/graph/query_result.py -> build/lib/redis/commands/graph copying redis/commands/graph/edge.py -> build/lib/redis/commands/graph copying redis/commands/graph/path.py -> build/lib/redis/commands/graph + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kMlagj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64 + cd redis-4.5.4 + 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 -m64 -mtune=generic -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-redis-4.5.4-1.x86_64 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-redis-4.5.4-1.x86_64/usr creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/compat.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/__init__.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/utils.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/exceptions.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/ocsp.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/typing.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/sentinel.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/backoff.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/retry.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/cluster.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/credentials.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/lock.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/client.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/asyncio/__init__.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/asyncio/utils.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/asyncio/parser.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/asyncio/sentinel.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/asyncio/retry.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/asyncio/cluster.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/asyncio/lock.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/asyncio/client.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/asyncio/connection.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio copying build/lib/redis/connection.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis copying build/lib/redis/crc.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands copying build/lib/redis/commands/__init__.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands copying build/lib/redis/commands/core.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands copying build/lib/redis/commands/parser.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/timeseries copying build/lib/redis/commands/timeseries/__init__.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/timeseries copying build/lib/redis/commands/timeseries/info.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/timeseries copying build/lib/redis/commands/timeseries/utils.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/timeseries copying build/lib/redis/commands/timeseries/commands.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/timeseries copying build/lib/redis/commands/sentinel.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json copying build/lib/redis/commands/json/__init__.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json copying build/lib/redis/commands/json/commands.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json copying build/lib/redis/commands/json/_util.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json copying build/lib/redis/commands/json/path.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json copying build/lib/redis/commands/json/decoders.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json copying build/lib/redis/commands/helpers.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/bf copying build/lib/redis/commands/bf/__init__.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/bf copying build/lib/redis/commands/bf/info.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/bf copying build/lib/redis/commands/bf/commands.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/bf copying build/lib/redis/commands/cluster.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands copying build/lib/redis/commands/redismodules.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/__init__.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/field.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/result.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/commands.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/aggregation.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/document.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/querystring.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/reducers.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/query.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/suggestion.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/_util.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search copying build/lib/redis/commands/search/indexDefinition.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search creating /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph copying build/lib/redis/commands/graph/__init__.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph copying build/lib/redis/commands/graph/exceptions.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph copying build/lib/redis/commands/graph/node.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph copying build/lib/redis/commands/graph/execution_plan.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph copying build/lib/redis/commands/graph/commands.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph copying build/lib/redis/commands/graph/query_result.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph copying build/lib/redis/commands/graph/edge.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph copying build/lib/redis/commands/graph/path.py -> /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/compat.py to compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/ocsp.py to ocsp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/typing.py to typing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/sentinel.py to sentinel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/backoff.py to backoff.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/retry.py to retry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/cluster.py to cluster.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/credentials.py to credentials.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/lock.py to lock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio/parser.py to parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio/sentinel.py to sentinel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio/retry.py to retry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio/cluster.py to cluster.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio/lock.py to lock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/asyncio/connection.py to connection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/connection.py to connection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/crc.py to crc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/parser.py to parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/timeseries/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/timeseries/info.py to info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/timeseries/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/timeseries/commands.py to commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/sentinel.py to sentinel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json/commands.py to commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json/_util.py to _util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json/path.py to path.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/json/decoders.py to decoders.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/bf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/bf/info.py to info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/bf/commands.py to commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/cluster.py to cluster.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/redismodules.py to redismodules.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/field.py to field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/result.py to result.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/commands.py to commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/aggregation.py to aggregation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/document.py to document.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/querystring.py to querystring.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/reducers.py to reducers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/query.py to query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/suggestion.py to suggestion.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/_util.py to _util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/search/indexDefinition.py to indexDefinition.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph/node.py to node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph/execution_plan.py to execution_plan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph/commands.py to commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph/query_result.py to query_result.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph/edge.py to edge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis/commands/graph/path.py to path.cpython-39.pyc writing byte-compilation script '/tmp/tmplipqmonq.py' /usr/bin/python3 /tmp/tmplipqmonq.py removing /tmp/tmplipqmonq.py running install_egg_info running egg_info writing redis.egg-info/PKG-INFO writing dependency_links to redis.egg-info/dependency_links.txt writing requirements to redis.egg-info/requires.txt writing top-level names to redis.egg-info/top_level.txt reading manifest file 'redis.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '__pycache__' warning: no previously-included files matching '*.pyc' found under directory 'tests' adding license file 'LICENSE' writing manifest file 'redis.egg-info/SOURCES.txt' Copying redis.egg-info to /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/usr/lib/python3.9/site-packages/redis-4.5.4-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64//usr/share/doc/python-redis + '[' -d doc ']' ~/build/BUILDROOT/python-redis-4.5.4-1.x86_64 ~/build/BUILD/redis-4.5.4 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64 + '[' -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 ']' + popd ~/build/BUILD/redis-4.5.4 + mv /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 4.5.4-1 --unique-debug-suffix -4.5.4-1.x86_64 --unique-debug-src-base python-redis-4.5.4-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/redis-4.5.4 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-redis-4.5.4-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-redis-4.5.4-1.noarch Provides: python-redis python3-redis = 4.5.4-1 python3.9dist(redis) = 4.5.4 python3dist(redis) = 4.5.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 python3.9dist(async-timeout) >= 4.0.2 Processing files: python-redis-help-4.5.4-1.noarch warning: Empty %files file /builddir/build/BUILD/redis-4.5.4/doclist.lst Provides: python-redis-help = 4.5.4-1 python3-redis-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-redis-4.5.4-1.x86_64 Wrote: /builddir/build/RPMS/python-redis-help-4.5.4-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-redis-4.5.4-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GsfaX8 + umask 022 + cd /builddir/build/BUILD + cd redis-4.5.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-redis-4.5.4-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0