Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-wtforms.spec'], chrootPath='/var/lib/mock/alma+epel-9-x86_64/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=1001gid=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-wtforms.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=1627344000 Wrote: /builddir/build/SRPMS/python-wtforms-2.3.3-5.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/python-wtforms.spec"], chrootPath='/var/lib/mock/alma+epel-9-x86_64/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=1001gid=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/python-wtforms.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=1627344000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZGLTAz + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf WTForms-2.3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/WTForms-2.3.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd WTForms-2.3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's|\r||g' docs/Makefile + sed -i 's|\r||g' CHANGES.rst + rm wtforms/locale/README.md + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gN0zmD + umask 022 + cd /builddir/build/BUILD + cd WTForms-2.3.3 + CFLAGS='-O2 -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/wtforms copying wtforms/utils.py -> build/lib/wtforms copying wtforms/__init__.py -> build/lib/wtforms copying wtforms/i18n.py -> build/lib/wtforms copying wtforms/form.py -> build/lib/wtforms copying wtforms/meta.py -> build/lib/wtforms copying wtforms/compat.py -> build/lib/wtforms copying wtforms/validators.py -> build/lib/wtforms creating build/lib/wtforms/csrf copying wtforms/csrf/session.py -> build/lib/wtforms/csrf copying wtforms/csrf/__init__.py -> build/lib/wtforms/csrf copying wtforms/csrf/core.py -> build/lib/wtforms/csrf creating build/lib/wtforms/fields copying wtforms/fields/__init__.py -> build/lib/wtforms/fields copying wtforms/fields/core.py -> build/lib/wtforms/fields copying wtforms/fields/simple.py -> build/lib/wtforms/fields copying wtforms/fields/html5.py -> build/lib/wtforms/fields creating build/lib/wtforms/widgets copying wtforms/widgets/__init__.py -> build/lib/wtforms/widgets copying wtforms/widgets/core.py -> build/lib/wtforms/widgets copying wtforms/widgets/html5.py -> build/lib/wtforms/widgets creating build/lib/wtforms/ext copying wtforms/ext/__init__.py -> build/lib/wtforms/ext creating build/lib/wtforms/ext/appengine copying wtforms/ext/appengine/db.py -> build/lib/wtforms/ext/appengine copying wtforms/ext/appengine/ndb.py -> build/lib/wtforms/ext/appengine copying wtforms/ext/appengine/__init__.py -> build/lib/wtforms/ext/appengine copying wtforms/ext/appengine/fields.py -> build/lib/wtforms/ext/appengine creating build/lib/wtforms/ext/csrf copying wtforms/ext/csrf/session.py -> build/lib/wtforms/ext/csrf copying wtforms/ext/csrf/__init__.py -> build/lib/wtforms/ext/csrf copying wtforms/ext/csrf/form.py -> build/lib/wtforms/ext/csrf copying wtforms/ext/csrf/fields.py -> build/lib/wtforms/ext/csrf creating build/lib/wtforms/ext/dateutil copying wtforms/ext/dateutil/__init__.py -> build/lib/wtforms/ext/dateutil copying wtforms/ext/dateutil/fields.py -> build/lib/wtforms/ext/dateutil creating build/lib/wtforms/ext/django copying wtforms/ext/django/__init__.py -> build/lib/wtforms/ext/django copying wtforms/ext/django/i18n.py -> build/lib/wtforms/ext/django copying wtforms/ext/django/fields.py -> build/lib/wtforms/ext/django copying wtforms/ext/django/orm.py -> build/lib/wtforms/ext/django creating build/lib/wtforms/ext/django/templatetags copying wtforms/ext/django/templatetags/__init__.py -> build/lib/wtforms/ext/django/templatetags copying wtforms/ext/django/templatetags/wtforms.py -> build/lib/wtforms/ext/django/templatetags creating build/lib/wtforms/ext/i18n copying wtforms/ext/i18n/utils.py -> build/lib/wtforms/ext/i18n copying wtforms/ext/i18n/__init__.py -> build/lib/wtforms/ext/i18n copying wtforms/ext/i18n/form.py -> build/lib/wtforms/ext/i18n creating build/lib/wtforms/ext/sqlalchemy copying wtforms/ext/sqlalchemy/__init__.py -> build/lib/wtforms/ext/sqlalchemy copying wtforms/ext/sqlalchemy/fields.py -> build/lib/wtforms/ext/sqlalchemy copying wtforms/ext/sqlalchemy/orm.py -> build/lib/wtforms/ext/sqlalchemy running egg_info writing WTForms.egg-info/PKG-INFO writing dependency_links to WTForms.egg-info/dependency_links.txt writing requirements to WTForms.egg-info/requires.txt writing top-level names to WTForms.egg-info/top_level.txt reading manifest file 'WTForms.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.rst' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'WTForms.egg-info/SOURCES.txt' creating build/lib/wtforms/locale copying wtforms/locale/wtforms.pot -> build/lib/wtforms/locale creating build/lib/wtforms/locale/ar creating build/lib/wtforms/locale/ar/LC_MESSAGES copying wtforms/locale/ar/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ar/LC_MESSAGES copying wtforms/locale/ar/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ar/LC_MESSAGES creating build/lib/wtforms/locale/bg creating build/lib/wtforms/locale/bg/LC_MESSAGES copying wtforms/locale/bg/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/bg/LC_MESSAGES copying wtforms/locale/bg/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/bg/LC_MESSAGES creating build/lib/wtforms/locale/ca creating build/lib/wtforms/locale/ca/LC_MESSAGES copying wtforms/locale/ca/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ca/LC_MESSAGES copying wtforms/locale/ca/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ca/LC_MESSAGES creating build/lib/wtforms/locale/cs_CZ creating build/lib/wtforms/locale/cs_CZ/LC_MESSAGES copying wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/cs_CZ/LC_MESSAGES copying wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/cs_CZ/LC_MESSAGES creating build/lib/wtforms/locale/cy creating build/lib/wtforms/locale/cy/LC_MESSAGES copying wtforms/locale/cy/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/cy/LC_MESSAGES copying wtforms/locale/cy/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/cy/LC_MESSAGES creating build/lib/wtforms/locale/de creating build/lib/wtforms/locale/de/LC_MESSAGES copying wtforms/locale/de/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/de/LC_MESSAGES copying wtforms/locale/de/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/de/LC_MESSAGES creating build/lib/wtforms/locale/de_CH creating build/lib/wtforms/locale/de_CH/LC_MESSAGES copying wtforms/locale/de_CH/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/de_CH/LC_MESSAGES copying wtforms/locale/de_CH/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/de_CH/LC_MESSAGES creating build/lib/wtforms/locale/el creating build/lib/wtforms/locale/el/LC_MESSAGES copying wtforms/locale/el/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/el/LC_MESSAGES copying wtforms/locale/el/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/el/LC_MESSAGES creating build/lib/wtforms/locale/en creating build/lib/wtforms/locale/en/LC_MESSAGES copying wtforms/locale/en/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/en/LC_MESSAGES copying wtforms/locale/en/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/en/LC_MESSAGES creating build/lib/wtforms/locale/es creating build/lib/wtforms/locale/es/LC_MESSAGES copying wtforms/locale/es/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/es/LC_MESSAGES copying wtforms/locale/es/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/es/LC_MESSAGES creating build/lib/wtforms/locale/et creating build/lib/wtforms/locale/et/LC_MESSAGES copying wtforms/locale/et/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/et/LC_MESSAGES copying wtforms/locale/et/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/et/LC_MESSAGES creating build/lib/wtforms/locale/fa creating build/lib/wtforms/locale/fa/LC_MESSAGES copying wtforms/locale/fa/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/fa/LC_MESSAGES copying wtforms/locale/fa/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/fa/LC_MESSAGES creating build/lib/wtforms/locale/fi creating build/lib/wtforms/locale/fi/LC_MESSAGES copying wtforms/locale/fi/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/fi/LC_MESSAGES copying wtforms/locale/fi/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/fi/LC_MESSAGES creating build/lib/wtforms/locale/fr creating build/lib/wtforms/locale/fr/LC_MESSAGES copying wtforms/locale/fr/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/fr/LC_MESSAGES copying wtforms/locale/fr/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/fr/LC_MESSAGES creating build/lib/wtforms/locale/he creating build/lib/wtforms/locale/he/LC_MESSAGES copying wtforms/locale/he/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/he/LC_MESSAGES copying wtforms/locale/he/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/he/LC_MESSAGES creating build/lib/wtforms/locale/hu creating build/lib/wtforms/locale/hu/LC_MESSAGES copying wtforms/locale/hu/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/hu/LC_MESSAGES copying wtforms/locale/hu/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/hu/LC_MESSAGES creating build/lib/wtforms/locale/it creating build/lib/wtforms/locale/it/LC_MESSAGES copying wtforms/locale/it/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/it/LC_MESSAGES copying wtforms/locale/it/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/it/LC_MESSAGES creating build/lib/wtforms/locale/ja creating build/lib/wtforms/locale/ja/LC_MESSAGES copying wtforms/locale/ja/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ja/LC_MESSAGES copying wtforms/locale/ja/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ja/LC_MESSAGES creating build/lib/wtforms/locale/ko creating build/lib/wtforms/locale/ko/LC_MESSAGES copying wtforms/locale/ko/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ko/LC_MESSAGES copying wtforms/locale/ko/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ko/LC_MESSAGES creating build/lib/wtforms/locale/nb creating build/lib/wtforms/locale/nb/LC_MESSAGES copying wtforms/locale/nb/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/nb/LC_MESSAGES copying wtforms/locale/nb/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/nb/LC_MESSAGES creating build/lib/wtforms/locale/nl creating build/lib/wtforms/locale/nl/LC_MESSAGES copying wtforms/locale/nl/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/nl/LC_MESSAGES copying wtforms/locale/nl/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/nl/LC_MESSAGES creating build/lib/wtforms/locale/pl creating build/lib/wtforms/locale/pl/LC_MESSAGES copying wtforms/locale/pl/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/pl/LC_MESSAGES copying wtforms/locale/pl/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/pl/LC_MESSAGES creating build/lib/wtforms/locale/pt creating build/lib/wtforms/locale/pt/LC_MESSAGES copying wtforms/locale/pt/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/pt/LC_MESSAGES copying wtforms/locale/pt/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/pt/LC_MESSAGES creating build/lib/wtforms/locale/ru creating build/lib/wtforms/locale/ru/LC_MESSAGES copying wtforms/locale/ru/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ru/LC_MESSAGES copying wtforms/locale/ru/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ru/LC_MESSAGES creating build/lib/wtforms/locale/sk creating build/lib/wtforms/locale/sk/LC_MESSAGES copying wtforms/locale/sk/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/sk/LC_MESSAGES copying wtforms/locale/sk/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/sk/LC_MESSAGES creating build/lib/wtforms/locale/sv creating build/lib/wtforms/locale/sv/LC_MESSAGES copying wtforms/locale/sv/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/sv/LC_MESSAGES copying wtforms/locale/sv/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/sv/LC_MESSAGES creating build/lib/wtforms/locale/tr creating build/lib/wtforms/locale/tr/LC_MESSAGES copying wtforms/locale/tr/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/tr/LC_MESSAGES copying wtforms/locale/tr/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/tr/LC_MESSAGES creating build/lib/wtforms/locale/uk creating build/lib/wtforms/locale/uk/LC_MESSAGES copying wtforms/locale/uk/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/uk/LC_MESSAGES copying wtforms/locale/uk/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/uk/LC_MESSAGES creating build/lib/wtforms/locale/zh creating build/lib/wtforms/locale/zh/LC_MESSAGES copying wtforms/locale/zh/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/zh/LC_MESSAGES copying wtforms/locale/zh/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/zh/LC_MESSAGES creating build/lib/wtforms/locale/zh_TW creating build/lib/wtforms/locale/zh_TW/LC_MESSAGES copying wtforms/locale/zh_TW/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/zh_TW/LC_MESSAGES copying wtforms/locale/zh_TW/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/zh_TW/LC_MESSAGES + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7ZdJTb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64 + cd WTForms-2.3.3 + CFLAGS='-O2 -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-wtforms-2.3.3-5.el9.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/widgets copying build/lib/wtforms/widgets/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/widgets copying build/lib/wtforms/widgets/core.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/widgets copying build/lib/wtforms/widgets/html5.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/widgets copying build/lib/wtforms/utils.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms copying build/lib/wtforms/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms copying build/lib/wtforms/i18n.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms copying build/lib/wtforms/form.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms copying build/lib/wtforms/meta.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms copying build/lib/wtforms/compat.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms copying build/lib/wtforms/validators.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/nb creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/nb/LC_MESSAGES copying build/lib/wtforms/locale/nb/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/nb/LC_MESSAGES copying build/lib/wtforms/locale/nb/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/tr creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/tr/LC_MESSAGES copying build/lib/wtforms/locale/tr/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/tr/LC_MESSAGES copying build/lib/wtforms/locale/tr/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/cs_CZ creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/cs_CZ/LC_MESSAGES copying build/lib/wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/cs_CZ/LC_MESSAGES copying build/lib/wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/cs_CZ/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/he creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/he/LC_MESSAGES copying build/lib/wtforms/locale/he/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/he/LC_MESSAGES copying build/lib/wtforms/locale/he/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/bg creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/bg/LC_MESSAGES copying build/lib/wtforms/locale/bg/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/bg/LC_MESSAGES copying build/lib/wtforms/locale/bg/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/uk creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/uk/LC_MESSAGES copying build/lib/wtforms/locale/uk/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/uk/LC_MESSAGES copying build/lib/wtforms/locale/uk/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/pl creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/pl/LC_MESSAGES copying build/lib/wtforms/locale/pl/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/pl/LC_MESSAGES copying build/lib/wtforms/locale/pl/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ko creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ko/LC_MESSAGES copying build/lib/wtforms/locale/ko/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ko/LC_MESSAGES copying build/lib/wtforms/locale/ko/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ko/LC_MESSAGES copying build/lib/wtforms/locale/wtforms.pot -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/sk creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/sk/LC_MESSAGES copying build/lib/wtforms/locale/sk/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/sk/LC_MESSAGES copying build/lib/wtforms/locale/sk/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fi creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fi/LC_MESSAGES copying build/lib/wtforms/locale/fi/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fi/LC_MESSAGES copying build/lib/wtforms/locale/fi/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/hu creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/hu/LC_MESSAGES copying build/lib/wtforms/locale/hu/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/hu/LC_MESSAGES copying build/lib/wtforms/locale/hu/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/cy creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/cy/LC_MESSAGES copying build/lib/wtforms/locale/cy/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/cy/LC_MESSAGES copying build/lib/wtforms/locale/cy/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/sv creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/sv/LC_MESSAGES copying build/lib/wtforms/locale/sv/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/sv/LC_MESSAGES copying build/lib/wtforms/locale/sv/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/en creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/en/LC_MESSAGES copying build/lib/wtforms/locale/en/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/en/LC_MESSAGES copying build/lib/wtforms/locale/en/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/es creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/es/LC_MESSAGES copying build/lib/wtforms/locale/es/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/es/LC_MESSAGES copying build/lib/wtforms/locale/es/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ru creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ru/LC_MESSAGES copying build/lib/wtforms/locale/ru/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ru/LC_MESSAGES copying build/lib/wtforms/locale/ru/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/de_CH creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/de_CH/LC_MESSAGES copying build/lib/wtforms/locale/de_CH/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/de_CH/LC_MESSAGES copying build/lib/wtforms/locale/de_CH/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/de_CH/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/el creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/el/LC_MESSAGES copying build/lib/wtforms/locale/el/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/el/LC_MESSAGES copying build/lib/wtforms/locale/el/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ca creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ca/LC_MESSAGES copying build/lib/wtforms/locale/ca/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ca/LC_MESSAGES copying build/lib/wtforms/locale/ca/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/zh creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/zh/LC_MESSAGES copying build/lib/wtforms/locale/zh/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/zh/LC_MESSAGES copying build/lib/wtforms/locale/zh/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/zh/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/pt creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/pt/LC_MESSAGES copying build/lib/wtforms/locale/pt/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/pt/LC_MESSAGES copying build/lib/wtforms/locale/pt/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/it creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/it/LC_MESSAGES copying build/lib/wtforms/locale/it/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/it/LC_MESSAGES copying build/lib/wtforms/locale/it/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/zh_TW creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/zh_TW/LC_MESSAGES copying build/lib/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/zh_TW/LC_MESSAGES copying build/lib/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fa creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fa/LC_MESSAGES copying build/lib/wtforms/locale/fa/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fa/LC_MESSAGES copying build/lib/wtforms/locale/fa/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/nl creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/nl/LC_MESSAGES copying build/lib/wtforms/locale/nl/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/nl/LC_MESSAGES copying build/lib/wtforms/locale/nl/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/de creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/de/LC_MESSAGES copying build/lib/wtforms/locale/de/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/de/LC_MESSAGES copying build/lib/wtforms/locale/de/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/et creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/et/LC_MESSAGES copying build/lib/wtforms/locale/et/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/et/LC_MESSAGES copying build/lib/wtforms/locale/et/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fr creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fr/LC_MESSAGES copying build/lib/wtforms/locale/fr/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fr/LC_MESSAGES copying build/lib/wtforms/locale/fr/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ar creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ar/LC_MESSAGES copying build/lib/wtforms/locale/ar/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ar/LC_MESSAGES copying build/lib/wtforms/locale/ar/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ja creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ja/LC_MESSAGES copying build/lib/wtforms/locale/ja/LC_MESSAGES/wtforms.mo -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ja/LC_MESSAGES copying build/lib/wtforms/locale/ja/LC_MESSAGES/wtforms.po -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/i18n copying build/lib/wtforms/ext/i18n/utils.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/i18n copying build/lib/wtforms/ext/i18n/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/i18n copying build/lib/wtforms/ext/i18n/form.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/i18n creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/dateutil copying build/lib/wtforms/ext/dateutil/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/dateutil copying build/lib/wtforms/ext/dateutil/fields.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/dateutil creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/appengine copying build/lib/wtforms/ext/appengine/db.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/appengine copying build/lib/wtforms/ext/appengine/ndb.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/appengine copying build/lib/wtforms/ext/appengine/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/appengine copying build/lib/wtforms/ext/appengine/fields.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/appengine copying build/lib/wtforms/ext/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/sqlalchemy copying build/lib/wtforms/ext/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/sqlalchemy copying build/lib/wtforms/ext/sqlalchemy/fields.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/sqlalchemy copying build/lib/wtforms/ext/sqlalchemy/orm.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/sqlalchemy creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django copying build/lib/wtforms/ext/django/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django copying build/lib/wtforms/ext/django/i18n.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django/templatetags copying build/lib/wtforms/ext/django/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django/templatetags copying build/lib/wtforms/ext/django/templatetags/wtforms.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django/templatetags copying build/lib/wtforms/ext/django/fields.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django copying build/lib/wtforms/ext/django/orm.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/csrf copying build/lib/wtforms/ext/csrf/session.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/csrf copying build/lib/wtforms/ext/csrf/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/csrf copying build/lib/wtforms/ext/csrf/form.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/csrf copying build/lib/wtforms/ext/csrf/fields.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/csrf creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/csrf copying build/lib/wtforms/csrf/session.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/csrf copying build/lib/wtforms/csrf/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/csrf copying build/lib/wtforms/csrf/core.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/csrf creating /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/fields copying build/lib/wtforms/fields/__init__.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/fields copying build/lib/wtforms/fields/core.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/fields copying build/lib/wtforms/fields/simple.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/fields copying build/lib/wtforms/fields/html5.py -> /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/fields byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/widgets/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/widgets/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/widgets/html5.py to html5.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/form.py to form.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/meta.py to meta.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/compat.py to compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/i18n/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/i18n/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/i18n/form.py to form.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/dateutil/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/dateutil/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/appengine/db.py to db.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/appengine/ndb.py to ndb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/appengine/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/appengine/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/sqlalchemy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/sqlalchemy/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/sqlalchemy/orm.py to orm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django/templatetags/wtforms.py to wtforms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/django/orm.py to orm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/csrf/session.py to session.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/csrf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/csrf/form.py to form.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/ext/csrf/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/csrf/session.py to session.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/csrf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/csrf/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/fields/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/fields/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/fields/simple.py to simple.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/wtforms/fields/html5.py to html5.cpython-39.pyc writing byte-compilation script '/tmp/tmpvvw_dlf6.py' /usr/bin/python3 /tmp/tmpvvw_dlf6.py removing /tmp/tmpvvw_dlf6.py running install_egg_info running egg_info writing WTForms.egg-info/PKG-INFO writing dependency_links to WTForms.egg-info/dependency_links.txt writing requirements to WTForms.egg-info/requires.txt writing top-level names to WTForms.egg-info/top_level.txt reading manifest file 'WTForms.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'WTForms.egg-info/SOURCES.txt' Copying WTForms.egg-info to /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9/site-packages/WTForms-2.3.3-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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-wtforms-2.3.3-5.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-wtforms-2.3.3-5.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.M0RCLe + umask 022 + cd /builddir/build/BUILD + cd WTForms-2.3.3 + DOCDIR=/builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/share/doc/python3-wtforms + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/share/doc/python3-wtforms + cp -pr docs/ /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/share/doc/python3-wtforms + cp -pr README.rst /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/share/doc/python3-wtforms + cp -pr CHANGES.rst /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/share/doc/python3-wtforms + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.89doHT + umask 022 + cd /builddir/build/BUILD + cd WTForms-2.3.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/share/licenses/python3-wtforms + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/share/licenses/python3-wtforms + cp -pr LICENSE.rst /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64/usr/share/licenses/python3-wtforms + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-wtforms = 2.3.3-5.el9 python3-wtforms = 2.3.3-5.el9 python3.9-wtforms = 2.3.3-5.el9 python3.9dist(wtforms) = 2.3.3 python3dist(wtforms) = 2.3.3 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(markupsafe) Obsoletes: python-wtforms < 2.3.3-5.el9 python39-wtforms < 2.3.3-5.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64 Wrote: /builddir/build/RPMS/python3-wtforms-2.3.3-5.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZwFRIy + umask 022 + cd /builddir/build/BUILD + cd WTForms-2.3.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-wtforms-2.3.3-5.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0 Mock Version: 3.0