Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-django-report-builder.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681981252.676726/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-report-builder.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-report-builder-6.4.2-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-report-builder.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681981252.676726/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-report-builder.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-report-builder-6.4.2-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-report-builder.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681981252.676726/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-report-builder.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.gYoFfV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-report-builder-6.4.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-report-builder-6.4.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-report-builder-6.4.2 + /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.86HVTj + umask 022 + cd /builddir/build/BUILD + cd django-report-builder-6.4.2 + 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/report_builder_scheduled copying report_builder_scheduled/models.py -> build/lib/report_builder_scheduled copying report_builder_scheduled/__init__.py -> build/lib/report_builder_scheduled copying report_builder_scheduled/tests.py -> build/lib/report_builder_scheduled copying report_builder_scheduled/tasks.py -> build/lib/report_builder_scheduled copying report_builder_scheduled/views.py -> build/lib/report_builder_scheduled copying report_builder_scheduled/urls.py -> build/lib/report_builder_scheduled copying report_builder_scheduled/admin.py -> build/lib/report_builder_scheduled creating build/lib/report_builder copying report_builder/utils.py -> build/lib/report_builder copying report_builder/models.py -> build/lib/report_builder copying report_builder/__init__.py -> build/lib/report_builder copying report_builder/tasks.py -> build/lib/report_builder copying report_builder/views.py -> build/lib/report_builder copying report_builder/urls.py -> build/lib/report_builder copying report_builder/email.py -> build/lib/report_builder copying report_builder/mixins.py -> build/lib/report_builder copying report_builder/unique_slugify.py -> build/lib/report_builder copying report_builder/admin.py -> build/lib/report_builder creating build/lib/report_builder_scheduled/migrations copying report_builder_scheduled/migrations/__init__.py -> build/lib/report_builder_scheduled/migrations copying report_builder_scheduled/migrations/0001_initial.py -> build/lib/report_builder_scheduled/migrations copying report_builder_scheduled/migrations/0002_auto_20180413_0747.py -> build/lib/report_builder_scheduled/migrations creating build/lib/report_builder/tests copying report_builder/tests/test_utils.py -> build/lib/report_builder/tests copying report_builder/tests/__init__.py -> build/lib/report_builder/tests copying report_builder/tests/tests.py -> build/lib/report_builder/tests copying report_builder/tests/test_views.py -> build/lib/report_builder/tests creating build/lib/report_builder/api copying report_builder/api/serializers.py -> build/lib/report_builder/api copying report_builder/api/__init__.py -> build/lib/report_builder/api copying report_builder/api/tests.py -> build/lib/report_builder/api copying report_builder/api/views.py -> build/lib/report_builder/api creating build/lib/report_builder/migrations copying report_builder/migrations/0005_add_delta_filtering.py -> build/lib/report_builder/migrations copying report_builder/migrations/__init__.py -> build/lib/report_builder/migrations copying report_builder/migrations/0001_initial.py -> build/lib/report_builder/migrations copying report_builder/migrations/0003_auto_20150720_1549.py -> build/lib/report_builder/migrations copying report_builder/migrations/0002_auto_20150201_1809.py -> build/lib/report_builder/migrations copying report_builder/migrations/0006_auto_20180413_0747.py -> build/lib/report_builder/migrations copying report_builder/migrations/0007_auto_20190214_1405.py -> build/lib/report_builder/migrations copying report_builder/migrations/0004_auto_20170915_2046.py -> build/lib/report_builder/migrations running egg_info writing django_report_builder.egg-info/PKG-INFO writing dependency_links to django_report_builder.egg-info/dependency_links.txt writing requirements to django_report_builder.egg-info/requires.txt writing top-level names to django_report_builder.egg-info/top_level.txt reading manifest file 'django_report_builder.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'report_builder/static/report_builder/css' warning: no files found matching '*' under directory 'report_builder/static/report_builder/partials' writing manifest file 'django_report_builder.egg-info/SOURCES.txt' creating build/lib/report_builder/static creating build/lib/report_builder/static/report_builder copying report_builder/static/report_builder/main-es2015.js -> build/lib/report_builder/static/report_builder copying report_builder/static/report_builder/main-es5.js -> build/lib/report_builder/static/report_builder copying report_builder/static/report_builder/polyfills-es2015.js -> build/lib/report_builder/static/report_builder copying report_builder/static/report_builder/polyfills-es5.js -> build/lib/report_builder/static/report_builder copying report_builder/static/report_builder/runtime-es2015.js -> build/lib/report_builder/static/report_builder copying report_builder/static/report_builder/runtime-es5.js -> build/lib/report_builder/static/report_builder copying report_builder/static/report_builder/styles.css -> build/lib/report_builder/static/report_builder creating build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/add.svg -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/arrow.png -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/arrow_down.png -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/copy.svg -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/delete.svg -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/download.svg -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/edit.png -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/edit.svg -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/list.svg -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/plus.png -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/reorder.svg -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/star.png -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/star.svg -> build/lib/report_builder/static/report_builder/img copying report_builder/static/report_builder/img/unstar.png -> build/lib/report_builder/static/report_builder/img creating build/lib/report_builder/static/report_builder/js copying report_builder/static/report_builder/js/report_form.js -> build/lib/report_builder/static/report_builder/js copying report_builder/static/report_builder/js/report_list.js -> build/lib/report_builder/static/report_builder/js creating build/lib/report_builder/templates creating build/lib/report_builder/templates/admin creating build/lib/report_builder/templates/admin/report_builder creating build/lib/report_builder/templates/admin/report_builder/report copying report_builder/templates/admin/report_builder/report/change_form.html -> build/lib/report_builder/templates/admin/report_builder/report copying report_builder/templates/admin/report_builder/report/change_list.html -> build/lib/report_builder/templates/admin/report_builder/report creating build/lib/report_builder/templates/email copying report_builder/templates/email/email_report.html -> build/lib/report_builder/templates/email creating build/lib/report_builder/templates/report_builder copying report_builder/templates/report_builder/base.html -> build/lib/report_builder/templates/report_builder copying report_builder/templates/report_builder/export_to_report.html -> build/lib/report_builder/templates/report_builder copying report_builder/templates/report_builder/spa.html -> build/lib/report_builder/templates/report_builder + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZGgOw7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64 + cd django-report-builder-6.4.2 + 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-report-builder-6.4.2-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-report-builder-6.4.2-1.aarch64/usr creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled copying build/lib/report_builder_scheduled/models.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled copying build/lib/report_builder_scheduled/__init__.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled copying build/lib/report_builder_scheduled/tests.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled copying build/lib/report_builder_scheduled/tasks.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled copying build/lib/report_builder_scheduled/views.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/migrations copying build/lib/report_builder_scheduled/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/migrations copying build/lib/report_builder_scheduled/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/migrations copying build/lib/report_builder_scheduled/migrations/0002_auto_20180413_0747.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/migrations copying build/lib/report_builder_scheduled/urls.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled copying build/lib/report_builder_scheduled/admin.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder copying build/lib/report_builder/utils.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder copying build/lib/report_builder/models.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder copying build/lib/report_builder/__init__.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder copying build/lib/report_builder/tasks.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tests copying build/lib/report_builder/tests/test_utils.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tests copying build/lib/report_builder/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tests copying build/lib/report_builder/tests/tests.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tests copying build/lib/report_builder/tests/test_views.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tests creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/api copying build/lib/report_builder/api/serializers.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/api copying build/lib/report_builder/api/__init__.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/api copying build/lib/report_builder/api/tests.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/api copying build/lib/report_builder/api/views.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/api copying build/lib/report_builder/views.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations copying build/lib/report_builder/migrations/0005_add_delta_filtering.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations copying build/lib/report_builder/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations copying build/lib/report_builder/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations copying build/lib/report_builder/migrations/0003_auto_20150720_1549.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations copying build/lib/report_builder/migrations/0002_auto_20150201_1809.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations copying build/lib/report_builder/migrations/0006_auto_20180413_0747.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations copying build/lib/report_builder/migrations/0007_auto_20190214_1405.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations copying build/lib/report_builder/migrations/0004_auto_20170915_2046.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/email copying build/lib/report_builder/templates/email/email_report.html -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/email creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/admin creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/admin/report_builder creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/admin/report_builder/report copying build/lib/report_builder/templates/admin/report_builder/report/change_list.html -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/admin/report_builder/report copying build/lib/report_builder/templates/admin/report_builder/report/change_form.html -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/admin/report_builder/report creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/report_builder copying build/lib/report_builder/templates/report_builder/export_to_report.html -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/report_builder copying build/lib/report_builder/templates/report_builder/base.html -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/report_builder copying build/lib/report_builder/templates/report_builder/spa.html -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/templates/report_builder copying build/lib/report_builder/urls.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder copying build/lib/report_builder/email.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder copying build/lib/report_builder/mixins.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder copying build/lib/report_builder/unique_slugify.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder copying build/lib/report_builder/admin.py -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder copying build/lib/report_builder/static/report_builder/polyfills-es5.js -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/js copying build/lib/report_builder/static/report_builder/js/report_form.js -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/js copying build/lib/report_builder/static/report_builder/js/report_list.js -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/js copying build/lib/report_builder/static/report_builder/polyfills-es2015.js -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder creating /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/download.svg -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/list.svg -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/edit.png -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/star.png -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/arrow.png -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/copy.svg -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/arrow_down.png -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/plus.png -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/add.svg -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/delete.svg -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/unstar.png -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/edit.svg -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/reorder.svg -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/img/star.svg -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder/img copying build/lib/report_builder/static/report_builder/main-es5.js -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder copying build/lib/report_builder/static/report_builder/runtime-es2015.js -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder copying build/lib/report_builder/static/report_builder/runtime-es5.js -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder copying build/lib/report_builder/static/report_builder/main-es2015.js -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder copying build/lib/report_builder/static/report_builder/styles.css -> /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/static/report_builder byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/tests.py to tests.cpython-39.pyc /usr/lib/python3.9/site-packages/report_builder_scheduled/tests.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/report_builder_scheduled/tests.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/tasks.py to tasks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/migrations/0002_auto_20180413_0747.py to 0002_auto_20180413_0747.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder_scheduled/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tasks.py to tasks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tests/tests.py to tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/tests/test_views.py to test_views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/api/serializers.py to serializers.cpython-39.pyc /usr/lib/python3.9/site-packages/report_builder/api/serializers.py:27: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/api/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/api/tests.py to tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/api/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations/0005_add_delta_filtering.py to 0005_add_delta_filtering.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations/0003_auto_20150720_1549.py to 0003_auto_20150720_1549.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations/0002_auto_20150201_1809.py to 0002_auto_20150201_1809.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations/0006_auto_20180413_0747.py to 0006_auto_20180413_0747.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations/0007_auto_20190214_1405.py to 0007_auto_20190214_1405.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/migrations/0004_auto_20170915_2046.py to 0004_auto_20170915_2046.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/email.py to email.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/unique_slugify.py to unique_slugify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/report_builder/admin.py to admin.cpython-39.pyc writing byte-compilation script '/tmp/tmppla7rj41.py' /usr/bin/python3 /tmp/tmppla7rj41.py /usr/lib/python3.9/site-packages/report_builder_scheduled/tests.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/report_builder_scheduled/tests.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/report_builder/api/serializers.py:27: SyntaxWarning: "is" with a literal. Did you mean "=="? removing /tmp/tmppla7rj41.py running install_egg_info running egg_info writing django_report_builder.egg-info/PKG-INFO writing dependency_links to django_report_builder.egg-info/dependency_links.txt writing requirements to django_report_builder.egg-info/requires.txt writing top-level names to django_report_builder.egg-info/top_level.txt reading manifest file 'django_report_builder.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'report_builder/static/report_builder/css' warning: no files found matching '*' under directory 'report_builder/static/report_builder/partials' writing manifest file 'django_report_builder.egg-info/SOURCES.txt' Copying django_report_builder.egg-info to /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/usr/lib/python3.9/site-packages/django_report_builder-6.4.2-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64//usr/share/doc/python-django-report-builder + '[' -d doc ']' ~/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64 ~/build/BUILD/django-report-builder-6.4.2 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-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-report-builder-6.4.2 + popd + mv /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 6.4.2-1 --unique-debug-suffix -6.4.2-1.aarch64 --unique-debug-src-base python-django-report-builder-6.4.2-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/django-report-builder-6.4.2 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-report-builder-6.4.2-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 /usr/lib/python3.9/site-packages/report_builder/api/serializers.py:27: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/report_builder_scheduled/tests.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/report_builder_scheduled/tests.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/report_builder/api/serializers.py:27: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/report_builder_scheduled/tests.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/report_builder_scheduled/tests.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? + /usr/lib/rpm/brp-python-hardlink Processing files: python3-django-report-builder-6.4.2-1.noarch Provides: python-django-report-builder python3-django-report-builder = 6.4.2-1 python3.9dist(django-report-builder) = 6.4.2 python3dist(django-report-builder) = 6.4.2 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(djangorestframework) >= 3.8 python3.9dist(openpyxl) >= 2.2.1 python3.9dist(python-dateutil) python3.9dist(six) Processing files: python-django-report-builder-help-6.4.2-1.noarch warning: Empty %files file /builddir/build/BUILD/django-report-builder-6.4.2/doclist.lst Provides: python-django-report-builder-help = 6.4.2-1 python3-django-report-builder-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-report-builder-6.4.2-1.aarch64 Wrote: /builddir/build/RPMS/python-django-report-builder-help-6.4.2-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-django-report-builder-6.4.2-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5QCuaO + umask 022 + cd /builddir/build/BUILD + cd django-report-builder-6.4.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-report-builder-6.4.2-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0