==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-django-compressor 4.6-1 (Thu Nov 13 06:08:37 2025)
==> Retrieving sources...
  -> Found python-django-compressor-4.6.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-django-compressor-4.6.tar.gz ... Passed
==> Validating source files with b2sums...
    python-django-compressor-4.6.tar.gz ... Passed
==> Making package: python-django-compressor 4.6-1 (Thu Nov 13 11:08:44 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (9) mpdecimal-4.0.1-1  python-asgiref-3.10.0-1  python-pytz-2025.2-1  python-sqlparse-0.5.3-1  python-3.13.7-1  python-django-5.1.14-2  python-django-appconf-1.2.0-1  python-rcssmin-1.2.2-1  python-rjsmin-1.2.5-1

Total Download Size:     5.07 MiB
Total Installed Size:  109.23 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-django-5.1.14-2-any downloading...
 python-sqlparse-0.5.3-1-any downloading...
 python-asgiref-3.10.0-1-any downloading...
 python-pytz-2025.2-1-any downloading...
 python-rjsmin-1.2.5-1-aarch64 downloading...
 python-rcssmin-1.2.2-1-aarch64 downloading...
 python-django-appconf-1.2.0-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python
    python-pip: for installing Python packages using tooling that is usually bundled with Python
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter
installing python-pytz...
installing python-sqlparse...
installing python-asgiref...
installing python-django...
Optional dependencies for python-django
    python-psycopg2: for PostgreSQL backend
    python-argon2-cffi: for Argon2 password hashing support
installing python-django-appconf...
installing python-rcssmin...
installing python-rjsmin...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (13) python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1  python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1  python-jaraco.text-4.0.0-2  python-more-itertools-10.8.0-1  python-packaging-25.0-1  python-platformdirs-4.5.0-1  python-pyproject-hooks-1.2.0-3  python-build-1.3.0-1  python-installer-0.7.0-10  python-setuptools-1:80.9.0-2  python-wheel-0.45.1-1

Total Installed Size:  10.29 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-packaging...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
    python-pip: to use as the Python package installer (default)
    python-uv: to use as the Python package installer
    python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found python-django-compressor-4.6.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-django-compressor-4.6.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating django_compressor.egg-info
writing django_compressor.egg-info/PKG-INFO
writing dependency_links to django_compressor.egg-info/dependency_links.txt
writing requirements to django_compressor.egg-info/requires.txt
writing top-level names to django_compressor.egg-info/top_level.txt
writing manifest file 'django_compressor.egg-info/SOURCES.txt'
reading manifest file 'django_compressor.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.js' under directory 'compressor/tests/media'
warning: no files found matching '*.css' under directory 'compressor/tests/media'
warning: no files found matching '*.png' under directory 'compressor/tests/media'
warning: no files found matching '*.coffee' under directory 'compressor/tests/media'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'django_compressor.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/compressor
copying compressor/signals.py -> build/lib/compressor
copying compressor/__init__.py -> build/lib/compressor
copying compressor/storage.py -> build/lib/compressor
copying compressor/base.py -> build/lib/compressor
copying compressor/finders.py -> build/lib/compressor
copying compressor/js.py -> build/lib/compressor
copying compressor/css.py -> build/lib/compressor
copying compressor/conf.py -> build/lib/compressor
copying compressor/test_settings.py -> build/lib/compressor
copying compressor/cache.py -> build/lib/compressor
copying compressor/models.py -> build/lib/compressor
copying compressor/exceptions.py -> build/lib/compressor
creating build/lib/compressor/parser
copying compressor/parser/__init__.py -> build/lib/compressor/parser
copying compressor/parser/base.py -> build/lib/compressor/parser
copying compressor/parser/default_htmlparser.py -> build/lib/compressor/parser
copying compressor/parser/lxml.py -> build/lib/compressor/parser
copying compressor/parser/beautifulsoup.py -> build/lib/compressor/parser
copying compressor/parser/html5lib.py -> build/lib/compressor/parser
creating build/lib/compressor/filters
copying compressor/filters/yui.py -> build/lib/compressor/filters
copying compressor/filters/__init__.py -> build/lib/compressor/filters
copying compressor/filters/base.py -> build/lib/compressor/filters
copying compressor/filters/cleancss.py -> build/lib/compressor/filters
copying compressor/filters/closure.py -> build/lib/compressor/filters
copying compressor/filters/css_default.py -> build/lib/compressor/filters
copying compressor/filters/yuglify.py -> build/lib/compressor/filters
copying compressor/filters/template.py -> build/lib/compressor/filters
copying compressor/filters/datauri.py -> build/lib/compressor/filters
creating build/lib/compressor/utils
copying compressor/utils/staticfiles.py -> build/lib/compressor/utils
copying compressor/utils/__init__.py -> build/lib/compressor/utils
creating build/lib/compressor/contrib
copying compressor/contrib/__init__.py -> build/lib/compressor/contrib
copying compressor/contrib/jinja2ext.py -> build/lib/compressor/contrib
copying compressor/contrib/sekizai.py -> build/lib/compressor/contrib
creating build/lib/compressor/management
copying compressor/management/__init__.py -> build/lib/compressor/management
creating build/lib/compressor/tests
copying compressor/tests/test_utils.py -> build/lib/compressor/tests
copying compressor/tests/test_filters.py -> build/lib/compressor/tests
copying compressor/tests/test_offline.py -> build/lib/compressor/tests
copying compressor/tests/__init__.py -> build/lib/compressor/tests
copying compressor/tests/test_storages.py -> build/lib/compressor/tests
copying compressor/tests/test_parsers.py -> build/lib/compressor/tests
copying compressor/tests/test_base.py -> build/lib/compressor/tests
copying compressor/tests/test_finder.py -> build/lib/compressor/tests
copying compressor/tests/test_signals.py -> build/lib/compressor/tests
copying compressor/tests/test_jinja2ext.py -> build/lib/compressor/tests
copying compressor/tests/test_sekizai.py -> build/lib/compressor/tests
copying compressor/tests/precompiler.py -> build/lib/compressor/tests
copying compressor/tests/test_templatetags.py -> build/lib/compressor/tests
copying compressor/tests/test_mtime_cache.py -> build/lib/compressor/tests
copying compressor/tests/test_conf.py -> build/lib/compressor/tests
creating build/lib/compressor/offline
copying compressor/offline/__init__.py -> build/lib/compressor/offline
copying compressor/offline/jinja2.py -> build/lib/compressor/offline
copying compressor/offline/django.py -> build/lib/compressor/offline
creating build/lib/compressor/templatetags
copying compressor/templatetags/__init__.py -> build/lib/compressor/templatetags
copying compressor/templatetags/compress.py -> build/lib/compressor/templatetags
creating build/lib/compressor/filters/jsmin
copying compressor/filters/jsmin/__init__.py -> build/lib/compressor/filters/jsmin
creating build/lib/compressor/filters/cssmin
copying compressor/filters/cssmin/__init__.py -> build/lib/compressor/filters/cssmin
creating build/lib/compressor/management/commands
copying compressor/management/commands/__init__.py -> build/lib/compressor/management/commands
copying compressor/management/commands/compress.py -> build/lib/compressor/management/commands
copying compressor/management/commands/mtime_cache.py -> build/lib/compressor/management/commands
running egg_info
writing django_compressor.egg-info/PKG-INFO
writing dependency_links to django_compressor.egg-info/dependency_links.txt
writing requirements to django_compressor.egg-info/requires.txt
writing top-level names to django_compressor.egg-info/top_level.txt
reading manifest file 'django_compressor.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.js' under directory 'compressor/tests/media'
warning: no files found matching '*.css' under directory 'compressor/tests/media'
warning: no files found matching '*.png' under directory 'compressor/tests/media'
warning: no files found matching '*.coffee' under directory 'compressor/tests/media'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'django_compressor.egg-info/SOURCES.txt'
creating build/lib/compressor/templates/compressor
copying compressor/templates/compressor/css_file.html -> build/lib/compressor/templates/compressor
copying compressor/templates/compressor/css_inline.html -> build/lib/compressor/templates/compressor
copying compressor/templates/compressor/css_preload.html -> build/lib/compressor/templates/compressor
copying compressor/templates/compressor/js_file.html -> build/lib/compressor/templates/compressor
copying compressor/templates/compressor/js_inline.html -> build/lib/compressor/templates/compressor
copying compressor/templates/compressor/js_preload.html -> build/lib/compressor/templates/compressor
creating build/lib/compressor/tests/test_templates/test_block_super_extra
copying compressor/tests/test_templates/test_block_super_extra/base.html -> build/lib/compressor/tests/test_templates/test_block_super_extra
copying compressor/tests/test_templates/test_block_super_extra/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_block_super_extra
creating build/lib/compressor/tests/test_templates/test_with_context
copying compressor/tests/test_templates/test_with_context/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_with_context
creating build/lib/compressor/tests/test_templates/test_block_super_base_compressed
copying compressor/tests/test_templates/test_block_super_base_compressed/base.html -> build/lib/compressor/tests/test_templates/test_block_super_base_compressed
copying compressor/tests/test_templates/test_block_super_base_compressed/base2.html -> build/lib/compressor/tests/test_templates/test_block_super_base_compressed
copying compressor/tests/test_templates/test_block_super_base_compressed/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_block_super_base_compressed
creating build/lib/compressor/tests/test_templates/test_block_super_multiple
copying compressor/tests/test_templates/test_block_super_multiple/base.html -> build/lib/compressor/tests/test_templates/test_block_super_multiple
copying compressor/tests/test_templates/test_block_super_multiple/base2.html -> build/lib/compressor/tests/test_templates/test_block_super_multiple
copying compressor/tests/test_templates/test_block_super_multiple/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_block_super_multiple
creating build/lib/compressor/tests/test_templates/test_condition
copying compressor/tests/test_templates/test_condition/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_condition
creating build/lib/compressor/tests/test_templates/test_static_templatetag
copying compressor/tests/test_templates/test_static_templatetag/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_static_templatetag
creating build/lib/compressor/tests/test_templates/test_block_super
copying compressor/tests/test_templates/test_block_super/base.html -> build/lib/compressor/tests/test_templates/test_block_super
copying compressor/tests/test_templates/test_block_super/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_block_super
creating build/lib/compressor/tests/test_templates/test_templatetag
copying compressor/tests/test_templates/test_templatetag/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_templatetag
creating build/lib/compressor/tests/test_templates/test_extends_relative
copying compressor/tests/test_templates/test_extends_relative/base.html -> build/lib/compressor/tests/test_templates/test_extends_relative
copying compressor/tests/test_templates/test_extends_relative/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_extends_relative
creating build/lib/compressor/tests/test_templates/test_templatetag_named
copying compressor/tests/test_templates/test_templatetag_named/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_templatetag_named
creating build/lib/compressor/tests/test_templates/test_block_super_multiple_cached
copying compressor/tests/test_templates/test_block_super_multiple_cached/base.html -> build/lib/compressor/tests/test_templates/test_block_super_multiple_cached
copying compressor/tests/test_templates/test_block_super_multiple_cached/base2.html -> build/lib/compressor/tests/test_templates/test_block_super_multiple_cached
copying compressor/tests/test_templates/test_block_super_multiple_cached/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_block_super_multiple_cached
creating build/lib/compressor/tests/test_templates/test_error_handling
copying compressor/tests/test_templates/test_error_handling/buggy_extends.html -> build/lib/compressor/tests/test_templates/test_error_handling
copying compressor/tests/test_templates/test_error_handling/buggy_template.html -> build/lib/compressor/tests/test_templates/test_error_handling
copying compressor/tests/test_templates/test_error_handling/missing_extends.html -> build/lib/compressor/tests/test_templates/test_error_handling
copying compressor/tests/test_templates/test_error_handling/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_error_handling
copying compressor/tests/test_templates/test_error_handling/with_coffeescript.html -> build/lib/compressor/tests/test_templates/test_error_handling
creating build/lib/compressor/tests/test_templates/test_complex
copying compressor/tests/test_templates/test_complex/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_complex
creating build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance
copying compressor/tests/test_templates/test_with_context_variable_inheritance/base.html -> build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance
copying compressor/tests/test_templates/test_with_context_variable_inheritance/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance
creating build/lib/compressor/tests/test_templates/test_inline_non_ascii
copying compressor/tests/test_templates/test_inline_non_ascii/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_inline_non_ascii
creating build/lib/compressor/tests/test_templates/test_with_context_super
copying compressor/tests/test_templates/test_with_context_super/base.html -> build/lib/compressor/tests/test_templates/test_with_context_super
copying compressor/tests/test_templates/test_with_context_super/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_with_context_super
creating build/lib/compressor/tests/test_templates/test_extends_recursion
copying compressor/tests/test_templates/test_extends_recursion/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_extends_recursion
creating build/lib/compressor/tests/test_templates/basic
copying compressor/tests/test_templates/basic/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/basic
creating build/lib/compressor/tests/test_templates/test_compress_command
copying compressor/tests/test_templates/test_compress_command/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_compress_command
creating build/lib/compressor/tests/test_templates/test_static_url_independence
copying compressor/tests/test_templates/test_static_url_independence/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_static_url_independence
creating build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance_super
copying compressor/tests/test_templates/test_with_context_variable_inheritance_super/base1.html -> build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance_super
copying compressor/tests/test_templates/test_with_context_variable_inheritance_super/base2.html -> build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance_super
copying compressor/tests/test_templates/test_with_context_variable_inheritance_super/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance_super
creating build/lib/compressor/tests/test_templates/test_duplicate
copying compressor/tests/test_templates/test_duplicate/test_compressor_offline.html -> build/lib/compressor/tests/test_templates/test_duplicate
creating build/lib/compressor/tests/test_templates/test_extends_recursion/admin
copying compressor/tests/test_templates/test_extends_recursion/admin/index.html -> build/lib/compressor/tests/test_templates/test_extends_recursion/admin
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/compressor
copying build/lib/compressor/signals.py -> build/bdist.linux-aarch64/wheel/./compressor
creating build/bdist.linux-aarch64/wheel/compressor/parser
copying build/lib/compressor/parser/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/parser
copying build/lib/compressor/parser/base.py -> build/bdist.linux-aarch64/wheel/./compressor/parser
copying build/lib/compressor/parser/default_htmlparser.py -> build/bdist.linux-aarch64/wheel/./compressor/parser
copying build/lib/compressor/parser/lxml.py -> build/bdist.linux-aarch64/wheel/./compressor/parser
copying build/lib/compressor/parser/beautifulsoup.py -> build/bdist.linux-aarch64/wheel/./compressor/parser
copying build/lib/compressor/parser/html5lib.py -> build/bdist.linux-aarch64/wheel/./compressor/parser
copying build/lib/compressor/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor
copying build/lib/compressor/storage.py -> build/bdist.linux-aarch64/wheel/./compressor
copying build/lib/compressor/base.py -> build/bdist.linux-aarch64/wheel/./compressor
creating build/bdist.linux-aarch64/wheel/compressor/filters
copying build/lib/compressor/filters/yui.py -> build/bdist.linux-aarch64/wheel/./compressor/filters
copying build/lib/compressor/filters/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/filters
copying build/lib/compressor/filters/base.py -> build/bdist.linux-aarch64/wheel/./compressor/filters
copying build/lib/compressor/filters/cleancss.py -> build/bdist.linux-aarch64/wheel/./compressor/filters
copying build/lib/compressor/filters/closure.py -> build/bdist.linux-aarch64/wheel/./compressor/filters
creating build/bdist.linux-aarch64/wheel/compressor/filters/jsmin
copying build/lib/compressor/filters/jsmin/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/filters/jsmin
copying build/lib/compressor/filters/css_default.py -> build/bdist.linux-aarch64/wheel/./compressor/filters
copying build/lib/compressor/filters/yuglify.py -> build/bdist.linux-aarch64/wheel/./compressor/filters
copying build/lib/compressor/filters/template.py -> build/bdist.linux-aarch64/wheel/./compressor/filters
creating build/bdist.linux-aarch64/wheel/compressor/filters/cssmin
copying build/lib/compressor/filters/cssmin/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/filters/cssmin
copying build/lib/compressor/filters/datauri.py -> build/bdist.linux-aarch64/wheel/./compressor/filters
copying build/lib/compressor/finders.py -> build/bdist.linux-aarch64/wheel/./compressor
creating build/bdist.linux-aarch64/wheel/compressor/utils
copying build/lib/compressor/utils/staticfiles.py -> build/bdist.linux-aarch64/wheel/./compressor/utils
copying build/lib/compressor/utils/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/utils
copying build/lib/compressor/js.py -> build/bdist.linux-aarch64/wheel/./compressor
copying build/lib/compressor/css.py -> build/bdist.linux-aarch64/wheel/./compressor
creating build/bdist.linux-aarch64/wheel/compressor/templates
creating build/bdist.linux-aarch64/wheel/compressor/templates/compressor
copying build/lib/compressor/templates/compressor/css_inline.html -> build/bdist.linux-aarch64/wheel/./compressor/templates/compressor
copying build/lib/compressor/templates/compressor/css_preload.html -> build/bdist.linux-aarch64/wheel/./compressor/templates/compressor
copying build/lib/compressor/templates/compressor/js_preload.html -> build/bdist.linux-aarch64/wheel/./compressor/templates/compressor
copying build/lib/compressor/templates/compressor/js_inline.html -> build/bdist.linux-aarch64/wheel/./compressor/templates/compressor
copying build/lib/compressor/templates/compressor/css_file.html -> build/bdist.linux-aarch64/wheel/./compressor/templates/compressor
copying build/lib/compressor/templates/compressor/js_file.html -> build/bdist.linux-aarch64/wheel/./compressor/templates/compressor
copying build/lib/compressor/conf.py -> build/bdist.linux-aarch64/wheel/./compressor
creating build/bdist.linux-aarch64/wheel/compressor/contrib
copying build/lib/compressor/contrib/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/contrib
copying build/lib/compressor/contrib/jinja2ext.py -> build/bdist.linux-aarch64/wheel/./compressor/contrib
copying build/lib/compressor/contrib/sekizai.py -> build/bdist.linux-aarch64/wheel/./compressor/contrib
copying build/lib/compressor/test_settings.py -> build/bdist.linux-aarch64/wheel/./compressor
creating build/bdist.linux-aarch64/wheel/compressor/management
creating build/bdist.linux-aarch64/wheel/compressor/management/commands
copying build/lib/compressor/management/commands/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/management/commands
copying build/lib/compressor/management/commands/compress.py -> build/bdist.linux-aarch64/wheel/./compressor/management/commands
copying build/lib/compressor/management/commands/mtime_cache.py -> build/bdist.linux-aarch64/wheel/./compressor/management/commands
copying build/lib/compressor/management/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/management
copying build/lib/compressor/cache.py -> build/bdist.linux-aarch64/wheel/./compressor
creating build/bdist.linux-aarch64/wheel/compressor/tests
copying build/lib/compressor/tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_filters.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_offline.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_storages.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_parsers.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_base.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_finder.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_signals.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_jinja2ext.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_sekizai.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/precompiler.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_block_super_extra
copying build/lib/compressor/tests/test_templates/test_block_super_extra/base.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_extra
copying build/lib/compressor/tests/test_templates/test_block_super_extra/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_extra
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_with_context
copying build/lib/compressor/tests/test_templates/test_with_context/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_with_context
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_block_super_base_compressed
copying build/lib/compressor/tests/test_templates/test_block_super_base_compressed/base2.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_base_compressed
copying build/lib/compressor/tests/test_templates/test_block_super_base_compressed/base.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_base_compressed
copying build/lib/compressor/tests/test_templates/test_block_super_base_compressed/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_base_compressed
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_block_super_multiple
copying build/lib/compressor/tests/test_templates/test_block_super_multiple/base2.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_multiple
copying build/lib/compressor/tests/test_templates/test_block_super_multiple/base.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_multiple
copying build/lib/compressor/tests/test_templates/test_block_super_multiple/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_multiple
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_condition
copying build/lib/compressor/tests/test_templates/test_condition/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_condition
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_static_templatetag
copying build/lib/compressor/tests/test_templates/test_static_templatetag/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_static_templatetag
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_block_super
copying build/lib/compressor/tests/test_templates/test_block_super/base.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super
copying build/lib/compressor/tests/test_templates/test_block_super/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_templatetag
copying build/lib/compressor/tests/test_templates/test_templatetag/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_templatetag
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_extends_relative
copying build/lib/compressor/tests/test_templates/test_extends_relative/base.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_extends_relative
copying build/lib/compressor/tests/test_templates/test_extends_relative/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_extends_relative
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_templatetag_named
copying build/lib/compressor/tests/test_templates/test_templatetag_named/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_templatetag_named
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_block_super_multiple_cached
copying build/lib/compressor/tests/test_templates/test_block_super_multiple_cached/base2.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_multiple_cached
copying build/lib/compressor/tests/test_templates/test_block_super_multiple_cached/base.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_multiple_cached
copying build/lib/compressor/tests/test_templates/test_block_super_multiple_cached/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_block_super_multiple_cached
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_error_handling
copying build/lib/compressor/tests/test_templates/test_error_handling/buggy_extends.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_error_handling
copying build/lib/compressor/tests/test_templates/test_error_handling/buggy_template.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_error_handling
copying build/lib/compressor/tests/test_templates/test_error_handling/with_coffeescript.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_error_handling
copying build/lib/compressor/tests/test_templates/test_error_handling/missing_extends.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_error_handling
copying build/lib/compressor/tests/test_templates/test_error_handling/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_error_handling
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_complex
copying build/lib/compressor/tests/test_templates/test_complex/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_complex
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_with_context_variable_inheritance
copying build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance/base.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_with_context_variable_inheritance
copying build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_with_context_variable_inheritance
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_inline_non_ascii
copying build/lib/compressor/tests/test_templates/test_inline_non_ascii/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_inline_non_ascii
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_with_context_super
copying build/lib/compressor/tests/test_templates/test_with_context_super/base.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_with_context_super
copying build/lib/compressor/tests/test_templates/test_with_context_super/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_with_context_super
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_extends_recursion
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_extends_recursion/admin
copying build/lib/compressor/tests/test_templates/test_extends_recursion/admin/index.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_extends_recursion/admin
copying build/lib/compressor/tests/test_templates/test_extends_recursion/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_extends_recursion
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/basic
copying build/lib/compressor/tests/test_templates/basic/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/basic
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_compress_command
copying build/lib/compressor/tests/test_templates/test_compress_command/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_compress_command
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_static_url_independence
copying build/lib/compressor/tests/test_templates/test_static_url_independence/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_static_url_independence
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_with_context_variable_inheritance_super
copying build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance_super/base2.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_with_context_variable_inheritance_super
copying build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance_super/base1.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_with_context_variable_inheritance_super
copying build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance_super/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_with_context_variable_inheritance_super
creating build/bdist.linux-aarch64/wheel/compressor/tests/test_templates/test_duplicate
copying build/lib/compressor/tests/test_templates/test_duplicate/test_compressor_offline.html -> build/bdist.linux-aarch64/wheel/./compressor/tests/test_templates/test_duplicate
copying build/lib/compressor/tests/test_templatetags.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_mtime_cache.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/tests/test_conf.py -> build/bdist.linux-aarch64/wheel/./compressor/tests
copying build/lib/compressor/models.py -> build/bdist.linux-aarch64/wheel/./compressor
creating build/bdist.linux-aarch64/wheel/compressor/offline
copying build/lib/compressor/offline/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/offline
copying build/lib/compressor/offline/jinja2.py -> build/bdist.linux-aarch64/wheel/./compressor/offline
copying build/lib/compressor/offline/django.py -> build/bdist.linux-aarch64/wheel/./compressor/offline
copying build/lib/compressor/exceptions.py -> build/bdist.linux-aarch64/wheel/./compressor
creating build/bdist.linux-aarch64/wheel/compressor/templatetags
copying build/lib/compressor/templatetags/__init__.py -> build/bdist.linux-aarch64/wheel/./compressor/templatetags
copying build/lib/compressor/templatetags/compress.py -> build/bdist.linux-aarch64/wheel/./compressor/templatetags
running install_egg_info
Copying django_compressor.egg-info to build/bdist.linux-aarch64/wheel/./django_compressor-4.6.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/django_compressor-4.6.0.dist-info/WHEEL
creating '/build/python-django-compressor/src/django-compressor-4.6/dist/.tmp-zq452r3j/django_compressor-4.6.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'compressor/__init__.py'
adding 'compressor/base.py'
adding 'compressor/cache.py'
adding 'compressor/conf.py'
adding 'compressor/css.py'
adding 'compressor/exceptions.py'
adding 'compressor/finders.py'
adding 'compressor/js.py'
adding 'compressor/models.py'
adding 'compressor/signals.py'
adding 'compressor/storage.py'
adding 'compressor/test_settings.py'
adding 'compressor/contrib/__init__.py'
adding 'compressor/contrib/jinja2ext.py'
adding 'compressor/contrib/sekizai.py'
adding 'compressor/filters/__init__.py'
adding 'compressor/filters/base.py'
adding 'compressor/filters/cleancss.py'
adding 'compressor/filters/closure.py'
adding 'compressor/filters/css_default.py'
adding 'compressor/filters/datauri.py'
adding 'compressor/filters/template.py'
adding 'compressor/filters/yuglify.py'
adding 'compressor/filters/yui.py'
adding 'compressor/filters/cssmin/__init__.py'
adding 'compressor/filters/jsmin/__init__.py'
adding 'compressor/management/__init__.py'
adding 'compressor/management/commands/__init__.py'
adding 'compressor/management/commands/compress.py'
adding 'compressor/management/commands/mtime_cache.py'
adding 'compressor/offline/__init__.py'
adding 'compressor/offline/django.py'
adding 'compressor/offline/jinja2.py'
adding 'compressor/parser/__init__.py'
adding 'compressor/parser/base.py'
adding 'compressor/parser/beautifulsoup.py'
adding 'compressor/parser/default_htmlparser.py'
adding 'compressor/parser/html5lib.py'
adding 'compressor/parser/lxml.py'
adding 'compressor/templates/compressor/css_file.html'
adding 'compressor/templates/compressor/css_inline.html'
adding 'compressor/templates/compressor/css_preload.html'
adding 'compressor/templates/compressor/js_file.html'
adding 'compressor/templates/compressor/js_inline.html'
adding 'compressor/templates/compressor/js_preload.html'
adding 'compressor/templatetags/__init__.py'
adding 'compressor/templatetags/compress.py'
adding 'compressor/tests/__init__.py'
adding 'compressor/tests/precompiler.py'
adding 'compressor/tests/test_base.py'
adding 'compressor/tests/test_conf.py'
adding 'compressor/tests/test_filters.py'
adding 'compressor/tests/test_finder.py'
adding 'compressor/tests/test_jinja2ext.py'
adding 'compressor/tests/test_mtime_cache.py'
adding 'compressor/tests/test_offline.py'
adding 'compressor/tests/test_parsers.py'
adding 'compressor/tests/test_sekizai.py'
adding 'compressor/tests/test_signals.py'
adding 'compressor/tests/test_storages.py'
adding 'compressor/tests/test_templatetags.py'
adding 'compressor/tests/test_utils.py'
adding 'compressor/tests/test_templates/basic/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_block_super/base.html'
adding 'compressor/tests/test_templates/test_block_super/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_block_super_base_compressed/base.html'
adding 'compressor/tests/test_templates/test_block_super_base_compressed/base2.html'
adding 'compressor/tests/test_templates/test_block_super_base_compressed/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_block_super_extra/base.html'
adding 'compressor/tests/test_templates/test_block_super_extra/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_block_super_multiple/base.html'
adding 'compressor/tests/test_templates/test_block_super_multiple/base2.html'
adding 'compressor/tests/test_templates/test_block_super_multiple/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_block_super_multiple_cached/base.html'
adding 'compressor/tests/test_templates/test_block_super_multiple_cached/base2.html'
adding 'compressor/tests/test_templates/test_block_super_multiple_cached/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_complex/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_compress_command/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_condition/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_duplicate/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_error_handling/buggy_extends.html'
adding 'compressor/tests/test_templates/test_error_handling/buggy_template.html'
adding 'compressor/tests/test_templates/test_error_handling/missing_extends.html'
adding 'compressor/tests/test_templates/test_error_handling/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_error_handling/with_coffeescript.html'
adding 'compressor/tests/test_templates/test_extends_recursion/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_extends_recursion/admin/index.html'
adding 'compressor/tests/test_templates/test_extends_relative/base.html'
adding 'compressor/tests/test_templates/test_extends_relative/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_inline_non_ascii/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_static_templatetag/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_static_url_independence/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_templatetag/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_templatetag_named/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_with_context/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_with_context_super/base.html'
adding 'compressor/tests/test_templates/test_with_context_super/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_with_context_variable_inheritance/base.html'
adding 'compressor/tests/test_templates/test_with_context_variable_inheritance/test_compressor_offline.html'
adding 'compressor/tests/test_templates/test_with_context_variable_inheritance_super/base1.html'
adding 'compressor/tests/test_templates/test_with_context_variable_inheritance_super/base2.html'
adding 'compressor/tests/test_templates/test_with_context_variable_inheritance_super/test_compressor_offline.html'
adding 'compressor/utils/__init__.py'
adding 'compressor/utils/staticfiles.py'
adding 'django_compressor-4.6.0.dist-info/licenses/AUTHORS'
adding 'django_compressor-4.6.0.dist-info/licenses/LICENSE'
adding 'django_compressor-4.6.0.dist-info/METADATA'
adding 'django_compressor-4.6.0.dist-info/WHEEL'
adding 'django_compressor-4.6.0.dist-info/top_level.txt'
adding 'django_compressor-4.6.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built django_compressor-4.6.0-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-django-compressor/pkg/python-django-compressor/usr/share'
install: creating directory '/build/python-django-compressor/pkg/python-django-compressor/usr/share/doc'
install: creating directory '/build/python-django-compressor/pkg/python-django-compressor/usr/share/doc/python-django-compressor'
'AUTHORS' -> '/build/python-django-compressor/pkg/python-django-compressor/usr/share/doc/python-django-compressor/AUTHORS'
'README.rst' -> '/build/python-django-compressor/pkg/python-django-compressor/usr/share/doc/python-django-compressor/README.rst'
install: creating directory '/build/python-django-compressor/pkg/python-django-compressor/usr/share/licenses'
install: creating directory '/build/python-django-compressor/pkg/python-django-compressor/usr/share/licenses/python-django-compressor'
'LICENSE' -> '/build/python-django-compressor/pkg/python-django-compressor/usr/share/licenses/python-django-compressor/LICENSE'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
libfakeroot internal error: payload not recognized!
==> Checking for packaging issues...
==> Creating package "python-django-compressor"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-django-compressor 4.6-1 (Thu Nov 13 11:08:56 2025)
==> Cleaning up...
[?12l[?25h