>>> py3-django-pipeline: Building community/py3-django-pipeline 3.0.0-r1 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 01:43:38 +0000 >>> py3-django-pipeline: Checking sanity of /home/buildozer/aports/community/py3-django-pipeline/APKBUILD... >>> py3-django-pipeline: Analyzing dependencies... >>> py3-django-pipeline: Installing for build: build-base python3 py3-gpep517 py3-setuptools_scm py3-wheel (1/25) Installing libffi (3.4.6-r0) (2/25) Installing gdbm (1.23-r1) (3/25) Installing mpdecimal (4.0.0-r0) (4/25) Installing libpanelw (6.4_p20240330-r0) (5/25) Installing readline (8.2.10-r0) (6/25) Installing sqlite-libs (3.45.2-r0) (7/25) Installing python3 (3.12.3-r0) (8/25) Installing python3-pycache-pyc0 (3.12.3-r0) (9/25) Installing pyc (3.12.3-r0) (10/25) Installing python3-pyc (3.12.3-r0) (11/25) Installing py3-installer (0.7.0-r2) (12/25) Installing py3-installer-pyc (0.7.0-r2) (13/25) Installing py3-gpep517 (15-r2) (14/25) Installing py3-gpep517-pyc (15-r2) (15/25) Installing py3-parsing (3.1.2-r1) (16/25) Installing py3-parsing-pyc (3.1.2-r1) (17/25) Installing py3-packaging (24.0-r1) (18/25) Installing py3-packaging-pyc (24.0-r1) (19/25) Installing py3-setuptools (69.2.0-r2) (20/25) Installing py3-setuptools-pyc (69.2.0-r2) (21/25) Installing py3-setuptools_scm (8.0.4-r2) (22/25) Installing py3-setuptools_scm-pyc (8.0.4-r2) (23/25) Installing py3-wheel (0.42.0-r1) (24/25) Installing py3-wheel-pyc (0.42.0-r1) (25/25) Installing .makedepends-py3-django-pipeline (20240413.014339) Executing busybox-1.36.1-r25.trigger OK: 317 MiB in 135 packages >>> py3-django-pipeline: Cleaning up srcdir >>> py3-django-pipeline: Cleaning up pkgdir >>> py3-django-pipeline: Cleaning up tmpdir >>> py3-django-pipeline: Fetching https://distfiles.alpinelinux.org/distfiles/edge/django-pipeline-3.0.0.tar.gz >>> py3-django-pipeline: Fetching https://distfiles.alpinelinux.org/distfiles/edge/django-pipeline-3.0.0.tar.gz >>> py3-django-pipeline: Checking sha512sums... django-pipeline-3.0.0.tar.gz: OK >>> py3-django-pipeline: Unpacking /var/cache/distfiles/django-pipeline-3.0.0.tar.gz... 2024-04-13 01:43:40,156 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' 2024-04-13 01:43:40,204 root INFO running bdist_wheel 2024-04-13 01:43:40,226 root INFO running build 2024-04-13 01:43:40,226 root INFO running build_py 2024-04-13 01:43:40,230 root INFO creating build 2024-04-13 01:43:40,230 root INFO creating build/lib 2024-04-13 01:43:40,230 root INFO creating build/lib/pipeline 2024-04-13 01:43:40,231 root INFO copying pipeline/middleware.py -> build/lib/pipeline 2024-04-13 01:43:40,231 root INFO copying pipeline/exceptions.py -> build/lib/pipeline 2024-04-13 01:43:40,231 root INFO copying pipeline/storage.py -> build/lib/pipeline 2024-04-13 01:43:40,231 root INFO copying pipeline/packager.py -> build/lib/pipeline 2024-04-13 01:43:40,231 root INFO copying pipeline/utils.py -> build/lib/pipeline 2024-04-13 01:43:40,231 root INFO copying pipeline/conf.py -> build/lib/pipeline 2024-04-13 01:43:40,232 root INFO copying pipeline/collector.py -> build/lib/pipeline 2024-04-13 01:43:40,232 root INFO copying pipeline/views.py -> build/lib/pipeline 2024-04-13 01:43:40,232 root INFO copying pipeline/glob.py -> build/lib/pipeline 2024-04-13 01:43:40,232 root INFO copying pipeline/finders.py -> build/lib/pipeline 2024-04-13 01:43:40,232 root INFO copying pipeline/__init__.py -> build/lib/pipeline 2024-04-13 01:43:40,233 root INFO copying pipeline/forms.py -> build/lib/pipeline 2024-04-13 01:43:40,233 root INFO copying pipeline/signals.py -> build/lib/pipeline 2024-04-13 01:43:40,233 root INFO creating build/lib/pipeline/compressors 2024-04-13 01:43:40,233 root INFO copying pipeline/compressors/terser.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,234 root INFO copying pipeline/compressors/uglifyjs.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,234 root INFO copying pipeline/compressors/csstidy.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,234 root INFO copying pipeline/compressors/csshtmljsminify.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,234 root INFO copying pipeline/compressors/jsmin.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,234 root INFO copying pipeline/compressors/closure.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,234 root INFO copying pipeline/compressors/cssmin.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,235 root INFO copying pipeline/compressors/__init__.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,235 root INFO copying pipeline/compressors/yuglify.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,235 root INFO copying pipeline/compressors/yui.py -> build/lib/pipeline/compressors 2024-04-13 01:43:40,235 root INFO creating build/lib/pipeline/templatetags 2024-04-13 01:43:40,235 root INFO copying pipeline/templatetags/pipeline.py -> build/lib/pipeline/templatetags 2024-04-13 01:43:40,236 root INFO copying pipeline/templatetags/__init__.py -> build/lib/pipeline/templatetags 2024-04-13 01:43:40,236 root INFO creating build/lib/pipeline/compilers 2024-04-13 01:43:40,236 root INFO copying pipeline/compilers/typescript.py -> build/lib/pipeline/compilers 2024-04-13 01:43:40,236 root INFO copying pipeline/compilers/less.py -> build/lib/pipeline/compilers 2024-04-13 01:43:40,236 root INFO copying pipeline/compilers/coffee.py -> build/lib/pipeline/compilers 2024-04-13 01:43:40,237 root INFO copying pipeline/compilers/es6.py -> build/lib/pipeline/compilers 2024-04-13 01:43:40,237 root INFO copying pipeline/compilers/stylus.py -> build/lib/pipeline/compilers 2024-04-13 01:43:40,237 root INFO copying pipeline/compilers/__init__.py -> build/lib/pipeline/compilers 2024-04-13 01:43:40,237 root INFO copying pipeline/compilers/livescript.py -> build/lib/pipeline/compilers 2024-04-13 01:43:40,237 root INFO copying pipeline/compilers/sass.py -> build/lib/pipeline/compilers 2024-04-13 01:43:40,238 root INFO creating build/lib/pipeline/jinja2 2024-04-13 01:43:40,238 root INFO copying pipeline/jinja2/__init__.py -> build/lib/pipeline/jinja2 2024-04-13 01:43:40,238 root INFO running egg_info 2024-04-13 01:43:40,240 root INFO writing django_pipeline.egg-info/PKG-INFO 2024-04-13 01:43:40,241 root INFO writing dependency_links to django_pipeline.egg-info/dependency_links.txt 2024-04-13 01:43:40,241 root INFO writing top-level names to django_pipeline.egg-info/top_level.txt 2024-04-13 01:43:43,228 root INFO reading manifest file 'django_pipeline.egg-info/SOURCES.txt' 2024-04-13 01:43:43,231 root INFO reading manifest template 'MANIFEST.in' 2024-04-13 01:43:43,233 root WARNING warning: no files found matching '*.html' under directory 'pipeline/jinja2' 2024-04-13 01:43:43,241 root WARNING warning: no previously-included files matching '*.pyc' found under directory 'tests' 2024-04-13 01:43:43,241 root WARNING warning: no previously-included files matching '*.pyo' found under directory 'tests' 2024-04-13 01:43:43,242 root WARNING warning: no previously-included files matching '*' found under directory 'tests/node_modules' 2024-04-13 01:43:43,243 root WARNING warning: no previously-included files matching '*' found under directory 'tests/npm-cache' 2024-04-13 01:43:43,243 root WARNING warning: no previously-included files matching '*' found under directory 'tests/npm' 2024-04-13 01:43:43,245 root WARNING warning: no previously-included files found matching 'package.json' 2024-04-13 01:43:43,246 root WARNING warning: no previously-included files found matching 'requirements.txt' 2024-04-13 01:43:43,246 root WARNING warning: no previously-included files found matching 'tox.ini' 2024-04-13 01:43:43,246 root INFO adding license file 'LICENSE' 2024-04-13 01:43:43,252 root INFO writing manifest file 'django_pipeline.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pipeline.jinja2.pipeline' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pipeline.jinja2.pipeline' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pipeline.jinja2.pipeline' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pipeline.jinja2.pipeline' to be distributed and are already explicitly excluding 'pipeline.jinja2.pipeline' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pipeline.templates.pipeline' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pipeline.templates.pipeline' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pipeline.templates.pipeline' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pipeline.templates.pipeline' to be distributed and are already explicitly excluding 'pipeline.templates.pipeline' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) 2024-04-13 01:43:43,255 root INFO creating build/lib/pipeline/templates 2024-04-13 01:43:43,255 root INFO creating build/lib/pipeline/templates/pipeline 2024-04-13 01:43:43,255 root INFO copying pipeline/templates/pipeline/compile_error.html -> build/lib/pipeline/templates/pipeline 2024-04-13 01:43:43,256 root INFO copying pipeline/templates/pipeline/css.html -> build/lib/pipeline/templates/pipeline 2024-04-13 01:43:43,256 root INFO copying pipeline/templates/pipeline/css.jinja -> build/lib/pipeline/templates/pipeline 2024-04-13 01:43:43,256 root INFO copying pipeline/templates/pipeline/inline_js.html -> build/lib/pipeline/templates/pipeline 2024-04-13 01:43:43,256 root INFO copying pipeline/templates/pipeline/inline_js.jinja -> build/lib/pipeline/templates/pipeline 2024-04-13 01:43:43,256 root INFO copying pipeline/templates/pipeline/js.html -> build/lib/pipeline/templates/pipeline 2024-04-13 01:43:43,257 root INFO copying pipeline/templates/pipeline/js.jinja -> build/lib/pipeline/templates/pipeline 2024-04-13 01:43:43,257 root INFO creating build/lib/pipeline/jinja2/pipeline 2024-04-13 01:43:43,257 root INFO copying pipeline/jinja2/pipeline/css.jinja -> build/lib/pipeline/jinja2/pipeline 2024-04-13 01:43:43,257 root INFO copying pipeline/jinja2/pipeline/inline_js.jinja -> build/lib/pipeline/jinja2/pipeline 2024-04-13 01:43:43,257 root INFO copying pipeline/jinja2/pipeline/js.jinja -> build/lib/pipeline/jinja2/pipeline 2024-04-13 01:43:43,265 wheel INFO installing to build/bdist.linux-ppc64le/wheel 2024-04-13 01:43:43,265 root INFO running install 2024-04-13 01:43:43,287 root INFO running install_lib 2024-04-13 01:43:43,290 root INFO creating build/bdist.linux-ppc64le 2024-04-13 01:43:43,290 root INFO creating build/bdist.linux-ppc64le/wheel 2024-04-13 01:43:43,290 root INFO creating build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,290 root INFO copying build/lib/pipeline/middleware.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,290 root INFO creating build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,291 root INFO copying build/lib/pipeline/compressors/terser.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,291 root INFO copying build/lib/pipeline/compressors/uglifyjs.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,291 root INFO copying build/lib/pipeline/compressors/csstidy.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,291 root INFO copying build/lib/pipeline/compressors/csshtmljsminify.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,291 root INFO copying build/lib/pipeline/compressors/jsmin.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,291 root INFO copying build/lib/pipeline/compressors/closure.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,292 root INFO copying build/lib/pipeline/compressors/cssmin.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,292 root INFO copying build/lib/pipeline/compressors/__init__.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,292 root INFO copying build/lib/pipeline/compressors/yuglify.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,292 root INFO copying build/lib/pipeline/compressors/yui.py -> build/bdist.linux-ppc64le/wheel/pipeline/compressors 2024-04-13 01:43:43,292 root INFO creating build/bdist.linux-ppc64le/wheel/pipeline/templatetags 2024-04-13 01:43:43,292 root INFO copying build/lib/pipeline/templatetags/pipeline.py -> build/bdist.linux-ppc64le/wheel/pipeline/templatetags 2024-04-13 01:43:43,293 root INFO copying build/lib/pipeline/templatetags/__init__.py -> build/bdist.linux-ppc64le/wheel/pipeline/templatetags 2024-04-13 01:43:43,293 root INFO copying build/lib/pipeline/exceptions.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,293 root INFO copying build/lib/pipeline/storage.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,293 root INFO creating build/bdist.linux-ppc64le/wheel/pipeline/compilers 2024-04-13 01:43:43,293 root INFO copying build/lib/pipeline/compilers/typescript.py -> build/bdist.linux-ppc64le/wheel/pipeline/compilers 2024-04-13 01:43:43,293 root INFO copying build/lib/pipeline/compilers/less.py -> build/bdist.linux-ppc64le/wheel/pipeline/compilers 2024-04-13 01:43:43,294 root INFO copying build/lib/pipeline/compilers/coffee.py -> build/bdist.linux-ppc64le/wheel/pipeline/compilers 2024-04-13 01:43:43,294 root INFO copying build/lib/pipeline/compilers/es6.py -> build/bdist.linux-ppc64le/wheel/pipeline/compilers 2024-04-13 01:43:43,294 root INFO copying build/lib/pipeline/compilers/stylus.py -> build/bdist.linux-ppc64le/wheel/pipeline/compilers 2024-04-13 01:43:43,294 root INFO copying build/lib/pipeline/compilers/__init__.py -> build/bdist.linux-ppc64le/wheel/pipeline/compilers 2024-04-13 01:43:43,294 root INFO copying build/lib/pipeline/compilers/livescript.py -> build/bdist.linux-ppc64le/wheel/pipeline/compilers 2024-04-13 01:43:43,294 root INFO copying build/lib/pipeline/compilers/sass.py -> build/bdist.linux-ppc64le/wheel/pipeline/compilers 2024-04-13 01:43:43,295 root INFO copying build/lib/pipeline/packager.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,295 root INFO copying build/lib/pipeline/utils.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,295 root INFO copying build/lib/pipeline/conf.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,295 root INFO creating build/bdist.linux-ppc64le/wheel/pipeline/templates 2024-04-13 01:43:43,295 root INFO creating build/bdist.linux-ppc64le/wheel/pipeline/templates/pipeline 2024-04-13 01:43:43,295 root INFO copying build/lib/pipeline/templates/pipeline/css.jinja -> build/bdist.linux-ppc64le/wheel/pipeline/templates/pipeline 2024-04-13 01:43:43,296 root INFO copying build/lib/pipeline/templates/pipeline/js.html -> build/bdist.linux-ppc64le/wheel/pipeline/templates/pipeline 2024-04-13 01:43:43,296 root INFO copying build/lib/pipeline/templates/pipeline/compile_error.html -> build/bdist.linux-ppc64le/wheel/pipeline/templates/pipeline 2024-04-13 01:43:43,296 root INFO copying build/lib/pipeline/templates/pipeline/js.jinja -> build/bdist.linux-ppc64le/wheel/pipeline/templates/pipeline 2024-04-13 01:43:43,296 root INFO copying build/lib/pipeline/templates/pipeline/css.html -> build/bdist.linux-ppc64le/wheel/pipeline/templates/pipeline 2024-04-13 01:43:43,296 root INFO copying build/lib/pipeline/templates/pipeline/inline_js.html -> build/bdist.linux-ppc64le/wheel/pipeline/templates/pipeline 2024-04-13 01:43:43,297 root INFO copying build/lib/pipeline/templates/pipeline/inline_js.jinja -> build/bdist.linux-ppc64le/wheel/pipeline/templates/pipeline 2024-04-13 01:43:43,297 root INFO copying build/lib/pipeline/collector.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,297 root INFO copying build/lib/pipeline/views.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,297 root INFO copying build/lib/pipeline/glob.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,297 root INFO copying build/lib/pipeline/finders.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,297 root INFO copying build/lib/pipeline/__init__.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,298 root INFO copying build/lib/pipeline/forms.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,298 root INFO copying build/lib/pipeline/signals.py -> build/bdist.linux-ppc64le/wheel/pipeline 2024-04-13 01:43:43,298 root INFO creating build/bdist.linux-ppc64le/wheel/pipeline/jinja2 2024-04-13 01:43:43,298 root INFO creating build/bdist.linux-ppc64le/wheel/pipeline/jinja2/pipeline 2024-04-13 01:43:43,298 root INFO copying build/lib/pipeline/jinja2/pipeline/css.jinja -> build/bdist.linux-ppc64le/wheel/pipeline/jinja2/pipeline 2024-04-13 01:43:43,298 root INFO copying build/lib/pipeline/jinja2/pipeline/js.jinja -> build/bdist.linux-ppc64le/wheel/pipeline/jinja2/pipeline 2024-04-13 01:43:43,299 root INFO copying build/lib/pipeline/jinja2/pipeline/inline_js.jinja -> build/bdist.linux-ppc64le/wheel/pipeline/jinja2/pipeline 2024-04-13 01:43:43,299 root INFO copying build/lib/pipeline/jinja2/__init__.py -> build/bdist.linux-ppc64le/wheel/pipeline/jinja2 2024-04-13 01:43:43,299 root INFO running install_egg_info 2024-04-13 01:43:43,302 root INFO Copying django_pipeline.egg-info to build/bdist.linux-ppc64le/wheel/django_pipeline-3.0.0-py3.12.egg-info 2024-04-13 01:43:43,303 root INFO running install_scripts 2024-04-13 01:43:43,306 wheel INFO creating build/bdist.linux-ppc64le/wheel/django_pipeline-3.0.0.dist-info/WHEEL 2024-04-13 01:43:43,307 wheel INFO creating '/home/buildozer/aports/community/py3-django-pipeline/src/django-pipeline-3.0.0/.dist/.tmp-l327gfl2/django_pipeline-3.0.0-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-04-13 01:43:43,307 wheel INFO adding 'pipeline/__init__.py' 2024-04-13 01:43:43,307 wheel INFO adding 'pipeline/collector.py' 2024-04-13 01:43:43,308 wheel INFO adding 'pipeline/conf.py' 2024-04-13 01:43:43,308 wheel INFO adding 'pipeline/exceptions.py' 2024-04-13 01:43:43,308 wheel INFO adding 'pipeline/finders.py' 2024-04-13 01:43:43,308 wheel INFO adding 'pipeline/forms.py' 2024-04-13 01:43:43,308 wheel INFO adding 'pipeline/glob.py' 2024-04-13 01:43:43,309 wheel INFO adding 'pipeline/middleware.py' 2024-04-13 01:43:43,309 wheel INFO adding 'pipeline/packager.py' 2024-04-13 01:43:43,309 wheel INFO adding 'pipeline/signals.py' 2024-04-13 01:43:43,309 wheel INFO adding 'pipeline/storage.py' 2024-04-13 01:43:43,309 wheel INFO adding 'pipeline/utils.py' 2024-04-13 01:43:43,310 wheel INFO adding 'pipeline/views.py' 2024-04-13 01:43:43,310 wheel INFO adding 'pipeline/compilers/__init__.py' 2024-04-13 01:43:43,310 wheel INFO adding 'pipeline/compilers/coffee.py' 2024-04-13 01:43:43,310 wheel INFO adding 'pipeline/compilers/es6.py' 2024-04-13 01:43:43,310 wheel INFO adding 'pipeline/compilers/less.py' 2024-04-13 01:43:43,311 wheel INFO adding 'pipeline/compilers/livescript.py' 2024-04-13 01:43:43,311 wheel INFO adding 'pipeline/compilers/sass.py' 2024-04-13 01:43:43,311 wheel INFO adding 'pipeline/compilers/stylus.py' 2024-04-13 01:43:43,311 wheel INFO adding 'pipeline/compilers/typescript.py' 2024-04-13 01:43:43,311 wheel INFO adding 'pipeline/compressors/__init__.py' 2024-04-13 01:43:43,312 wheel INFO adding 'pipeline/compressors/closure.py' 2024-04-13 01:43:43,312 wheel INFO adding 'pipeline/compressors/csshtmljsminify.py' 2024-04-13 01:43:43,312 wheel INFO adding 'pipeline/compressors/cssmin.py' 2024-04-13 01:43:43,312 wheel INFO adding 'pipeline/compressors/csstidy.py' 2024-04-13 01:43:43,312 wheel INFO adding 'pipeline/compressors/jsmin.py' 2024-04-13 01:43:43,313 wheel INFO adding 'pipeline/compressors/terser.py' 2024-04-13 01:43:43,313 wheel INFO adding 'pipeline/compressors/uglifyjs.py' 2024-04-13 01:43:43,313 wheel INFO adding 'pipeline/compressors/yuglify.py' 2024-04-13 01:43:43,313 wheel INFO adding 'pipeline/compressors/yui.py' 2024-04-13 01:43:43,313 wheel INFO adding 'pipeline/jinja2/__init__.py' 2024-04-13 01:43:43,314 wheel INFO adding 'pipeline/jinja2/pipeline/css.jinja' 2024-04-13 01:43:43,314 wheel INFO adding 'pipeline/jinja2/pipeline/inline_js.jinja' 2024-04-13 01:43:43,314 wheel INFO adding 'pipeline/jinja2/pipeline/js.jinja' 2024-04-13 01:43:43,314 wheel INFO adding 'pipeline/templates/pipeline/compile_error.html' 2024-04-13 01:43:43,314 wheel INFO adding 'pipeline/templates/pipeline/css.html' 2024-04-13 01:43:43,315 wheel INFO adding 'pipeline/templates/pipeline/css.jinja' 2024-04-13 01:43:43,315 wheel INFO adding 'pipeline/templates/pipeline/inline_js.html' 2024-04-13 01:43:43,315 wheel INFO adding 'pipeline/templates/pipeline/inline_js.jinja' 2024-04-13 01:43:43,315 wheel INFO adding 'pipeline/templates/pipeline/js.html' 2024-04-13 01:43:43,315 wheel INFO adding 'pipeline/templates/pipeline/js.jinja' 2024-04-13 01:43:43,315 wheel INFO adding 'pipeline/templatetags/__init__.py' 2024-04-13 01:43:43,316 wheel INFO adding 'pipeline/templatetags/pipeline.py' 2024-04-13 01:43:43,316 wheel INFO adding 'django_pipeline-3.0.0.dist-info/LICENSE' 2024-04-13 01:43:43,316 wheel INFO adding 'django_pipeline-3.0.0.dist-info/METADATA' 2024-04-13 01:43:43,316 wheel INFO adding 'django_pipeline-3.0.0.dist-info/WHEEL' 2024-04-13 01:43:43,316 wheel INFO adding 'django_pipeline-3.0.0.dist-info/top_level.txt' 2024-04-13 01:43:43,317 wheel INFO adding 'django_pipeline-3.0.0.dist-info/RECORD' 2024-04-13 01:43:43,317 wheel INFO removing build/bdist.linux-ppc64le/wheel 2024-04-13 01:43:43,319 gpep517 INFO The backend produced .dist/django_pipeline-3.0.0-py3-none-any.whl django_pipeline-3.0.0-py3-none-any.whl >>> py3-django-pipeline: Entering fakeroot... >>> py3-django-pipeline-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline/usr/lib/python3.12/site-packages/pipeline/compressors/__pycache__' -> '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline-pyc/usr/lib/python3.12/site-packages/pipeline/compressors/__pycache__' '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline/usr/lib/python3.12/site-packages/pipeline/templatetags/__pycache__' -> '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline-pyc/usr/lib/python3.12/site-packages/pipeline/templatetags/__pycache__' '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline/usr/lib/python3.12/site-packages/pipeline/compilers/__pycache__' -> '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline-pyc/usr/lib/python3.12/site-packages/pipeline/compilers/__pycache__' '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline/usr/lib/python3.12/site-packages/pipeline/__pycache__' -> '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline-pyc/usr/lib/python3.12/site-packages/pipeline/__pycache__' '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline/usr/lib/python3.12/site-packages/pipeline/jinja2/__pycache__' -> '/home/buildozer/aports/community/py3-django-pipeline/pkg/py3-django-pipeline-pyc/usr/lib/python3.12/site-packages/pipeline/jinja2/__pycache__' >>> py3-django-pipeline-pyc*: Preparing subpackage py3-django-pipeline-pyc... >>> py3-django-pipeline-pyc*: Running postcheck for py3-django-pipeline-pyc >>> py3-django-pipeline*: Running postcheck for py3-django-pipeline >>> py3-django-pipeline*: Preparing package py3-django-pipeline... >>> py3-django-pipeline-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-django-pipeline-pyc*: Package size: 260.0 KB >>> py3-django-pipeline-pyc*: Compressing data... >>> py3-django-pipeline-pyc*: Create checksum... >>> py3-django-pipeline-pyc*: Create py3-django-pipeline-pyc-3.0.0-r1.apk >>> py3-django-pipeline*: Tracing dependencies... python3 python3~3.12 >>> py3-django-pipeline*: Package size: 292.0 KB >>> py3-django-pipeline*: Compressing data... >>> py3-django-pipeline*: Create checksum... >>> py3-django-pipeline*: Create py3-django-pipeline-3.0.0-r1.apk >>> py3-django-pipeline: Build complete at Sat, 13 Apr 2024 01:43:43 +0000 elapsed time 0h 0m 5s >>> py3-django-pipeline: Cleaning up srcdir >>> py3-django-pipeline: Cleaning up pkgdir >>> py3-django-pipeline: Uninstalling dependencies... (1/25) Purging .makedepends-py3-django-pipeline (20240413.014339) (2/25) Purging py3-gpep517-pyc (15-r2) (3/25) Purging py3-gpep517 (15-r2) (4/25) Purging py3-installer-pyc (0.7.0-r2) (5/25) Purging py3-installer (0.7.0-r2) (6/25) Purging py3-setuptools_scm-pyc (8.0.4-r2) (7/25) Purging py3-setuptools_scm (8.0.4-r2) (8/25) Purging py3-setuptools-pyc (69.2.0-r2) (9/25) Purging py3-setuptools (69.2.0-r2) (10/25) Purging py3-wheel-pyc (0.42.0-r1) (11/25) Purging py3-wheel (0.42.0-r1) (12/25) Purging py3-packaging-pyc (24.0-r1) (13/25) Purging py3-packaging (24.0-r1) (14/25) Purging py3-parsing-pyc (3.1.2-r1) (15/25) Purging py3-parsing (3.1.2-r1) (16/25) Purging python3-pyc (3.12.3-r0) (17/25) Purging python3-pycache-pyc0 (3.12.3-r0) (18/25) Purging pyc (3.12.3-r0) (19/25) Purging python3 (3.12.3-r0) (20/25) Purging gdbm (1.23-r1) (21/25) Purging libffi (3.4.6-r0) (22/25) Purging libpanelw (6.4_p20240330-r0) (23/25) Purging mpdecimal (4.0.0-r0) (24/25) Purging readline (8.2.10-r0) (25/25) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-django-pipeline: Updating the community/ppc64le repository index... >>> py3-django-pipeline: Signing the index...