Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-two-factor-auth.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681741191.711768/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-two-factor-auth.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-django-two-factor-auth-1.15.1-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-two-factor-auth.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681741191.711768/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-two-factor-auth.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-django-two-factor-auth-1.15.1-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-django-two-factor-auth.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681741191.711768/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-django-two-factor-auth.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rMimn2 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-two-factor-auth-1.15.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-two-factor-auth-1.15.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-two-factor-auth-1.15.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.diU1Y6 + umask 022 + cd /builddir/build/BUILD + cd django-two-factor-auth-1.15.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/two_factor copying two_factor/utils.py -> build/lib/two_factor copying two_factor/__init__.py -> build/lib/two_factor copying two_factor/apps.py -> build/lib/two_factor copying two_factor/signals.py -> build/lib/two_factor copying two_factor/urls.py -> build/lib/two_factor copying two_factor/admin.py -> build/lib/two_factor copying two_factor/forms.py -> build/lib/two_factor creating build/lib/two_factor/templatetags copying two_factor/templatetags/two_factor_tags.py -> build/lib/two_factor/templatetags copying two_factor/templatetags/__init__.py -> build/lib/two_factor/templatetags creating build/lib/two_factor/management copying two_factor/management/__init__.py -> build/lib/two_factor/management creating build/lib/two_factor/views copying two_factor/views/utils.py -> build/lib/two_factor/views copying two_factor/views/__init__.py -> build/lib/two_factor/views copying two_factor/views/profile.py -> build/lib/two_factor/views copying two_factor/views/mixins.py -> build/lib/two_factor/views copying two_factor/views/core.py -> build/lib/two_factor/views creating build/lib/two_factor/gateways copying two_factor/gateways/__init__.py -> build/lib/two_factor/gateways copying two_factor/gateways/fake.py -> build/lib/two_factor/gateways creating build/lib/two_factor/migrations copying two_factor/migrations/0002_auto_20150110_0810.py -> build/lib/two_factor/migrations copying two_factor/migrations/0007_auto_20201201_1019.py -> build/lib/two_factor/migrations copying two_factor/migrations/0001_initial.py -> build/lib/two_factor/migrations copying two_factor/migrations/0006_phonedevice_key_default.py -> build/lib/two_factor/migrations copying two_factor/migrations/0001_squashed_0008_delete_phonedevice.py -> build/lib/two_factor/migrations copying two_factor/migrations/__init__.py -> build/lib/two_factor/migrations copying two_factor/migrations/0005_auto_20160224_0450.py -> build/lib/two_factor/migrations copying two_factor/migrations/0003_auto_20150817_1733.py -> build/lib/two_factor/migrations copying two_factor/migrations/0004_auto_20160205_1827.py -> build/lib/two_factor/migrations copying two_factor/migrations/0008_delete_phonedevice.py -> build/lib/two_factor/migrations creating build/lib/two_factor/middleware copying two_factor/middleware/__init__.py -> build/lib/two_factor/middleware copying two_factor/middleware/threadlocals.py -> build/lib/two_factor/middleware creating build/lib/two_factor/plugins copying two_factor/plugins/registry.py -> build/lib/two_factor/plugins copying two_factor/plugins/__init__.py -> build/lib/two_factor/plugins creating build/lib/two_factor/management/commands copying two_factor/management/commands/__init__.py -> build/lib/two_factor/management/commands copying two_factor/management/commands/two_factor_disable.py -> build/lib/two_factor/management/commands copying two_factor/management/commands/two_factor_status.py -> build/lib/two_factor/management/commands creating build/lib/two_factor/gateways/twilio copying two_factor/gateways/twilio/__init__.py -> build/lib/two_factor/gateways/twilio copying two_factor/gateways/twilio/urls.py -> build/lib/two_factor/gateways/twilio copying two_factor/gateways/twilio/gateway.py -> build/lib/two_factor/gateways/twilio copying two_factor/gateways/twilio/views.py -> build/lib/two_factor/gateways/twilio creating build/lib/two_factor/plugins/yubikey copying two_factor/plugins/yubikey/method.py -> build/lib/two_factor/plugins/yubikey copying two_factor/plugins/yubikey/__init__.py -> build/lib/two_factor/plugins/yubikey copying two_factor/plugins/yubikey/apps.py -> build/lib/two_factor/plugins/yubikey copying two_factor/plugins/yubikey/forms.py -> build/lib/two_factor/plugins/yubikey creating build/lib/two_factor/plugins/webauthn copying two_factor/plugins/webauthn/method.py -> build/lib/two_factor/plugins/webauthn copying two_factor/plugins/webauthn/utils.py -> build/lib/two_factor/plugins/webauthn copying two_factor/plugins/webauthn/models.py -> build/lib/two_factor/plugins/webauthn copying two_factor/plugins/webauthn/__init__.py -> build/lib/two_factor/plugins/webauthn copying two_factor/plugins/webauthn/apps.py -> build/lib/two_factor/plugins/webauthn copying two_factor/plugins/webauthn/urls.py -> build/lib/two_factor/plugins/webauthn copying two_factor/plugins/webauthn/admin.py -> build/lib/two_factor/plugins/webauthn copying two_factor/plugins/webauthn/views.py -> build/lib/two_factor/plugins/webauthn copying two_factor/plugins/webauthn/forms.py -> build/lib/two_factor/plugins/webauthn creating build/lib/two_factor/plugins/phonenumber copying two_factor/plugins/phonenumber/method.py -> build/lib/two_factor/plugins/phonenumber copying two_factor/plugins/phonenumber/utils.py -> build/lib/two_factor/plugins/phonenumber copying two_factor/plugins/phonenumber/models.py -> build/lib/two_factor/plugins/phonenumber copying two_factor/plugins/phonenumber/__init__.py -> build/lib/two_factor/plugins/phonenumber copying two_factor/plugins/phonenumber/apps.py -> build/lib/two_factor/plugins/phonenumber copying two_factor/plugins/phonenumber/admin.py -> build/lib/two_factor/plugins/phonenumber copying two_factor/plugins/phonenumber/views.py -> build/lib/two_factor/plugins/phonenumber copying two_factor/plugins/phonenumber/validators.py -> build/lib/two_factor/plugins/phonenumber copying two_factor/plugins/phonenumber/forms.py -> build/lib/two_factor/plugins/phonenumber creating build/lib/two_factor/plugins/email copying two_factor/plugins/email/method.py -> build/lib/two_factor/plugins/email copying two_factor/plugins/email/utils.py -> build/lib/two_factor/plugins/email copying two_factor/plugins/email/__init__.py -> build/lib/two_factor/plugins/email copying two_factor/plugins/email/apps.py -> build/lib/two_factor/plugins/email copying two_factor/plugins/email/forms.py -> build/lib/two_factor/plugins/email creating build/lib/two_factor/plugins/webauthn/tests copying two_factor/plugins/webauthn/tests/test_forms.py -> build/lib/two_factor/plugins/webauthn/tests copying two_factor/plugins/webauthn/tests/test_e2e.py -> build/lib/two_factor/plugins/webauthn/tests copying two_factor/plugins/webauthn/tests/test_views_setup.py -> build/lib/two_factor/plugins/webauthn/tests copying two_factor/plugins/webauthn/tests/__init__.py -> build/lib/two_factor/plugins/webauthn/tests copying two_factor/plugins/webauthn/tests/test_utils.py -> build/lib/two_factor/plugins/webauthn/tests creating build/lib/two_factor/plugins/webauthn/migrations copying two_factor/plugins/webauthn/migrations/0001_initial.py -> build/lib/two_factor/plugins/webauthn/migrations copying two_factor/plugins/webauthn/migrations/__init__.py -> build/lib/two_factor/plugins/webauthn/migrations creating build/lib/two_factor/plugins/phonenumber/templatetags copying two_factor/plugins/phonenumber/templatetags/phonenumber.py -> build/lib/two_factor/plugins/phonenumber/templatetags copying two_factor/plugins/phonenumber/templatetags/__init__.py -> build/lib/two_factor/plugins/phonenumber/templatetags creating build/lib/two_factor/plugins/phonenumber/migrations copying two_factor/plugins/phonenumber/migrations/0001_initial.py -> build/lib/two_factor/plugins/phonenumber/migrations copying two_factor/plugins/phonenumber/migrations/0001_squashed_0001_initial.py -> build/lib/two_factor/plugins/phonenumber/migrations copying two_factor/plugins/phonenumber/migrations/__init__.py -> build/lib/two_factor/plugins/phonenumber/migrations running egg_info writing django_two_factor_auth.egg-info/PKG-INFO writing dependency_links to django_two_factor_auth.egg-info/dependency_links.txt writing requirements to django_two_factor_auth.egg-info/requires.txt writing top-level names to django_two_factor_auth.egg-info/top_level.txt reading manifest file 'django_two_factor_auth.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'django_two_factor_auth.egg-info/SOURCES.txt' creating build/lib/two_factor/locale creating build/lib/two_factor/locale/ar creating build/lib/two_factor/locale/ar/LC_MESSAGES copying two_factor/locale/ar/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/ar/LC_MESSAGES copying two_factor/locale/ar/LC_MESSAGES/django.po -> build/lib/two_factor/locale/ar/LC_MESSAGES creating build/lib/two_factor/locale/as creating build/lib/two_factor/locale/as/LC_MESSAGES copying two_factor/locale/as/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/as/LC_MESSAGES copying two_factor/locale/as/LC_MESSAGES/django.po -> build/lib/two_factor/locale/as/LC_MESSAGES creating build/lib/two_factor/locale/ca_ES creating build/lib/two_factor/locale/ca_ES/LC_MESSAGES copying two_factor/locale/ca_ES/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/ca_ES/LC_MESSAGES copying two_factor/locale/ca_ES/LC_MESSAGES/django.po -> build/lib/two_factor/locale/ca_ES/LC_MESSAGES creating build/lib/two_factor/locale/cs creating build/lib/two_factor/locale/cs/LC_MESSAGES copying two_factor/locale/cs/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/cs/LC_MESSAGES copying two_factor/locale/cs/LC_MESSAGES/django.po -> build/lib/two_factor/locale/cs/LC_MESSAGES creating build/lib/two_factor/locale/da_DK creating build/lib/two_factor/locale/da_DK/LC_MESSAGES copying two_factor/locale/da_DK/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/da_DK/LC_MESSAGES copying two_factor/locale/da_DK/LC_MESSAGES/django.po -> build/lib/two_factor/locale/da_DK/LC_MESSAGES creating build/lib/two_factor/locale/de creating build/lib/two_factor/locale/de/LC_MESSAGES copying two_factor/locale/de/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/de/LC_MESSAGES copying two_factor/locale/de/LC_MESSAGES/django.po -> build/lib/two_factor/locale/de/LC_MESSAGES creating build/lib/two_factor/locale/en creating build/lib/two_factor/locale/en/LC_MESSAGES copying two_factor/locale/en/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/en/LC_MESSAGES copying two_factor/locale/en/LC_MESSAGES/django.po -> build/lib/two_factor/locale/en/LC_MESSAGES creating build/lib/two_factor/locale/en_GB creating build/lib/two_factor/locale/en_GB/LC_MESSAGES copying two_factor/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/en_GB/LC_MESSAGES copying two_factor/locale/en_GB/LC_MESSAGES/django.po -> build/lib/two_factor/locale/en_GB/LC_MESSAGES creating build/lib/two_factor/locale/es creating build/lib/two_factor/locale/es/LC_MESSAGES copying two_factor/locale/es/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/es/LC_MESSAGES copying two_factor/locale/es/LC_MESSAGES/django.po -> build/lib/two_factor/locale/es/LC_MESSAGES creating build/lib/two_factor/locale/fa creating build/lib/two_factor/locale/fa/LC_MESSAGES copying two_factor/locale/fa/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/fa/LC_MESSAGES copying two_factor/locale/fa/LC_MESSAGES/django.po -> build/lib/two_factor/locale/fa/LC_MESSAGES creating build/lib/two_factor/locale/fi creating build/lib/two_factor/locale/fi/LC_MESSAGES copying two_factor/locale/fi/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/fi/LC_MESSAGES copying two_factor/locale/fi/LC_MESSAGES/django.po -> build/lib/two_factor/locale/fi/LC_MESSAGES creating build/lib/two_factor/locale/fr creating build/lib/two_factor/locale/fr/LC_MESSAGES copying two_factor/locale/fr/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/fr/LC_MESSAGES copying two_factor/locale/fr/LC_MESSAGES/django.po -> build/lib/two_factor/locale/fr/LC_MESSAGES creating build/lib/two_factor/locale/ha creating build/lib/two_factor/locale/ha/LC_MESSAGES copying two_factor/locale/ha/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/ha/LC_MESSAGES copying two_factor/locale/ha/LC_MESSAGES/django.po -> build/lib/two_factor/locale/ha/LC_MESSAGES creating build/lib/two_factor/locale/he_IL creating build/lib/two_factor/locale/he_IL/LC_MESSAGES copying two_factor/locale/he_IL/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/he_IL/LC_MESSAGES copying two_factor/locale/he_IL/LC_MESSAGES/django.po -> build/lib/two_factor/locale/he_IL/LC_MESSAGES creating build/lib/two_factor/locale/hi_IN creating build/lib/two_factor/locale/hi_IN/LC_MESSAGES copying two_factor/locale/hi_IN/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/hi_IN/LC_MESSAGES copying two_factor/locale/hi_IN/LC_MESSAGES/django.po -> build/lib/two_factor/locale/hi_IN/LC_MESSAGES creating build/lib/two_factor/locale/hu_HU creating build/lib/two_factor/locale/hu_HU/LC_MESSAGES copying two_factor/locale/hu_HU/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/hu_HU/LC_MESSAGES copying two_factor/locale/hu_HU/LC_MESSAGES/django.po -> build/lib/two_factor/locale/hu_HU/LC_MESSAGES creating build/lib/two_factor/locale/it creating build/lib/two_factor/locale/it/LC_MESSAGES copying two_factor/locale/it/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/it/LC_MESSAGES copying two_factor/locale/it/LC_MESSAGES/django.po -> build/lib/two_factor/locale/it/LC_MESSAGES creating build/lib/two_factor/locale/ja creating build/lib/two_factor/locale/ja/LC_MESSAGES copying two_factor/locale/ja/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/ja/LC_MESSAGES copying two_factor/locale/ja/LC_MESSAGES/django.po -> build/lib/two_factor/locale/ja/LC_MESSAGES creating build/lib/two_factor/locale/lt creating build/lib/two_factor/locale/lt/LC_MESSAGES copying two_factor/locale/lt/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/lt/LC_MESSAGES copying two_factor/locale/lt/LC_MESSAGES/django.po -> build/lib/two_factor/locale/lt/LC_MESSAGES creating build/lib/two_factor/locale/nb creating build/lib/two_factor/locale/nb/LC_MESSAGES copying two_factor/locale/nb/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/nb/LC_MESSAGES copying two_factor/locale/nb/LC_MESSAGES/django.po -> build/lib/two_factor/locale/nb/LC_MESSAGES creating build/lib/two_factor/locale/nl creating build/lib/two_factor/locale/nl/LC_MESSAGES copying two_factor/locale/nl/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/nl/LC_MESSAGES copying two_factor/locale/nl/LC_MESSAGES/django.po -> build/lib/two_factor/locale/nl/LC_MESSAGES creating build/lib/two_factor/locale/pl creating build/lib/two_factor/locale/pl/LC_MESSAGES copying two_factor/locale/pl/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/pl/LC_MESSAGES copying two_factor/locale/pl/LC_MESSAGES/django.po -> build/lib/two_factor/locale/pl/LC_MESSAGES creating build/lib/two_factor/locale/pt_BR creating build/lib/two_factor/locale/pt_BR/LC_MESSAGES copying two_factor/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/pt_BR/LC_MESSAGES copying two_factor/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/two_factor/locale/pt_BR/LC_MESSAGES creating build/lib/two_factor/locale/ro creating build/lib/two_factor/locale/ro/LC_MESSAGES copying two_factor/locale/ro/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/ro/LC_MESSAGES copying two_factor/locale/ro/LC_MESSAGES/django.po -> build/lib/two_factor/locale/ro/LC_MESSAGES creating build/lib/two_factor/locale/ru creating build/lib/two_factor/locale/ru/LC_MESSAGES copying two_factor/locale/ru/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/ru/LC_MESSAGES copying two_factor/locale/ru/LC_MESSAGES/django.po -> build/lib/two_factor/locale/ru/LC_MESSAGES creating build/lib/two_factor/locale/sv creating build/lib/two_factor/locale/sv/LC_MESSAGES copying two_factor/locale/sv/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/sv/LC_MESSAGES copying two_factor/locale/sv/LC_MESSAGES/django.po -> build/lib/two_factor/locale/sv/LC_MESSAGES creating build/lib/two_factor/locale/vi creating build/lib/two_factor/locale/vi/LC_MESSAGES copying two_factor/locale/vi/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/vi/LC_MESSAGES copying two_factor/locale/vi/LC_MESSAGES/django.po -> build/lib/two_factor/locale/vi/LC_MESSAGES creating build/lib/two_factor/locale/zh_CN creating build/lib/two_factor/locale/zh_CN/LC_MESSAGES copying two_factor/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/two_factor/locale/zh_CN/LC_MESSAGES copying two_factor/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/two_factor/locale/zh_CN/LC_MESSAGES creating build/lib/two_factor/templates creating build/lib/two_factor/templates/two_factor copying two_factor/templates/two_factor/_base.html -> build/lib/two_factor/templates/two_factor copying two_factor/templates/two_factor/_base_focus.html -> build/lib/two_factor/templates/two_factor copying two_factor/templates/two_factor/_wizard_actions.html -> build/lib/two_factor/templates/two_factor copying two_factor/templates/two_factor/_wizard_forms.html -> build/lib/two_factor/templates/two_factor creating build/lib/two_factor/templates/two_factor/core copying two_factor/templates/two_factor/core/backup_tokens.html -> build/lib/two_factor/templates/two_factor/core copying two_factor/templates/two_factor/core/login.html -> build/lib/two_factor/templates/two_factor/core copying two_factor/templates/two_factor/core/otp_required.html -> build/lib/two_factor/templates/two_factor/core copying two_factor/templates/two_factor/core/phone_register.html -> build/lib/two_factor/templates/two_factor/core copying two_factor/templates/two_factor/core/setup.html -> build/lib/two_factor/templates/two_factor/core copying two_factor/templates/two_factor/core/setup_complete.html -> build/lib/two_factor/templates/two_factor/core creating build/lib/two_factor/templates/two_factor/profile copying two_factor/templates/two_factor/profile/disable.html -> build/lib/two_factor/templates/two_factor/profile copying two_factor/templates/two_factor/profile/profile.html -> build/lib/two_factor/templates/two_factor/profile creating build/lib/two_factor/templates/two_factor/twilio copying two_factor/templates/two_factor/twilio/press_a_key.xml -> build/lib/two_factor/templates/two_factor/twilio copying two_factor/templates/two_factor/twilio/sms_message.html -> build/lib/two_factor/templates/two_factor/twilio copying two_factor/templates/two_factor/twilio/token.xml -> build/lib/two_factor/templates/two_factor/twilio creating build/lib/two_factor/plugins/webauthn/static creating build/lib/two_factor/plugins/webauthn/static/two_factor creating build/lib/two_factor/plugins/webauthn/static/two_factor/js copying two_factor/plugins/webauthn/static/two_factor/js/webauthn_utils.js -> build/lib/two_factor/plugins/webauthn/static/two_factor/js creating build/lib/two_factor/plugins/webauthn/templates creating build/lib/two_factor/plugins/webauthn/templates/two_factor_webauthn copying two_factor/plugins/webauthn/templates/two_factor_webauthn/create_credential.js -> build/lib/two_factor/plugins/webauthn/templates/two_factor_webauthn copying two_factor/plugins/webauthn/templates/two_factor_webauthn/get_credential.js -> build/lib/two_factor/plugins/webauthn/templates/two_factor_webauthn + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.j9PIAa + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64 + cd django-two-factor-auth-1.15.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templatetags copying build/lib/two_factor/templatetags/two_factor_tags.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templatetags copying build/lib/two_factor/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templatetags creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management copying build/lib/two_factor/management/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management/commands copying build/lib/two_factor/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management/commands copying build/lib/two_factor/management/commands/two_factor_disable.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management/commands copying build/lib/two_factor/management/commands/two_factor_status.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management/commands creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views copying build/lib/two_factor/views/utils.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views copying build/lib/two_factor/views/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views copying build/lib/two_factor/views/profile.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views copying build/lib/two_factor/views/mixins.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views copying build/lib/two_factor/views/core.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views copying build/lib/two_factor/utils.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/twilio copying build/lib/two_factor/gateways/twilio/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/twilio copying build/lib/two_factor/gateways/twilio/urls.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/twilio copying build/lib/two_factor/gateways/twilio/gateway.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/twilio copying build/lib/two_factor/gateways/twilio/views.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/twilio copying build/lib/two_factor/gateways/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways copying build/lib/two_factor/gateways/fake.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways copying build/lib/two_factor/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor copying build/lib/two_factor/apps.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor copying build/lib/two_factor/signals.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor copying build/lib/two_factor/urls.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/0002_auto_20150110_0810.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/0007_auto_20201201_1019.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/0006_phonedevice_key_default.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/0001_squashed_0008_delete_phonedevice.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/0005_auto_20160224_0450.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/0003_auto_20150817_1733.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/0004_auto_20160205_1827.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations copying build/lib/two_factor/migrations/0008_delete_phonedevice.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor copying build/lib/two_factor/templates/two_factor/_base_focus.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/twilio copying build/lib/two_factor/templates/two_factor/twilio/sms_message.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/twilio copying build/lib/two_factor/templates/two_factor/twilio/token.xml -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/twilio copying build/lib/two_factor/templates/two_factor/twilio/press_a_key.xml -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/twilio copying build/lib/two_factor/templates/two_factor/_wizard_actions.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor copying build/lib/two_factor/templates/two_factor/_wizard_forms.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/core copying build/lib/two_factor/templates/two_factor/core/backup_tokens.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/core copying build/lib/two_factor/templates/two_factor/core/setup_complete.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/core copying build/lib/two_factor/templates/two_factor/core/otp_required.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/core copying build/lib/two_factor/templates/two_factor/core/login.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/core copying build/lib/two_factor/templates/two_factor/core/setup.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/core copying build/lib/two_factor/templates/two_factor/core/phone_register.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/core creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/profile copying build/lib/two_factor/templates/two_factor/profile/profile.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/profile copying build/lib/two_factor/templates/two_factor/profile/disable.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor/profile copying build/lib/two_factor/templates/two_factor/_base.html -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templates/two_factor creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/middleware copying build/lib/two_factor/middleware/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/middleware copying build/lib/two_factor/middleware/threadlocals.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/middleware copying build/lib/two_factor/admin.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/yubikey copying build/lib/two_factor/plugins/yubikey/method.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/yubikey copying build/lib/two_factor/plugins/yubikey/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/yubikey copying build/lib/two_factor/plugins/yubikey/apps.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/yubikey copying build/lib/two_factor/plugins/yubikey/forms.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/yubikey copying build/lib/two_factor/plugins/registry.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn copying build/lib/two_factor/plugins/webauthn/method.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests copying build/lib/two_factor/plugins/webauthn/tests/test_forms.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests copying build/lib/two_factor/plugins/webauthn/tests/test_e2e.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests copying build/lib/two_factor/plugins/webauthn/tests/test_views_setup.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests copying build/lib/two_factor/plugins/webauthn/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests copying build/lib/two_factor/plugins/webauthn/tests/test_utils.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests copying build/lib/two_factor/plugins/webauthn/utils.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn copying build/lib/two_factor/plugins/webauthn/models.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn copying build/lib/two_factor/plugins/webauthn/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn copying build/lib/two_factor/plugins/webauthn/apps.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn copying build/lib/two_factor/plugins/webauthn/urls.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/migrations copying build/lib/two_factor/plugins/webauthn/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/migrations copying build/lib/two_factor/plugins/webauthn/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/migrations creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/templates creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/templates/two_factor_webauthn copying build/lib/two_factor/plugins/webauthn/templates/two_factor_webauthn/get_credential.js -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/templates/two_factor_webauthn copying build/lib/two_factor/plugins/webauthn/templates/two_factor_webauthn/create_credential.js -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/templates/two_factor_webauthn copying build/lib/two_factor/plugins/webauthn/admin.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn copying build/lib/two_factor/plugins/webauthn/views.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/static creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/static/two_factor creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/static/two_factor/js copying build/lib/two_factor/plugins/webauthn/static/two_factor/js/webauthn_utils.js -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/static/two_factor/js copying build/lib/two_factor/plugins/webauthn/forms.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn copying build/lib/two_factor/plugins/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/templatetags copying build/lib/two_factor/plugins/phonenumber/templatetags/phonenumber.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/templatetags copying build/lib/two_factor/plugins/phonenumber/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/templatetags copying build/lib/two_factor/plugins/phonenumber/method.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber copying build/lib/two_factor/plugins/phonenumber/utils.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber copying build/lib/two_factor/plugins/phonenumber/models.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber copying build/lib/two_factor/plugins/phonenumber/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber copying build/lib/two_factor/plugins/phonenumber/apps.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/migrations copying build/lib/two_factor/plugins/phonenumber/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/migrations copying build/lib/two_factor/plugins/phonenumber/migrations/0001_squashed_0001_initial.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/migrations copying build/lib/two_factor/plugins/phonenumber/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/migrations copying build/lib/two_factor/plugins/phonenumber/admin.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber copying build/lib/two_factor/plugins/phonenumber/views.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber copying build/lib/two_factor/plugins/phonenumber/validators.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber copying build/lib/two_factor/plugins/phonenumber/forms.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email copying build/lib/two_factor/plugins/email/method.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email copying build/lib/two_factor/plugins/email/utils.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email copying build/lib/two_factor/plugins/email/__init__.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email copying build/lib/two_factor/plugins/email/apps.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email copying build/lib/two_factor/plugins/email/forms.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fa creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fa/LC_MESSAGES copying build/lib/two_factor/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fa/LC_MESSAGES copying build/lib/two_factor/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/vi creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/vi/LC_MESSAGES copying build/lib/two_factor/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/vi/LC_MESSAGES copying build/lib/two_factor/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ar creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ar/LC_MESSAGES copying build/lib/two_factor/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ar/LC_MESSAGES copying build/lib/two_factor/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/sv creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/sv/LC_MESSAGES copying build/lib/two_factor/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/sv/LC_MESSAGES copying build/lib/two_factor/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fi creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fi/LC_MESSAGES copying build/lib/two_factor/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fi/LC_MESSAGES copying build/lib/two_factor/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/he_IL creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/he_IL/LC_MESSAGES copying build/lib/two_factor/locale/he_IL/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/he_IL/LC_MESSAGES copying build/lib/two_factor/locale/he_IL/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/he_IL/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/nl creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/nl/LC_MESSAGES copying build/lib/two_factor/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/nl/LC_MESSAGES copying build/lib/two_factor/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ha creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ha/LC_MESSAGES copying build/lib/two_factor/locale/ha/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ha/LC_MESSAGES copying build/lib/two_factor/locale/ha/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ha/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/en_GB creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/en_GB/LC_MESSAGES copying build/lib/two_factor/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/en_GB/LC_MESSAGES copying build/lib/two_factor/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ru creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ru/LC_MESSAGES copying build/lib/two_factor/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ru/LC_MESSAGES copying build/lib/two_factor/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/zh_CN creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/zh_CN/LC_MESSAGES copying build/lib/two_factor/locale/zh_CN/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/zh_CN/LC_MESSAGES copying build/lib/two_factor/locale/zh_CN/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/de creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/de/LC_MESSAGES copying build/lib/two_factor/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/de/LC_MESSAGES copying build/lib/two_factor/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ja creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ja/LC_MESSAGES copying build/lib/two_factor/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ja/LC_MESSAGES copying build/lib/two_factor/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/pt_BR/LC_MESSAGES copying build/lib/two_factor/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/pt_BR/LC_MESSAGES copying build/lib/two_factor/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/pl creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/pl/LC_MESSAGES copying build/lib/two_factor/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/pl/LC_MESSAGES copying build/lib/two_factor/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/cs creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/cs/LC_MESSAGES copying build/lib/two_factor/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/cs/LC_MESSAGES copying build/lib/two_factor/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/hu_HU creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/hu_HU/LC_MESSAGES copying build/lib/two_factor/locale/hu_HU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/hu_HU/LC_MESSAGES copying build/lib/two_factor/locale/hu_HU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/hu_HU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/as creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/as/LC_MESSAGES copying build/lib/two_factor/locale/as/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/as/LC_MESSAGES copying build/lib/two_factor/locale/as/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/as/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/lt creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/lt/LC_MESSAGES copying build/lib/two_factor/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/lt/LC_MESSAGES copying build/lib/two_factor/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fr creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fr/LC_MESSAGES copying build/lib/two_factor/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fr/LC_MESSAGES copying build/lib/two_factor/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/nb creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/nb/LC_MESSAGES copying build/lib/two_factor/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/nb/LC_MESSAGES copying build/lib/two_factor/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ro creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ro/LC_MESSAGES copying build/lib/two_factor/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ro/LC_MESSAGES copying build/lib/two_factor/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ca_ES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ca_ES/LC_MESSAGES copying build/lib/two_factor/locale/ca_ES/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ca_ES/LC_MESSAGES copying build/lib/two_factor/locale/ca_ES/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/ca_ES/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/es creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/es/LC_MESSAGES copying build/lib/two_factor/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/es/LC_MESSAGES copying build/lib/two_factor/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/en creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/en/LC_MESSAGES copying build/lib/two_factor/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/en/LC_MESSAGES copying build/lib/two_factor/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/hi_IN creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/hi_IN/LC_MESSAGES copying build/lib/two_factor/locale/hi_IN/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/hi_IN/LC_MESSAGES copying build/lib/two_factor/locale/hi_IN/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/hi_IN/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/it creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/it/LC_MESSAGES copying build/lib/two_factor/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/it/LC_MESSAGES copying build/lib/two_factor/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/da_DK creating /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/da_DK/LC_MESSAGES copying build/lib/two_factor/locale/da_DK/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/da_DK/LC_MESSAGES copying build/lib/two_factor/locale/da_DK/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/locale/da_DK/LC_MESSAGES copying build/lib/two_factor/forms.py -> /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templatetags/two_factor_tags.py to two_factor_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management/commands/two_factor_disable.py to two_factor_disable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/management/commands/two_factor_status.py to two_factor_status.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views/profile.py to profile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/views/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/twilio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/twilio/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/twilio/gateway.py to gateway.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/twilio/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/gateways/fake.py to fake.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/0002_auto_20150110_0810.py to 0002_auto_20150110_0810.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/0007_auto_20201201_1019.py to 0007_auto_20201201_1019.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/0006_phonedevice_key_default.py to 0006_phonedevice_key_default.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/0001_squashed_0008_delete_phonedevice.py to 0001_squashed_0008_delete_phonedevice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/0005_auto_20160224_0450.py to 0005_auto_20160224_0450.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/0003_auto_20150817_1733.py to 0003_auto_20150817_1733.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/0004_auto_20160205_1827.py to 0004_auto_20160205_1827.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/migrations/0008_delete_phonedevice.py to 0008_delete_phonedevice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/middleware/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/middleware/threadlocals.py to threadlocals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/yubikey/method.py to method.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/yubikey/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/yubikey/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/yubikey/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/method.py to method.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests/test_forms.py to test_forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests/test_e2e.py to test_e2e.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests/test_views_setup.py to test_views_setup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/webauthn/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/templatetags/phonenumber.py to phonenumber.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/method.py to method.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/migrations/0001_squashed_0001_initial.py to 0001_squashed_0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/phonenumber/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email/method.py to method.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/plugins/email/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/two_factor/forms.py to forms.cpython-39.pyc writing byte-compilation script '/tmp/tmpuezf5h9j.py' /usr/bin/python3 /tmp/tmpuezf5h9j.py removing /tmp/tmpuezf5h9j.py running install_egg_info running egg_info writing django_two_factor_auth.egg-info/PKG-INFO writing dependency_links to django_two_factor_auth.egg-info/dependency_links.txt writing requirements to django_two_factor_auth.egg-info/requires.txt writing top-level names to django_two_factor_auth.egg-info/top_level.txt reading manifest file 'django_two_factor_auth.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'django_two_factor_auth.egg-info/SOURCES.txt' Copying django_two_factor_auth.egg-info to /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9/site-packages/django_two_factor_auth-1.15.1-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64//usr/share/doc/python-django-two-factor-auth + '[' -d doc ']' ~/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64 ~/build/BUILD/django-two-factor-auth-1.15.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/django-two-factor-auth-1.15.1 + popd + mv /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.15.1-1 --unique-debug-suffix -1.15.1-1.x86_64 --unique-debug-src-base python-django-two-factor-auth-1.15.1-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/django-two-factor-auth-1.15.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-django-two-factor-auth-1.15.1-1.noarch Provides: python-django-two-factor-auth python3-django-two-factor-auth = 1.15.1-1 python3.9dist(django-two-factor-auth) = 1.15.1 python3dist(django-two-factor-auth) = 1.15.1 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(django) >= 3.2 python3.9dist(django-formtools) python3.9dist(django-otp) >= 0.8 python3.9dist(django-phonenumber-field) >= 1.1 python3.9dist(django-phonenumber-field) < 7 python3.9dist(qrcode) >= 4 python3.9dist(qrcode) < 7.99 Processing files: python-django-two-factor-auth-help-1.15.1-1.noarch warning: Empty %files file /builddir/build/BUILD/django-two-factor-auth-1.15.1/doclist.lst Provides: python-django-two-factor-auth-help = 1.15.1-1 python3-django-two-factor-auth-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64 Wrote: /builddir/build/RPMS/python-django-two-factor-auth-help-1.15.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-django-two-factor-auth-1.15.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.myM6yY + umask 022 + cd /builddir/build/BUILD + cd django-two-factor-auth-1.15.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-two-factor-auth-1.15.1-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0