Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-django-front.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1684414745.733782/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-front.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-front-0.5.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-front.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1684414745.733782/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-front.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-front-0.5.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-front.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1684414745.733782/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-front.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.gy57Bh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-front-0.5.15 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-front-0.5.15.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-front-0.5.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.6euyHG + umask 022 + cd /builddir/build/BUILD + cd django-front-0.5.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/front copying front/forms.py -> build/lib/front copying front/views.py -> build/lib/front copying front/urls.py -> build/lib/front copying front/__init__.py -> build/lib/front copying front/models.py -> build/lib/front creating build/lib/front/conf copying front/conf/settings.py -> build/lib/front/conf copying front/conf/__init__.py -> build/lib/front/conf creating build/lib/front/south_migrations copying front/south_migrations/0001_initial.py -> build/lib/front/south_migrations copying front/south_migrations/__init__.py -> build/lib/front/south_migrations copying front/south_migrations/0002_auto__add_placeholderhistory.py -> build/lib/front/south_migrations creating build/lib/front/templatetags copying front/templatetags/front_tags.py -> build/lib/front/templatetags copying front/templatetags/__init__.py -> build/lib/front/templatetags creating build/lib/front/tests copying front/tests/tests.py -> build/lib/front/tests copying front/tests/views.py -> build/lib/front/tests copying front/tests/urls.py -> build/lib/front/tests copying front/tests/__init__.py -> build/lib/front/tests copying front/tests/urls_no_save.py -> build/lib/front/tests creating build/lib/front/migrations copying front/migrations/0001_initial.py -> build/lib/front/migrations copying front/migrations/__init__.py -> build/lib/front/migrations copying front/migrations/0002_auto_20150123_0219.py -> build/lib/front/migrations copying front/migrations/0003_auto_20170923_1427.py -> build/lib/front/migrations running egg_info writing django_front.egg-info/PKG-INFO writing dependency_links to django_front.egg-info/dependency_links.txt writing requirements to django_front.egg-info/requires.txt writing top-level names to django_front.egg-info/top_level.txt reading manifest file 'django_front.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.pep8' warning: no previously-included files found matching '*.sh' warning: no previously-included files found matching '.DS_Store' warning: no previously-included files found matching 'test_project/.coverage' no previously-included directories found matching 'test_project_2' no previously-included directories found matching '.tox' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'test_project/test_project/__pycache__' no previously-included directories found matching 'test_project/static/redactor*' no previously-included directories found matching 'test_project/htmlcov' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching 'coverage.xml' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'django_front.egg-info/SOURCES.txt' creating build/lib/front/static creating build/lib/front/static/epiceditor creating build/lib/front/static/epiceditor/images copying front/static/epiceditor/images/edit.png -> build/lib/front/static/epiceditor/images copying front/static/epiceditor/images/fullscreen.png -> build/lib/front/static/epiceditor/images copying front/static/epiceditor/images/preview.png -> build/lib/front/static/epiceditor/images creating build/lib/front/static/epiceditor/images/modules creating build/lib/front/static/epiceditor/images/modules/pulls copying front/static/epiceditor/images/modules/pulls/dirty-shade.png -> build/lib/front/static/epiceditor/images/modules/pulls creating build/lib/front/static/epiceditor/js copying front/static/epiceditor/js/epiceditor.js -> build/lib/front/static/epiceditor/js copying front/static/epiceditor/js/epiceditor.min.js -> build/lib/front/static/epiceditor/js creating build/lib/front/static/epiceditor/themes creating build/lib/front/static/epiceditor/themes/base copying front/static/epiceditor/themes/base/epiceditor.css -> build/lib/front/static/epiceditor/themes/base creating build/lib/front/static/epiceditor/themes/editor copying front/static/epiceditor/themes/editor/epic-dark.css -> build/lib/front/static/epiceditor/themes/editor copying front/static/epiceditor/themes/editor/epic-light.css -> build/lib/front/static/epiceditor/themes/editor creating build/lib/front/static/epiceditor/themes/preview copying front/static/epiceditor/themes/preview/bartik.css -> build/lib/front/static/epiceditor/themes/preview copying front/static/epiceditor/themes/preview/github.css -> build/lib/front/static/epiceditor/themes/preview copying front/static/epiceditor/themes/preview/preview-dark.css -> build/lib/front/static/epiceditor/themes/preview creating build/lib/front/static/front creating build/lib/front/static/front/css copying front/static/front/css/front-edit.css -> build/lib/front/static/front/css creating build/lib/front/static/front/js copying front/static/front/js/front-edit.ace-local.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.ace.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.ckeditor.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.default.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.epiceditor.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.froala.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.medium.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.redactor.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.summernote.js -> build/lib/front/static/front/js copying front/static/front/js/front-edit.wymeditor.js -> build/lib/front/static/front/js creating build/lib/front/static/to-markdown copying front/static/to-markdown/to-markdown.js -> build/lib/front/static/to-markdown creating build/lib/front/static/wym copying front/static/wym/wymeditor_icon.png -> build/lib/front/static/wym creating build/lib/front/static/wym/django copying front/static/wym/django/icons.png -> build/lib/front/static/wym/django copying front/static/wym/django/skin.css -> build/lib/front/static/wym/django copying front/static/wym/django/skin.js -> build/lib/front/static/wym/django + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EfMbaM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64 + cd django-front-0.5.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-front-0.5.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-front-0.5.15-1.aarch64/usr creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front copying build/lib/front/forms.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/conf copying build/lib/front/conf/settings.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/conf copying build/lib/front/conf/__init__.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/conf copying build/lib/front/views.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/south_migrations copying build/lib/front/south_migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/south_migrations copying build/lib/front/south_migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/south_migrations copying build/lib/front/south_migrations/0002_auto__add_placeholderhistory.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/south_migrations creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/wym creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/wym/django copying build/lib/front/static/wym/django/skin.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/wym/django copying build/lib/front/static/wym/django/icons.png -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/wym/django copying build/lib/front/static/wym/django/skin.css -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/wym/django copying build/lib/front/static/wym/wymeditor_icon.png -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/wym creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/to-markdown copying build/lib/front/static/to-markdown/to-markdown.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/to-markdown creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/images creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/images/modules creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/images/modules/pulls copying build/lib/front/static/epiceditor/images/modules/pulls/dirty-shade.png -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/images/modules/pulls copying build/lib/front/static/epiceditor/images/fullscreen.png -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/images copying build/lib/front/static/epiceditor/images/edit.png -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/images copying build/lib/front/static/epiceditor/images/preview.png -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/images creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes/preview copying build/lib/front/static/epiceditor/themes/preview/bartik.css -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes/preview copying build/lib/front/static/epiceditor/themes/preview/github.css -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes/preview copying build/lib/front/static/epiceditor/themes/preview/preview-dark.css -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes/preview creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes/base copying build/lib/front/static/epiceditor/themes/base/epiceditor.css -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes/base creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes/editor copying build/lib/front/static/epiceditor/themes/editor/epic-light.css -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes/editor copying build/lib/front/static/epiceditor/themes/editor/epic-dark.css -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/themes/editor creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/js copying build/lib/front/static/epiceditor/js/epiceditor.min.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/js copying build/lib/front/static/epiceditor/js/epiceditor.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/epiceditor/js creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/css copying build/lib/front/static/front/css/front-edit.css -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/css creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.ckeditor.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.epiceditor.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.redactor.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.medium.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.wymeditor.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.froala.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.ace-local.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.default.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.ace.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js copying build/lib/front/static/front/js/front-edit.summernote.js -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/static/front/js creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/templatetags copying build/lib/front/templatetags/front_tags.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/templatetags copying build/lib/front/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/templatetags copying build/lib/front/urls.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front copying build/lib/front/__init__.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests copying build/lib/front/tests/tests.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests copying build/lib/front/tests/views.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests copying build/lib/front/tests/urls.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests copying build/lib/front/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests copying build/lib/front/tests/urls_no_save.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests creating /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/migrations copying build/lib/front/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/migrations copying build/lib/front/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/migrations copying build/lib/front/migrations/0002_auto_20150123_0219.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/migrations copying build/lib/front/migrations/0003_auto_20170923_1427.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/migrations copying build/lib/front/models.py -> /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/conf/settings.py to settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/conf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/south_migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/south_migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/south_migrations/0002_auto__add_placeholderhistory.py to 0002_auto__add_placeholderhistory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/templatetags/front_tags.py to front_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests/tests.py to tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/tests/urls_no_save.py to urls_no_save.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/migrations/0002_auto_20150123_0219.py to 0002_auto_20150123_0219.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/migrations/0003_auto_20170923_1427.py to 0003_auto_20170923_1427.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/front/models.py to models.cpython-39.pyc writing byte-compilation script '/tmp/tmppuzkf4nc.py' /usr/bin/python3 /tmp/tmppuzkf4nc.py removing /tmp/tmppuzkf4nc.py running install_egg_info running egg_info writing django_front.egg-info/PKG-INFO writing dependency_links to django_front.egg-info/dependency_links.txt writing requirements to django_front.egg-info/requires.txt writing top-level names to django_front.egg-info/top_level.txt reading manifest file 'django_front.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.pep8' warning: no previously-included files found matching '*.sh' warning: no previously-included files found matching '.DS_Store' warning: no previously-included files found matching 'test_project/.coverage' no previously-included directories found matching 'test_project_2' no previously-included directories found matching '.tox' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'test_project/test_project/__pycache__' no previously-included directories found matching 'test_project/static/redactor*' no previously-included directories found matching 'test_project/htmlcov' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching 'coverage.xml' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'django_front.egg-info/SOURCES.txt' Copying django_front.egg-info to /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/usr/lib/python3.9/site-packages/django_front-0.5.15-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64//usr/share/doc/python-django-front + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64//usr/share/doc/python-django-front + '[' -d example ']' ~/build/BUILDROOT/python-django-front-0.5.15-1.aarch64 ~/build/BUILD/django-front-0.5.15 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-django-front-0.5.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-front-0.5.15 + popd + mv /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.5.15-1 --unique-debug-suffix -0.5.15-1.aarch64 --unique-debug-src-base python-django-front-0.5.15-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/django-front-0.5.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-front-0.5.15-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-django-front-0.5.15-1.noarch Provides: python-django-front python3-django-front = 0.5.15-1 python3.9dist(django-front) = 0.5.15 python3dist(django-front) = 0.5.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 python3.9dist(django-classy-tags) >= 1 python3.9dist(six) Processing files: python-django-front-help-0.5.15-1.noarch warning: Empty %files file /builddir/build/BUILD/django-front-0.5.15/doclist.lst Provides: python-django-front-help = 0.5.15-1 python3-django-front-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-front-0.5.15-1.aarch64 Wrote: /builddir/build/RPMS/python3-django-front-0.5.15-1.noarch.rpm Wrote: /builddir/build/RPMS/python-django-front-help-0.5.15-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.f9AK9z + umask 022 + cd /builddir/build/BUILD + cd django-front-0.5.15 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-front-0.5.15-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0