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 905179 Details for
Bug 1106743
python-django-admin-honeypot: 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), 20.81 KB, created by
Dennis Gilmore
on 2014-06-09 17:21:16 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 17:21:16 UTC
Size:
20.81 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-admin-honeypot.spec'], False, '/var/lib/mock/f21-build-2139624-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 0x127db90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-django-admin-honeypot.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: bogus date in %changelog: Tue Feb 22 2013 Eduardo Echeverria <echevemaster@gmail.com> - 0.2.4-3 >warning: Could not canonicalize hostname: buildvm-08.phx2.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/python-django-admin-honeypot-0.2.4-5.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-admin-honeypot.spec'], False, '/var/lib/mock/f21-build-2139624-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 0x127db90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-django-admin-honeypot.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'} >warning: bogus date in %changelog: Tue Feb 22 2013 Eduardo Echeverria <echevemaster@gmail.com> - 0.2.4-3 >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.K7tTS4 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf django-admin-honeypot-0.2.4 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/django-admin-honeypot-0.2.4.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd django-admin-honeypot-0.2.4 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ rm -rf django_admin_honeypot.egg-info >+ echo 'Patch #1 (0003-change-setup.py-requires-to-fix.patch):' >Patch #1 (0003-change-setup.py-requires-to-fix.patch): >+ /usr/bin/cat /builddir/build/SOURCES/0003-change-setup.py-requires-to-fix.patch >+ /usr/bin/patch -p1 --fuzz=0 >patching file setup.py >patching file tests/__init__.py >patching file tests/setuptest.py >patching file tests/test_settings.py >patching file tests/urls.py >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wN4ATL >+ umask 022 >+ cd /builddir/build/BUILD >+ cd django-admin-honeypot-0.2.4 >+ python setup.py build >running build >running build_py >creating build >creating build/lib >creating build/lib/admin_honeypot >copying admin_honeypot/signals.py -> build/lib/admin_honeypot >copying admin_honeypot/views.py -> build/lib/admin_honeypot >copying admin_honeypot/listeners.py -> build/lib/admin_honeypot >copying admin_honeypot/tests.py -> build/lib/admin_honeypot >copying admin_honeypot/__init__.py -> build/lib/admin_honeypot >copying admin_honeypot/urls.py -> build/lib/admin_honeypot >copying admin_honeypot/forms.py -> build/lib/admin_honeypot >copying admin_honeypot/admin.py -> build/lib/admin_honeypot >copying admin_honeypot/models.py -> build/lib/admin_honeypot >creating build/lib/admin_honeypot/migrations >copying admin_honeypot/migrations/0001_initial.py -> build/lib/admin_honeypot/migrations >copying admin_honeypot/migrations/__init__.py -> build/lib/admin_honeypot/migrations >copying admin_honeypot/migrations/0002_add_field_LoginAttempt_path.py -> build/lib/admin_honeypot/migrations >running egg_info >creating django_admin_honeypot.egg-info >writing django_admin_honeypot.egg-info/PKG-INFO >writing top-level names to django_admin_honeypot.egg-info/top_level.txt >writing dependency_links to django_admin_honeypot.egg-info/dependency_links.txt >writing manifest file 'django_admin_honeypot.egg-info/SOURCES.txt' >reading manifest file 'django_admin_honeypot.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'django_admin_honeypot.egg-info/SOURCES.txt' >creating build/lib/admin_honeypot/templates >creating build/lib/admin_honeypot/templates/admin_honeypot >copying admin_honeypot/templates/admin_honeypot/email_message.txt -> build/lib/admin_honeypot/templates/admin_honeypot >copying admin_honeypot/templates/admin_honeypot/email_subject.txt -> build/lib/admin_honeypot/templates/admin_honeypot >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Uvaoft >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch >++ dirname /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch >+ cd django-admin-honeypot-0.2.4 >+ python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr >creating /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib >creating /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7 >creating /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages >creating /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >copying build/lib/admin_honeypot/signals.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >copying build/lib/admin_honeypot/views.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >copying build/lib/admin_honeypot/listeners.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >copying build/lib/admin_honeypot/tests.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >copying build/lib/admin_honeypot/__init__.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >copying build/lib/admin_honeypot/urls.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >creating /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/migrations >copying build/lib/admin_honeypot/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/migrations >copying build/lib/admin_honeypot/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/migrations >copying build/lib/admin_honeypot/migrations/0002_add_field_LoginAttempt_path.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/migrations >copying build/lib/admin_honeypot/forms.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >creating /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/templates >creating /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/templates/admin_honeypot >copying build/lib/admin_honeypot/templates/admin_honeypot/email_message.txt -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/templates/admin_honeypot >copying build/lib/admin_honeypot/templates/admin_honeypot/email_subject.txt -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/templates/admin_honeypot >copying build/lib/admin_honeypot/admin.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >copying build/lib/admin_honeypot/models.py -> /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/signals.py to signals.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/views.py to views.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/listeners.py to listeners.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/tests.py to tests.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/urls.py to urls.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/migrations/0001_initial.py to 0001_initial.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/migrations/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/migrations/0002_add_field_LoginAttempt_path.py to 0002_add_field_LoginAttempt_path.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/forms.py to forms.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/admin.py to admin.pyc >byte-compiling /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/admin_honeypot/models.py to models.pyc >running install_egg_info >running egg_info >writing django_admin_honeypot.egg-info/PKG-INFO >writing top-level names to django_admin_honeypot.egg-info/top_level.txt >writing dependency_links to django_admin_honeypot.egg-info/dependency_links.txt >reading manifest file 'django_admin_honeypot.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'django_admin_honeypot.egg-info/SOURCES.txt' >Copying django_admin_honeypot.egg-info to /builddir/build/BUILDROOT/python-django-admin-honeypot-0.2.4-5.fc21.noarch/usr/lib/python2.7/site-packages/django_admin_honeypot-0.2.4-py2.7.egg-info >running install_scripts >+ /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-admin-honeypot-0.2.4 >/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-admin-honeypot-0.2.4-5.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.IZ0Exd >+ umask 022 >+ cd /builddir/build/BUILD >+ cd django-admin-honeypot-0.2.4 >+ /usr/bin/python setup.py test >running test >running egg_info >writing django_admin_honeypot.egg-info/PKG-INFO >writing top-level names to django_admin_honeypot.egg-info/top_level.txt >writing dependency_links to django_admin_honeypot.egg-info/dependency_links.txt >reading manifest file 'django_admin_honeypot.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'django_admin_honeypot.egg-info/SOURCES.txt' >running build_ext >test_arbitrary_urls (admin_honeypot.tests.AdminHoneypotTest) ... ERROR >test_create_login_attempt (admin_honeypot.tests.AdminHoneypotTest) ... ERROR >test_email_admins (admin_honeypot.tests.AdminHoneypotTest) ... ERROR >test_trailing_slash (admin_honeypot.tests.AdminHoneypotTest) ... ERROR >Creating test database for alias 'default'... >Destroying test database for alias 'default'... >Coverage Report: >Name Stmts Miss Cover Missing >-------------------------------------------------------- >admin_honeypot/listeners 16 6 63% 10-21 >admin_honeypot/models 14 1 93% 17 >admin_honeypot/signals 2 0 100% >-------------------------------------------------------- >TOTAL 32 7 78% >PEP8 Report: >admin_honeypot/listeners.py:12:9: E128 continuation line under-indented for visual indent >admin_honeypot/urls.py:4:5: E128 continuation line under-indented for visual indent >====================================================================== >ERROR: test_arbitrary_urls (admin_honeypot.tests.AdminHoneypotTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/django-admin-honeypot-0.2.4/admin_honeypot/tests.py", line 52, in test_arbitrary_urls > base_url = reverse('admin_honeypot') > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 532, in reverse > return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs)) > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 403, in _reverse_with_prefix > self._populate() > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 267, in _populate > for pattern in reversed(self.url_patterns): > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 365, in url_patterns > patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 360, in urlconf_module > self._urlconf_module = import_module(self.urlconf_name) > File "/usr/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module > __import__(name) > File "/builddir/build/BUILD/django-admin-honeypot-0.2.4/tests/urls.py", line 1, in <module> > from django.conf.urls.defaults import patterns, include, url >ImportError: No module named defaults >====================================================================== >ERROR: test_create_login_attempt (admin_honeypot.tests.AdminHoneypotTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/django-admin-honeypot-0.2.4/admin_honeypot/tests.py", line 18, in test_create_login_attempt > response = self.client.post(reverse('admin_honeypot'), data) > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 532, in reverse > return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs)) > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 403, in _reverse_with_prefix > self._populate() > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 267, in _populate > for pattern in reversed(self.url_patterns): > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 365, in url_patterns > patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 360, in urlconf_module > self._urlconf_module = import_module(self.urlconf_name) > File "/usr/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module > __import__(name) > File "/builddir/build/BUILD/django-admin-honeypot-0.2.4/tests/urls.py", line 1, in <module> > from django.conf.urls.defaults import patterns, include, url >ImportError: No module named defaults >====================================================================== >ERROR: test_email_admins (admin_honeypot.tests.AdminHoneypotTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/django-admin-honeypot-0.2.4/admin_honeypot/tests.py", line 29, in test_email_admins > response = self.client.post(reverse('admin_honeypot'), { > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 532, in reverse > return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs)) > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 403, in _reverse_with_prefix > self._populate() > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 267, in _populate > for pattern in reversed(self.url_patterns): > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 365, in url_patterns > patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 360, in urlconf_module > self._urlconf_module = import_module(self.urlconf_name) > File "/usr/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module > __import__(name) > File "/builddir/build/BUILD/django-admin-honeypot-0.2.4/tests/urls.py", line 1, in <module> > from django.conf.urls.defaults import patterns, include, url >ImportError: No module named defaults >====================================================================== >ERROR: test_trailing_slash (admin_honeypot.tests.AdminHoneypotTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/django-admin-honeypot-0.2.4/admin_honeypot/tests.py", line 65, in test_trailing_slash > url = reverse('admin_honeypot') > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 532, in reverse > return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs)) > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 403, in _reverse_with_prefix > self._populate() > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 267, in _populate > for pattern in reversed(self.url_patterns): > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 365, in url_patterns > patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) > File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 360, in urlconf_module > self._urlconf_module = import_module(self.urlconf_name) > File "/usr/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module > __import__(name) > File "/builddir/build/BUILD/django-admin-honeypot-0.2.4/tests/urls.py", line 1, in <module> > from django.conf.urls.defaults import patterns, include, url >ImportError: No module named defaults >---------------------------------------------------------------------- >Ran 4 tests in 0.064s >FAILED (errors=4) >error: Bad exit status from /var/tmp/rpm-tmp.IZ0Exd (%check) >RPM build errors: > bogus date in %changelog: Tue Feb 22 2013 Eduardo Echeverria <echevemaster@gmail.com> - 0.2.4-3 > Bad exit status from /var/tmp/rpm-tmp.IZ0Exd (%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-admin-honeypot.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-admin-honeypot.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 1106743
: 905179 |
905180
|
905181