+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=311 WRKLOG=/tmp/bulklog/py311-django-compressor-4.6.0/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=311 WRKLOG=/tmp/bulklog/py311-django-compressor-4.6.0/work.log ===> Building for py311-django-compressor-4.6.0 * Building wheel... running bdist_wheel running build running build_py creating build/lib/compressor copying compressor/__init__.py -> build/lib/compressor copying compressor/base.py -> build/lib/compressor copying compressor/cache.py -> build/lib/compressor copying compressor/conf.py -> build/lib/compressor copying compressor/css.py -> build/lib/compressor copying compressor/exceptions.py -> build/lib/compressor copying compressor/finders.py -> build/lib/compressor copying compressor/js.py -> build/lib/compressor copying compressor/models.py -> build/lib/compressor copying compressor/signals.py -> build/lib/compressor copying compressor/storage.py -> build/lib/compressor copying compressor/test_settings.py -> build/lib/compressor 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/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/datauri.py -> build/lib/compressor/filters copying compressor/filters/template.py -> build/lib/compressor/filters copying compressor/filters/yuglify.py -> build/lib/compressor/filters copying compressor/filters/yui.py -> build/lib/compressor/filters creating build/lib/compressor/management copying compressor/management/__init__.py -> build/lib/compressor/management creating build/lib/compressor/offline copying compressor/offline/__init__.py -> build/lib/compressor/offline copying compressor/offline/django.py -> build/lib/compressor/offline copying compressor/offline/jinja2.py -> build/lib/compressor/offline 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/beautifulsoup.py -> build/lib/compressor/parser copying compressor/parser/default_htmlparser.py -> build/lib/compressor/parser copying compressor/parser/html5lib.py -> build/lib/compressor/parser copying compressor/parser/lxml.py -> build/lib/compressor/parser 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/tests copying compressor/tests/__init__.py -> build/lib/compressor/tests copying compressor/tests/precompiler.py -> build/lib/compressor/tests copying compressor/tests/test_base.py -> build/lib/compressor/tests copying compressor/tests/test_conf.py -> build/lib/compressor/tests copying compressor/tests/test_filters.py -> build/lib/compressor/tests copying compressor/tests/test_finder.py -> build/lib/compressor/tests copying compressor/tests/test_jinja2ext.py -> build/lib/compressor/tests copying compressor/tests/test_mtime_cache.py -> build/lib/compressor/tests copying compressor/tests/test_offline.py -> build/lib/compressor/tests copying compressor/tests/test_parsers.py -> build/lib/compressor/tests copying compressor/tests/test_sekizai.py -> build/lib/compressor/tests copying compressor/tests/test_signals.py -> build/lib/compressor/tests copying compressor/tests/test_storages.py -> build/lib/compressor/tests copying compressor/tests/test_templatetags.py -> build/lib/compressor/tests copying compressor/tests/test_utils.py -> build/lib/compressor/tests creating build/lib/compressor/utils copying compressor/utils/__init__.py -> build/lib/compressor/utils copying compressor/utils/staticfiles.py -> build/lib/compressor/utils creating build/lib/compressor/filters/cssmin copying compressor/filters/cssmin/__init__.py -> build/lib/compressor/filters/cssmin creating build/lib/compressor/filters/jsmin copying compressor/filters/jsmin/__init__.py -> build/lib/compressor/filters/jsmin 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/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_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_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_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_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_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_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_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_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_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_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_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/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_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_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_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_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_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_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_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_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_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_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.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor copying build/lib/compressor/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/conf.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/css.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/finders.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/js.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/signals.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/storage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor copying build/lib/compressor/test_settings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/contrib copying build/lib/compressor/contrib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/contrib copying build/lib/compressor/contrib/jinja2ext.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/contrib copying build/lib/compressor/contrib/sekizai.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/contrib creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/filters copying build/lib/compressor/filters/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters copying build/lib/compressor/filters/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters copying build/lib/compressor/filters/cleancss.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters copying build/lib/compressor/filters/closure.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters copying build/lib/compressor/filters/css_default.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters copying build/lib/compressor/filters/datauri.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters copying build/lib/compressor/filters/template.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters copying build/lib/compressor/filters/yuglify.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters copying build/lib/compressor/filters/yui.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/filters/cssmin copying build/lib/compressor/filters/cssmin/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters/cssmin creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/filters/jsmin copying build/lib/compressor/filters/jsmin/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/filters/jsmin creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/management copying build/lib/compressor/management/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/management creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/management/commands copying build/lib/compressor/management/commands/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/management/commands copying build/lib/compressor/management/commands/compress.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/management/commands copying build/lib/compressor/management/commands/mtime_cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/management/commands creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/offline copying build/lib/compressor/offline/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/offline copying build/lib/compressor/offline/django.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/offline copying build/lib/compressor/offline/jinja2.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/offline creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/parser copying build/lib/compressor/parser/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/parser copying build/lib/compressor/parser/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/parser copying build/lib/compressor/parser/beautifulsoup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/parser copying build/lib/compressor/parser/default_htmlparser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/parser copying build/lib/compressor/parser/html5lib.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/parser copying build/lib/compressor/parser/lxml.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/parser creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/templatetags copying build/lib/compressor/templatetags/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/templatetags copying build/lib/compressor/templatetags/compress.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/templatetags creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests copying build/lib/compressor/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/precompiler.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_conf.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_filters.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_finder.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_jinja2ext.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_mtime_cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_offline.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_parsers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_sekizai.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_signals.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_storages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_templatetags.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests copying build/lib/compressor/tests/test_utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/basic copying build/lib/compressor/tests/test_templates/basic/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/basic creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_block_super copying build/lib/compressor/tests/test_templates/test_block_super/base.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_block_super copying build/lib/compressor/tests/test_templates/test_block_super/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_block_super creating build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_block_super_base_compressed creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_block_super_extra copying build/lib/compressor/tests/test_templates/test_block_super_extra/base.html -> build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_block_super_extra creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_block_super_multiple copying build/lib/compressor/tests/test_templates/test_block_super_multiple/base.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_block_super_multiple copying build/lib/compressor/tests/test_templates/test_block_super_multiple/base2.html -> build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_block_super_multiple creating build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_block_super_multiple_cached creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_complex copying build/lib/compressor/tests/test_templates/test_complex/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_complex creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_compress_command copying build/lib/compressor/tests/test_templates/test_compress_command/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_compress_command creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_condition copying build/lib/compressor/tests/test_templates/test_condition/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_condition creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_duplicate copying build/lib/compressor/tests/test_templates/test_duplicate/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_duplicate creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/buggy_extends.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/buggy_template.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/missing_extends.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/with_coffeescript.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_error_handling creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_extends_recursion copying build/lib/compressor/tests/test_templates/test_extends_recursion/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_extends_recursion creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_extends_recursion/admin copying build/lib/compressor/tests/test_templates/test_extends_recursion/admin/index.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_extends_recursion/admin creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_extends_relative copying build/lib/compressor/tests/test_templates/test_extends_relative/base.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_extends_relative copying build/lib/compressor/tests/test_templates/test_extends_relative/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_extends_relative creating build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_inline_non_ascii creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_static_templatetag copying build/lib/compressor/tests/test_templates/test_static_templatetag/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_static_templatetag creating build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_static_url_independence creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_templatetag copying build/lib/compressor/tests/test_templates/test_templatetag/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_templatetag creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_templatetag_named copying build/lib/compressor/tests/test_templates/test_templatetag_named/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_templatetag_named creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_with_context copying build/lib/compressor/tests/test_templates/test_with_context/test_compressor_offline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_with_context creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/tests/test_templates/test_with_context_super copying build/lib/compressor/tests/test_templates/test_with_context_super/base.html -> build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_with_context_super creating build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_with_context_variable_inheritance creating build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./compressor/tests/test_templates/test_with_context_variable_inheritance_super creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/utils copying build/lib/compressor/utils/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/utils copying build/lib/compressor/utils/staticfiles.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/utils creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/compressor/templates/compressor copying build/lib/compressor/templates/compressor/css_file.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/templates/compressor copying build/lib/compressor/templates/compressor/css_inline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/templates/compressor copying build/lib/compressor/templates/compressor/css_preload.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/templates/compressor copying build/lib/compressor/templates/compressor/js_file.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/templates/compressor copying build/lib/compressor/templates/compressor/js_inline.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/templates/compressor copying build/lib/compressor/templates/compressor/js_preload.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./compressor/templates/compressor running install_egg_info Copying django_compressor.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./django_compressor-4.6.0-py3.11.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/django_compressor-4.6.0.dist-info/WHEEL creating '/home/pbulk/build/www/py-django-compressor/work/django_compressor-4.6.0/dist/.tmp-_d07m5uq/django_compressor-4.6.0-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel Successfully built django_compressor-4.6.0-py3-none-any.whl