Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-shop.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683342043.429867/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-shop.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-django-shop-1.2.4-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-shop.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683342043.429867/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-shop.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-django-shop-1.2.4-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-django-shop.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683342043.429867/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-django-shop.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gDFiUI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-shop-1.2.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-shop-1.2.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-shop-1.2.4 + /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.thmfzT + umask 022 + cd /builddir/build/BUILD + cd django-shop-1.2.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/email_auth copying email_auth/models.py -> build/lib/email_auth copying email_auth/__init__.py -> build/lib/email_auth creating build/lib/shop copying shop/exceptions.py -> build/lib/shop copying shop/signals.py -> build/lib/shop copying shop/conf.py -> build/lib/shop copying shop/sekizai_processors.py -> build/lib/shop copying shop/filters.py -> build/lib/shop copying shop/cms_menus.py -> build/lib/shop copying shop/patches.py -> build/lib/shop copying shop/__init__.py -> build/lib/shop copying shop/context_processors.py -> build/lib/shop copying shop/apps.py -> build/lib/shop copying shop/messages.py -> build/lib/shop copying shop/cms_apphooks.py -> build/lib/shop copying shop/transition.py -> build/lib/shop copying shop/middleware.py -> build/lib/shop copying shop/deferred.py -> build/lib/shop creating build/lib/email_auth/migrations copying email_auth/migrations/0003_django110.py -> build/lib/email_auth/migrations copying email_auth/migrations/0002_auto_20160327_1119.py -> build/lib/email_auth/migrations copying email_auth/migrations/0004_auto_20170411_1733.py -> build/lib/email_auth/migrations copying email_auth/migrations/0001_initial.py -> build/lib/email_auth/migrations copying email_auth/migrations/0005_auto_20191123_2051.py -> build/lib/email_auth/migrations copying email_auth/migrations/__init__.py -> build/lib/email_auth/migrations creating build/lib/shop/templatetags copying shop/templatetags/shop_search_tags.py -> build/lib/shop/templatetags copying shop/templatetags/__init__.py -> build/lib/shop/templatetags copying shop/templatetags/shop_tags.py -> build/lib/shop/templatetags creating build/lib/shop/migrations copying shop/migrations/0002_auto_20151016_1451.py -> build/lib/shop/migrations copying shop/migrations/0008_notification_recipient.py -> build/lib/shop/migrations copying shop/migrations/0003_glossary_fields.py -> build/lib/shop/migrations copying shop/migrations/0007_notification_recipient.py -> build/lib/shop/migrations copying shop/migrations/0001_initial.py -> build/lib/shop/migrations copying shop/migrations/0006_rename_to_catalog.py -> build/lib/shop/migrations copying shop/migrations/0005_unify_address.py -> build/lib/shop/migrations copying shop/migrations/__init__.py -> build/lib/shop/migrations copying shop/migrations/0009_delete_email.py -> build/lib/shop/migrations copying shop/migrations/0004_ckeditor31.py -> build/lib/shop/migrations copying shop/migrations/0010_auto_20191224_0727.py -> build/lib/shop/migrations creating build/lib/shop/models copying shop/models/cart.py -> build/lib/shop/models copying shop/models/notification.py -> build/lib/shop/models copying shop/models/related.py -> build/lib/shop/models copying shop/models/address.py -> build/lib/shop/models copying shop/models/delivery.py -> build/lib/shop/models copying shop/models/inventory.py -> build/lib/shop/models copying shop/models/fields.py -> build/lib/shop/models copying shop/models/__init__.py -> build/lib/shop/models copying shop/models/product.py -> build/lib/shop/models copying shop/models/customer.py -> build/lib/shop/models copying shop/models/order.py -> build/lib/shop/models creating build/lib/shop/rest copying shop/rest/filters.py -> build/lib/shop/rest copying shop/rest/fields.py -> build/lib/shop/rest copying shop/rest/__init__.py -> build/lib/shop/rest copying shop/rest/renderers.py -> build/lib/shop/rest copying shop/rest/money.py -> build/lib/shop/rest creating build/lib/shop/management copying shop/management/__init__.py -> build/lib/shop/management copying shop/management/utils.py -> build/lib/shop/management creating build/lib/shop/money copying shop/money/fields.py -> build/lib/shop/money copying shop/money/iso4217.py -> build/lib/shop/money copying shop/money/__init__.py -> build/lib/shop/money copying shop/money/serializers.py -> build/lib/shop/money copying shop/money/money_maker.py -> build/lib/shop/money creating build/lib/shop/modifiers copying shop/modifiers/taxes.py -> build/lib/shop/modifiers copying shop/modifiers/base.py -> build/lib/shop/modifiers copying shop/modifiers/pool.py -> build/lib/shop/modifiers copying shop/modifiers/defaults.py -> build/lib/shop/modifiers copying shop/modifiers/__init__.py -> build/lib/shop/modifiers creating build/lib/shop/views copying shop/views/cart.py -> build/lib/shop/views copying shop/views/catalog.py -> build/lib/shop/views copying shop/views/address.py -> build/lib/shop/views copying shop/views/auth.py -> build/lib/shop/views copying shop/views/__init__.py -> build/lib/shop/views copying shop/views/order.py -> build/lib/shop/views copying shop/views/checkout.py -> build/lib/shop/views copying shop/views/sitemap.py -> build/lib/shop/views creating build/lib/shop/admin copying shop/admin/notification.py -> build/lib/shop/admin copying shop/admin/delivery.py -> build/lib/shop/admin copying shop/admin/__init__.py -> build/lib/shop/admin copying shop/admin/product.py -> build/lib/shop/admin copying shop/admin/customer.py -> build/lib/shop/admin copying shop/admin/order.py -> build/lib/shop/admin creating build/lib/shop/urls copying shop/urls/auth.py -> build/lib/shop/urls copying shop/urls/__init__.py -> build/lib/shop/urls copying shop/urls/rest_api.py -> build/lib/shop/urls copying shop/urls/payment.py -> build/lib/shop/urls creating build/lib/shop/payment copying shop/payment/providers.py -> build/lib/shop/payment copying shop/payment/workflows.py -> build/lib/shop/payment copying shop/payment/modifiers.py -> build/lib/shop/payment copying shop/payment/__init__.py -> build/lib/shop/payment creating build/lib/shop/shipping copying shop/shipping/workflows.py -> build/lib/shop/shipping copying shop/shipping/modifiers.py -> build/lib/shop/shipping copying shop/shipping/__init__.py -> build/lib/shop/shipping creating build/lib/shop/cascade copying shop/cascade/cart.py -> build/lib/shop/cascade copying shop/cascade/catalog.py -> build/lib/shop/cascade copying shop/cascade/settings.py -> build/lib/shop/cascade copying shop/cascade/breadcrumb.py -> build/lib/shop/cascade copying shop/cascade/processbar.py -> build/lib/shop/cascade copying shop/cascade/plugin_base.py -> build/lib/shop/cascade copying shop/cascade/auth.py -> build/lib/shop/cascade copying shop/cascade/__init__.py -> build/lib/shop/cascade copying shop/cascade/extensions.py -> build/lib/shop/cascade copying shop/cascade/order.py -> build/lib/shop/cascade copying shop/cascade/search.py -> build/lib/shop/cascade copying shop/cascade/checkout.py -> build/lib/shop/cascade copying shop/cascade/segmentation.py -> build/lib/shop/cascade creating build/lib/shop/forms copying shop/forms/base.py -> build/lib/shop/forms copying shop/forms/wizards.py -> build/lib/shop/forms copying shop/forms/auth.py -> build/lib/shop/forms copying shop/forms/__init__.py -> build/lib/shop/forms copying shop/forms/widgets.py -> build/lib/shop/forms copying shop/forms/checkout.py -> build/lib/shop/forms creating build/lib/shop/serializers copying shop/serializers/cart.py -> build/lib/shop/serializers copying shop/serializers/catalog.py -> build/lib/shop/serializers copying shop/serializers/delivery.py -> build/lib/shop/serializers copying shop/serializers/bases.py -> build/lib/shop/serializers copying shop/serializers/auth.py -> build/lib/shop/serializers copying shop/serializers/__init__.py -> build/lib/shop/serializers copying shop/serializers/order.py -> build/lib/shop/serializers copying shop/serializers/checkout.py -> build/lib/shop/serializers creating build/lib/shop/search copying shop/search/analyzers.py -> build/lib/shop/search copying shop/search/mixins.py -> build/lib/shop/search copying shop/search/documents.py -> build/lib/shop/search copying shop/search/__init__.py -> build/lib/shop/search creating build/lib/shop/models/defaults copying shop/models/defaults/cart.py -> build/lib/shop/models/defaults copying shop/models/defaults/address.py -> build/lib/shop/models/defaults copying shop/models/defaults/delivery.py -> build/lib/shop/models/defaults copying shop/models/defaults/cart_item.py -> build/lib/shop/models/defaults copying shop/models/defaults/mapping.py -> build/lib/shop/models/defaults copying shop/models/defaults/delivery_item.py -> build/lib/shop/models/defaults copying shop/models/defaults/order_item.py -> build/lib/shop/models/defaults copying shop/models/defaults/__init__.py -> build/lib/shop/models/defaults copying shop/models/defaults/customer.py -> build/lib/shop/models/defaults copying shop/models/defaults/order.py -> build/lib/shop/models/defaults copying shop/models/defaults/commodity.py -> build/lib/shop/models/defaults creating build/lib/shop/management/commands copying shop/management/commands/shop.py -> build/lib/shop/management/commands copying shop/management/commands/__init__.py -> build/lib/shop/management/commands creating build/lib/shop/admin/defaults copying shop/admin/defaults/__init__.py -> build/lib/shop/admin/defaults copying shop/admin/defaults/customer.py -> build/lib/shop/admin/defaults copying shop/admin/defaults/order.py -> build/lib/shop/admin/defaults copying shop/admin/defaults/commodity.py -> build/lib/shop/admin/defaults creating build/lib/shop/serializers/defaults copying shop/serializers/defaults/catalog.py -> build/lib/shop/serializers/defaults copying shop/serializers/defaults/product_summary.py -> build/lib/shop/serializers/defaults copying shop/serializers/defaults/order_item.py -> build/lib/shop/serializers/defaults copying shop/serializers/defaults/__init__.py -> build/lib/shop/serializers/defaults copying shop/serializers/defaults/customer.py -> build/lib/shop/serializers/defaults copying shop/serializers/defaults/product_select.py -> build/lib/shop/serializers/defaults running egg_info writing django_shop.egg-info/PKG-INFO writing dependency_links to django_shop.egg-info/dependency_links.txt writing requirements to django_shop.egg-info/requires.txt writing top-level names to django_shop.egg-info/top_level.txt reading manifest file 'django_shop.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'package.json' adding license file 'LICENSE.txt' writing manifest file 'django_shop.egg-info/SOURCES.txt' creating build/lib/shop/locale creating build/lib/shop/locale/da creating build/lib/shop/locale/da/LC_MESSAGES copying shop/locale/da/LC_MESSAGES/django.mo -> build/lib/shop/locale/da/LC_MESSAGES copying shop/locale/da/LC_MESSAGES/django.po -> build/lib/shop/locale/da/LC_MESSAGES creating build/lib/shop/locale/de creating build/lib/shop/locale/de/LC_MESSAGES copying shop/locale/de/LC_MESSAGES/django.mo -> build/lib/shop/locale/de/LC_MESSAGES copying shop/locale/de/LC_MESSAGES/django.po -> build/lib/shop/locale/de/LC_MESSAGES creating build/lib/shop/locale/en creating build/lib/shop/locale/en/LC_MESSAGES copying shop/locale/en/LC_MESSAGES/django.mo -> build/lib/shop/locale/en/LC_MESSAGES copying shop/locale/en/LC_MESSAGES/django.po -> build/lib/shop/locale/en/LC_MESSAGES creating build/lib/shop/locale/es creating build/lib/shop/locale/es/LC_MESSAGES copying shop/locale/es/LC_MESSAGES/django.mo -> build/lib/shop/locale/es/LC_MESSAGES copying shop/locale/es/LC_MESSAGES/django.po -> build/lib/shop/locale/es/LC_MESSAGES creating build/lib/shop/locale/fr creating build/lib/shop/locale/fr/LC_MESSAGES copying shop/locale/fr/LC_MESSAGES/django.mo -> build/lib/shop/locale/fr/LC_MESSAGES copying shop/locale/fr/LC_MESSAGES/django.po -> build/lib/shop/locale/fr/LC_MESSAGES creating build/lib/shop/locale/hr creating build/lib/shop/locale/hr/LC_MESSAGES copying shop/locale/hr/LC_MESSAGES/django.mo -> build/lib/shop/locale/hr/LC_MESSAGES copying shop/locale/hr/LC_MESSAGES/django.po -> build/lib/shop/locale/hr/LC_MESSAGES creating build/lib/shop/locale/it creating build/lib/shop/locale/it/LC_MESSAGES copying shop/locale/it/LC_MESSAGES/django.mo -> build/lib/shop/locale/it/LC_MESSAGES copying shop/locale/it/LC_MESSAGES/django.po -> build/lib/shop/locale/it/LC_MESSAGES creating build/lib/shop/locale/ja creating build/lib/shop/locale/ja/LC_MESSAGES copying shop/locale/ja/LC_MESSAGES/django.mo -> build/lib/shop/locale/ja/LC_MESSAGES copying shop/locale/ja/LC_MESSAGES/django.po -> build/lib/shop/locale/ja/LC_MESSAGES creating build/lib/shop/locale/ko creating build/lib/shop/locale/ko/LC_MESSAGES copying shop/locale/ko/LC_MESSAGES/django.mo -> build/lib/shop/locale/ko/LC_MESSAGES copying shop/locale/ko/LC_MESSAGES/django.po -> build/lib/shop/locale/ko/LC_MESSAGES creating build/lib/shop/locale/nl creating build/lib/shop/locale/nl/LC_MESSAGES copying shop/locale/nl/LC_MESSAGES/django.mo -> build/lib/shop/locale/nl/LC_MESSAGES copying shop/locale/nl/LC_MESSAGES/django.po -> build/lib/shop/locale/nl/LC_MESSAGES creating build/lib/shop/locale/pl creating build/lib/shop/locale/pl/LC_MESSAGES copying shop/locale/pl/LC_MESSAGES/django.mo -> build/lib/shop/locale/pl/LC_MESSAGES copying shop/locale/pl/LC_MESSAGES/django.po -> build/lib/shop/locale/pl/LC_MESSAGES creating build/lib/shop/locale/pt_BR creating build/lib/shop/locale/pt_BR/LC_MESSAGES copying shop/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/shop/locale/pt_BR/LC_MESSAGES copying shop/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/shop/locale/pt_BR/LC_MESSAGES creating build/lib/shop/locale/ru creating build/lib/shop/locale/ru/LC_MESSAGES copying shop/locale/ru/LC_MESSAGES/django.mo -> build/lib/shop/locale/ru/LC_MESSAGES copying shop/locale/ru/LC_MESSAGES/django.po -> build/lib/shop/locale/ru/LC_MESSAGES creating build/lib/shop/locale/sv creating build/lib/shop/locale/sv/LC_MESSAGES copying shop/locale/sv/LC_MESSAGES/django.mo -> build/lib/shop/locale/sv/LC_MESSAGES copying shop/locale/sv/LC_MESSAGES/django.po -> build/lib/shop/locale/sv/LC_MESSAGES creating build/lib/shop/locale/zh_CN creating build/lib/shop/locale/zh_CN/LC_MESSAGES copying shop/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/shop/locale/zh_CN/LC_MESSAGES copying shop/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/shop/locale/zh_CN/LC_MESSAGES creating build/lib/shop/static creating build/lib/shop/static/shop creating build/lib/shop/static/shop/css copying shop/static/shop/css/_django-angular.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/_django-shop.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/_navbar.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/_product-figure.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/_spinner.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/_variables.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/add-to-cart.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/add-to-cart.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/address.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/bootstrap-print.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/bootstrap-print.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/bsp-scrollpanel.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/bsp-scrollpanel.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/catalog-list.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/catalog-list.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/customer.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/customer.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/djng-forms.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/djng-forms.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/fix-checkbox-inline.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/fix-checkbox-inline.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/list-items.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/list-items.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/method-form.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/method-form.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/prevent-widows.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/prevent-widows.scss -> build/lib/shop/static/shop/css copying shop/static/shop/css/product-gallery.css -> build/lib/shop/static/shop/css copying shop/static/shop/css/product-gallery.scss -> build/lib/shop/static/shop/css creating build/lib/shop/static/shop/css/admin copying shop/static/shop/css/admin/customer.css -> build/lib/shop/static/shop/css/admin copying shop/static/shop/css/admin/product-gallery.css -> build/lib/shop/static/shop/css/admin creating build/lib/shop/static/shop/js copying shop/static/shop/js/address.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/cart.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/catalog.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/digest.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/filter-form.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/google-report-conversion.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/messages.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/method-form.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/navbar.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/purchase-button.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/search-form.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/search-results.js -> build/lib/shop/static/shop/js copying shop/static/shop/js/utils.js -> build/lib/shop/static/shop/js creating build/lib/shop/static/shop/js/admin copying shop/static/shop/js/admin/customer.js -> build/lib/shop/static/shop/js/admin copying shop/static/shop/js/admin/jquery.columnizer.js -> build/lib/shop/static/shop/js/admin copying shop/static/shop/js/admin/popup.js -> build/lib/shop/static/shop/js/admin copying shop/static/shop/js/admin/proceedbuttonplugin.js -> build/lib/shop/static/shop/js/admin copying shop/static/shop/js/admin/shoplinkplugin.js -> build/lib/shop/static/shop/js/admin creating build/lib/shop/templates creating build/lib/shop/templates/shop copying shop/templates/shop/address.txt -> build/lib/shop/templates/shop copying shop/templates/shop/button.html -> build/lib/shop/templates/shop copying shop/templates/shop/customer.txt -> build/lib/shop/templates/shop copying shop/templates/shop/djng-form.html -> build/lib/shop/templates/shop copying shop/templates/shop/messages.html -> build/lib/shop/templates/shop creating build/lib/shop/templates/shop/admin copying shop/templates/shop/admin/change_form.html -> build/lib/shop/templates/shop/admin copying shop/templates/shop/admin/order-extra.html -> build/lib/shop/templates/shop/admin copying shop/templates/shop/admin/orderitem-product-extra.html -> build/lib/shop/templates/shop/admin creating build/lib/shop/templates/shop/admin/edit_inline copying shop/templates/shop/admin/edit_inline/stacked-order.html -> build/lib/shop/templates/shop/admin/edit_inline creating build/lib/shop/templates/shop/admin/includes copying shop/templates/shop/admin/includes/fieldset.html -> build/lib/shop/templates/shop/admin/includes creating build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/anonymous-base.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/authenticated-base.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/change-password-fields.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/continue-as-guest.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/form-messages.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/form-not-found.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/login-logout.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/login-reset-request.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/login.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/logout.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/password-change.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/password-reset-confirm.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/password-reset-request-fields.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/password-reset-request.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/proceed-with.html -> build/lib/shop/templates/shop/auth copying shop/templates/shop/auth/register-user.html -> build/lib/shop/templates/shop/auth creating build/lib/shop/templates/shop/breadcrumb copying shop/templates/shop/breadcrumb/catalog.html -> build/lib/shop/templates/shop/breadcrumb copying shop/templates/shop/breadcrumb/default.html -> build/lib/shop/templates/shop/breadcrumb copying shop/templates/shop/breadcrumb/soft-root.html -> build/lib/shop/templates/shop/breadcrumb creating build/lib/shop/templates/shop/cart copying shop/templates/shop/cart/editable.html -> build/lib/shop/templates/shop/cart copying shop/templates/shop/cart/static.html -> build/lib/shop/templates/shop/cart copying shop/templates/shop/cart/summary.html -> build/lib/shop/templates/shop/cart copying shop/templates/shop/cart/watch.html -> build/lib/shop/templates/shop/cart creating build/lib/shop/templates/shop/catalog copying shop/templates/shop/catalog/available-product-add2cart.html -> build/lib/shop/templates/shop/catalog copying shop/templates/shop/catalog/bsp-scrollpanel.tmpl.html -> build/lib/shop/templates/shop/catalog copying shop/templates/shop/catalog/list.html -> build/lib/shop/templates/shop/catalog copying shop/templates/shop/catalog/pagination.html -> build/lib/shop/templates/shop/catalog copying shop/templates/shop/catalog/product-add2cart.html -> build/lib/shop/templates/shop/catalog copying shop/templates/shop/catalog/product-detail.html -> build/lib/shop/templates/shop/catalog copying shop/templates/shop/catalog/product-figure.html -> build/lib/shop/templates/shop/catalog copying shop/templates/shop/catalog/product-gallery.html -> build/lib/shop/templates/shop/catalog copying shop/templates/shop/catalog/product-heading.html -> build/lib/shop/templates/shop/catalog creating build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/accept-condition.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/billing-address-form.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/billing-address-summary.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/customer-form.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/customer-summary.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/dialog-base.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/digest-base.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/extra-annotation-form.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/extra-annotation-summary.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/forms-set.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/next-step-button.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/noop-button.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/payment-method-form.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/payment-method-summary.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/proceed-button.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/process-bar.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/purchase-button.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/reload-button.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/required-form-fields.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/shipping-address-form.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/shipping-address-summary.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/shipping-method-form.html -> build/lib/shop/templates/shop/checkout copying shop/templates/shop/checkout/shipping-method-summary.html -> build/lib/shop/templates/shop/checkout creating build/lib/shop/templates/shop/email copying shop/templates/shop/email/base.html -> build/lib/shop/templates/shop/email copying shop/templates/shop/email/customer-information.html -> build/lib/shop/templates/shop/email copying shop/templates/shop/email/order-detail.html -> build/lib/shop/templates/shop/email copying shop/templates/shop/email/order-detail.txt -> build/lib/shop/templates/shop/email copying shop/templates/shop/email/password-reset-body.html -> build/lib/shop/templates/shop/email copying shop/templates/shop/email/password-reset-body.txt -> build/lib/shop/templates/shop/email copying shop/templates/shop/email/password-reset-subject.txt -> build/lib/shop/templates/shop/email copying shop/templates/shop/email/register-user-body.html -> build/lib/shop/templates/shop/email copying shop/templates/shop/email/register-user-body.txt -> build/lib/shop/templates/shop/email copying shop/templates/shop/email/register-user-subject.txt -> build/lib/shop/templates/shop/email creating build/lib/shop/templates/shop/navbar copying shop/templates/shop/navbar/language-chooser.html -> build/lib/shop/templates/shop/navbar copying shop/templates/shop/navbar/login-logout.html -> build/lib/shop/templates/shop/navbar copying shop/templates/shop/navbar/search-form.html -> build/lib/shop/templates/shop/navbar copying shop/templates/shop/navbar/watch-icon.html -> build/lib/shop/templates/shop/navbar creating build/lib/shop/templates/shop/order copying shop/templates/shop/order/addendum-form.html -> build/lib/shop/templates/shop/order copying shop/templates/shop/order/cancel-button.html -> build/lib/shop/templates/shop/order copying shop/templates/shop/order/detail.html -> build/lib/shop/templates/shop/order copying shop/templates/shop/order/list.html -> build/lib/shop/templates/shop/order copying shop/templates/shop/order/reorder-button.html -> build/lib/shop/templates/shop/order creating build/lib/shop/templates/shop/print copying shop/templates/shop/print/base.html -> build/lib/shop/templates/shop/print copying shop/templates/shop/print/delivery-note.html -> build/lib/shop/templates/shop/print copying shop/templates/shop/print/invoice.html -> build/lib/shop/templates/shop/print creating build/lib/shop/templates/shop/products copying shop/templates/shop/products/cart-commodity-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/cart-product-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/catalog-commodity-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/catalog-product-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/dropdown-product-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/email-product-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/order-commodity-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/order-product-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/print-image.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/print-product-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/sample-image.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/sample-image.path -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/sample-image.svg -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/search-commodity-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/search-product-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/watch-commodity-media.html -> build/lib/shop/templates/shop/products copying shop/templates/shop/products/watch-product-media.html -> build/lib/shop/templates/shop/products creating build/lib/shop/templates/shop/search copying shop/templates/shop/search/results.html -> build/lib/shop/templates/shop/search creating build/lib/shop/templates/shop/search/indexes copying shop/templates/shop/search/indexes/product.txt -> build/lib/shop/templates/shop/search/indexes creating build/lib/shop/templates/shop/templatetags copying shop/templates/shop/templatetags/cart-icon.html -> build/lib/shop/templates/shop/templatetags copying shop/templates/shop/templatetags/paginator.html -> build/lib/shop/templates/shop/templatetags creating build/lib/shop/templates/shop/wizards copying shop/templates/shop/wizards/create_product.html -> build/lib/shop/templates/shop/wizards + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2U2xvn + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64 + cd django-shop-1.2.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations copying build/lib/email_auth/migrations/0003_django110.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations copying build/lib/email_auth/migrations/0002_auto_20160327_1119.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations copying build/lib/email_auth/migrations/0004_auto_20170411_1733.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations copying build/lib/email_auth/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations copying build/lib/email_auth/migrations/0005_auto_20191123_2051.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations copying build/lib/email_auth/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations copying build/lib/email_auth/models.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth copying build/lib/email_auth/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templatetags copying build/lib/shop/templatetags/shop_search_tags.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templatetags copying build/lib/shop/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templatetags copying build/lib/shop/templatetags/shop_tags.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templatetags creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/templatetags copying build/lib/shop/templates/shop/templatetags/cart-icon.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/templatetags copying build/lib/shop/templates/shop/templatetags/paginator.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/templatetags copying build/lib/shop/templates/shop/djng-form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/cart copying build/lib/shop/templates/shop/cart/editable.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/cart copying build/lib/shop/templates/shop/cart/static.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/cart copying build/lib/shop/templates/shop/cart/summary.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/cart copying build/lib/shop/templates/shop/cart/watch.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/cart creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/navbar copying build/lib/shop/templates/shop/navbar/search-form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/navbar copying build/lib/shop/templates/shop/navbar/login-logout.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/navbar copying build/lib/shop/templates/shop/navbar/language-chooser.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/navbar copying build/lib/shop/templates/shop/navbar/watch-icon.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/navbar creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/password-reset-request-fields.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/form-messages.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/anonymous-base.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/logout.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/login.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/login-logout.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/login-reset-request.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/password-reset-request.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/password-change.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/register-user.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/change-password-fields.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/continue-as-guest.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/authenticated-base.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/form-not-found.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/proceed-with.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/auth/password-reset-confirm.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/auth copying build/lib/shop/templates/shop/customer.txt -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop copying build/lib/shop/templates/shop/messages.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/email-product-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/dropdown-product-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/sample-image.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/order-commodity-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/cart-commodity-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/print-image.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/watch-commodity-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/catalog-commodity-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/print-product-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/catalog-product-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/sample-image.svg -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/order-product-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/search-commodity-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/sample-image.path -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/cart-product-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/search-product-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/products/watch-product-media.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/products copying build/lib/shop/templates/shop/button.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/print copying build/lib/shop/templates/shop/print/base.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/print copying build/lib/shop/templates/shop/print/invoice.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/print copying build/lib/shop/templates/shop/print/delivery-note.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/print creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/reload-button.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/noop-button.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/payment-method-form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/accept-condition.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/dialog-base.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/shipping-method-summary.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/billing-address-summary.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/shipping-method-form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/billing-address-form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/process-bar.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/required-form-fields.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/payment-method-summary.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/customer-summary.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/next-step-button.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/extra-annotation-form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/extra-annotation-summary.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/proceed-button.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/purchase-button.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/customer-form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/digest-base.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/forms-set.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/shipping-address-form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout copying build/lib/shop/templates/shop/checkout/shipping-address-summary.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/checkout creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/admin creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/admin/includes copying build/lib/shop/templates/shop/admin/includes/fieldset.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/admin/includes copying build/lib/shop/templates/shop/admin/orderitem-product-extra.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/admin creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/admin/edit_inline copying build/lib/shop/templates/shop/admin/edit_inline/stacked-order.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/admin/edit_inline copying build/lib/shop/templates/shop/admin/change_form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/admin copying build/lib/shop/templates/shop/admin/order-extra.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/admin copying build/lib/shop/templates/shop/address.txt -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/order copying build/lib/shop/templates/shop/order/addendum-form.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/order copying build/lib/shop/templates/shop/order/detail.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/order copying build/lib/shop/templates/shop/order/cancel-button.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/order copying build/lib/shop/templates/shop/order/reorder-button.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/order copying build/lib/shop/templates/shop/order/list.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/order creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/breadcrumb copying build/lib/shop/templates/shop/breadcrumb/default.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/breadcrumb copying build/lib/shop/templates/shop/breadcrumb/soft-root.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/breadcrumb copying build/lib/shop/templates/shop/breadcrumb/catalog.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/breadcrumb creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/base.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/password-reset-subject.txt -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/register-user-subject.txt -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/password-reset-body.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/customer-information.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/password-reset-body.txt -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/register-user-body.txt -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/order-detail.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/order-detail.txt -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email copying build/lib/shop/templates/shop/email/register-user-body.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/email creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog copying build/lib/shop/templates/shop/catalog/product-gallery.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog copying build/lib/shop/templates/shop/catalog/available-product-add2cart.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog copying build/lib/shop/templates/shop/catalog/product-heading.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog copying build/lib/shop/templates/shop/catalog/product-add2cart.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog copying build/lib/shop/templates/shop/catalog/product-figure.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog copying build/lib/shop/templates/shop/catalog/bsp-scrollpanel.tmpl.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog copying build/lib/shop/templates/shop/catalog/product-detail.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog copying build/lib/shop/templates/shop/catalog/pagination.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog copying build/lib/shop/templates/shop/catalog/list.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/catalog creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/search creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/search/indexes copying build/lib/shop/templates/shop/search/indexes/product.txt -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/search/indexes copying build/lib/shop/templates/shop/search/results.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/search creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/wizards copying build/lib/shop/templates/shop/wizards/create_product.html -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templates/shop/wizards copying build/lib/shop/exceptions.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop copying build/lib/shop/signals.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0002_auto_20151016_1451.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0008_notification_recipient.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0003_glossary_fields.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0007_notification_recipient.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0006_rename_to_catalog.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0005_unify_address.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0009_delete_email.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0004_ckeditor31.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations copying build/lib/shop/migrations/0010_auto_20191224_0727.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/cart.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/notification.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/related.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/address.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/delivery.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/inventory.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/fields.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/product.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/customer.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models copying build/lib/shop/models/order.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/cart.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/address.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/delivery.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/cart_item.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/mapping.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/delivery_item.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/order_item.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/customer.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/order.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults copying build/lib/shop/models/defaults/commodity.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest copying build/lib/shop/rest/filters.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest copying build/lib/shop/rest/fields.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest copying build/lib/shop/rest/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest copying build/lib/shop/rest/renderers.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest copying build/lib/shop/rest/money.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management/commands copying build/lib/shop/management/commands/shop.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management/commands copying build/lib/shop/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management/commands copying build/lib/shop/management/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management copying build/lib/shop/management/utils.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management copying build/lib/shop/conf.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop copying build/lib/shop/sekizai_processors.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money copying build/lib/shop/money/fields.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money copying build/lib/shop/money/iso4217.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money copying build/lib/shop/money/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money copying build/lib/shop/money/serializers.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money copying build/lib/shop/money/money_maker.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money copying build/lib/shop/filters.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers copying build/lib/shop/modifiers/taxes.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers copying build/lib/shop/modifiers/base.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers copying build/lib/shop/modifiers/pool.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers copying build/lib/shop/modifiers/defaults.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers copying build/lib/shop/modifiers/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views copying build/lib/shop/views/cart.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views copying build/lib/shop/views/catalog.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views copying build/lib/shop/views/address.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views copying build/lib/shop/views/auth.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views copying build/lib/shop/views/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views copying build/lib/shop/views/order.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views copying build/lib/shop/views/checkout.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views copying build/lib/shop/views/sitemap.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin copying build/lib/shop/admin/notification.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin copying build/lib/shop/admin/delivery.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin copying build/lib/shop/admin/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin copying build/lib/shop/admin/product.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin copying build/lib/shop/admin/customer.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin copying build/lib/shop/admin/order.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/defaults copying build/lib/shop/admin/defaults/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/defaults copying build/lib/shop/admin/defaults/customer.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/defaults copying build/lib/shop/admin/defaults/order.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/defaults copying build/lib/shop/admin/defaults/commodity.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/defaults creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/urls copying build/lib/shop/urls/auth.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/urls copying build/lib/shop/urls/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/urls copying build/lib/shop/urls/rest_api.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/urls copying build/lib/shop/urls/payment.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/urls copying build/lib/shop/cms_menus.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop copying build/lib/shop/patches.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/payment copying build/lib/shop/payment/providers.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/payment copying build/lib/shop/payment/workflows.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/payment copying build/lib/shop/payment/modifiers.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/payment copying build/lib/shop/payment/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/payment creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/shipping copying build/lib/shop/shipping/workflows.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/shipping copying build/lib/shop/shipping/modifiers.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/shipping copying build/lib/shop/shipping/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/shipping creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/navbar.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/messages.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/method-form.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js/admin copying build/lib/shop/static/shop/js/admin/customer.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js/admin copying build/lib/shop/static/shop/js/admin/jquery.columnizer.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js/admin copying build/lib/shop/static/shop/js/admin/proceedbuttonplugin.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js/admin copying build/lib/shop/static/shop/js/admin/shoplinkplugin.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js/admin copying build/lib/shop/static/shop/js/admin/popup.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js/admin copying build/lib/shop/static/shop/js/google-report-conversion.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/cart.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/purchase-button.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/search-results.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/address.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/catalog.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/digest.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/utils.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/filter-form.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js copying build/lib/shop/static/shop/js/search-form.js -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/js creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/_django-angular.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/list-items.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/bsp-scrollpanel.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/_product-figure.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/product-gallery.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/djng-forms.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/catalog-list.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/catalog-list.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/bsp-scrollpanel.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/method-form.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/customer.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css/admin copying build/lib/shop/static/shop/css/admin/customer.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css/admin copying build/lib/shop/static/shop/css/admin/product-gallery.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css/admin copying build/lib/shop/static/shop/css/_variables.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/bootstrap-print.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/_django-shop.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/method-form.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/list-items.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/djng-forms.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/_navbar.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/add-to-cart.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/address.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/prevent-widows.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/fix-checkbox-inline.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/add-to-cart.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/customer.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/fix-checkbox-inline.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/bootstrap-print.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/product-gallery.css -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/_spinner.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/static/shop/css/prevent-widows.scss -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/static/shop/css copying build/lib/shop/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/cart.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/catalog.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/settings.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/breadcrumb.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/processbar.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/plugin_base.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/auth.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/extensions.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/order.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/search.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/checkout.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade copying build/lib/shop/cascade/segmentation.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/es creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/es/LC_MESSAGES copying build/lib/shop/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/es/LC_MESSAGES copying build/lib/shop/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/fr creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/fr/LC_MESSAGES copying build/lib/shop/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/fr/LC_MESSAGES copying build/lib/shop/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/pl creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/pl/LC_MESSAGES copying build/lib/shop/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/pl/LC_MESSAGES copying build/lib/shop/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ru creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ru/LC_MESSAGES copying build/lib/shop/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ru/LC_MESSAGES copying build/lib/shop/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/zh_CN creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/zh_CN/LC_MESSAGES copying build/lib/shop/locale/zh_CN/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/zh_CN/LC_MESSAGES copying build/lib/shop/locale/zh_CN/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/nl creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/nl/LC_MESSAGES copying build/lib/shop/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/nl/LC_MESSAGES copying build/lib/shop/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/de creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/de/LC_MESSAGES copying build/lib/shop/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/de/LC_MESSAGES copying build/lib/shop/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/da creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/da/LC_MESSAGES copying build/lib/shop/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/da/LC_MESSAGES copying build/lib/shop/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/pt_BR/LC_MESSAGES copying build/lib/shop/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/pt_BR/LC_MESSAGES copying build/lib/shop/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ja creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ja/LC_MESSAGES copying build/lib/shop/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ja/LC_MESSAGES copying build/lib/shop/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ko creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ko/LC_MESSAGES copying build/lib/shop/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ko/LC_MESSAGES copying build/lib/shop/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/en creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/en/LC_MESSAGES copying build/lib/shop/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/en/LC_MESSAGES copying build/lib/shop/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/hr creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/hr/LC_MESSAGES copying build/lib/shop/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/hr/LC_MESSAGES copying build/lib/shop/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/sv creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/sv/LC_MESSAGES copying build/lib/shop/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/sv/LC_MESSAGES copying build/lib/shop/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/it creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/it/LC_MESSAGES copying build/lib/shop/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/it/LC_MESSAGES copying build/lib/shop/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/locale/it/LC_MESSAGES copying build/lib/shop/context_processors.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms copying build/lib/shop/forms/base.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms copying build/lib/shop/forms/wizards.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms copying build/lib/shop/forms/auth.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms copying build/lib/shop/forms/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms copying build/lib/shop/forms/widgets.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms copying build/lib/shop/forms/checkout.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms copying build/lib/shop/apps.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop copying build/lib/shop/messages.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop copying build/lib/shop/cms_apphooks.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers copying build/lib/shop/serializers/cart.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers copying build/lib/shop/serializers/catalog.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers copying build/lib/shop/serializers/delivery.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers copying build/lib/shop/serializers/bases.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers copying build/lib/shop/serializers/auth.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers copying build/lib/shop/serializers/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers copying build/lib/shop/serializers/order.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers copying build/lib/shop/serializers/checkout.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults copying build/lib/shop/serializers/defaults/catalog.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults copying build/lib/shop/serializers/defaults/product_summary.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults copying build/lib/shop/serializers/defaults/order_item.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults copying build/lib/shop/serializers/defaults/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults copying build/lib/shop/serializers/defaults/customer.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults copying build/lib/shop/serializers/defaults/product_select.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults copying build/lib/shop/transition.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop creating /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/search copying build/lib/shop/search/analyzers.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/search copying build/lib/shop/search/mixins.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/search copying build/lib/shop/search/documents.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/search copying build/lib/shop/search/__init__.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/search copying build/lib/shop/middleware.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop copying build/lib/shop/deferred.py -> /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations/0003_django110.py to 0003_django110.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations/0002_auto_20160327_1119.py to 0002_auto_20160327_1119.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations/0004_auto_20170411_1733.py to 0004_auto_20170411_1733.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations/0005_auto_20191123_2051.py to 0005_auto_20191123_2051.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/email_auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templatetags/shop_search_tags.py to shop_search_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/templatetags/shop_tags.py to shop_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0002_auto_20151016_1451.py to 0002_auto_20151016_1451.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0008_notification_recipient.py to 0008_notification_recipient.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0003_glossary_fields.py to 0003_glossary_fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0007_notification_recipient.py to 0007_notification_recipient.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0006_rename_to_catalog.py to 0006_rename_to_catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0005_unify_address.py to 0005_unify_address.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0009_delete_email.py to 0009_delete_email.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0004_ckeditor31.py to 0004_ckeditor31.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/migrations/0010_auto_20191224_0727.py to 0010_auto_20191224_0727.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/cart.py to cart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/notification.py to notification.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/related.py to related.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/address.py to address.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/delivery.py to delivery.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/inventory.py to inventory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/product.py to product.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/customer.py to customer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/order.py to order.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/cart.py to cart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/address.py to address.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/delivery.py to delivery.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/cart_item.py to cart_item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/mapping.py to mapping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/delivery_item.py to delivery_item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/order_item.py to order_item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/customer.py to customer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/order.py to order.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/models/defaults/commodity.py to commodity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest/renderers.py to renderers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/rest/money.py to money.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management/commands/shop.py to shop.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/management/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/conf.py to conf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/sekizai_processors.py to sekizai_processors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money/iso4217.py to iso4217.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money/serializers.py to serializers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/money/money_maker.py to money_maker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers/taxes.py to taxes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers/pool.py to pool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers/defaults.py to defaults.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/modifiers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views/cart.py to cart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views/catalog.py to catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views/address.py to address.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views/order.py to order.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views/checkout.py to checkout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/views/sitemap.py to sitemap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/notification.py to notification.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/delivery.py to delivery.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/product.py to product.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/customer.py to customer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/order.py to order.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/defaults/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/defaults/customer.py to customer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/defaults/order.py to order.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/admin/defaults/commodity.py to commodity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/urls/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/urls/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/urls/rest_api.py to rest_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/urls/payment.py to payment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cms_menus.py to cms_menus.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/patches.py to patches.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/payment/providers.py to providers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/payment/workflows.py to workflows.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/payment/modifiers.py to modifiers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/payment/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/shipping/workflows.py to workflows.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/shipping/modifiers.py to modifiers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/shipping/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/cart.py to cart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/catalog.py to catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/settings.py to settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/breadcrumb.py to breadcrumb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/processbar.py to processbar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/plugin_base.py to plugin_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/extensions.py to extensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/order.py to order.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/search.py to search.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/checkout.py to checkout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cascade/segmentation.py to segmentation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/context_processors.py to context_processors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms/wizards.py to wizards.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms/widgets.py to widgets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/forms/checkout.py to checkout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/messages.py to messages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/cms_apphooks.py to cms_apphooks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/cart.py to cart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/catalog.py to catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/delivery.py to delivery.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/bases.py to bases.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/order.py to order.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/checkout.py to checkout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults/catalog.py to catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults/product_summary.py to product_summary.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults/order_item.py to order_item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults/customer.py to customer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/serializers/defaults/product_select.py to product_select.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/transition.py to transition.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/search/analyzers.py to analyzers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/search/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/search/documents.py to documents.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/search/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/shop/deferred.py to deferred.cpython-39.pyc writing byte-compilation script '/tmp/tmpd_goyp16.py' /usr/bin/python3 /tmp/tmpd_goyp16.py removing /tmp/tmpd_goyp16.py running install_egg_info running egg_info writing django_shop.egg-info/PKG-INFO writing dependency_links to django_shop.egg-info/dependency_links.txt writing requirements to django_shop.egg-info/requires.txt writing top-level names to django_shop.egg-info/top_level.txt reading manifest file 'django_shop.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'package.json' adding license file 'LICENSE.txt' writing manifest file 'django_shop.egg-info/SOURCES.txt' Copying django_shop.egg-info to /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/usr/lib/python3.9/site-packages/django_shop-1.2.4-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64//usr/share/doc/python-django-shop + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64 ~/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64 ~/build/BUILD/django-shop-1.2.4 + '[' -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 ']' + popd ~/build/BUILD/django-shop-1.2.4 + mv /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.2.4-1 --unique-debug-suffix -1.2.4-1.x86_64 --unique-debug-src-base python-django-shop-1.2.4-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/django-shop-1.2.4 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-shop-1.2.4-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-django-shop-1.2.4-1.noarch Provides: python-django-shop python3-django-shop = 1.2.4-1 python3.9dist(django-shop) = 1.2.4 python3dist(django-shop) = 1.2.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(django) >= 2.1 python3.9dist(django) < 3.1 python3.9dist(django-admin-sortable2) python3.9dist(django-angular) python3.9dist(django-cms) >= 3.7 python3.9dist(django-filer) >= 1.7 python3.9dist(django-formtools) python3.9dist(django-fsm) >= 2.7 python3.9dist(django-fsm-admin) python3.9dist(django-ipware) python3.9dist(django-polymorphic) python3.9dist(django-post-office) python3.9dist(django-rest-auth) python3.9dist(django-select2) python3.9dist(djangocms-cascade) >= 1.3 python3.9dist(djangocms-cascade) < 2 python3.9dist(djangorestframework) >= 3.9 python3.9dist(djangorestframework) < 4 Processing files: python-django-shop-help-1.2.4-1.noarch warning: Empty %files file /builddir/build/BUILD/django-shop-1.2.4/doclist.lst Provides: python-django-shop-help = 1.2.4-1 python3-django-shop-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-shop-1.2.4-1.x86_64 Wrote: /builddir/build/RPMS/python-django-shop-help-1.2.4-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-django-shop-1.2.4-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.X2OY4X + umask 022 + cd /builddir/build/BUILD + cd django-shop-1.2.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-shop-1.2.4-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0