Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-PyMySQL.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/module-python27-2.7-8040020201028150440-cdb2db54-build-57660-13530/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-PyMySQL.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-PyMySQL.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/module-python27-2.7-8040020201028150440-cdb2db54-build-57660-13530/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-PyMySQL.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.l9HHfG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf PyMySQL-0.8.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/PyMySQL-0.8.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd PyMySQL-0.8.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf PyMySQL.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tRT3MC + umask 022 + cd /builddir/build/BUILD + cd PyMySQL-0.8.0 + 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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/pymysql copying pymysql/connections.py -> build/lib/pymysql copying pymysql/util.py -> build/lib/pymysql copying pymysql/_compat.py -> build/lib/pymysql copying pymysql/optionfile.py -> build/lib/pymysql copying pymysql/_socketio.py -> build/lib/pymysql copying pymysql/err.py -> build/lib/pymysql copying pymysql/charset.py -> build/lib/pymysql copying pymysql/__init__.py -> build/lib/pymysql copying pymysql/times.py -> build/lib/pymysql copying pymysql/cursors.py -> build/lib/pymysql copying pymysql/converters.py -> build/lib/pymysql creating build/lib/pymysql/tests copying pymysql/tests/base.py -> build/lib/pymysql/tests copying pymysql/tests/test_DictCursor.py -> build/lib/pymysql/tests copying pymysql/tests/test_connection.py -> build/lib/pymysql/tests copying pymysql/tests/test_SSCursor.py -> build/lib/pymysql/tests copying pymysql/tests/test_load_local.py -> build/lib/pymysql/tests copying pymysql/tests/test_nextset.py -> build/lib/pymysql/tests copying pymysql/tests/test_cursor.py -> build/lib/pymysql/tests copying pymysql/tests/test_optionfile.py -> build/lib/pymysql/tests copying pymysql/tests/test_converters.py -> build/lib/pymysql/tests copying pymysql/tests/__init__.py -> build/lib/pymysql/tests copying pymysql/tests/test_issues.py -> build/lib/pymysql/tests copying pymysql/tests/test_err.py -> build/lib/pymysql/tests copying pymysql/tests/test_basic.py -> build/lib/pymysql/tests creating build/lib/pymysql/constants copying pymysql/constants/SERVER_STATUS.py -> build/lib/pymysql/constants copying pymysql/constants/ER.py -> build/lib/pymysql/constants copying pymysql/constants/FLAG.py -> build/lib/pymysql/constants copying pymysql/constants/COMMAND.py -> build/lib/pymysql/constants copying pymysql/constants/CLIENT.py -> build/lib/pymysql/constants copying pymysql/constants/CR.py -> build/lib/pymysql/constants copying pymysql/constants/FIELD_TYPE.py -> build/lib/pymysql/constants copying pymysql/constants/__init__.py -> build/lib/pymysql/constants creating build/lib/pymysql/tests/thirdparty copying pymysql/tests/thirdparty/__init__.py -> build/lib/pymysql/tests/thirdparty creating build/lib/pymysql/tests/thirdparty/test_MySQLdb copying pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py -> build/lib/pymysql/tests/thirdparty/test_MySQLdb copying pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py -> build/lib/pymysql/tests/thirdparty/test_MySQLdb copying pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py -> build/lib/pymysql/tests/thirdparty/test_MySQLdb copying pymysql/tests/thirdparty/test_MySQLdb/capabilities.py -> build/lib/pymysql/tests/thirdparty/test_MySQLdb copying pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py -> build/lib/pymysql/tests/thirdparty/test_MySQLdb copying pymysql/tests/thirdparty/test_MySQLdb/__init__.py -> build/lib/pymysql/tests/thirdparty/test_MySQLdb + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oCWO4z + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch ++ dirname /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch + cd PyMySQL-0.8.0 + 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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr creating /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib creating /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql copying build/lib/pymysql/connections.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql creating /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/base.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_DictCursor.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_connection.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_SSCursor.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests creating /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty creating /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb copying build/lib/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb copying build/lib/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb copying build/lib/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb copying build/lib/pymysql/tests/thirdparty/test_MySQLdb/capabilities.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb copying build/lib/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb copying build/lib/pymysql/tests/thirdparty/test_MySQLdb/__init__.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb copying build/lib/pymysql/tests/thirdparty/__init__.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty copying build/lib/pymysql/tests/test_load_local.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_nextset.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_cursor.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_optionfile.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_converters.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/__init__.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_issues.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_err.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/tests/test_basic.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests copying build/lib/pymysql/util.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql copying build/lib/pymysql/_compat.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql creating /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants copying build/lib/pymysql/constants/SERVER_STATUS.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants copying build/lib/pymysql/constants/ER.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants copying build/lib/pymysql/constants/FLAG.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants copying build/lib/pymysql/constants/COMMAND.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants copying build/lib/pymysql/constants/CLIENT.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants copying build/lib/pymysql/constants/CR.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants copying build/lib/pymysql/constants/FIELD_TYPE.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants copying build/lib/pymysql/constants/__init__.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants copying build/lib/pymysql/optionfile.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql copying build/lib/pymysql/_socketio.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql copying build/lib/pymysql/err.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql copying build/lib/pymysql/charset.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql copying build/lib/pymysql/__init__.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql copying build/lib/pymysql/times.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql copying build/lib/pymysql/cursors.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql copying build/lib/pymysql/converters.py -> /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/connections.py to connections.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_DictCursor.py to test_DictCursor.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_connection.py to test_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_SSCursor.py to test_SSCursor.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py to test_MySQLdb_dbapi20.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py to dbapi20.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py to test_MySQLdb_nonstandard.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/capabilities.py to capabilities.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py to test_MySQLdb_capabilities.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_load_local.py to test_load_local.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_nextset.py to test_nextset.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_cursor.py to test_cursor.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_optionfile.py to test_optionfile.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_converters.py to test_converters.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_issues.py to test_issues.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_err.py to test_err.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/test_basic.py to test_basic.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants/SERVER_STATUS.py to SERVER_STATUS.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants/ER.py to ER.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants/FLAG.py to FLAG.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants/COMMAND.py to COMMAND.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants/CLIENT.py to CLIENT.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants/CR.py to CR.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants/FIELD_TYPE.py to FIELD_TYPE.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/constants/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/optionfile.py to optionfile.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/_socketio.py to _socketio.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/err.py to err.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/charset.py to charset.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/times.py to times.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/cursors.py to cursors.pyc byte-compiling /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/converters.py to converters.pyc writing byte-compilation script '/tmp/tmpq4MrJz.py' /usr/bin/python2 -O /tmp/tmpq4MrJz.py removing /tmp/tmpq4MrJz.py running install_egg_info running egg_info creating PyMySQL.egg-info writing PyMySQL.egg-info/PKG-INFO writing top-level names to PyMySQL.egg-info/top_level.txt writing dependency_links to PyMySQL.egg-info/dependency_links.txt writing manifest file 'PyMySQL.egg-info/SOURCES.txt' reading manifest file 'PyMySQL.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'PyMySQL.egg-info/SOURCES.txt' Copying PyMySQL.egg-info to /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/PyMySQL-0.8.0-py2.7.egg-info running install_scripts + for lib in /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/*.py + sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/__init__.py + for lib in /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/*.py + sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/capabilities.py + for lib in /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/*.py + sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py + for lib in /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/*.py + sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py + for lib in /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/*.py + sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py + for lib in /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/*.py + sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7/site-packages/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.8.0-10.module_el8.4.0+541+ad321f9c --unique-debug-suffix -0.8.0-10.module_el8.4.0+541+ad321f9c.noarch --unique-debug-src-base python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/PyMySQL-0.8.0 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-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /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.anZHVx + umask 022 + cd /builddir/build/BUILD + cd PyMySQL-0.8.0 + exit 0 Processing files: python2-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aNYLMv + umask 022 + cd /builddir/build/BUILD + cd PyMySQL-0.8.0 + DOCDIR=/builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/share/doc/python2-PyMySQL + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/share/doc/python2-PyMySQL + cp -pr README.rst /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/share/doc/python2-PyMySQL + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1Wk3Dt + umask 022 + cd /builddir/build/BUILD + cd PyMySQL-0.8.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/share/licenses/python2-PyMySQL + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/share/licenses/python2-PyMySQL + cp -pr LICENSE /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch/usr/share/licenses/python2-PyMySQL + exit 0 Provides: python2-PyMySQL = 0.8.0-10.module_el8.4.0+541+ad321f9c python2.7dist(pymysql) = 0.8.0 python2dist(pymysql) = 0.8.0 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) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch Wrote: /builddir/build/RPMS/python2-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ET8MVu + umask 022 + cd /builddir/build/BUILD + cd PyMySQL-0.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-PyMySQL-0.8.0-10.module_el8.4.0+541+ad321f9c.noarch + exit 0 Child return code was: 0