Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/python-webassets.spec'], timeout=0nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0y0l7L:/etc/resolv.conf']shell=Falseuid=1001chrootPath='/var/lib/mock/centos-7-i386/root'gid=135user='mockbuild'env={'LANG': 'en_US.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\\$ '}logger=unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f35fe4f78a51451a96d03309d2689bb9', '-D', '/var/lib/mock/centos-7-i386/root', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0y0l7L:/etc/resolv.conf', '--setenv=LANG=en_US.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', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/python-webassets.spec'] with env {'LANG': 'en_US.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 BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system BUILDSTDERR: sh: /usr/bin/python: No such file or directory BUILDSTDERR: sh: /usr/bin/python: No such file or directory BUILDSTDERR: sh: /usr/bin/python: No such file or directory Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/python-webassets-0.9-5.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/python-webassets.spec'], timeout=0nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0y0l7L:/etc/resolv.conf']shell=Falseuid=1001chrootPath='/var/lib/mock/centos-7-i386/root'gid=135user='mockbuild'env={'LANG': 'en_US.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\\$ '}logger=unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '2e0b2d6fc7264c859ee405dce6538662', '-D', '/var/lib/mock/centos-7-i386/root', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0y0l7L:/etc/resolv.conf', '--setenv=LANG=en_US.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', 'bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/python-webassets.spec'] with env {'LANG': 'en_US.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 BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SmZIZW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf webassets-0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/webassets-0.9.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd webassets-0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (0001-escape-JS-string-literals-correctly-in-JST-filter.patch):' Patch #1 (0001-escape-JS-string-literals-correctly-in-JST-filter.patch): + /usr/bin/cat /builddir/build/SOURCES/0001-escape-JS-string-literals-correctly-in-JST-filter.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/filter/jst.py patching file tests/test_filters.py Patch #2 (0002-fixed-webassets-issue-286-and-switch-I-O-to-binary-m.patch): + echo 'Patch #2 (0002-fixed-webassets-issue-286-and-switch-I-O-to-binary-m.patch):' + /usr/bin/cat /builddir/build/SOURCES/0002-fixed-webassets-issue-286-and-switch-I-O-to-binary-m.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/filter/__init__.py + echo 'Patch #3 (0003-added-unit-test-for-fix-to-issue-286.patch):' Patch #3 (0003-added-unit-test-for-fix-to-issue-286.patch): + /usr/bin/cat /builddir/build/SOURCES/0003-added-unit-test-for-fix-to-issue-286.patch + /usr/bin/patch -p1 --fuzz=0 patching file tests/test_filters.py + echo 'Patch #4 (0004-Encoding-decoding-of-files.patch):' Patch #4 (0004-Encoding-decoding-of-files.patch): + /usr/bin/cat /builddir/build/SOURCES/0004-Encoding-decoding-of-files.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/filter/__init__.py + echo 'Patch #5 (0005-Merge-graffic-unicode-python2-for-the-unicode-tests.patch):' Patch #5 (0005-Merge-graffic-unicode-python2-for-the-unicode-tests.patch): + /usr/bin/cat /builddir/build/SOURCES/0005-Merge-graffic-unicode-python2-for-the-unicode-tests.patch + /usr/bin/patch -p1 --fuzz=0 patching file tests/test_filters.py + echo 'Patch #6 (0006-Avoid-an-extra-stat-call-on-cache-lookups.patch):' Patch #6 (0006-Avoid-an-extra-stat-call-on-cache-lookups.patch): + /usr/bin/cat /builddir/build/SOURCES/0006-Avoid-an-extra-stat-call-on-cache-lookups.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/cache.py + echo 'Patch #7 (0007-Create-cache-entries-atomically-in-FilesystemCache.patch):' Patch #7 (0007-Create-cache-entries-atomically-in-FilesystemCache.patch): + /usr/bin/cat /builddir/build/SOURCES/0007-Create-cache-entries-atomically-in-FilesystemCache.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/cache.py + echo 'Patch #8 (0008-Support-files-lists-or-tuples-in-Jinja2-assets-block.patch):' Patch #8 (0008-Support-files-lists-or-tuples-in-Jinja2-assets-block.patch): + /usr/bin/cat /builddir/build/SOURCES/0008-Support-files-lists-or-tuples-in-Jinja2-assets-block.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/ext/jinja2.py patching file tests/test_ext/test_jinja2.py + echo 'Patch #9 (0009-Fix-cssrewrite-filter-dealing-with-hostnames.patch):' Patch #9 (0009-Fix-cssrewrite-filter-dealing-with-hostnames.patch): + /usr/bin/cat /builddir/build/SOURCES/0009-Fix-cssrewrite-filter-dealing-with-hostnames.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/filter/cssrewrite/__init__.py patching file tests/test_filters.py Patch #10 (0010-Preserve-exit-status.patch): + echo 'Patch #10 (0010-Preserve-exit-status.patch):' + /usr/bin/cat /builddir/build/SOURCES/0010-Preserve-exit-status.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/script.py + echo 'Patch #11 (0011-Make-it-possible-to-customize-jinja-extension-in-Jin.patch):' Patch #11 (0011-Make-it-possible-to-customize-jinja-extension-in-Jin.patch): + /usr/bin/cat /builddir/build/SOURCES/0011-Make-it-possible-to-customize-jinja-extension-in-Jin.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/ext/jinja2.py + echo 'Patch #12 (0012-Update-some-test-filter-outputs.patch):' Patch #12 (0012-Update-some-test-filter-outputs.patch): + /usr/bin/cat /builddir/build/SOURCES/0012-Update-some-test-filter-outputs.patch + /usr/bin/patch -p1 --fuzz=0 patching file tests/test_filters.py Patch #13 (0013-Fix-closing-temporary-files.patch): + echo 'Patch #13 (0013-Fix-closing-temporary-files.patch):' + /usr/bin/cat /builddir/build/SOURCES/0013-Fix-closing-temporary-files.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/filter/__init__.py + echo 'Patch #14 (0014-support-jsmin.py-from-v8.patch):' Patch #14 (0014-support-jsmin.py-from-v8.patch): + /usr/bin/cat /builddir/build/SOURCES/0014-support-jsmin.py-from-v8.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/webassets/filter/jsmin.py patching file tests/test_filters.py + sed -i 's|\r||g' README.rst + sed -i 's|\r||g' docs/index.rst + sed -i 's|\r||g' docs/conf.py + sed -i 's|\r||g' docs/builtin_filters.rst + sed -i 's|\r||g' docs/Makefile + sed -i 's|\r||g' docs/make.bat + sed -i 's|\r||g' docs/faq.rst + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CyLFWU + umask 022 + cd /builddir/build/BUILD + cd webassets-0.9 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/webassets copying src/webassets/test.py -> build/lib/webassets copying src/webassets/version.py -> build/lib/webassets copying src/webassets/updater.py -> build/lib/webassets copying src/webassets/bundle.py -> build/lib/webassets copying src/webassets/utils.py -> build/lib/webassets copying src/webassets/importlib.py -> build/lib/webassets copying src/webassets/exceptions.py -> build/lib/webassets copying src/webassets/merge.py -> build/lib/webassets copying src/webassets/env.py -> build/lib/webassets copying src/webassets/script.py -> build/lib/webassets copying src/webassets/six.py -> build/lib/webassets copying src/webassets/cache.py -> build/lib/webassets copying src/webassets/loaders.py -> build/lib/webassets copying src/webassets/__init__.py -> build/lib/webassets creating build/lib/webassets/filter copying src/webassets/filter/spritemapper.py -> build/lib/webassets/filter copying src/webassets/filter/dust.py -> build/lib/webassets/filter copying src/webassets/filter/cleancss.py -> build/lib/webassets/filter copying src/webassets/filter/cssmin.py -> build/lib/webassets/filter copying src/webassets/filter/clevercss.py -> build/lib/webassets/filter copying src/webassets/filter/cssutils.py -> build/lib/webassets/filter copying src/webassets/filter/handlebars.py -> build/lib/webassets/filter copying src/webassets/filter/jade.py -> build/lib/webassets/filter copying src/webassets/filter/stylus.py -> build/lib/webassets/filter copying src/webassets/filter/cssprefixer.py -> build/lib/webassets/filter copying src/webassets/filter/closure_templates.py -> build/lib/webassets/filter copying src/webassets/filter/jsmin.py -> build/lib/webassets/filter copying src/webassets/filter/uglifyjs.py -> build/lib/webassets/filter copying src/webassets/filter/less_ruby.py -> build/lib/webassets/filter copying src/webassets/filter/sass.py -> build/lib/webassets/filter copying src/webassets/filter/pyscss.py -> build/lib/webassets/filter copying src/webassets/filter/coffeescript.py -> build/lib/webassets/filter copying src/webassets/filter/slimmer.py -> build/lib/webassets/filter copying src/webassets/filter/yui.py -> build/lib/webassets/filter copying src/webassets/filter/jst.py -> build/lib/webassets/filter copying src/webassets/filter/jinja2.py -> build/lib/webassets/filter copying src/webassets/filter/datauri.py -> build/lib/webassets/filter copying src/webassets/filter/__init__.py -> build/lib/webassets/filter copying src/webassets/filter/typescript.py -> build/lib/webassets/filter copying src/webassets/filter/less.py -> build/lib/webassets/filter copying src/webassets/filter/compass.py -> build/lib/webassets/filter copying src/webassets/filter/closure.py -> build/lib/webassets/filter creating build/lib/webassets/ext copying src/webassets/ext/jinja2.py -> build/lib/webassets/ext copying src/webassets/ext/__init__.py -> build/lib/webassets/ext creating build/lib/webassets/filter/rjsmin copying src/webassets/filter/rjsmin/rjsmin.py -> build/lib/webassets/filter/rjsmin copying src/webassets/filter/rjsmin/__init__.py -> build/lib/webassets/filter/rjsmin creating build/lib/webassets/filter/cssrewrite copying src/webassets/filter/cssrewrite/urlpath.py -> build/lib/webassets/filter/cssrewrite copying src/webassets/filter/cssrewrite/__init__.py -> build/lib/webassets/filter/cssrewrite copying src/webassets/filter/cssrewrite/base.py -> build/lib/webassets/filter/cssrewrite creating build/lib/webassets/filter/jspacker copying src/webassets/filter/jspacker/jspacker.py -> build/lib/webassets/filter/jspacker copying src/webassets/filter/jspacker/__init__.py -> build/lib/webassets/filter/jspacker + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JV0MlT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386 + cd webassets-0.9 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386 running install running install_lib creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/test.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/version.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/updater.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/bundle.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/utils.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/importlib.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/exceptions.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/merge.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/env.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/script.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/six.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/cache.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/loaders.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets copying build/lib/webassets/__init__.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/spritemapper.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/dust.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/cleancss.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/cssmin.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/clevercss.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/cssutils.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/handlebars.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/jade.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/stylus.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/cssprefixer.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/closure_templates.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/jsmin.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/uglifyjs.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/less_ruby.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/sass.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/pyscss.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/coffeescript.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/slimmer.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/yui.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/jst.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/jinja2.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/datauri.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/__init__.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/typescript.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/less.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/compass.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter copying build/lib/webassets/filter/closure.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/rjsmin copying build/lib/webassets/filter/rjsmin/rjsmin.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/rjsmin copying build/lib/webassets/filter/rjsmin/__init__.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/rjsmin creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssrewrite copying build/lib/webassets/filter/cssrewrite/urlpath.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssrewrite copying build/lib/webassets/filter/cssrewrite/__init__.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssrewrite copying build/lib/webassets/filter/cssrewrite/base.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssrewrite creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/jspacker copying build/lib/webassets/filter/jspacker/jspacker.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/jspacker copying build/lib/webassets/filter/jspacker/__init__.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/jspacker creating /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/ext copying build/lib/webassets/ext/jinja2.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/ext copying build/lib/webassets/ext/__init__.py -> /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/ext byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/updater.py to updater.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/bundle.py to bundle.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/importlib.py to importlib.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/merge.py to merge.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/script.py to script.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/loaders.py to loaders.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/spritemapper.py to spritemapper.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/dust.py to dust.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cleancss.py to cleancss.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssmin.py to cssmin.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/clevercss.py to clevercss.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssutils.py to cssutils.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/handlebars.py to handlebars.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/jade.py to jade.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/stylus.py to stylus.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssprefixer.py to cssprefixer.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/closure_templates.py to closure_templates.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/jsmin.py to jsmin.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/uglifyjs.py to uglifyjs.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/less_ruby.py to less_ruby.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/sass.py to sass.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/pyscss.py to pyscss.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/coffeescript.py to coffeescript.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/slimmer.py to slimmer.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/yui.py to yui.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/jst.py to jst.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/jinja2.py to jinja2.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/datauri.py to datauri.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/typescript.py to typescript.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/less.py to less.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/compass.py to compass.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/closure.py to closure.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/rjsmin/rjsmin.py to rjsmin.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/rjsmin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssrewrite/urlpath.py to urlpath.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssrewrite/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/cssrewrite/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/jspacker/jspacker.py to jspacker.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/jspacker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/ext/jinja2.py to jinja2.pyc byte-compiling /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/ext/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmp0U8A6D.py' /usr/bin/python -O /tmp/tmp0U8A6D.py removing /tmp/tmp0U8A6D.py running install_egg_info running egg_info writing src/webassets.egg-info/PKG-INFO writing top-level names to src/webassets.egg-info/top_level.txt writing dependency_links to src/webassets.egg-info/dependency_links.txt writing entry points to src/webassets.egg-info/entry_points.txt reading manifest file 'src/webassets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: no previously-included directories found matching 'docs/_build' BUILDSTDERR: warning: no previously-included files matching 'out.css' found under directory 'examples' BUILDSTDERR: warning: no previously-included files matching 'out.js' found under directory 'examples' BUILDSTDERR: no previously-included directories found matching 'examples/appengine-sdk' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '.gitignore' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.orig' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching 'webassets-cache/*' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '.sass-cache/*' found anywhere in distribution writing manifest file 'src/webassets.egg-info/SOURCES.txt' Copying src/webassets.egg-info to /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets-0.9-py2.7.egg-info running install_scripts Installing webassets script to /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/bin + sed -i -e '/^#!\//, 1d' /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7/site-packages/webassets/filter/rjsmin/rjsmin.py + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/webassets-0.9 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UUbHVV + umask 022 + cd /builddir/build/BUILD + cd webassets-0.9 + export LC_ALL=en_US.utf8 + LC_ALL=en_US.utf8 + nosetests BUILDSTDERR: .........................................S................................S.....................................................SSS.SS..S.SSS.SSSSSSS..SSSSS................................SSS..........SSS...SSSSSSSSS.....SSSSSSS.S..............usage: nosetests [-h] [-v] [-q] [-c CONFIG | -m MODULE] BUILDSTDERR: {watch,build,clean,check} ... BUILDSTDERR: nosetests: error: too few arguments BUILDSTDERR: ............................... BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 275 tests in 2.211s BUILDSTDERR: OK (SKIP=46) + exit 0 Processing files: python-webassets-0.9-5.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9KNew7 + umask 022 + cd /builddir/build/BUILD + cd webassets-0.9 + DOCDIR=/builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/share/doc/python-webassets-0.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/share/doc/python-webassets-0.9 + cp -pr docs/ /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/share/doc/python-webassets-0.9 + cp -pr README.rst /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/share/doc/python-webassets-0.9 + cp -pr CHANGES /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/share/doc/python-webassets-0.9 + cp -pr LICENSE /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/share/doc/python-webassets-0.9 + cp -pr PKG-INFO /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386/usr/share/doc/python-webassets-0.9 + exit 0 Provides: python-webassets = 0.9-5.el7 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: /usr/bin/python python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386 Wrote: /builddir/build/RPMS/python-webassets-0.9-5.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bDLnFM + umask 022 + cd /builddir/build/BUILD + cd webassets-0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-webassets-0.9-5.el7.i386 + exit 0 Child return code was: 0