This site is an archive; learn more about 8 years of OpenHatch.

[Devel] Fwd: Test results for account base consulting customs info profile search : FAIL f8c4eb5d9cf270408b43f22571b476d66d1ff37c

Raphael Krut-Landau raphael at openhatch.org
Fri Oct 23 21:30:29 UTC 2009


---------- Forwarded message ----------
From: Raphael Krut-Landau <raphael at openhatch.org>
Date: Fri, Oct 23, 2009 at 5:29 PM
Subject: Re: Test results for account base consulting customs info
profile search : FAIL f8c4eb5d9cf270408b43f22571b476d66d1ff37c
To: Mister Builder <builder at openhatch.org>


oops, forgot to add that file. i really should have my computer scream
when i try to commit with .py files unadded.

On Fri, Oct 23, 2009 at 5:25 PM, Mister Builder <builder at openhatch.org> wrote:
> commit f8c4eb5d9cf270408b43f22571b476d66d1ff37c (refs/remotes/origin/portfolio_editor_take_2)
> Author: Raphael Krut-Landau <raphael at openhatch.org>
> Date:   Fri Oct 23 17:16:29 2009 -0400
>
>    deleting portfolio entries work in progress.
>
> http://linode.openhatch.org/~builder/f8c4eb5d9cf270408b43f22571b476d66d1ff37c
>
> Log file follows:
>
> No packages found matching python-launchpad-bugs.
> No packages found matching python-launchpad-bugs.
> 2009-10-23 17:18:39,088 edit_contact_info_do:176 DEBUG    Changing email of user <paulproteus> to <new at ema.il>
> 2009-10-23 17:18:39,368 edit_contact_info_do:176 DEBUG    Changing email of user <paulproteus> to <new at ema.il>
> ..../usr/lib/python2.5/site-packages/PIL/Image.py:1265: DeprecationWarning: integer argument expected, got float
>  im = self.im.stretch(size, resample)
> .................................Tried to get http://www.ohloh.net/contributors.xml?query=asheesh%40asheesh.org&api_key=JeXHeaQhjXewhdktn4nUw, got 504, retrying 6 more times...
> ................[INFO/MainProcess] Starting job for <Attempt to import data, source = Launchpad, person = <username: paulproteus, name: Asheesh Laroia>, query = paulproteus>
> [INFO/MainProcess] Results: {'ccHost': {'url': 'http://launchpad.net/ccHost', 'languages': ['python', 'ruby'], 'involvement_types': ['Bug Management', 'Bazaar Branches']}}
> .[INFO/MainProcess] Starting job for <Attempt to import data, source = Ohloh's repository index, person = <username: paulproteus, name: Asheesh Laroia>, query = paulproteus>
> [INFO/MainProcess] Results: [{'man_months': 1, 'project': u'ccHost', 'first_commit_time': '2008-04-03T23:51:45Z', 'project_homepage_url': u'http://wiki.creativecommons.org/CcHost', 'primary_language': u'shell script'}]
> ....................E...........2009-10-23 17:23:44,258 edit_contact_info_do:176 DEBUG    Changing email of user <paulproteus> to <my at ema.il>
> ............................
> ======================================================================
> ERROR: test_all_views_that_call_get_personal_data (mysite.profile.tests.PersonalData)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/mysite/profile/tests.py", line 945, in test_all_views_that_call_get_personal_data
>    response = client.get(url)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/test/client.py", line 272, in get
>    return self.request(**r)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/test/client.py", line 217, in request
>    response = self.handler(environ)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/test/client.py", line 64, in __call__
>    response = self.get_response(request)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/core/handlers/base.py", line 128, in get_response
>    return self.handle_uncaught_exception(request, resolver, exc_info)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/core/handlers/base.py", line 86, in get_response
>    response = callback(request, *callback_args, **callback_kwargs)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/contrib/auth/decorators.py", line 67, in __call__
>    return self.view_func(request, *args, **kwargs)
>  File "<string>", line 2, in importer
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/mysite/base/decorators.py", line 19, in view
>    return render_to_response(template, data)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/shortcuts/__init__.py", line 18, in render_to_response
>    return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/loader.py", line 102, in render_to_string
>    t = get_template(template_name)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/loader.py", line 81, in get_template
>    template = get_template_from_string(source, origin, template_name)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/loader.py", line 89, in get_template_from_string
>    return Template(source, origin, name)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/__init__.py", line 166, in __init__
>    self.nodelist = compile_string(template_string, origin)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/__init__.py", line 187, in compile_string
>    return parser.parse()
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/__init__.py", line 283, in parse
>    compiled_result = compile_func(self, token)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/loader_tags.py", line 169, in do_extends
>    nodelist = parser.parse()
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/__init__.py", line 283, in parse
>    compiled_result = compile_func(self, token)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/loader_tags.py", line 147, in do_block
>    nodelist = parser.parse(('endblock', 'endblock %s' % block_name))
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/__init__.py", line 283, in parse
>    compiled_result = compile_func(self, token)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/loader_tags.py", line 187, in do_include
>    return ConstantIncludeNode(path[1:-1])
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/loader_tags.py", line 102, in __init__
>    t = get_template(template_path)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/loader.py", line 80, in get_template
>    source, origin = find_template_source(template_name)
>  File "/home/builder/tmp/secret-staging-ground-builder/milestone-a/parts/mysite/django/template/loader.py", line 73, in find_template_source
>    raise TemplateDoesNotExist, name
> TemplateDoesNotExist: profile/editor/citation_form.html
>
> ----------------------------------------------------------------------
> Ran 114 tests in 383.189s
>
> FAILED (errors=1)
> Creating test database...
> Creating table auth_permission
> Creating table auth_group
> Creating table auth_user
> Creating table auth_message
> Creating table django_content_type
> Creating table django_session
> Creating table django_site
> Creating table django_admin_log
> Creating table registration_registrationprofile
> Creating table django_authopenid_nonce
> Creating table django_authopenid_association
> Creating table django_authopenid_userassociation
> Creating table south_migrationhistory
> Creating table celery_taskmeta
> Creating table celery_periodictaskmeta
> Creating table invitation_invitationkey
> Creating table search_project
> Creating table search_bug
> Creating table profile_person
> Creating table profile_dataimportattempt
> Creating table profile_projectexp
> Creating table profile_tagtype
> Creating table profile_tag
> Creating table profile_link_projectexp_tag
> Creating table profile_link_project_tag
> Creating table profile_link_person_tag
> Creating table profile_sourceforgeperson
> Creating table profile_sourceforgeproject
> Creating table profile_link_sf_proj_dude_fm
> Creating table profile_portfolioentry
> Creating table profile_citation
> Creating table account_invitationrequest
> Installing index for auth.Permission model
> Installing index for auth.Message model
> Installing index for admin.LogEntry model
> Installing index for django_authopenid.UserAssociation model
> Installing index for invitation.InvitationKey model
> Installing index for search.Bug model
> Installing index for profile.DataImportAttempt model
> Installing index for profile.ProjectExp model
> Installing index for profile.Tag model
> Installing index for profile.Link_ProjectExp_Tag model
> Installing index for profile.Link_Project_Tag model
> Installing index for profile.Link_Person_Tag model
> Installing index for profile.Link_SF_Proj_Dude_FM model
> Installing index for profile.PortfolioEntry model
> Installing index for profile.Citation model
> Destroying test database...
> [INFO/MainProcess] process shutting down
>


More information about the Devel mailing list