Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-shelfcms.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1683312121.725291/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-shelfcms.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-ShelfCMS-0.12.25-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-shelfcms.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1683312121.725291/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-shelfcms.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-ShelfCMS-0.12.25-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-shelfcms.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1683312121.725291/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-shelfcms.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7hykKg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ShelfCMS-0.12.25 + /usr/bin/gzip -dc /builddir/build/SOURCES/ShelfCMS-0.12.25.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ShelfCMS-0.12.25 + /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.DlStEz + umask 022 + cd /builddir/build/BUILD + cd ShelfCMS-0.12.25 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/shelf copying shelf/manager.py -> build/lib/shelf copying shelf/__init__.py -> build/lib/shelf copying shelf/base.py -> build/lib/shelf creating build/lib/examples copying examples/__init__.py -> build/lib/examples creating build/lib/tests copying tests/test_fulltest_browsing.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_fulltest.py -> build/lib/tests copying tests/upload_failure_screens.py -> build/lib/tests copying tests/test_hello_world.py -> build/lib/tests creating build/lib/shelf/security copying shelf/security/decorators.py -> build/lib/shelf/security copying shelf/security/__init__.py -> build/lib/shelf/security copying shelf/security/view.py -> build/lib/shelf/security copying shelf/security/mixin.py -> build/lib/shelf/security copying shelf/security/models.py -> build/lib/shelf/security creating build/lib/shelf/plugins copying shelf/plugins/__init__.py -> build/lib/shelf/plugins creating build/lib/shelf/admin copying shelf/admin/form.py -> build/lib/shelf/admin copying shelf/admin/field.py -> build/lib/shelf/admin copying shelf/admin/__init__.py -> build/lib/shelf/admin copying shelf/admin/actions.py -> build/lib/shelf/admin copying shelf/admin/view.py -> build/lib/shelf/admin copying shelf/admin/base.py -> build/lib/shelf/admin copying shelf/admin/widget.py -> build/lib/shelf/admin creating build/lib/shelf/plugins/tags copying shelf/plugins/tags/__init__.py -> build/lib/shelf/plugins/tags creating build/lib/shelf/plugins/order copying shelf/plugins/order/__init__.py -> build/lib/shelf/plugins/order creating build/lib/shelf/plugins/dashboard copying shelf/plugins/dashboard/__init__.py -> build/lib/shelf/plugins/dashboard copying shelf/plugins/dashboard/widget.py -> build/lib/shelf/plugins/dashboard copying shelf/plugins/dashboard/provider.py -> build/lib/shelf/plugins/dashboard creating build/lib/shelf/plugins/library copying shelf/plugins/library/__init__.py -> build/lib/shelf/plugins/library creating build/lib/shelf/plugins/wysiwyg copying shelf/plugins/wysiwyg/__init__.py -> build/lib/shelf/plugins/wysiwyg creating build/lib/shelf/plugins/ecommerce copying shelf/plugins/ecommerce/views.py -> build/lib/shelf/plugins/ecommerce copying shelf/plugins/ecommerce/__init__.py -> build/lib/shelf/plugins/ecommerce copying shelf/plugins/ecommerce/abstract_views.py -> build/lib/shelf/plugins/ecommerce copying shelf/plugins/ecommerce/abstract_models.py -> build/lib/shelf/plugins/ecommerce copying shelf/plugins/ecommerce/models.py -> build/lib/shelf/plugins/ecommerce creating build/lib/shelf/plugins/blueprint copying shelf/plugins/blueprint/__init__.py -> build/lib/shelf/plugins/blueprint creating build/lib/shelf/plugins/slider copying shelf/plugins/slider/__init__.py -> build/lib/shelf/plugins/slider creating build/lib/shelf/plugins/workflow copying shelf/plugins/workflow/__init__.py -> build/lib/shelf/plugins/workflow creating build/lib/shelf/plugins/page copying shelf/plugins/page/__init__.py -> build/lib/shelf/plugins/page creating build/lib/shelf/plugins/analytics copying shelf/plugins/analytics/__init__.py -> build/lib/shelf/plugins/analytics creating build/lib/shelf/plugins/preview copying shelf/plugins/preview/__init__.py -> build/lib/shelf/plugins/preview creating build/lib/shelf/plugins/i18n copying shelf/plugins/i18n/__init__.py -> build/lib/shelf/plugins/i18n creating build/lib/examples/fulltest copying examples/fulltest/__init__.py -> build/lib/examples/fulltest copying examples/fulltest/view.py -> build/lib/examples/fulltest copying examples/fulltest/admin.py -> build/lib/examples/fulltest copying examples/fulltest/manage.py -> build/lib/examples/fulltest copying examples/fulltest/filters.py -> build/lib/examples/fulltest copying examples/fulltest/models.py -> build/lib/examples/fulltest copying examples/fulltest/app.py -> build/lib/examples/fulltest copying examples/fulltest/config.py -> build/lib/examples/fulltest running egg_info writing ShelfCMS.egg-info/PKG-INFO /usr/lib/python3.9/site-packages/setuptools/dist.py:151: UserWarning: newlines not allowed and will break in the future warnings.warn("newlines not allowed and will break in the future") writing dependency_links to ShelfCMS.egg-info/dependency_links.txt writing requirements to ShelfCMS.egg-info/requires.txt writing top-level names to ShelfCMS.egg-info/top_level.txt reading manifest file 'ShelfCMS.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ShelfCMS.egg-info/SOURCES.txt' creating build/lib/shelf/static creating build/lib/shelf/static/bootstrap3 creating build/lib/shelf/static/bootstrap3/css copying shelf/static/bootstrap3/css/bootstrap-theme.css -> build/lib/shelf/static/bootstrap3/css copying shelf/static/bootstrap3/css/bootstrap-theme.css.map -> build/lib/shelf/static/bootstrap3/css copying shelf/static/bootstrap3/css/bootstrap-theme.min.css -> build/lib/shelf/static/bootstrap3/css copying shelf/static/bootstrap3/css/bootstrap.css -> build/lib/shelf/static/bootstrap3/css copying shelf/static/bootstrap3/css/bootstrap.css.map -> build/lib/shelf/static/bootstrap3/css copying shelf/static/bootstrap3/css/bootstrap.min.css -> build/lib/shelf/static/bootstrap3/css creating build/lib/shelf/static/bootstrap3/fonts copying shelf/static/bootstrap3/fonts/glyphicons-halflings-regular.eot -> build/lib/shelf/static/bootstrap3/fonts copying shelf/static/bootstrap3/fonts/glyphicons-halflings-regular.svg -> build/lib/shelf/static/bootstrap3/fonts copying shelf/static/bootstrap3/fonts/glyphicons-halflings-regular.ttf -> build/lib/shelf/static/bootstrap3/fonts copying shelf/static/bootstrap3/fonts/glyphicons-halflings-regular.woff -> build/lib/shelf/static/bootstrap3/fonts creating build/lib/shelf/static/bootstrap3/js copying shelf/static/bootstrap3/js/bootstrap.js -> build/lib/shelf/static/bootstrap3/js copying shelf/static/bootstrap3/js/bootstrap.min.js -> build/lib/shelf/static/bootstrap3/js creating build/lib/shelf/static/font-awesome creating build/lib/shelf/static/font-awesome/css copying shelf/static/font-awesome/css/font-awesome.css -> build/lib/shelf/static/font-awesome/css copying shelf/static/font-awesome/css/font-awesome.min.css -> build/lib/shelf/static/font-awesome/css creating build/lib/shelf/static/font-awesome/fonts copying shelf/static/font-awesome/fonts/FontAwesome.otf -> build/lib/shelf/static/font-awesome/fonts copying shelf/static/font-awesome/fonts/fontawesome-webfont.eot -> build/lib/shelf/static/font-awesome/fonts copying shelf/static/font-awesome/fonts/fontawesome-webfont.svg -> build/lib/shelf/static/font-awesome/fonts copying shelf/static/font-awesome/fonts/fontawesome-webfont.ttf -> build/lib/shelf/static/font-awesome/fonts copying shelf/static/font-awesome/fonts/fontawesome-webfont.woff -> build/lib/shelf/static/font-awesome/fonts creating build/lib/shelf/static/humanize copying shelf/static/humanize/humanize.js -> build/lib/shelf/static/humanize creating build/lib/shelf/static/jquery copying shelf/static/jquery/jquery-2.1.1.min.js -> build/lib/shelf/static/jquery copying shelf/static/jquery/jquery.cropit.js -> build/lib/shelf/static/jquery copying shelf/static/jquery/jquery.observe.js -> build/lib/shelf/static/jquery creating build/lib/shelf/static/select2 copying shelf/static/select2/select2-flat.css -> build/lib/shelf/static/select2 creating build/lib/shelf/static/shelf creating build/lib/shelf/static/shelf/css copying shelf/static/shelf/css/login.css -> build/lib/shelf/static/shelf/css copying shelf/static/shelf/css/shelf.css -> build/lib/shelf/static/shelf/css creating build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/bg-zone-upload-ko.jpg -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/bg-zone-upload-ok.jpg -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/bg-zone-upload.jpg -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/bg-zone-upload.png -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/geometry.png -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/minishelf.png -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/missing-picture.png -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/motif_up.png -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/patch_bottom_menu.jpg -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/patch_top_menu.png -> build/lib/shelf/static/shelf/img copying shelf/static/shelf/img/shelf_logo.png -> build/lib/shelf/static/shelf/img creating build/lib/shelf/static/shelf/js copying shelf/static/shelf/js/actions.js -> build/lib/shelf/static/shelf/js copying shelf/static/shelf/js/filters.js -> build/lib/shelf/static/shelf/js copying shelf/static/shelf/js/form.js -> build/lib/shelf/static/shelf/js copying shelf/static/shelf/js/library_field.js -> build/lib/shelf/static/shelf/js creating build/lib/shelf/static/switchery copying shelf/static/switchery/switchery.min.css -> build/lib/shelf/static/switchery copying shelf/static/switchery/switchery.min.js -> build/lib/shelf/static/switchery creating build/lib/shelf/static/tinymce copying shelf/static/tinymce/tinymce.min.js -> build/lib/shelf/static/tinymce creating build/lib/shelf/static/tinymce/skins creating build/lib/shelf/static/tinymce/skins/lightgray copying shelf/static/tinymce/skins/lightgray/content.inline.min.css -> build/lib/shelf/static/tinymce/skins/lightgray copying shelf/static/tinymce/skins/lightgray/content.min.css -> build/lib/shelf/static/tinymce/skins/lightgray copying shelf/static/tinymce/skins/lightgray/skin.ie7.min.css -> build/lib/shelf/static/tinymce/skins/lightgray copying shelf/static/tinymce/skins/lightgray/skin.min.css -> build/lib/shelf/static/tinymce/skins/lightgray creating build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.eot -> build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.json -> build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.svg -> build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.ttf -> build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.woff -> build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce.eot -> build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce.json -> build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce.svg -> build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce.ttf -> build/lib/shelf/static/tinymce/skins/lightgray/fonts copying shelf/static/tinymce/skins/lightgray/fonts/tinymce.woff -> build/lib/shelf/static/tinymce/skins/lightgray/fonts creating build/lib/shelf/static/tinymce/skins/lightgray/img copying shelf/static/tinymce/skins/lightgray/img/anchor.gif -> build/lib/shelf/static/tinymce/skins/lightgray/img copying shelf/static/tinymce/skins/lightgray/img/loader.gif -> build/lib/shelf/static/tinymce/skins/lightgray/img copying shelf/static/tinymce/skins/lightgray/img/object.gif -> build/lib/shelf/static/tinymce/skins/lightgray/img copying shelf/static/tinymce/skins/lightgray/img/trans.gif -> build/lib/shelf/static/tinymce/skins/lightgray/img creating build/lib/shelf/templates copying shelf/templates/layout.html -> build/lib/shelf/templates creating build/lib/shelf/templates/shelf copying shelf/templates/shelf/actions.html -> build/lib/shelf/templates/shelf copying shelf/templates/shelf/base.html -> build/lib/shelf/templates/shelf copying shelf/templates/shelf/index.html -> build/lib/shelf/templates/shelf copying shelf/templates/shelf/lib.html -> build/lib/shelf/templates/shelf copying shelf/templates/shelf/static.html -> build/lib/shelf/templates/shelf creating build/lib/shelf/templates/shelf-security copying shelf/templates/shelf-security/_macros.html -> build/lib/shelf/templates/shelf-security copying shelf/templates/shelf-security/base.html -> build/lib/shelf/templates/shelf-security copying shelf/templates/shelf-security/change_password.html -> build/lib/shelf/templates/shelf-security copying shelf/templates/shelf-security/forgot_password.html -> build/lib/shelf/templates/shelf-security copying shelf/templates/shelf-security/login.html -> build/lib/shelf/templates/shelf-security copying shelf/templates/shelf-security/register.html -> build/lib/shelf/templates/shelf-security copying shelf/templates/shelf-security/reset_password.html -> build/lib/shelf/templates/shelf-security copying shelf/templates/shelf-security/send_confirmation.html -> build/lib/shelf/templates/shelf-security copying shelf/templates/shelf-security/user_panel.html -> build/lib/shelf/templates/shelf-security creating build/lib/shelf/templates/shelf/login copying shelf/templates/shelf/login/base.html -> build/lib/shelf/templates/shelf/login creating build/lib/shelf/templates/shelf/model copying shelf/templates/shelf/model/create.html -> build/lib/shelf/templates/shelf/model copying shelf/templates/shelf/model/edit.html -> build/lib/shelf/templates/shelf/model copying shelf/templates/shelf/model/inline-field-list.html -> build/lib/shelf/templates/shelf/model copying shelf/templates/shelf/model/inline-form-collapse.html -> build/lib/shelf/templates/shelf/model copying shelf/templates/shelf/model/inline-form.html -> build/lib/shelf/templates/shelf/model copying shelf/templates/shelf/model/inline-list-base.html -> build/lib/shelf/templates/shelf/model copying shelf/templates/shelf/model/layout.html -> build/lib/shelf/templates/shelf/model copying shelf/templates/shelf/model/list.html -> build/lib/shelf/templates/shelf/model creating build/lib/shelf/plugins/order/templates copying shelf/plugins/order/templates/ordering-inline-field-list.html -> build/lib/shelf/plugins/order/templates copying shelf/plugins/order/templates/ordering-inline-form.html -> build/lib/shelf/plugins/order/templates copying shelf/plugins/order/templates/ordering-inline-list-base.html -> build/lib/shelf/plugins/order/templates copying shelf/plugins/order/templates/ordering-inline-tail.html -> build/lib/shelf/plugins/order/templates creating build/lib/shelf/plugins/dashboard/static copying shelf/plugins/dashboard/static/dashboard.css -> build/lib/shelf/plugins/dashboard/static copying shelf/plugins/dashboard/static/masonry.min.js -> build/lib/shelf/plugins/dashboard/static copying shelf/plugins/dashboard/static/morris.css -> build/lib/shelf/plugins/dashboard/static copying shelf/plugins/dashboard/static/morris.min.js -> build/lib/shelf/plugins/dashboard/static copying shelf/plugins/dashboard/static/raphael-min.js -> build/lib/shelf/plugins/dashboard/static creating build/lib/shelf/plugins/dashboard/templates copying shelf/plugins/dashboard/templates/bar.html -> build/lib/shelf/plugins/dashboard/templates copying shelf/plugins/dashboard/templates/dashboard.html -> build/lib/shelf/plugins/dashboard/templates copying shelf/plugins/dashboard/templates/donut.html -> build/lib/shelf/plugins/dashboard/templates copying shelf/plugins/dashboard/templates/evolution.html -> build/lib/shelf/plugins/dashboard/templates copying shelf/plugins/dashboard/templates/picture-text.html -> build/lib/shelf/plugins/dashboard/templates copying shelf/plugins/dashboard/templates/simple-text.html -> build/lib/shelf/plugins/dashboard/templates creating build/lib/shelf/plugins/library/static copying shelf/plugins/library/static/jquery.file.js -> build/lib/shelf/plugins/library/static copying shelf/plugins/library/static/smartcrop.js -> build/lib/shelf/plugins/library/static creating build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-field-file.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-field-picture-path.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-field-picture.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-library-field-tail.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-library-icon-list.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-library-list.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-library-modal-crop.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-library-modal-icon-list.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-library-modal-list.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-library-modal-macros.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-library-modal-upload.html -> build/lib/shelf/plugins/library/templates copying shelf/plugins/library/templates/shelf-library-upload.html -> build/lib/shelf/plugins/library/templates creating build/lib/shelf/plugins/wysiwyg/static creating build/lib/shelf/plugins/wysiwyg/static/tinymce copying shelf/plugins/wysiwyg/static/tinymce/jquery.tinymce.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce copying shelf/plugins/wysiwyg/static/tinymce/license.txt -> build/lib/shelf/plugins/wysiwyg/static/tinymce copying shelf/plugins/wysiwyg/static/tinymce/tinymce.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce creating build/lib/shelf/plugins/wysiwyg/static/tinymce/langs copying shelf/plugins/wysiwyg/static/tinymce/langs/readme.md -> build/lib/shelf/plugins/wysiwyg/static/tinymce/langs creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/advlist copying shelf/plugins/wysiwyg/static/tinymce/plugins/advlist/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/advlist creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/anchor copying shelf/plugins/wysiwyg/static/tinymce/plugins/anchor/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/anchor creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/autolink copying shelf/plugins/wysiwyg/static/tinymce/plugins/autolink/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/autolink creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/autoresize copying shelf/plugins/wysiwyg/static/tinymce/plugins/autoresize/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/autoresize creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/autosave copying shelf/plugins/wysiwyg/static/tinymce/plugins/autosave/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/autosave creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/bbcode copying shelf/plugins/wysiwyg/static/tinymce/plugins/bbcode/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/bbcode creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/charmap copying shelf/plugins/wysiwyg/static/tinymce/plugins/charmap/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/charmap creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/code copying shelf/plugins/wysiwyg/static/tinymce/plugins/code/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/code creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/colorpicker copying shelf/plugins/wysiwyg/static/tinymce/plugins/colorpicker/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/colorpicker creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/contextmenu copying shelf/plugins/wysiwyg/static/tinymce/plugins/contextmenu/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/contextmenu creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/directionality copying shelf/plugins/wysiwyg/static/tinymce/plugins/directionality/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/directionality creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-cool.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-cry.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-embarassed.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-frown.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-innocent.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-kiss.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-laughing.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-money-mouth.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-sealed.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-smile.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-surprised.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-tongue-out.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-undecided.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-wink.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-yell.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/example copying shelf/plugins/wysiwyg/static/tinymce/plugins/example/dialog.html -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/example copying shelf/plugins/wysiwyg/static/tinymce/plugins/example/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/example creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/example_dependency copying shelf/plugins/wysiwyg/static/tinymce/plugins/example_dependency/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/example_dependency creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/fullpage copying shelf/plugins/wysiwyg/static/tinymce/plugins/fullpage/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/fullpage creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/fullscreen copying shelf/plugins/wysiwyg/static/tinymce/plugins/fullscreen/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/fullscreen creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/hr copying shelf/plugins/wysiwyg/static/tinymce/plugins/hr/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/hr creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/image copying shelf/plugins/wysiwyg/static/tinymce/plugins/image/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/image creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/importcss copying shelf/plugins/wysiwyg/static/tinymce/plugins/importcss/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/importcss creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/insertdatetime copying shelf/plugins/wysiwyg/static/tinymce/plugins/insertdatetime/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/insertdatetime creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/layer copying shelf/plugins/wysiwyg/static/tinymce/plugins/layer/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/layer creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/legacyoutput copying shelf/plugins/wysiwyg/static/tinymce/plugins/legacyoutput/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/legacyoutput creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/link copying shelf/plugins/wysiwyg/static/tinymce/plugins/link/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/link creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/lists copying shelf/plugins/wysiwyg/static/tinymce/plugins/lists/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/lists creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/media copying shelf/plugins/wysiwyg/static/tinymce/plugins/media/moxieplayer.swf -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/media copying shelf/plugins/wysiwyg/static/tinymce/plugins/media/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/media creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/nonbreaking copying shelf/plugins/wysiwyg/static/tinymce/plugins/nonbreaking/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/nonbreaking creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/noneditable copying shelf/plugins/wysiwyg/static/tinymce/plugins/noneditable/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/noneditable creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/pagebreak copying shelf/plugins/wysiwyg/static/tinymce/plugins/pagebreak/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/pagebreak creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/paste copying shelf/plugins/wysiwyg/static/tinymce/plugins/paste/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/paste creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/preview copying shelf/plugins/wysiwyg/static/tinymce/plugins/preview/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/preview creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/print copying shelf/plugins/wysiwyg/static/tinymce/plugins/print/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/print creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/save copying shelf/plugins/wysiwyg/static/tinymce/plugins/save/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/save creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/searchreplace copying shelf/plugins/wysiwyg/static/tinymce/plugins/searchreplace/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/searchreplace creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/spellchecker copying shelf/plugins/wysiwyg/static/tinymce/plugins/spellchecker/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/spellchecker creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/tabfocus copying shelf/plugins/wysiwyg/static/tinymce/plugins/tabfocus/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/tabfocus creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/table copying shelf/plugins/wysiwyg/static/tinymce/plugins/table/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/table creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/template copying shelf/plugins/wysiwyg/static/tinymce/plugins/template/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/template creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/textcolor copying shelf/plugins/wysiwyg/static/tinymce/plugins/textcolor/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/textcolor creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/textpattern copying shelf/plugins/wysiwyg/static/tinymce/plugins/textpattern/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/textpattern creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks copying shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks/css copying shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks/css/visualblocks.css -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks/css creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/visualchars copying shelf/plugins/wysiwyg/static/tinymce/plugins/visualchars/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/visualchars creating build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/wordcount copying shelf/plugins/wysiwyg/static/tinymce/plugins/wordcount/plugin.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/wordcount creating build/lib/shelf/plugins/wysiwyg/static/tinymce/skins creating build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/content.inline.min.css -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/content.min.css -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/skin.ie7.min.css -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/skin.min.css -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray creating build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/readme.md -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.dev.svg -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.eot -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.svg -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.ttf -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.woff -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.dev.svg -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.eot -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.svg -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.ttf -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.woff -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts creating build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img/anchor.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img/loader.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img/object.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img copying shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img/trans.gif -> build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img creating build/lib/shelf/plugins/wysiwyg/static/tinymce/themes creating build/lib/shelf/plugins/wysiwyg/static/tinymce/themes/modern copying shelf/plugins/wysiwyg/static/tinymce/themes/modern/theme.min.js -> build/lib/shelf/plugins/wysiwyg/static/tinymce/themes/modern creating build/lib/shelf/plugins/wysiwyg/templates copying shelf/plugins/wysiwyg/templates/wysiwyg_tail.html -> build/lib/shelf/plugins/wysiwyg/templates creating build/lib/shelf/plugins/ecommerce/templates copying shelf/plugins/ecommerce/templates/client.html -> build/lib/shelf/plugins/ecommerce/templates copying shelf/plugins/ecommerce/templates/client.list-actions.html -> build/lib/shelf/plugins/ecommerce/templates copying shelf/plugins/ecommerce/templates/order-list.html -> build/lib/shelf/plugins/ecommerce/templates copying shelf/plugins/ecommerce/templates/order.html -> build/lib/shelf/plugins/ecommerce/templates creating build/lib/shelf/plugins/slider/templates copying shelf/plugins/slider/templates/slider-field.html -> build/lib/shelf/plugins/slider/templates creating build/lib/shelf/plugins/workflow/templates copying shelf/plugins/workflow/templates/js.html -> build/lib/shelf/plugins/workflow/templates copying shelf/plugins/workflow/templates/workflow-button.html -> build/lib/shelf/plugins/workflow/templates creating build/lib/shelf/plugins/page/templates copying shelf/plugins/page/templates/page-admin-edit.html -> build/lib/shelf/plugins/page/templates copying shelf/plugins/page/templates/page-admin-list.html -> build/lib/shelf/plugins/page/templates creating build/lib/shelf/plugins/preview/templates copying shelf/plugins/preview/templates/preview_button.html -> build/lib/shelf/plugins/preview/templates creating build/lib/shelf/plugins/i18n/templates copying shelf/plugins/i18n/templates/localized-widget.html -> build/lib/shelf/plugins/i18n/templates copying shelf/plugins/i18n/templates/shelf-i18n-field-tail.html -> build/lib/shelf/plugins/i18n/templates + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hnoyms + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64 + cd ShelfCMS-0.12.25 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf copying build/lib/shelf/manager.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security copying build/lib/shelf/security/decorators.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security copying build/lib/shelf/security/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security copying build/lib/shelf/security/view.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security copying build/lib/shelf/security/mixin.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security copying build/lib/shelf/security/models.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security copying build/lib/shelf/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/tags copying build/lib/shelf/plugins/tags/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/tags copying build/lib/shelf/plugins/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/order copying build/lib/shelf/plugins/order/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/order creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/order/templates copying build/lib/shelf/plugins/order/templates/ordering-inline-field-list.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/order/templates copying build/lib/shelf/plugins/order/templates/ordering-inline-tail.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/order/templates copying build/lib/shelf/plugins/order/templates/ordering-inline-list-base.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/order/templates copying build/lib/shelf/plugins/order/templates/ordering-inline-form.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/order/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard copying build/lib/shelf/plugins/dashboard/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/templates copying build/lib/shelf/plugins/dashboard/templates/evolution.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/templates copying build/lib/shelf/plugins/dashboard/templates/donut.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/templates copying build/lib/shelf/plugins/dashboard/templates/bar.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/templates copying build/lib/shelf/plugins/dashboard/templates/picture-text.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/templates copying build/lib/shelf/plugins/dashboard/templates/dashboard.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/templates copying build/lib/shelf/plugins/dashboard/templates/simple-text.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/static copying build/lib/shelf/plugins/dashboard/static/raphael-min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/static copying build/lib/shelf/plugins/dashboard/static/masonry.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/static copying build/lib/shelf/plugins/dashboard/static/morris.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/static copying build/lib/shelf/plugins/dashboard/static/morris.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/static copying build/lib/shelf/plugins/dashboard/static/dashboard.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/static copying build/lib/shelf/plugins/dashboard/widget.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard copying build/lib/shelf/plugins/dashboard/provider.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library copying build/lib/shelf/plugins/library/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-library-modal-upload.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-library-modal-macros.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-library-upload.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-field-picture.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-field-file.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-library-modal-icon-list.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-library-modal-list.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-library-field-tail.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-field-picture-path.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-library-list.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-library-modal-crop.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates copying build/lib/shelf/plugins/library/templates/shelf-library-icon-list.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/static copying build/lib/shelf/plugins/library/static/smartcrop.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/static copying build/lib/shelf/plugins/library/static/jquery.file.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/static creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg copying build/lib/shelf/plugins/wysiwyg/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/templates copying build/lib/shelf/plugins/wysiwyg/templates/wysiwyg_tail.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce copying build/lib/shelf/plugins/wysiwyg/static/tinymce/license.txt -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/lists copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/lists/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/lists creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/code copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/code/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/code creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/fullpage copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/fullpage/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/fullpage creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/contextmenu copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/contextmenu/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/contextmenu creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/importcss copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/importcss/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/importcss creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/autosave copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/autosave/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/autosave creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/example copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/example/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/example copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/example/dialog.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/example creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-smile.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-tongue-out.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-frown.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-sealed.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-money-mouth.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-laughing.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-wink.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-cool.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-innocent.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-undecided.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-surprised.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-yell.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-cry.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-kiss.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img/smiley-embarassed.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/emoticons/img creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/anchor copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/anchor/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/anchor creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/legacyoutput copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/legacyoutput/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/legacyoutput creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/visualchars copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/visualchars/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/visualchars creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/spellchecker copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/spellchecker/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/spellchecker creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/fullscreen copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/fullscreen/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/fullscreen creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/textpattern copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/textpattern/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/textpattern creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/searchreplace copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/searchreplace/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/searchreplace creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/link copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/link/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/link creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/example_dependency copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/example_dependency/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/example_dependency creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/pagebreak copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/pagebreak/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/pagebreak creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/media copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/media/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/media copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/media/moxieplayer.swf -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/media creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/directionality copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/directionality/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/directionality creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/textcolor copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/textcolor/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/textcolor creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/template copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/template/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/template creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/bbcode copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/bbcode/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/bbcode creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/charmap copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/charmap/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/charmap creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/save copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/save/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/save creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/table copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/table/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/table creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/print copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/print/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/print creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/nonbreaking copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/nonbreaking/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/nonbreaking creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/insertdatetime copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/insertdatetime/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/insertdatetime creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/layer copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/layer/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/layer creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/image copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/image/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/image creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/autoresize copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/autoresize/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/autoresize creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/preview copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/preview/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/preview creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/tabfocus copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/tabfocus/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/tabfocus creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks/css copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks/css/visualblocks.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/visualblocks/css creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/advlist copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/advlist/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/advlist creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/colorpicker copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/colorpicker/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/colorpicker creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/hr copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/hr/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/hr creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/autolink copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/autolink/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/autolink creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/paste copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/paste/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/paste creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/noneditable copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/noneditable/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/noneditable creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/wordcount copying build/lib/shelf/plugins/wysiwyg/static/tinymce/plugins/wordcount/plugin.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/plugins/wordcount creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/themes creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/themes/modern copying build/lib/shelf/plugins/wysiwyg/static/tinymce/themes/modern/theme.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/themes/modern creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/langs copying build/lib/shelf/plugins/wysiwyg/static/tinymce/langs/readme.md -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/langs copying build/lib/shelf/plugins/wysiwyg/static/tinymce/tinymce.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce copying build/lib/shelf/plugins/wysiwyg/static/tinymce/jquery.tinymce.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/skin.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/content.inline.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/content.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/skin.ie7.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img/object.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img/anchor.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img/loader.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img/trans.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/img creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.ttf -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/readme.md -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.ttf -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.eot -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.dev.svg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.woff -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.woff -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.svg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce.dev.svg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.svg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts/tinymce-small.eot -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/static/tinymce/skins/lightgray/fonts creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce copying build/lib/shelf/plugins/ecommerce/views.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce copying build/lib/shelf/plugins/ecommerce/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/templates copying build/lib/shelf/plugins/ecommerce/templates/client.list-actions.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/templates copying build/lib/shelf/plugins/ecommerce/templates/order-list.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/templates copying build/lib/shelf/plugins/ecommerce/templates/client.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/templates copying build/lib/shelf/plugins/ecommerce/templates/order.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/templates copying build/lib/shelf/plugins/ecommerce/abstract_views.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce copying build/lib/shelf/plugins/ecommerce/abstract_models.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce copying build/lib/shelf/plugins/ecommerce/models.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/blueprint copying build/lib/shelf/plugins/blueprint/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/blueprint creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/slider copying build/lib/shelf/plugins/slider/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/slider creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/slider/templates copying build/lib/shelf/plugins/slider/templates/slider-field.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/slider/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/workflow copying build/lib/shelf/plugins/workflow/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/workflow creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/workflow/templates copying build/lib/shelf/plugins/workflow/templates/js.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/workflow/templates copying build/lib/shelf/plugins/workflow/templates/workflow-button.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/workflow/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/page copying build/lib/shelf/plugins/page/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/page creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/page/templates copying build/lib/shelf/plugins/page/templates/page-admin-list.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/page/templates copying build/lib/shelf/plugins/page/templates/page-admin-edit.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/page/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/analytics copying build/lib/shelf/plugins/analytics/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/analytics creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/preview copying build/lib/shelf/plugins/preview/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/preview creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/preview/templates copying build/lib/shelf/plugins/preview/templates/preview_button.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/preview/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/i18n copying build/lib/shelf/plugins/i18n/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/i18n creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/i18n/templates copying build/lib/shelf/plugins/i18n/templates/localized-widget.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/i18n/templates copying build/lib/shelf/plugins/i18n/templates/shelf-i18n-field-tail.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/i18n/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/shelf-security/forgot_password.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/shelf-security/register.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/shelf-security/send_confirmation.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/shelf-security/user_panel.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/shelf-security/login.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/shelf-security/reset_password.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/shelf-security/change_password.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/shelf-security/_macros.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/shelf-security/base.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf-security copying build/lib/shelf/templates/layout.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf copying build/lib/shelf/templates/shelf/actions.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/model copying build/lib/shelf/templates/shelf/model/inline-form-collapse.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/model copying build/lib/shelf/templates/shelf/model/inline-list-base.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/model copying build/lib/shelf/templates/shelf/model/edit.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/model copying build/lib/shelf/templates/shelf/model/create.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/model copying build/lib/shelf/templates/shelf/model/inline-field-list.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/model copying build/lib/shelf/templates/shelf/model/layout.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/model copying build/lib/shelf/templates/shelf/model/inline-form.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/model copying build/lib/shelf/templates/shelf/model/list.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/model creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/login copying build/lib/shelf/templates/shelf/login/base.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf/login copying build/lib/shelf/templates/shelf/index.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf copying build/lib/shelf/templates/shelf/lib.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf copying build/lib/shelf/templates/shelf/base.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf copying build/lib/shelf/templates/shelf/static.html -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/templates/shelf creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin copying build/lib/shelf/admin/form.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin copying build/lib/shelf/admin/field.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin copying build/lib/shelf/admin/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin copying build/lib/shelf/admin/actions.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin copying build/lib/shelf/admin/view.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin copying build/lib/shelf/admin/base.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin copying build/lib/shelf/admin/widget.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3 creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/css copying build/lib/shelf/static/bootstrap3/css/bootstrap-theme.css.map -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/css copying build/lib/shelf/static/bootstrap3/css/bootstrap.css.map -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/css copying build/lib/shelf/static/bootstrap3/css/bootstrap.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/css copying build/lib/shelf/static/bootstrap3/css/bootstrap.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/css copying build/lib/shelf/static/bootstrap3/css/bootstrap-theme.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/css copying build/lib/shelf/static/bootstrap3/css/bootstrap-theme.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/css creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/js copying build/lib/shelf/static/bootstrap3/js/bootstrap.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/js copying build/lib/shelf/static/bootstrap3/js/bootstrap.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/js creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/fonts copying build/lib/shelf/static/bootstrap3/fonts/glyphicons-halflings-regular.ttf -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/fonts copying build/lib/shelf/static/bootstrap3/fonts/glyphicons-halflings-regular.svg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/fonts copying build/lib/shelf/static/bootstrap3/fonts/glyphicons-halflings-regular.woff -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/fonts copying build/lib/shelf/static/bootstrap3/fonts/glyphicons-halflings-regular.eot -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/bootstrap3/fonts creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/jquery copying build/lib/shelf/static/jquery/jquery-2.1.1.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/jquery copying build/lib/shelf/static/jquery/jquery.cropit.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/jquery copying build/lib/shelf/static/jquery/jquery.observe.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/jquery creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/select2 copying build/lib/shelf/static/select2/select2-flat.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/select2 creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/switchery copying build/lib/shelf/static/switchery/switchery.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/switchery copying build/lib/shelf/static/switchery/switchery.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/switchery creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome/css copying build/lib/shelf/static/font-awesome/css/font-awesome.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome/css copying build/lib/shelf/static/font-awesome/css/font-awesome.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome/css creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome/fonts copying build/lib/shelf/static/font-awesome/fonts/FontAwesome.otf -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome/fonts copying build/lib/shelf/static/font-awesome/fonts/fontawesome-webfont.ttf -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome/fonts copying build/lib/shelf/static/font-awesome/fonts/fontawesome-webfont.svg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome/fonts copying build/lib/shelf/static/font-awesome/fonts/fontawesome-webfont.woff -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome/fonts copying build/lib/shelf/static/font-awesome/fonts/fontawesome-webfont.eot -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/font-awesome/fonts creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/css copying build/lib/shelf/static/shelf/css/login.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/css copying build/lib/shelf/static/shelf/css/shelf.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/css creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/js copying build/lib/shelf/static/shelf/js/actions.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/js copying build/lib/shelf/static/shelf/js/library_field.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/js copying build/lib/shelf/static/shelf/js/filters.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/js copying build/lib/shelf/static/shelf/js/form.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/js creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/bg-zone-upload-ok.jpg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/patch_top_menu.png -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/patch_bottom_menu.jpg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/bg-zone-upload.jpg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/shelf_logo.png -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/motif_up.png -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/bg-zone-upload-ko.jpg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/bg-zone-upload.png -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/geometry.png -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/minishelf.png -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img copying build/lib/shelf/static/shelf/img/missing-picture.png -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/shelf/img creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/humanize copying build/lib/shelf/static/humanize/humanize.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/humanize creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce copying build/lib/shelf/static/tinymce/tinymce.min.js -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray copying build/lib/shelf/static/tinymce/skins/lightgray/skin.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray copying build/lib/shelf/static/tinymce/skins/lightgray/content.inline.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray copying build/lib/shelf/static/tinymce/skins/lightgray/content.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray copying build/lib/shelf/static/tinymce/skins/lightgray/skin.ie7.min.css -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/img copying build/lib/shelf/static/tinymce/skins/lightgray/img/object.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/img copying build/lib/shelf/static/tinymce/skins/lightgray/img/anchor.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/img copying build/lib/shelf/static/tinymce/skins/lightgray/img/loader.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/img copying build/lib/shelf/static/tinymce/skins/lightgray/img/trans.gif -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/img creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.ttf -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce.ttf -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.json -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce.eot -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.woff -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce.woff -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce.svg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce.json -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.svg -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/static/tinymce/skins/lightgray/fonts/tinymce-small.eot -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/static/tinymce/skins/lightgray/fonts copying build/lib/shelf/base.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples copying build/lib/examples/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest copying build/lib/examples/fulltest/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest copying build/lib/examples/fulltest/view.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest copying build/lib/examples/fulltest/admin.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest copying build/lib/examples/fulltest/manage.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest copying build/lib/examples/fulltest/filters.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest copying build/lib/examples/fulltest/models.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest copying build/lib/examples/fulltest/app.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest copying build/lib/examples/fulltest/config.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest creating /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_fulltest_browsing.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_fulltest.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/upload_failure_screens.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_hello_world.py -> /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security/view.py to view.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security/mixin.py to mixin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/security/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/tags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/order/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/widget.py to widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/dashboard/provider.py to provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/library/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/wysiwyg/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/abstract_views.py to abstract_views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/abstract_models.py to abstract_models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/ecommerce/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/blueprint/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/slider/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/workflow/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/page/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/analytics/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/preview/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/plugins/i18n/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin/form.py to form.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin/field.py to field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin/actions.py to actions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin/view.py to view.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/admin/widget.py to widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/shelf/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest/view.py to view.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest/manage.py to manage.cpython-39.pyc File "/usr/lib/python3.9/site-packages/examples/fulltest/manage.py", line 68 print "tags_count : ", tags_count ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("tags_count : ", tags_count)? byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest/app.py to app.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests/test_fulltest_browsing.py to test_fulltest_browsing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests/test_fulltest.py to test_fulltest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests/upload_failure_screens.py to upload_failure_screens.cpython-39.pyc File "/usr/lib/python3.9/site-packages/tests/upload_failure_screens.py", line 28 print "wget -O '%s' '%s'" % (file_name, r['link']) ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests/test_hello_world.py to test_hello_world.cpython-39.pyc writing byte-compilation script '/tmp/tmp0klbetsg.py' /usr/bin/python3 /tmp/tmp0klbetsg.py File "/usr/lib/python3.9/site-packages/examples/fulltest/manage.py", line 68 print "tags_count : ", tags_count ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("tags_count : ", tags_count)? File "/usr/lib/python3.9/site-packages/tests/upload_failure_screens.py", line 28 print "wget -O '%s' '%s'" % (file_name, r['link']) ^ SyntaxError: invalid syntax removing /tmp/tmp0klbetsg.py running install_egg_info running egg_info writing ShelfCMS.egg-info/PKG-INFO /usr/lib/python3.9/site-packages/setuptools/dist.py:151: UserWarning: newlines not allowed and will break in the future warnings.warn("newlines not allowed and will break in the future") writing dependency_links to ShelfCMS.egg-info/dependency_links.txt writing requirements to ShelfCMS.egg-info/requires.txt writing top-level names to ShelfCMS.egg-info/top_level.txt reading manifest file 'ShelfCMS.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ShelfCMS.egg-info/SOURCES.txt' Copying ShelfCMS.egg-info to /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/ShelfCMS-0.12.25-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64//usr/share/doc/python-ShelfCMS + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + cp -arf examples /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64//usr/share/doc/python-ShelfCMS + pushd /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64 ~/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64 ~/build/BUILD/ShelfCMS-0.12.25 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/ShelfCMS-0.12.25 + popd + mv /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.12.25-1 --unique-debug-suffix -0.12.25-1.aarch64 --unique-debug-src-base python-ShelfCMS-0.12.25-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/ShelfCMS-0.12.25 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-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 *** Error compiling '/builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/examples/fulltest/manage.py'... File "/usr/lib/python3.9/site-packages/examples/fulltest/manage.py", line 68 print "tags_count : ", tags_count ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("tags_count : ", tags_count)? *** Error compiling '/builddir/build/BUILDROOT/python-ShelfCMS-0.12.25-1.aarch64/usr/lib/python3.9/site-packages/tests/upload_failure_screens.py'... File "/usr/lib/python3.9/site-packages/tests/upload_failure_screens.py", line 28 print "wget -O '%s' '%s'" % (file_name, r['link']) ^ SyntaxError: invalid syntax error: Bad exit status from /var/tmp/rpm-tmp.hnoyms (%install) Bad exit status from /var/tmp/rpm-tmp.hnoyms (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-shelfcms.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-shelfcms.spec