Mock Version: 1.4.21 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/1124486-centos-stream-x86_64-1575556926.691129/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.61qv5vkw:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.61qv5vkw:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '166557b7ccdc40cca1a568182e284e2d', '-D', '/var/lib/mock/1124486-centos-stream-x86_64-1575556926.691129/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.61qv5vkw:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', '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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-redis-3.3.8-1.el8.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/1124486-centos-stream-x86_64-1575556926.691129/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.61qv5vkw:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.61qv5vkw:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '124149cd33714e60896490faa9d1476e', '-D', '/var/lib/mock/1124486-centos-stream-x86_64-1575556926.691129/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.61qv5vkw:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', '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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ak4Mxt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf redis-py-3.3.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/3.3.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd redis-py-3.3.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -frv redis.egg-info + rm tests/test_commands.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2EoWUu + umask 022 + cd /builddir/build/BUILD + cd redis-py-3.3.8 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib creating build/lib/redis copying redis/utils.py -> build/lib/redis copying redis/sentinel.py -> build/lib/redis copying redis/lock.py -> build/lib/redis copying redis/exceptions.py -> build/lib/redis copying redis/connection.py -> build/lib/redis copying redis/client.py -> build/lib/redis copying redis/_compat.py -> build/lib/redis copying redis/__init__.py -> build/lib/redis + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0ReAuB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64 ++ dirname /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64 + cd redis-py-3.3.8 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr creating /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis copying build/lib/redis/__init__.py -> /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis copying build/lib/redis/_compat.py -> /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis copying build/lib/redis/client.py -> /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis copying build/lib/redis/connection.py -> /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis copying build/lib/redis/exceptions.py -> /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis copying build/lib/redis/lock.py -> /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis copying build/lib/redis/sentinel.py -> /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis copying build/lib/redis/utils.py -> /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis byte-compiling /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis/_compat.py to _compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis/connection.py to connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis/lock.py to lock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis/sentinel.py to sentinel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis/utils.py to utils.cpython-36.pyc writing byte-compilation script '/tmp/tmpcr__t4w0.py' /usr/libexec/platform-python /tmp/tmpcr__t4w0.py removing /tmp/tmpcr__t4w0.py running install_egg_info running egg_info creating redis.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 writing manifest file 'redis.egg-info/SOURCES.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' writing manifest file 'redis.egg-info/SOURCES.txt' Copying redis.egg-info to /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6/site-packages/redis-3.3.8-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 3.3.8-1.el8 --unique-debug-suffix -3.3.8-1.el8.x86_64 --unique-debug-src-base python-redis-3.3.8-1.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/redis-py-3.3.8 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KrWsnL + umask 022 + cd /builddir/build/BUILD + cd redis-py-3.3.8 + /usr/libexec/platform-python setup.py test + redis-server 193:C 05 Dec 2019 14:42:28.501 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 193:C 05 Dec 2019 14:42:28.501 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=193, just started 193:C 05 Dec 2019 14:42:28.501 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf 193:M 05 Dec 2019 14:42:28.503 # You requested maxclients of 10000 requiring at least 10032 max file descriptors. 193:M 05 Dec 2019 14:42:28.504 # Server can't set maximum open files to 10032 because of OS error: Operation not permitted. 193:M 05 Dec 2019 14:42:28.505 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase 'ulimit -n'. _._ _.-``__ ''-._ _.-`` `. `_. ''-._ Redis 5.0.3 (00000000/0) 64 bit .-`` .-```. ```\/ _.,_ ''-._ ( ' , .-` | `, ) Running in standalone mode |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379 | `-._ `._ / _.-' | PID: 193 `-._ `-._ `-./ _.-' _.-' |`-._`-._ `-.__.-' _.-'_.-'| | `-._`-._ _.-'_.-' | http://redis.io `-._ `-._`-.__.-'_.-' _.-' |`-._`-._ `-.__.-' _.-'_.-'| | `-._`-._ _.-'_.-' | `-._ `-._`-.__.-'_.-' _.-' `-._ `-.__.-' _.-' `-._ _.-' `-.__.-' 193:M 05 Dec 2019 14:42:28.514 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 193:M 05 Dec 2019 14:42:28.515 # Server initialized 193:M 05 Dec 2019 14:42:28.515 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 193:M 05 Dec 2019 14:42:28.515 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. 193:M 05 Dec 2019 14:42:28.515 * Ready to accept connections running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. 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' writing manifest file 'redis.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-4.6.6, py-1.5.3, pluggy-0.12.0 rootdir: /builddir/build/BUILD/redis-py-3.3.8 collecting ... collecting 103 items collected 172 items tests/test_connection_pool.py .......................................... [ 24%] ............... [ 33%] tests/test_encoding.py ........ [ 37%] tests/test_lock.py ........................ [ 51%] tests/test_monitor.py ..... [ 54%] tests/test_multiprocessing.py ......... [ 59%] tests/test_pipeline.py ................. [ 69%] tests/test_pubsub.py ................................. [ 88%] tests/test_scripting.py ....... [ 93%] tests/test_sentinel.py ............ [100%] ========================== 172 passed in 4.69 seconds ========================== + kill %1 + exit 0 193:signal-handler (1575556953) Received SIGTERM scheduling shutdown... Processing files: python3-redis-3.3.8-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eVeZwf + umask 022 + cd /builddir/build/BUILD + cd redis-py-3.3.8 + DOCDIR=/builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/share/doc/python3-redis + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/share/doc/python3-redis + cp -pr CHANGES /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/share/doc/python3-redis + cp -pr LICENSE /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/share/doc/python3-redis + cp -pr README.rst /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64/usr/share/doc/python3-redis + exit 0 193:M 05 Dec 2019 14:42:33.932 # User requested shutdown... 193:M 05 Dec 2019 14:42:33.932 * Saving the final RDB snapshot before exiting. 193:M 05 Dec 2019 14:42:33.932 * DB saved on disk 193:M 05 Dec 2019 14:42:33.932 # Redis is now ready to exit, bye bye... Provides: python3-redis = 3.3.8-1.el8 python3.6dist(redis) = 3.3.8 python3dist(redis) = 3.3.8 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.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64 Wrote: /builddir/build/RPMS/python3-redis-3.3.8-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WPwQ21 + umask 022 + cd /builddir/build/BUILD + cd redis-py-3.3.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-redis-3.3.8-1.el8.x86_64 + exit 0 Child return code was: 0