Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-django-compressor.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-victoria-el8-build-81389-487515/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '3d91bc4867df43468afb719882451d1f', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-81389-487515/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-django-compressor.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-django-compressor-2.4-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-django-compressor.spec'], nspawn_args=['--private-network']shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-victoria-el8-build-81389-487515/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'b9aaf5b8e15e448089e87e98cda51254', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-81389-487515/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-django-compressor.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VATIK4 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-compressor-2.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-django-compressor-2.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-compressor-2.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.INshcD + umask 022 + cd /builddir/build/BUILD + cd django-compressor-2.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib creating build/lib/compressor copying compressor/cache.py -> build/lib/compressor copying compressor/__init__.py -> build/lib/compressor copying compressor/finders.py -> build/lib/compressor copying compressor/models.py -> build/lib/compressor copying compressor/js.py -> build/lib/compressor copying compressor/test_settings.py -> build/lib/compressor copying compressor/exceptions.py -> build/lib/compressor copying compressor/storage.py -> build/lib/compressor copying compressor/css.py -> build/lib/compressor copying compressor/base.py -> build/lib/compressor copying compressor/conf.py -> build/lib/compressor copying compressor/signals.py -> build/lib/compressor 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/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/parser copying compressor/parser/__init__.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/base.py -> build/lib/compressor/parser copying compressor/parser/beautifulsoup.py -> build/lib/compressor/parser copying compressor/parser/lxml.py -> build/lib/compressor/parser 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/tests copying compressor/tests/__init__.py -> build/lib/compressor/tests copying compressor/tests/test_finder.py -> build/lib/compressor/tests copying compressor/tests/test_filters.py -> build/lib/compressor/tests copying compressor/tests/test_utils.py -> build/lib/compressor/tests copying compressor/tests/test_base.py -> build/lib/compressor/tests copying compressor/tests/test_storages.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_conf.py -> build/lib/compressor/tests copying compressor/tests/test_offline.py -> build/lib/compressor/tests copying compressor/tests/test_signals.py -> build/lib/compressor/tests copying compressor/tests/test_mtime_cache.py -> build/lib/compressor/tests copying compressor/tests/test_jinja2ext.py -> build/lib/compressor/tests copying compressor/tests/test_parsers.py -> build/lib/compressor/tests copying compressor/tests/test_templatetags.py -> build/lib/compressor/tests creating build/lib/compressor/filters copying compressor/filters/__init__.py -> build/lib/compressor/filters copying compressor/filters/cleancss.py -> build/lib/compressor/filters copying compressor/filters/datauri.py -> build/lib/compressor/filters copying compressor/filters/yuglify.py -> build/lib/compressor/filters copying compressor/filters/yui.py -> build/lib/compressor/filters copying compressor/filters/base.py -> build/lib/compressor/filters copying compressor/filters/css_default.py -> build/lib/compressor/filters copying compressor/filters/closure.py -> build/lib/compressor/filters copying compressor/filters/template.py -> build/lib/compressor/filters creating build/lib/compressor/management copying compressor/management/__init__.py -> build/lib/compressor/management 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/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 creating build/lib/compressor/templates creating build/lib/compressor/templates/compressor copying compressor/templates/compressor/css_file.html -> build/lib/compressor/templates/compressor copying compressor/templates/compressor/js_preload.html -> build/lib/compressor/templates/compressor copying compressor/templates/compressor/js_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_inline.html -> build/lib/compressor/templates/compressor creating build/lib/compressor/tests/test_templates 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/test_compressor_offline.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 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_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_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_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_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/test_compressor_offline.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 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 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/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_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_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_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_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 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/base1.html -> build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance_super 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_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_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_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_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_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_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/with_coffeescript.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/test_compressor_offline.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 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/test_compressor_offline.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 creating build/lib/compressor/tests/static creating build/lib/compressor/tests/static/js copying compressor/tests/static/js/two.js -> build/lib/compressor/tests/static/js copying compressor/tests/static/js/one.js -> build/lib/compressor/tests/static/js copying compressor/tests/static/js/nonasc.js -> build/lib/compressor/tests/static/js copying compressor/tests/static/js/three.js -> build/lib/compressor/tests/static/js copying compressor/tests/static/js/one.coffee -> build/lib/compressor/tests/static/js copying compressor/tests/static/js/nonasc-latin1.js -> build/lib/compressor/tests/static/js creating build/lib/compressor/tests/static/img copying compressor/tests/static/img/python.png -> build/lib/compressor/tests/static/img copying compressor/tests/static/img/add.png -> build/lib/compressor/tests/static/img copying compressor/tests/static/img/add with spaces.png -> build/lib/compressor/tests/static/img creating build/lib/compressor/tests/static/css copying compressor/tests/static/css/utf-8_with-BOM.css -> build/lib/compressor/tests/static/css copying compressor/tests/static/css/datauri.css -> build/lib/compressor/tests/static/css copying compressor/tests/static/css/relative_url.css -> build/lib/compressor/tests/static/css copying compressor/tests/static/css/filename with spaces.css -> build/lib/compressor/tests/static/css copying compressor/tests/static/css/one.css -> build/lib/compressor/tests/static/css copying compressor/tests/static/css/nonasc.css -> build/lib/compressor/tests/static/css copying compressor/tests/static/css/two.css -> build/lib/compressor/tests/static/css creating build/lib/compressor/tests/test_templates_jinja2 creating build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached copying compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached copying compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached copying compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base2.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached creating build/lib/compressor/tests/test_templates_jinja2/test_complex copying compressor/tests/test_templates_jinja2/test_complex/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_complex creating build/lib/compressor/tests/test_templates_jinja2/test_block_super copying compressor/tests/test_templates_jinja2/test_block_super/base.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super copying compressor/tests/test_templates_jinja2/test_block_super/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super creating build/lib/compressor/tests/test_templates_jinja2/test_jingo copying compressor/tests/test_templates_jinja2/test_jingo/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_jingo creating build/lib/compressor/tests/test_templates_jinja2/test_templatetag_named copying compressor/tests/test_templates_jinja2/test_templatetag_named/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_templatetag_named creating build/lib/compressor/tests/test_templates_jinja2/test_condition copying compressor/tests/test_templates_jinja2/test_condition/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_condition creating build/lib/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance copying compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance/base.html -> build/lib/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance copying compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance creating build/lib/compressor/tests/test_templates_jinja2/test_with_context copying compressor/tests/test_templates_jinja2/test_with_context/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_with_context creating build/lib/compressor/tests/test_templates_jinja2/basic copying compressor/tests/test_templates_jinja2/basic/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/basic creating build/lib/compressor/tests/test_templates_jinja2/test_static_url_independence copying compressor/tests/test_templates_jinja2/test_static_url_independence/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_static_url_independence creating build/lib/compressor/tests/test_templates_jinja2/test_coffin copying compressor/tests/test_templates_jinja2/test_coffin/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_coffin creating build/lib/compressor/tests/test_templates_jinja2/test_extends_recursion copying compressor/tests/test_templates_jinja2/test_extends_recursion/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_extends_recursion creating build/lib/compressor/tests/test_templates_jinja2/test_block_super_extra copying compressor/tests/test_templates_jinja2/test_block_super_extra/base.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super_extra copying compressor/tests/test_templates_jinja2/test_block_super_extra/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super_extra creating build/lib/compressor/tests/test_templates_jinja2/test_compress_command copying compressor/tests/test_templates_jinja2/test_compress_command/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_compress_command creating build/lib/compressor/tests/test_templates_jinja2/test_inline_non_ascii copying compressor/tests/test_templates_jinja2/test_inline_non_ascii/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_inline_non_ascii creating build/lib/compressor/tests/test_templates_jinja2/test_duplicate copying compressor/tests/test_templates_jinja2/test_duplicate/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_duplicate creating build/lib/compressor/tests/test_templates_jinja2/test_templatetag copying compressor/tests/test_templates_jinja2/test_templatetag/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_templatetag creating build/lib/compressor/tests/test_templates_jinja2/test_static_templatetag copying compressor/tests/test_templates_jinja2/test_static_templatetag/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_static_templatetag creating build/lib/compressor/tests/test_templates_jinja2/test_error_handling copying compressor/tests/test_templates_jinja2/test_error_handling/buggy_extends.html -> build/lib/compressor/tests/test_templates_jinja2/test_error_handling copying compressor/tests/test_templates_jinja2/test_error_handling/with_coffeescript.html -> build/lib/compressor/tests/test_templates_jinja2/test_error_handling copying compressor/tests/test_templates_jinja2/test_error_handling/buggy_template.html -> build/lib/compressor/tests/test_templates_jinja2/test_error_handling copying compressor/tests/test_templates_jinja2/test_error_handling/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_error_handling copying compressor/tests/test_templates_jinja2/test_error_handling/missing_extends.html -> build/lib/compressor/tests/test_templates_jinja2/test_error_handling creating build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple copying compressor/tests/test_templates_jinja2/test_block_super_multiple/base.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple copying compressor/tests/test_templates_jinja2/test_block_super_multiple/test_compressor_offline.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple copying compressor/tests/test_templates_jinja2/test_block_super_multiple/base2.html -> build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple 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 creating build/lib/compressor/tests/static/css/url copying compressor/tests/static/css/url/url1.css -> build/lib/compressor/tests/static/css/url copying compressor/tests/static/css/url/test.css -> build/lib/compressor/tests/static/css/url copying compressor/tests/static/css/url/nonasc.css -> build/lib/compressor/tests/static/css/url creating build/lib/compressor/tests/test_templates_jinja2/test_extends_recursion/admin copying compressor/tests/test_templates_jinja2/test_extends_recursion/admin/index.html -> build/lib/compressor/tests/test_templates_jinja2/test_extends_recursion/admin creating build/lib/compressor/tests/static/css/url/2 copying compressor/tests/static/css/url/2/url2.css -> build/lib/compressor/tests/static/css/url/2 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rb0xBe + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch + cd django-compressor-2.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templatetags copying build/lib/compressor/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templatetags copying build/lib/compressor/templatetags/compress.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templatetags creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/offline copying build/lib/compressor/offline/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/offline copying build/lib/compressor/offline/jinja2.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/offline copying build/lib/compressor/offline/django.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/offline copying build/lib/compressor/cache.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser copying build/lib/compressor/parser/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser copying build/lib/compressor/parser/default_htmlparser.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser copying build/lib/compressor/parser/html5lib.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser copying build/lib/compressor/parser/base.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser copying build/lib/compressor/parser/beautifulsoup.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser copying build/lib/compressor/parser/lxml.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser copying build/lib/compressor/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/utils copying build/lib/compressor/utils/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/utils copying build/lib/compressor/utils/staticfiles.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/utils copying build/lib/compressor/finders.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor copying build/lib/compressor/models.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor copying build/lib/compressor/js.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor copying build/lib/compressor/test_settings.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_finder.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_filters.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_utils.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_base.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_storages.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_sekizai.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_multiple_cached copying build/lib/compressor/tests/test_templates/test_block_super_multiple_cached/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/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 -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_multiple_cached copying build/lib/compressor/tests/test_templates/test_block_super_multiple_cached/base2.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_multiple_cached creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_complex copying build/lib/compressor/tests/test_templates/test_complex/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_complex creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super copying build/lib/compressor/tests/test_templates/test_block_super/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super copying build/lib/compressor/tests/test_templates/test_block_super/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_templatetag_named copying build/lib/compressor/tests/test_templates/test_templatetag_named/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_templatetag_named creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_condition copying build/lib/compressor/tests/test_templates/test_condition/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_condition creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_base_compressed copying build/lib/compressor/tests/test_templates/test_block_super_base_compressed/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/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 -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_base_compressed copying build/lib/compressor/tests/test_templates/test_block_super_base_compressed/base2.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_base_compressed creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_with_context_variable_inheritance copying build/lib/compressor/tests/test_templates/test_with_context_variable_inheritance/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/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 -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_with_context_variable_inheritance creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_with_context copying build/lib/compressor/tests/test_templates/test_with_context/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_with_context creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/basic copying build/lib/compressor/tests/test_templates/basic/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/basic creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_static_url_independence copying build/lib/compressor/tests/test_templates/test_static_url_independence/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_static_url_independence creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_extends_recursion creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_extends_recursion/admin copying build/lib/compressor/tests/test_templates/test_extends_recursion/admin/index.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_extends_recursion/admin copying build/lib/compressor/tests/test_templates/test_extends_recursion/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_extends_recursion creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_with_context_super copying build/lib/compressor/tests/test_templates/test_with_context_super/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_with_context_super copying build/lib/compressor/tests/test_templates/test_with_context_super/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_with_context_super creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/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 -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/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 -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/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 -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_with_context_variable_inheritance_super creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_extra copying build/lib/compressor/tests/test_templates/test_block_super_extra/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_extra copying build/lib/compressor/tests/test_templates/test_block_super_extra/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_extra creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_compress_command copying build/lib/compressor/tests/test_templates/test_compress_command/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_compress_command creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_inline_non_ascii copying build/lib/compressor/tests/test_templates/test_inline_non_ascii/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_inline_non_ascii creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_duplicate copying build/lib/compressor/tests/test_templates/test_duplicate/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_duplicate creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_templatetag copying build/lib/compressor/tests/test_templates/test_templatetag/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_templatetag creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_static_templatetag copying build/lib/compressor/tests/test_templates/test_static_templatetag/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_static_templatetag creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/buggy_extends.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/with_coffeescript.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/buggy_template.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_error_handling copying build/lib/compressor/tests/test_templates/test_error_handling/missing_extends.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_error_handling creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_multiple copying build/lib/compressor/tests/test_templates/test_block_super_multiple/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_multiple copying build/lib/compressor/tests/test_templates/test_block_super_multiple/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_multiple copying build/lib/compressor/tests/test_templates/test_block_super_multiple/base2.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates/test_block_super_multiple copying build/lib/compressor/tests/precompiler.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_conf.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/js copying build/lib/compressor/tests/static/js/two.js -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/js copying build/lib/compressor/tests/static/js/one.js -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/js copying build/lib/compressor/tests/static/js/nonasc.js -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/js copying build/lib/compressor/tests/static/js/three.js -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/js copying build/lib/compressor/tests/static/js/one.coffee -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/js copying build/lib/compressor/tests/static/js/nonasc-latin1.js -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/js creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/img copying build/lib/compressor/tests/static/img/python.png -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/img copying build/lib/compressor/tests/static/img/add.png -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/img copying build/lib/compressor/tests/static/img/add with spaces.png -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/img creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css copying build/lib/compressor/tests/static/css/utf-8_with-BOM.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css copying build/lib/compressor/tests/static/css/datauri.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css/url copying build/lib/compressor/tests/static/css/url/url1.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css/url copying build/lib/compressor/tests/static/css/url/test.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css/url creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css/url/2 copying build/lib/compressor/tests/static/css/url/2/url2.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css/url/2 copying build/lib/compressor/tests/static/css/url/nonasc.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css/url copying build/lib/compressor/tests/static/css/relative_url.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css copying build/lib/compressor/tests/static/css/filename with spaces.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css copying build/lib/compressor/tests/static/css/one.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css copying build/lib/compressor/tests/static/css/nonasc.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css copying build/lib/compressor/tests/static/css/two.css -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/static/css copying build/lib/compressor/tests/test_offline.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_signals.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_mtime_cache.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2 creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached copying build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached copying build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached copying build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base2.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_complex copying build/lib/compressor/tests/test_templates_jinja2/test_complex/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_complex creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super copying build/lib/compressor/tests/test_templates_jinja2/test_block_super/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super copying build/lib/compressor/tests/test_templates_jinja2/test_block_super/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_jingo copying build/lib/compressor/tests/test_templates_jinja2/test_jingo/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_jingo creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_templatetag_named copying build/lib/compressor/tests/test_templates_jinja2/test_templatetag_named/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_templatetag_named creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_condition copying build/lib/compressor/tests/test_templates_jinja2/test_condition/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_condition creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance copying build/lib/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance copying build/lib/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_with_context copying build/lib/compressor/tests/test_templates_jinja2/test_with_context/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_with_context creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/basic copying build/lib/compressor/tests/test_templates_jinja2/basic/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/basic creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_static_url_independence copying build/lib/compressor/tests/test_templates_jinja2/test_static_url_independence/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_static_url_independence creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_coffin copying build/lib/compressor/tests/test_templates_jinja2/test_coffin/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_coffin creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_extends_recursion creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_extends_recursion/admin copying build/lib/compressor/tests/test_templates_jinja2/test_extends_recursion/admin/index.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_extends_recursion/admin copying build/lib/compressor/tests/test_templates_jinja2/test_extends_recursion/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_extends_recursion creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_extra copying build/lib/compressor/tests/test_templates_jinja2/test_block_super_extra/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_extra copying build/lib/compressor/tests/test_templates_jinja2/test_block_super_extra/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_extra creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_compress_command copying build/lib/compressor/tests/test_templates_jinja2/test_compress_command/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_compress_command creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_inline_non_ascii copying build/lib/compressor/tests/test_templates_jinja2/test_inline_non_ascii/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_inline_non_ascii creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_duplicate copying build/lib/compressor/tests/test_templates_jinja2/test_duplicate/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_duplicate creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_templatetag copying build/lib/compressor/tests/test_templates_jinja2/test_templatetag/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_templatetag creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_static_templatetag copying build/lib/compressor/tests/test_templates_jinja2/test_static_templatetag/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_static_templatetag creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_error_handling copying build/lib/compressor/tests/test_templates_jinja2/test_error_handling/buggy_extends.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_error_handling copying build/lib/compressor/tests/test_templates_jinja2/test_error_handling/with_coffeescript.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_error_handling copying build/lib/compressor/tests/test_templates_jinja2/test_error_handling/buggy_template.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_error_handling copying build/lib/compressor/tests/test_templates_jinja2/test_error_handling/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_error_handling copying build/lib/compressor/tests/test_templates_jinja2/test_error_handling/missing_extends.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_error_handling creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_multiple copying build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple/base.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_multiple copying build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple/test_compressor_offline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_multiple copying build/lib/compressor/tests/test_templates_jinja2/test_block_super_multiple/base2.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templates_jinja2/test_block_super_multiple copying build/lib/compressor/tests/test_jinja2ext.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_parsers.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests copying build/lib/compressor/tests/test_templatetags.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters copying build/lib/compressor/filters/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/jsmin copying build/lib/compressor/filters/jsmin/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/jsmin copying build/lib/compressor/filters/cleancss.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters copying build/lib/compressor/filters/datauri.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters copying build/lib/compressor/filters/yuglify.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters copying build/lib/compressor/filters/yui.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/cssmin copying build/lib/compressor/filters/cssmin/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/cssmin copying build/lib/compressor/filters/base.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters copying build/lib/compressor/filters/css_default.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters copying build/lib/compressor/filters/closure.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters copying build/lib/compressor/filters/template.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management copying build/lib/compressor/management/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management/commands copying build/lib/compressor/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management/commands copying build/lib/compressor/management/commands/compress.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management/commands copying build/lib/compressor/management/commands/mtime_cache.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management/commands creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templates creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templates/compressor copying build/lib/compressor/templates/compressor/css_file.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templates/compressor copying build/lib/compressor/templates/compressor/js_preload.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templates/compressor copying build/lib/compressor/templates/compressor/js_file.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templates/compressor copying build/lib/compressor/templates/compressor/css_inline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templates/compressor copying build/lib/compressor/templates/compressor/css_preload.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templates/compressor copying build/lib/compressor/templates/compressor/js_inline.html -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templates/compressor copying build/lib/compressor/exceptions.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor copying build/lib/compressor/storage.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor copying build/lib/compressor/css.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor copying build/lib/compressor/base.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor copying build/lib/compressor/conf.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor creating /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/contrib copying build/lib/compressor/contrib/__init__.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/contrib copying build/lib/compressor/contrib/jinja2ext.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/contrib copying build/lib/compressor/contrib/sekizai.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/contrib copying build/lib/compressor/signals.py -> /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templatetags/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/templatetags/compress.py to compress.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/offline/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/offline/jinja2.py to jinja2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/offline/django.py to django.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/cache.py to cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser/default_htmlparser.py to default_htmlparser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser/html5lib.py to html5lib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser/beautifulsoup.py to beautifulsoup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/parser/lxml.py to lxml.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/utils/staticfiles.py to staticfiles.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/finders.py to finders.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/models.py to models.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/js.py to js.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/test_settings.py to test_settings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_finder.py to test_finder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_filters.py to test_filters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_storages.py to test_storages.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_sekizai.py to test_sekizai.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/precompiler.py to precompiler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_conf.py to test_conf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_offline.py to test_offline.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_signals.py to test_signals.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_mtime_cache.py to test_mtime_cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_jinja2ext.py to test_jinja2ext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_parsers.py to test_parsers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/tests/test_templatetags.py to test_templatetags.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/jsmin/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/cleancss.py to cleancss.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/datauri.py to datauri.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/yuglify.py to yuglify.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/yui.py to yui.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/cssmin/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/css_default.py to css_default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/closure.py to closure.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/filters/template.py to template.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management/commands/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management/commands/compress.py to compress.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/management/commands/mtime_cache.py to mtime_cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/storage.py to storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/css.py to css.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/conf.py to conf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/contrib/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/contrib/jinja2ext.py to jinja2ext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/contrib/sekizai.py to sekizai.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/compressor/signals.py to signals.cpython-36.pyc writing byte-compilation script '/tmp/tmpwbchsqr3.py' /usr/libexec/platform-python /tmp/tmpwbchsqr3.py removing /tmp/tmpwbchsqr3.py running install_egg_info 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' writing manifest file 'django_compressor.egg-info/SOURCES.txt' Copying django_compressor.egg-info to /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6/site-packages/django_compressor-2.4-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 2.4-1.el8 --unique-debug-suffix -2.4-1.el8.noarch --unique-debug-src-base python-django-compressor-2.4-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/django-compressor-2.4 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-django-compressor-2.4-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Me3smS + umask 022 + cd /builddir/build/BUILD + cd django-compressor-2.4 + DOCDIR=/builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/share/doc/python3-django-compressor + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/share/doc/python3-django-compressor + cp -pr README.rst /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/share/doc/python3-django-compressor + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wDKp8v + umask 022 + cd /builddir/build/BUILD + cd django-compressor-2.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/share/licenses/python3-django-compressor + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/share/licenses/python3-django-compressor + cp -pr LICENSE /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch/usr/share/licenses/python3-django-compressor + exit 0 Provides: python3-django-compressor = 2.4-1.el8 python3.6dist(django-compressor) = 2.4 python3dist(django-compressor) = 2.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 python3.6dist(django-appconf) >= 1.0.3 python3.6dist(rcssmin) = 1.0.6 python3.6dist(rjsmin) = 1.1.0 python3.6dist(six) >= 1.12.0 Obsoletes: python-django-compressor < 2.1-6 python2-django-compressor < 2.1-6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch Wrote: /builddir/build/RPMS/python3-django-compressor-2.4-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RQG751 + umask 022 + cd /builddir/build/BUILD + cd django-compressor-2.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-compressor-2.4-1.el8.noarch + exit 0 Child return code was: 0