[kforge-dev] Brokenness on automated build following django upgrade
Rufus Pollock
rufus.pollock at okfn.org
Tue Nov 7 11:53:00 UTC 2006
Brokenness on automated build (I think this also happened yesterday).
Seems to be something to do with failure to import django.forms (note
that i have not upgraded django on this server).
Regards,
Rufus
-------- Original Message --------
Subject: Cron <kforge at liberty> /home/kforge/bin/kforge-auto-deploy
Date: Tue, 07 Nov 2006 05:25:15 +0000
* Stopping apache 2.0 web server...
[Tue Nov 07 05:25:03 2006] [warn] module proxy_http_module is already
loaded, skipping
...done.
U INSTALL
A src/kforge/plugin/mailmantest.py
A src/kforge/plugin/mailman.py
U src/kforge/handlers/modpythontest.py
U src/kforge/django/templates/kui/serviceExtn/update.html
U src/kforge/django/templates/kui/serviceExtn/create.html
U src/kforge/django/templates/kui/service/delete.html
U src/kforge/django/templates/kui/service/update.html
U src/kforge/django/templates/kui/service/create.html
U src/kforge/django/templates/kui/service/list.html
U src/kforge/django/templates/kui/service/master.html
U src/kforge/django/templates/kui/service/read.html
U src/kforge/django/templates/kui/person/error_create.html
U src/kforge/django/templates/kui/person/delete.html
U src/kforge/django/templates/kui/person/update.html
U src/kforge/django/templates/kui/person/create.html
U src/kforge/django/templates/kui/person/search.html
U src/kforge/django/templates/kui/person/post_create.html
U src/kforge/django/templates/kui/person/list.html
U src/kforge/django/templates/kui/person/master.html
U src/kforge/django/templates/kui/person/read.html
U src/kforge/django/templates/kui/project/error_create.html
U src/kforge/django/templates/kui/project/error_edit.html
U src/kforge/django/templates/kui/project/delete.html
U src/kforge/django/templates/kui/project/update.html
U src/kforge/django/templates/kui/project/create.html
U src/kforge/django/templates/kui/project/search.html
U src/kforge/django/templates/kui/project/post_create.html
U src/kforge/django/templates/kui/project/post_edit.html
U src/kforge/django/templates/kui/project/list.html
U src/kforge/django/templates/kui/project/master.html
U src/kforge/django/templates/kui/project/read.html
U src/kforge/django/templates/kui/member/delete.html
U src/kforge/django/templates/kui/member/update.html
U src/kforge/django/templates/kui/member/create.html
U src/kforge/django/templates/kui/member/list.html
U src/kforge/django/templates/kui/member/master.html
U src/kforge/django/templates/kui/admin/listHasMany.html
U src/kforge/django/templates/kui/admin/readHasMany.html
U src/kforge/django/templates/kui/admin/model.html
U src/kforge/django/templates/kui/admin/delete.html
U src/kforge/django/templates/kui/admin/update.html
U src/kforge/django/templates/kui/admin/create.html
U src/kforge/django/templates/kui/admin/deleteHasMany.html
U src/kforge/django/templates/kui/admin/updateHasMany.html
U src/kforge/django/templates/kui/admin/createHasMany.html
U src/kforge/django/templates/kui/admin/index.html
U src/kforge/django/templates/kui/admin/list.html
U src/kforge/django/templates/kui/admin/master.html
U src/kforge/django/templates/kui/admin/read.html
U src/kforge/django/templates/kui/index.html
U src/kforge/django/templates/kui/login.html
U src/kforge/django/templates/kui/logout.html
U src/kforge/django/templates/kui/pageNotFound.html
U src/kforge/django/templates/kui/accessDenied.html
Updated to revision 1035.
Configuring current environment.
Setting environment variable KFORGE_SETTINGS to:
/home/kforge/test.kforgeproject.com/kforge.conf
Setting environment variable PYTHONPATH to:
/home/kforge/test.kforgeproject.com/system/lib/python
Setting environment variable DJANGO_SETTINGS_MODULE to:
kforge.django.settings.main
Configuring environment completed.
Automated checkout in directory: /home/kforge/test.kforgeproject.com/svn
Updating source
Checking out completed.
Installing KForge system to: /home/kforge/test.kforgeproject.com/system
[snip]
Traceback (most recent call last):
File "/home/kforge/test.kforgeproject.com/system/bin/kforge-test",
line 27, in ?
kforge.testrunner.run(args[0])
File
"/home/kforge/test.kforgeproject.com/system/lib/python/kforge/testrunner.py",
line 11, in run
suite = __import__(suiteName,'','','*').suite()
File
"/home/kforge/test.kforgeproject.com/system/lib/python/kforge/coretest.py",
line 1, in ?
import dm.test
File "/usr/lib/python2.4/site-packages/dm/test.py", line 15, in ?
import dm.viewtest
File "/usr/lib/python2.4/site-packages/dm/viewtest.py", line 2, in ?
import dm.view.manipulatortest
File "/usr/lib/python2.4/site-packages/dm/view/manipulatortest.py",
line 3, in ?
from dm.view.manipulator import DomainObjectManipulator
File "/usr/lib/python2.4/site-packages/dm/view/manipulator.py", line
8, in ?
from django import forms as djangoforms
ImportError: cannot import name forms
[snip]
Traceback (most recent call last):
File "/home/kforge/test.kforgeproject.com/system/bin/kforge-test",
line 25, in ?
kforge.testrunner.run()
File
"/home/kforge/test.kforgeproject.com/system/lib/python/kforge/testrunner.py",
line 8, in run
import kforge.test
File
"/home/kforge/test.kforgeproject.com/system/lib/python/kforge/test/__init__.py",
line 11, in ?
import kforge.django.apps.kui.views.test
File
"/home/kforge/test.kforgeproject.com/system/lib/python/kforge/django/apps/kui/views/test/__init__.py",
line 1, in ?
import kforge.django.apps.kui.views.test.manipulator
File
"/home/kforge/test.kforgeproject.com/system/lib/python/kforge/django/apps/kui/views/test/manipulator.py",
line 3, in ?
from kforge.django.apps.kui.views.manipulator import
DomainObjectManipulator
File
"/home/kforge/test.kforgeproject.com/system/lib/python/kforge/django/apps/kui/views/manipulator.py",
line 1, in ?
from dm.view.manipulator import BaseManipulator
File "/usr/lib/python2.4/site-packages/dm/view/manipulator.py", line
8, in ?
from django import forms as djangoforms
ImportError: cannot import name forms
More information about the kforge-dev
mailing list