Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 905188 Details for
Bug 1106746
python-django-flash: FTBFS in rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
<fdopen> (text/plain), 21.96 KB, created by
Dennis Gilmore
on 2014-06-09 17:21:35 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 17:21:35 UTC
Size:
21.96 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-django-flash.spec'], False, '/var/lib/mock/f21-build-2139285-392934/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x1267b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-django-flash.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >warning: Could not canonicalize hostname: buildvm-20.phx2.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/python-django-flash-1.8-9.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-django-flash.spec'], False, '/var/lib/mock/f21-build-2139285-392934/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x1267b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-django-flash.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f2xa3z >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf django-flash-1.8 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/django-flash-1.8.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd django-flash-1.8 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #1 (python-django-flash-settings.patch):' >Patch #1 (python-django-flash-settings.patch): >+ /usr/bin/cat /builddir/build/SOURCES/python-django-flash-settings.patch >+ /usr/bin/patch -p1 --fuzz=0 >patching file src/djangoflash/tests/testproj/settings.py >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.avg6cK >+ umask 022 >+ cd /builddir/build/BUILD >+ cd django-flash-1.8 >+ /usr/bin/python setup.py build >running build >running build_py >creating build >creating build/lib >creating build/lib/djangoflash >copying src/djangoflash/context_processors.py -> build/lib/djangoflash >copying src/djangoflash/middleware.py -> build/lib/djangoflash >copying src/djangoflash/__init__.py -> build/lib/djangoflash >copying src/djangoflash/decorators.py -> build/lib/djangoflash >copying src/djangoflash/models.py -> build/lib/djangoflash >copying src/djangoflash/views.py -> build/lib/djangoflash >creating build/lib/djangoflash/storage >copying src/djangoflash/storage/__init__.py -> build/lib/djangoflash/storage >copying src/djangoflash/storage/session.py -> build/lib/djangoflash/storage >copying src/djangoflash/storage/cookie.py -> build/lib/djangoflash/storage >creating build/lib/djangoflash/codec >copying src/djangoflash/codec/json_impl.py -> build/lib/djangoflash/codec >copying src/djangoflash/codec/pickle_impl.py -> build/lib/djangoflash/codec >copying src/djangoflash/codec/__init__.py -> build/lib/djangoflash/codec >copying src/djangoflash/codec/json_zlib_impl.py -> build/lib/djangoflash/codec >creating build/lib/djangoflash/tests >copying src/djangoflash/tests/context_processors.py -> build/lib/djangoflash/tests >copying src/djangoflash/tests/__init__.py -> build/lib/djangoflash/tests >copying src/djangoflash/tests/storage.py -> build/lib/djangoflash/tests >copying src/djangoflash/tests/decorators.py -> build/lib/djangoflash/tests >copying src/djangoflash/tests/models.py -> build/lib/djangoflash/tests >copying src/djangoflash/tests/codec.py -> build/lib/djangoflash/tests >copying src/djangoflash/tests/suite.py -> build/lib/djangoflash/tests >creating build/lib/djangoflash/tests/testproj >copying src/djangoflash/tests/testproj/manage.py -> build/lib/djangoflash/tests/testproj >copying src/djangoflash/tests/testproj/urls.py -> build/lib/djangoflash/tests/testproj >copying src/djangoflash/tests/testproj/__init__.py -> build/lib/djangoflash/tests/testproj >copying src/djangoflash/tests/testproj/settings.py -> build/lib/djangoflash/tests/testproj >creating build/lib/djangoflash/tests/testproj/app >copying src/djangoflash/tests/testproj/app/urls.py -> build/lib/djangoflash/tests/testproj/app >copying src/djangoflash/tests/testproj/app/__init__.py -> build/lib/djangoflash/tests/testproj/app >copying src/djangoflash/tests/testproj/app/models.py -> build/lib/djangoflash/tests/testproj/app >copying src/djangoflash/tests/testproj/app/tests.py -> build/lib/djangoflash/tests/testproj/app >copying src/djangoflash/tests/testproj/app/views.py -> build/lib/djangoflash/tests/testproj/app >running egg_info >writing requirements to src/django_flash.egg-info/requires.txt >writing src/django_flash.egg-info/PKG-INFO >writing top-level names to src/django_flash.egg-info/top_level.txt >writing dependency_links to src/django_flash.egg-info/dependency_links.txt >reading manifest file 'src/django_flash.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'src/django_flash.egg-info/SOURCES.txt' >creating build/lib/djangoflash/tests/testproj/media >copying src/djangoflash/tests/testproj/media/test.css -> build/lib/djangoflash/tests/testproj/media >creating build/lib/djangoflash/tests/testproj/templates >copying src/djangoflash/tests/testproj/templates/simple.html -> build/lib/djangoflash/tests/testproj/templates >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zNO8OW >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch >++ dirname /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch >+ cd django-flash-1.8 >+ rm -rf /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch >+ /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7 >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash >copying build/lib/djangoflash/context_processors.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash >copying build/lib/djangoflash/middleware.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash >copying build/lib/djangoflash/__init__.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/storage >copying build/lib/djangoflash/storage/__init__.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/storage >copying build/lib/djangoflash/storage/session.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/storage >copying build/lib/djangoflash/storage/cookie.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/storage >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/codec >copying build/lib/djangoflash/codec/json_impl.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/codec >copying build/lib/djangoflash/codec/pickle_impl.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/codec >copying build/lib/djangoflash/codec/__init__.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/codec >copying build/lib/djangoflash/codec/json_zlib_impl.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/codec >copying build/lib/djangoflash/decorators.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests >copying build/lib/djangoflash/tests/context_processors.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests >copying build/lib/djangoflash/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests >copying build/lib/djangoflash/tests/storage.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests >copying build/lib/djangoflash/tests/decorators.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests >copying build/lib/djangoflash/tests/models.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj >copying build/lib/djangoflash/tests/testproj/manage.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj >copying build/lib/djangoflash/tests/testproj/urls.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj >copying build/lib/djangoflash/tests/testproj/__init__.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj >copying build/lib/djangoflash/tests/testproj/settings.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app >copying build/lib/djangoflash/tests/testproj/app/urls.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app >copying build/lib/djangoflash/tests/testproj/app/__init__.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app >copying build/lib/djangoflash/tests/testproj/app/models.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app >copying build/lib/djangoflash/tests/testproj/app/tests.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app >copying build/lib/djangoflash/tests/testproj/app/views.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/media >copying build/lib/djangoflash/tests/testproj/media/test.css -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/media >creating /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/templates >copying build/lib/djangoflash/tests/testproj/templates/simple.html -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/templates >copying build/lib/djangoflash/tests/codec.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests >copying build/lib/djangoflash/tests/suite.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests >copying build/lib/djangoflash/models.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash >copying build/lib/djangoflash/views.py -> /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/context_processors.py to context_processors.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/middleware.py to middleware.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/storage/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/storage/session.py to session.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/storage/cookie.py to cookie.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/codec/json_impl.py to json_impl.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/codec/pickle_impl.py to pickle_impl.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/codec/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/codec/json_zlib_impl.py to json_zlib_impl.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/decorators.py to decorators.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/context_processors.py to context_processors.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/storage.py to storage.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/decorators.py to decorators.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/models.py to models.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/manage.py to manage.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/urls.py to urls.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/settings.py to settings.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app/urls.py to urls.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app/models.py to models.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app/tests.py to tests.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/testproj/app/views.py to views.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/codec.py to codec.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/tests/suite.py to suite.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/models.py to models.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/djangoflash/views.py to views.pyc >running install_egg_info >running egg_info >writing requirements to src/django_flash.egg-info/requires.txt >writing src/django_flash.egg-info/PKG-INFO >writing top-level names to src/django_flash.egg-info/top_level.txt >writing dependency_links to src/django_flash.egg-info/dependency_links.txt >reading manifest file 'src/django_flash.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'src/django_flash.egg-info/SOURCES.txt' >Copying src/django_flash.egg-info to /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7/site-packages/django_flash-1.8-py2.7.egg-info >running install_scripts >+ find /builddir/build/BUILDROOT/python-django-flash-1.8-9.fc21.noarch -name manage.py >+ xargs chmod 0755 >+ /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/django-flash-1.8 >/usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. >find: 'debug': No such file or directory >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/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-django-flash-1.8-9.fc21.noarch/usr/lib/python2.7 using /usr/bin/python2.7 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-java-repack-jars >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KoYNTb >+ umask 022 >+ cd /builddir/build/BUILD >+ cd django-flash-1.8 >+ /usr/bin/python setup.py test >running test >running egg_info >writing requirements to src/django_flash.egg-info/requires.txt >writing src/django_flash.egg-info/PKG-INFO >writing top-level names to src/django_flash.egg-info/top_level.txt >writing dependency_links to src/django_flash.egg-info/dependency_links.txt >reading manifest file 'src/django_flash.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'src/django_flash.egg-info/SOURCES.txt' >running build_ext >Traceback (most recent call last): > File "setup.py", line 34, in <module> > test_suite = 'djangoflash.tests.suite', > File "/usr/lib/python2.7/distutils/core.py", line 151, in setup > dist.run_commands() > File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands > self.run_command(cmd) > File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 138, in run > self.with_project_on_sys_path(self.run_tests) > File "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 118, in with_project_on_sys_path > func() > File "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 164, in run_tests > testLoader = cks > File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__ > self.parseArgs(argv) > File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs > self.createTests() > File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests > self.module) > File "/usr/lib/python2.7/unittest/loader.py", line 130, in loadTestsFromNames > suites = [self.loadTestsFromName(name, module) for name in names] > File "/usr/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName > parent, obj = obj, getattr(obj, part) >AttributeError: 'module' object has no attribute 'suite' >error: Bad exit status from /var/tmp/rpm-tmp.KoYNTb (%check) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.KoYNTb (%check) >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-django-flash.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-django-flash.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1106746
: 905188 |
905189
|
905190