Mock Version: 2.12 Mock Version: 2.12 Mock Version: 2.12 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-django-crispy-forms.spec'], chrootPath='/var/lib/mock/f34-build-30619987-4192693/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-django-crispy-forms.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1634515200 Wrote: /builddir/build/SRPMS/python-django-crispy-forms-1.13.0-1.fc34.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-django-crispy-forms.spec'], chrootPath='/var/lib/mock/f34-build-30619987-4192693/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-django-crispy-forms.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1634515200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7dxHA5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-crispy-forms-1.13.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-crispy-forms-1.13.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-crispy-forms-1.13.0 + /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.WFMy01 + umask 022 + cd /builddir/build/BUILD + cd django-crispy-forms-1.13.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-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/crispy_forms copying crispy_forms/bootstrap.py -> build/lib/crispy_forms copying crispy_forms/exceptions.py -> build/lib/crispy_forms copying crispy_forms/base.py -> build/lib/crispy_forms copying crispy_forms/helper.py -> build/lib/crispy_forms copying crispy_forms/layout.py -> build/lib/crispy_forms copying crispy_forms/__init__.py -> build/lib/crispy_forms copying crispy_forms/utils.py -> build/lib/crispy_forms copying crispy_forms/layout_slice.py -> build/lib/crispy_forms creating build/lib/crispy_forms/templatetags copying crispy_forms/templatetags/crispy_forms_field.py -> build/lib/crispy_forms/templatetags copying crispy_forms/templatetags/__init__.py -> build/lib/crispy_forms/templatetags copying crispy_forms/templatetags/crispy_forms_filters.py -> build/lib/crispy_forms/templatetags copying crispy_forms/templatetags/crispy_forms_utils.py -> build/lib/crispy_forms/templatetags copying crispy_forms/templatetags/crispy_forms_tags.py -> build/lib/crispy_forms/templatetags creating build/lib/crispy_forms/tests copying crispy_forms/tests/test_layout.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/test_form_helper.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/test_dynamic_api.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/test_utils.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/test_tags.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/test_layout_objects.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/__init__.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/utils.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/conftest.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/forms.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/urls.py -> build/lib/crispy_forms/tests copying crispy_forms/tests/test_settings.py -> build/lib/crispy_forms/tests running egg_info creating django_crispy_forms.egg-info writing django_crispy_forms.egg-info/PKG-INFO writing dependency_links to django_crispy_forms.egg-info/dependency_links.txt writing top-level names to django_crispy_forms.egg-info/top_level.txt writing manifest file 'django_crispy_forms.egg-info/SOURCES.txt' reading manifest file 'django_crispy_forms.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'crispy_forms/static' writing manifest file 'django_crispy_forms.egg-info/SOURCES.txt' creating build/lib/crispy_forms/templates creating build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/accordion-group.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/accordion.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/betterform.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/display_form.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/errors.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/errors_formset.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/field.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/table_inline_formset.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/uni_form.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/uni_formset.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/whole_uni_form.html -> build/lib/crispy_forms/templates/bootstrap copying crispy_forms/templates/bootstrap/whole_uni_formset.html -> build/lib/crispy_forms/templates/bootstrap creating build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/alert.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/baseinput.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/button.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/buttonholder.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/checkboxselectmultiple.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/checkboxselectmultiple_inline.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/column.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/div.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/field_errors.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/field_errors_block.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/field_with_buttons.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/fieldset.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/formactions.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/help_text.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/help_text_and_errors.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/multifield.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/prepended_appended_text.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/radioselect.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/radioselect_inline.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/row.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/tab-link.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/tab.html -> build/lib/crispy_forms/templates/bootstrap/layout copying crispy_forms/templates/bootstrap/layout/uneditable_input.html -> build/lib/crispy_forms/templates/bootstrap/layout creating build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/accordion-group.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/accordion.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/betterform.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/display_form.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/errors.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/errors_formset.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/field.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/inputs.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/multifield.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/table_inline_formset.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/uni_form.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/uni_formset.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/whole_uni_form.html -> build/lib/crispy_forms/templates/bootstrap3 copying crispy_forms/templates/bootstrap3/whole_uni_formset.html -> build/lib/crispy_forms/templates/bootstrap3 creating build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/alert.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/baseinput.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/button.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/buttonholder.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/checkboxselectmultiple.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/checkboxselectmultiple_inline.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/column.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/div.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/field_errors.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/field_errors_block.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/field_with_buttons.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/fieldset.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/formactions.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/help_text.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/help_text_and_errors.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/inline_field.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/multifield.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/prepended_appended_text.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/radioselect.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/radioselect_inline.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/row.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/tab-link.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/tab.html -> build/lib/crispy_forms/templates/bootstrap3/layout copying crispy_forms/templates/bootstrap3/layout/uneditable_input.html -> build/lib/crispy_forms/templates/bootstrap3/layout creating build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/accordion-group.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/accordion.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/betterform.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/display_form.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/errors.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/errors_formset.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/field.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/inputs.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/table_inline_formset.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/uni_form.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/uni_formset.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/whole_uni_form.html -> build/lib/crispy_forms/templates/bootstrap4 copying crispy_forms/templates/bootstrap4/whole_uni_formset.html -> build/lib/crispy_forms/templates/bootstrap4 creating build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/alert.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/attrs.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/baseinput.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/button.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/buttonholder.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/checkboxselectmultiple.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/checkboxselectmultiple_inline.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/column.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/div.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/field_errors.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/field_errors_block.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/field_file.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/field_with_buttons.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/fieldset.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/formactions.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/help_text.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/help_text_and_errors.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/inline_field.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/multifield.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/prepended_appended_text.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/radioselect.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/radioselect_inline.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/row.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/tab-link.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/tab.html -> build/lib/crispy_forms/templates/bootstrap4/layout copying crispy_forms/templates/bootstrap4/layout/uneditable_input.html -> build/lib/crispy_forms/templates/bootstrap4/layout creating build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/betterform.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/display_form.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/errors.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/errors_formset.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/field.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/field.strict.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/multifield.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/uni_form.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/uni_formset.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/whole_uni_form.html -> build/lib/crispy_forms/templates/uni_form copying crispy_forms/templates/uni_form/whole_uni_formset.html -> build/lib/crispy_forms/templates/uni_form creating build/lib/crispy_forms/templates/uni_form/layout copying crispy_forms/templates/uni_form/layout/baseinput.html -> build/lib/crispy_forms/templates/uni_form/layout copying crispy_forms/templates/uni_form/layout/buttonholder.html -> build/lib/crispy_forms/templates/uni_form/layout copying crispy_forms/templates/uni_form/layout/column.html -> build/lib/crispy_forms/templates/uni_form/layout copying crispy_forms/templates/uni_form/layout/div.html -> build/lib/crispy_forms/templates/uni_form/layout copying crispy_forms/templates/uni_form/layout/fieldset.html -> build/lib/crispy_forms/templates/uni_form/layout copying crispy_forms/templates/uni_form/layout/multifield.html -> build/lib/crispy_forms/templates/uni_form/layout copying crispy_forms/templates/uni_form/layout/row.html -> build/lib/crispy_forms/templates/uni_form/layout creating build/lib/crispy_forms/tests/results copying crispy_forms/tests/results/utils_test.html -> build/lib/crispy_forms/tests/results creating build/lib/crispy_forms/tests/results/bootstrap4 creating build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_clearable.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_clearable_custom_control.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_custom_control.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_default.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_with_custom_class.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_with_custom_class_clearable.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_in_select_false.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_in_select_true.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_checkboxes_false.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_checkboxes_true.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_checkboxes_true_failing.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_radio_false.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_radio_true.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout copying crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_radio_true_failing.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout creating build/lib/crispy_forms/tests/results/bootstrap4/test_layout_objects copying crispy_forms/tests/results/bootstrap4/test_layout_objects/test_grouped_checkboxes.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout_objects copying crispy_forms/tests/results/bootstrap4/test_layout_objects/test_grouped_checkboxes_failing.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout_objects copying crispy_forms/tests/results/bootstrap4/test_layout_objects/test_grouped_radios.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout_objects copying crispy_forms/tests/results/bootstrap4/test_layout_objects/test_grouped_radios_failing.html -> build/lib/crispy_forms/tests/results/bootstrap4/test_layout_objects creating build/lib/crispy_forms/tests/templates copying crispy_forms/tests/templates/crispy_render_template.html -> build/lib/crispy_forms/tests/templates copying crispy_forms/tests/templates/custom_field_template.html -> build/lib/crispy_forms/tests/templates copying crispy_forms/tests/templates/custom_form_template.html -> build/lib/crispy_forms/tests/templates copying crispy_forms/tests/templates/custom_form_template_with_context.html -> build/lib/crispy_forms/tests/templates + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6oSE4W + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch ++ dirname /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch + cd django-crispy-forms-1.13.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms copying build/lib/crispy_forms/bootstrap.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms copying build/lib/crispy_forms/exceptions.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms copying build/lib/crispy_forms/base.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms copying build/lib/crispy_forms/helper.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms copying build/lib/crispy_forms/layout.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags copying build/lib/crispy_forms/templatetags/crispy_forms_field.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags copying build/lib/crispy_forms/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags copying build/lib/crispy_forms/templatetags/crispy_forms_filters.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags copying build/lib/crispy_forms/templatetags/crispy_forms_utils.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags copying build/lib/crispy_forms/templatetags/crispy_forms_tags.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags copying build/lib/crispy_forms/__init__.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms copying build/lib/crispy_forms/utils.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/display_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/errors_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/accordion.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/prepended_appended_text.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/radioselect_inline.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/checkboxselectmultiple_inline.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/column.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/field_errors_block.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/tab-link.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/row.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/div.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/alert.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/uneditable_input.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/baseinput.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/field_file.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/buttonholder.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/help_text.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/field_errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/formactions.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/inline_field.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/fieldset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/checkboxselectmultiple.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/button.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/radioselect.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/tab.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/help_text_and_errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/attrs.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/field_with_buttons.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/layout/multifield.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4/layout copying build/lib/crispy_forms/templates/bootstrap4/field.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/whole_uni_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/whole_uni_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/inputs.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/betterform.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/table_inline_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/uni_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/uni_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 copying build/lib/crispy_forms/templates/bootstrap4/accordion-group.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap4 creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/display_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/errors_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/accordion.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/prepended_appended_text.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/radioselect_inline.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/checkboxselectmultiple_inline.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/column.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/field_errors_block.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/tab-link.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/row.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/div.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/alert.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/uneditable_input.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/baseinput.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/buttonholder.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/help_text.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/field_errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/formactions.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/fieldset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/checkboxselectmultiple.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/button.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/radioselect.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/tab.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/help_text_and_errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/field_with_buttons.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/layout/multifield.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap/layout copying build/lib/crispy_forms/templates/bootstrap/field.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/whole_uni_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/whole_uni_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/betterform.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/table_inline_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/uni_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/uni_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap copying build/lib/crispy_forms/templates/bootstrap/accordion-group.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/display_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/errors_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form/layout copying build/lib/crispy_forms/templates/uni_form/layout/column.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form/layout copying build/lib/crispy_forms/templates/uni_form/layout/row.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form/layout copying build/lib/crispy_forms/templates/uni_form/layout/div.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form/layout copying build/lib/crispy_forms/templates/uni_form/layout/baseinput.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form/layout copying build/lib/crispy_forms/templates/uni_form/layout/buttonholder.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form/layout copying build/lib/crispy_forms/templates/uni_form/layout/fieldset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form/layout copying build/lib/crispy_forms/templates/uni_form/layout/multifield.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form/layout copying build/lib/crispy_forms/templates/uni_form/field.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/whole_uni_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/whole_uni_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/betterform.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/uni_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/field.strict.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/uni_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form copying build/lib/crispy_forms/templates/uni_form/multifield.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/uni_form creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/display_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/errors_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/accordion.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/prepended_appended_text.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/radioselect_inline.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/checkboxselectmultiple_inline.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/column.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/field_errors_block.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/tab-link.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/row.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/div.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/alert.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/uneditable_input.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/baseinput.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/buttonholder.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/help_text.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/field_errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/formactions.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/inline_field.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/fieldset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/checkboxselectmultiple.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/button.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/radioselect.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/tab.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/help_text_and_errors.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/field_with_buttons.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/layout/multifield.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3/layout copying build/lib/crispy_forms/templates/bootstrap3/field.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/whole_uni_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/whole_uni_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/inputs.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/betterform.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/table_inline_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/uni_formset.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/uni_form.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/accordion-group.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/templates/bootstrap3/multifield.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templates/bootstrap3 copying build/lib/crispy_forms/layout_slice.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4 creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout_objects copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout_objects/test_grouped_checkboxes.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout_objects copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout_objects/test_grouped_radios_failing.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout_objects copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout_objects/test_grouped_checkboxes_failing.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout_objects copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout_objects/test_grouped_radios.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout_objects creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_checkboxes_true.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_clearable.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_checkboxes_true_failing.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_radio_true_failing.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_checkboxes_false.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_default.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_clearable_custom_control.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_in_select_false.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_custom_control.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_with_custom_class_clearable.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_radio_true.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_in_select_true.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_use_custom_control_is_used_in_radio_false.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/bootstrap4/test_layout/test_file_field_with_custom_class.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results/bootstrap4/test_layout copying build/lib/crispy_forms/tests/results/utils_test.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/results copying build/lib/crispy_forms/tests/test_layout.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/test_form_helper.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/test_dynamic_api.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/test_utils.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/test_tags.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/test_layout_objects.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/utils.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/conftest.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests creating /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/templates copying build/lib/crispy_forms/tests/templates/custom_form_template.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/templates copying build/lib/crispy_forms/tests/templates/crispy_render_template.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/templates copying build/lib/crispy_forms/tests/templates/custom_form_template_with_context.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/templates copying build/lib/crispy_forms/tests/templates/custom_field_template.html -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/templates copying build/lib/crispy_forms/tests/forms.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/urls.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests copying build/lib/crispy_forms/tests/test_settings.py -> /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/bootstrap.py to bootstrap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/helper.py to helper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/layout.py to layout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags/crispy_forms_field.py to crispy_forms_field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags/crispy_forms_filters.py to crispy_forms_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags/crispy_forms_utils.py to crispy_forms_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/templatetags/crispy_forms_tags.py to crispy_forms_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/layout_slice.py to layout_slice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/test_layout.py to test_layout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/test_form_helper.py to test_form_helper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/test_dynamic_api.py to test_dynamic_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/test_tags.py to test_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/test_layout_objects.py to test_layout_objects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/crispy_forms/tests/test_settings.py to test_settings.cpython-39.pyc writing byte-compilation script '/tmp/tmp8wry437n.py' /usr/bin/python3 /tmp/tmp8wry437n.py removing /tmp/tmp8wry437n.py running install_egg_info running egg_info writing django_crispy_forms.egg-info/PKG-INFO writing dependency_links to django_crispy_forms.egg-info/dependency_links.txt writing top-level names to django_crispy_forms.egg-info/top_level.txt reading manifest file 'django_crispy_forms.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'crispy_forms/static' writing manifest file 'django_crispy_forms.egg-info/SOURCES.txt' Copying django_crispy_forms.egg-info to /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9/site-packages/django_crispy_forms-1.13.0-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j3 --strict-build-id -m -i --build-id-seed 1.13.0-1.fc34 --unique-debug-suffix -1.13.0-1.fc34.noarch --unique-debug-src-base python-django-crispy-forms-1.13.0-1.fc34.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/django-crispy-forms-1.13.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-django-crispy-forms-1.13.0-1.fc34.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QYdaBo + umask 022 + cd /builddir/build/BUILD + cd django-crispy-forms-1.13.0 + DOCDIR=/builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/share/doc/python3-django-crispy-forms + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/share/doc/python3-django-crispy-forms + cp -pr README.rst /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/share/doc/python3-django-crispy-forms + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SDhy54 + umask 022 + cd /builddir/build/BUILD + cd django-crispy-forms-1.13.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/share/licenses/python3-django-crispy-forms + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/share/licenses/python3-django-crispy-forms + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch/usr/share/licenses/python3-django-crispy-forms + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-django-crispy-forms = 1.13.0-1.fc34 python3-django-crispy-forms = 1.13.0-1.fc34 python3.9-django-crispy-forms = 1.13.0-1.fc34 python3.9dist(django-crispy-forms) = 1.13 python3dist(django-crispy-forms) = 1.13 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 Obsoletes: python-django-crispy-forms < 1.13.0-1.fc34 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch Wrote: /builddir/build/RPMS/python3-django-crispy-forms-1.13.0-1.fc34.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XO1V38 + umask 022 + cd /builddir/build/BUILD + cd django-crispy-forms-1.13.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-crispy-forms-1.13.0-1.fc34.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0