Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-django-auth-token.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686641740.350202/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 aarch64 --nodeps /builddir/build/SPECS/python-django-auth-token.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-django-auth-token-0.2.15-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-django-auth-token.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686641740.350202/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 aarch64 --nodeps /builddir/build/SPECS/python-django-auth-token.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-django-auth-token-0.2.15-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-django-auth-token.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686641740.350202/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 aarch64 --nodeps /builddir/build/SPECS/python-django-auth-token.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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9pz6T0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-auth-token-0.2.15 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-auth-token-0.2.15.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-auth-token-0.2.15 + /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.LcBcxv + umask 022 + cd /builddir/build/BUILD + cd django-auth-token-0.2.15 + 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 -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/example copying example/manage.py -> build/lib/example copying example/__init__.py -> build/lib/example creating build/lib/auth_token copying auth_token/config.py -> build/lib/auth_token copying auth_token/version.py -> build/lib/auth_token copying auth_token/utils.py -> build/lib/auth_token copying auth_token/signals.py -> build/lib/auth_token copying auth_token/models.py -> build/lib/auth_token copying auth_token/decorators.py -> build/lib/auth_token copying auth_token/enums.py -> build/lib/auth_token copying auth_token/backends.py -> build/lib/auth_token copying auth_token/exceptions.py -> build/lib/auth_token copying auth_token/middleware.py -> build/lib/auth_token copying auth_token/__init__.py -> build/lib/auth_token creating build/lib/example/dj copying example/dj/wsgi.py -> build/lib/example/dj copying example/dj/urls.py -> build/lib/example/dj copying example/dj/__init__.py -> build/lib/example/dj copying example/dj/admin.py -> build/lib/example/dj creating build/lib/example/dj/apps copying example/dj/apps/__init__.py -> build/lib/example/dj/apps creating build/lib/example/dj/settings copying example/dj/settings/base.py -> build/lib/example/dj/settings copying example/dj/settings/settings.py -> build/lib/example/dj/settings copying example/dj/settings/__init__.py -> build/lib/example/dj/settings creating build/lib/example/dj/apps/app copying example/dj/apps/app/resource.py -> build/lib/example/dj/apps/app copying example/dj/apps/app/models.py -> build/lib/example/dj/apps/app copying example/dj/apps/app/__init__.py -> build/lib/example/dj/apps/app creating build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/commands.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/base.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/utils.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/rest_framework.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/models.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/is_core.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/ms_sso.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/middleware.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/__init__.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/admin.py -> build/lib/example/dj/apps/app/tests creating build/lib/auth_token/management copying auth_token/management/__init__.py -> build/lib/auth_token/management creating build/lib/auth_token/contrib copying auth_token/contrib/__init__.py -> build/lib/auth_token/contrib creating build/lib/auth_token/authorization_request copying auth_token/authorization_request/backends.py -> build/lib/auth_token/authorization_request copying auth_token/authorization_request/__init__.py -> build/lib/auth_token/authorization_request creating build/lib/auth_token/migrations copying auth_token/migrations/0010_auto_20190723_1410.py -> build/lib/auth_token/migrations copying auth_token/migrations/0004_token_backend.py -> build/lib/auth_token/migrations copying auth_token/migrations/0012_auto_20210119_1308.py -> build/lib/auth_token/migrations copying auth_token/migrations/0011_auto_20210119_1308.py -> build/lib/auth_token/migrations copying auth_token/migrations/0001_initial.py -> build/lib/auth_token/migrations copying auth_token/migrations/0006_auto_20190312_0846.py -> build/lib/auth_token/migrations copying auth_token/migrations/0013_auto_20210119_1547.py -> build/lib/auth_token/migrations copying auth_token/migrations/0002_tokenrelatedobject.py -> build/lib/auth_token/migrations copying auth_token/migrations/0014_auto_20210308_0918.py -> build/lib/auth_token/migrations copying auth_token/migrations/0016_migration.py -> build/lib/auth_token/migrations copying auth_token/migrations/0008_auto_20190509_1401.py -> build/lib/auth_token/migrations copying auth_token/migrations/0015_auto_20210308_0919.py -> build/lib/auth_token/migrations copying auth_token/migrations/0003_usertokentakeover.py -> build/lib/auth_token/migrations copying auth_token/migrations/0005_auto_20180626_1724.py -> build/lib/auth_token/migrations copying auth_token/migrations/0007_auto_20190313_1528.py -> build/lib/auth_token/migrations copying auth_token/migrations/__init__.py -> build/lib/auth_token/migrations copying auth_token/migrations/0009_auto_20190622_1920.py -> build/lib/auth_token/migrations creating build/lib/auth_token/management/commands copying auth_token/management/commands/clean_authorization_tokens.py -> build/lib/auth_token/management/commands copying auth_token/management/commands/clean_one_time_passwords.py -> build/lib/auth_token/management/commands copying auth_token/management/commands/clean_authorization_requests.py -> build/lib/auth_token/management/commands copying auth_token/management/commands/__init__.py -> build/lib/auth_token/management/commands creating build/lib/auth_token/contrib/rest_framework_auth copying auth_token/contrib/rest_framework_auth/authentication.py -> build/lib/auth_token/contrib/rest_framework_auth copying auth_token/contrib/rest_framework_auth/serializers.py -> build/lib/auth_token/contrib/rest_framework_auth copying auth_token/contrib/rest_framework_auth/views.py -> build/lib/auth_token/contrib/rest_framework_auth copying auth_token/contrib/rest_framework_auth/__init__.py -> build/lib/auth_token/contrib/rest_framework_auth creating build/lib/auth_token/contrib/common copying auth_token/contrib/common/forms.py -> build/lib/auth_token/contrib/common copying auth_token/contrib/common/views.py -> build/lib/auth_token/contrib/common copying auth_token/contrib/common/__init__.py -> build/lib/auth_token/contrib/common creating build/lib/auth_token/contrib/is_core_auth copying auth_token/contrib/is_core_auth/resource.py -> build/lib/auth_token/contrib/is_core_auth copying auth_token/contrib/is_core_auth/forms.py -> build/lib/auth_token/contrib/is_core_auth copying auth_token/contrib/is_core_auth/views.py -> build/lib/auth_token/contrib/is_core_auth copying auth_token/contrib/is_core_auth/__init__.py -> build/lib/auth_token/contrib/is_core_auth creating build/lib/auth_token/contrib/ms_sso copying auth_token/contrib/ms_sso/backends.py -> build/lib/auth_token/contrib/ms_sso copying auth_token/contrib/ms_sso/helpers.py -> build/lib/auth_token/contrib/ms_sso copying auth_token/contrib/ms_sso/urls.py -> build/lib/auth_token/contrib/ms_sso copying auth_token/contrib/ms_sso/views.py -> build/lib/auth_token/contrib/ms_sso copying auth_token/contrib/ms_sso/__init__.py -> build/lib/auth_token/contrib/ms_sso creating build/lib/auth_token/contrib/common/default copying auth_token/contrib/common/default/views.py -> build/lib/auth_token/contrib/common/default copying auth_token/contrib/common/default/__init__.py -> build/lib/auth_token/contrib/common/default creating build/lib/auth_token/contrib/common/auth_security copying auth_token/contrib/common/auth_security/views.py -> build/lib/auth_token/contrib/common/auth_security copying auth_token/contrib/common/auth_security/__init__.py -> build/lib/auth_token/contrib/common/auth_security copying auth_token/contrib/common/auth_security/validators.py -> build/lib/auth_token/contrib/common/auth_security creating build/lib/auth_token/contrib/is_core_auth/default copying auth_token/contrib/is_core_auth/default/resource.py -> build/lib/auth_token/contrib/is_core_auth/default copying auth_token/contrib/is_core_auth/default/__init__.py -> build/lib/auth_token/contrib/is_core_auth/default creating build/lib/auth_token/contrib/is_core_auth/auth_security copying auth_token/contrib/is_core_auth/auth_security/resource.py -> build/lib/auth_token/contrib/is_core_auth/auth_security copying auth_token/contrib/is_core_auth/auth_security/__init__.py -> build/lib/auth_token/contrib/is_core_auth/auth_security creating build/lib/auth_token/contrib/is_core_auth/tests copying auth_token/contrib/is_core_auth/tests/auth_test_cases.py -> build/lib/auth_token/contrib/is_core_auth/tests copying auth_token/contrib/is_core_auth/tests/__init__.py -> build/lib/auth_token/contrib/is_core_auth/tests running egg_info writing django_auth_token.egg-info/PKG-INFO writing dependency_links to django_auth_token.egg-info/dependency_links.txt writing requirements to django_auth_token.egg-info/requires.txt writing top-level names to django_auth_token.egg-info/top_level.txt reading manifest file 'django_auth_token.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'auth_token' warning: no files found matching '*.xml' under directory 'auth_token' warning: no files found matching '*.xslt' under directory 'auth_token' warning: no files found matching '*.xsl' under directory 'auth_token' warning: no files found matching '*.js' under directory 'auth_token' warning: no files found matching '*.sass' under directory 'auth_token' warning: no files found matching '*.css' under directory 'auth_token' warning: no files found matching '*.png' under directory 'auth_token' warning: no files found matching '*.jpg' under directory 'auth_token' warning: no files found matching '*.jpeg' under directory 'auth_token' warning: no files found matching '*.gif' under directory 'auth_token' adding license file 'LICENSE' writing manifest file 'django_auth_token.egg-info/SOURCES.txt' creating build/lib/auth_token/locale creating build/lib/auth_token/locale/cs creating build/lib/auth_token/locale/cs/LC_MESSAGES copying auth_token/locale/cs/LC_MESSAGES/django.mo -> build/lib/auth_token/locale/cs/LC_MESSAGES copying auth_token/locale/cs/LC_MESSAGES/django.po -> build/lib/auth_token/locale/cs/LC_MESSAGES creating build/lib/auth_token/contrib/admin copying auth_token/contrib/admin/views.py -> build/lib/auth_token/contrib/admin creating build/lib/auth_token/contrib/rest_framework_auth/templates creating build/lib/auth_token/contrib/rest_framework_auth/templates/rest_framework_auth copying auth_token/contrib/rest_framework_auth/templates/rest_framework_auth/login.html -> build/lib/auth_token/contrib/rest_framework_auth/templates/rest_framework_auth + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CCGP4j + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64 + cd django-auth-token-0.2.15 + 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 -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-auth-token-0.2.15-1.aarch64 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-auth-token-0.2.15-1.aarch64/usr creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example copying build/lib/example/manage.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app copying build/lib/example/dj/apps/app/resource.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app copying build/lib/example/dj/apps/app/models.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app copying build/lib/example/dj/apps/app/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/commands.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/base.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/utils.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/rest_framework.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/models.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/is_core.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/ms_sso.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/middleware.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/admin.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests copying build/lib/example/dj/apps/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps copying build/lib/example/dj/wsgi.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj copying build/lib/example/dj/urls.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj copying build/lib/example/dj/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/settings copying build/lib/example/dj/settings/base.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/settings copying build/lib/example/dj/settings/settings.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/settings copying build/lib/example/dj/settings/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/settings copying build/lib/example/dj/admin.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj copying build/lib/example/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token copying build/lib/auth_token/config.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token copying build/lib/auth_token/version.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token copying build/lib/auth_token/utils.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token copying build/lib/auth_token/signals.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/commands copying build/lib/auth_token/management/commands/clean_authorization_tokens.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/commands copying build/lib/auth_token/management/commands/clean_one_time_passwords.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/commands copying build/lib/auth_token/management/commands/clean_authorization_requests.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/commands copying build/lib/auth_token/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/commands copying build/lib/auth_token/management/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management copying build/lib/auth_token/models.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token copying build/lib/auth_token/decorators.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token copying build/lib/auth_token/enums.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token copying build/lib/auth_token/backends.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth copying build/lib/auth_token/contrib/rest_framework_auth/authentication.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth copying build/lib/auth_token/contrib/rest_framework_auth/serializers.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth/templates creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth/templates/rest_framework_auth copying build/lib/auth_token/contrib/rest_framework_auth/templates/rest_framework_auth/login.html -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth/templates/rest_framework_auth copying build/lib/auth_token/contrib/rest_framework_auth/views.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth copying build/lib/auth_token/contrib/rest_framework_auth/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/default copying build/lib/auth_token/contrib/common/default/views.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/default copying build/lib/auth_token/contrib/common/default/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/default creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/auth_security copying build/lib/auth_token/contrib/common/auth_security/views.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/auth_security copying build/lib/auth_token/contrib/common/auth_security/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/auth_security copying build/lib/auth_token/contrib/common/auth_security/validators.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/auth_security copying build/lib/auth_token/contrib/common/forms.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common copying build/lib/auth_token/contrib/common/views.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common copying build/lib/auth_token/contrib/common/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/default copying build/lib/auth_token/contrib/is_core_auth/default/resource.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/default copying build/lib/auth_token/contrib/is_core_auth/default/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/default copying build/lib/auth_token/contrib/is_core_auth/resource.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/auth_security copying build/lib/auth_token/contrib/is_core_auth/auth_security/resource.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/auth_security copying build/lib/auth_token/contrib/is_core_auth/auth_security/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/auth_security copying build/lib/auth_token/contrib/is_core_auth/forms.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth copying build/lib/auth_token/contrib/is_core_auth/views.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth copying build/lib/auth_token/contrib/is_core_auth/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/tests copying build/lib/auth_token/contrib/is_core_auth/tests/auth_test_cases.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/tests copying build/lib/auth_token/contrib/is_core_auth/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/tests creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso copying build/lib/auth_token/contrib/ms_sso/backends.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso copying build/lib/auth_token/contrib/ms_sso/helpers.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso copying build/lib/auth_token/contrib/ms_sso/urls.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso copying build/lib/auth_token/contrib/ms_sso/views.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso copying build/lib/auth_token/contrib/ms_sso/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/admin copying build/lib/auth_token/contrib/admin/views.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/admin copying build/lib/auth_token/contrib/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib copying build/lib/auth_token/exceptions.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token copying build/lib/auth_token/middleware.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/locale creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/locale/cs creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/locale/cs/LC_MESSAGES copying build/lib/auth_token/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/locale/cs/LC_MESSAGES copying build/lib/auth_token/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/authorization_request copying build/lib/auth_token/authorization_request/backends.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/authorization_request copying build/lib/auth_token/authorization_request/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/authorization_request creating /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0010_auto_20190723_1410.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0004_token_backend.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0012_auto_20210119_1308.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0011_auto_20210119_1308.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0006_auto_20190312_0846.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0013_auto_20210119_1547.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0002_tokenrelatedobject.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0014_auto_20210308_0918.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0016_migration.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0008_auto_20190509_1401.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0015_auto_20210308_0919.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0003_usertokentakeover.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0005_auto_20180626_1724.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0007_auto_20190313_1528.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/migrations/0009_auto_20190622_1920.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations copying build/lib/auth_token/__init__.py -> /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/manage.py to manage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/resource.py to resource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/commands.py to commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/rest_framework.py to rest_framework.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/is_core.py to is_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/ms_sso.py to ms_sso.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/app/tests/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/apps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/wsgi.py to wsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/settings/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/settings/settings.py to settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/settings/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/dj/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/example/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/commands/clean_authorization_tokens.py to clean_authorization_tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/commands/clean_one_time_passwords.py to clean_one_time_passwords.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/commands/clean_authorization_requests.py to clean_authorization_requests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/enums.py to enums.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/backends.py to backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth/authentication.py to authentication.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth/serializers.py to serializers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/rest_framework_auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/default/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/default/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/auth_security/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/auth_security/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/auth_security/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/default/resource.py to resource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/default/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/resource.py to resource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/auth_security/resource.py to resource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/auth_security/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/tests/auth_test_cases.py to auth_test_cases.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/is_core_auth/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso/backends.py to backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/ms_sso/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/admin/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/contrib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/authorization_request/backends.py to backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/authorization_request/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0010_auto_20190723_1410.py to 0010_auto_20190723_1410.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0004_token_backend.py to 0004_token_backend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0012_auto_20210119_1308.py to 0012_auto_20210119_1308.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0011_auto_20210119_1308.py to 0011_auto_20210119_1308.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0006_auto_20190312_0846.py to 0006_auto_20190312_0846.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0013_auto_20210119_1547.py to 0013_auto_20210119_1547.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0002_tokenrelatedobject.py to 0002_tokenrelatedobject.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0014_auto_20210308_0918.py to 0014_auto_20210308_0918.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0016_migration.py to 0016_migration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0008_auto_20190509_1401.py to 0008_auto_20190509_1401.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0015_auto_20210308_0919.py to 0015_auto_20210308_0919.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0003_usertokentakeover.py to 0003_usertokentakeover.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0005_auto_20180626_1724.py to 0005_auto_20180626_1724.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0007_auto_20190313_1528.py to 0007_auto_20190313_1528.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/migrations/0009_auto_20190622_1920.py to 0009_auto_20190622_1920.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/auth_token/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp7xila7a9.py' /usr/bin/python3 /tmp/tmp7xila7a9.py removing /tmp/tmp7xila7a9.py running install_egg_info running egg_info writing django_auth_token.egg-info/PKG-INFO writing dependency_links to django_auth_token.egg-info/dependency_links.txt writing requirements to django_auth_token.egg-info/requires.txt writing top-level names to django_auth_token.egg-info/top_level.txt reading manifest file 'django_auth_token.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'auth_token' warning: no files found matching '*.xml' under directory 'auth_token' warning: no files found matching '*.xslt' under directory 'auth_token' warning: no files found matching '*.xsl' under directory 'auth_token' warning: no files found matching '*.js' under directory 'auth_token' warning: no files found matching '*.sass' under directory 'auth_token' warning: no files found matching '*.css' under directory 'auth_token' warning: no files found matching '*.png' under directory 'auth_token' warning: no files found matching '*.jpg' under directory 'auth_token' warning: no files found matching '*.jpeg' under directory 'auth_token' warning: no files found matching '*.gif' under directory 'auth_token' adding license file 'LICENSE' writing manifest file 'django_auth_token.egg-info/SOURCES.txt' Copying django_auth_token.egg-info to /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/usr/lib/python3.9/site-packages/django_auth_token-0.2.15-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64//usr/share/doc/python-django-auth-token + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + cp -arf example /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64//usr/share/doc/python-django-auth-token + '[' -d examples ']' ~/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64 ~/build/BUILD/django-auth-token-0.2.15 + pushd /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64 + '[' -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-auth-token-0.2.15 + popd + mv /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.2.15-1 --unique-debug-suffix -0.2.15-1.aarch64 --unique-debug-src-base python-django-auth-token-0.2.15-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/django-auth-token-0.2.15 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-auth-token-0.2.15-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-django-auth-token-0.2.15-1.noarch Provides: python-django-auth-token python3-django-auth-token = 0.2.15-1 python3.9dist(django-auth-token) = 0.2.15 python3dist(django-auth-token) = 0.2.15 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) >= 2.2.14 python3.9dist(django) < 4 python3.9dist(django-chamber) >= 0.6.14 python3.9dist(django-choice-enumfields) >= 1.1 python3.9dist(django-generic-m2m-field) >= 0.0.4 python3.9dist(django-ipware) >= 3.0.2 python3.9dist(import-string) = 0.1 python3.9dist(tqdm) >= 4.62.3 Processing files: python-django-auth-token-help-0.2.15-1.noarch warning: Empty %files file /builddir/build/BUILD/django-auth-token-0.2.15/doclist.lst Provides: python-django-auth-token-help = 0.2.15-1 python3-django-auth-token-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-auth-token-0.2.15-1.aarch64 Wrote: /builddir/build/RPMS/python-django-auth-token-help-0.2.15-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-django-auth-token-0.2.15-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sVXy7q + umask 022 + cd /builddir/build/BUILD + cd django-auth-token-0.2.15 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-auth-token-0.2.15-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0