InconsistentBuildFarmJobError: Could not find all the related specific jobs at Builder:+history

Bug #1019218 reported by Diogo Matsubara
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Critical
Steve Kowalik

Bug Description

OOPS-70fd98942aa7b37c8b2a7a2cc35a9461 shows an InconsistentBuildFarmJobError triggered at the Builder:+history page

   - /srv/launchpad.net/production/launchpad-rev-15505/lib/lp/soyuz/browser/../templates/builds-list.pt
   - Line 1, Column 0
   - Expression: <PathExpr standard:u'view/setupBuildList'>
   - Names:
      {'args': (),
       'context': <Builder at 0x155ee0d0>,
       'default': <object object at 0x2b00c742e490>,
       'loop': {},
       'nothing': None,
       'options': {},
       'repeat': {},
       'request': <lp.services.webapp.servers.LaunchpadBrowserRequest instance URL=https://launchpad.net/builders/iridium/+history>,
       'template': <z3c.ptcompat.ViewPageTemplateFile object at 0x8c6c190>,
       'view': <zope.browserpage.metaconfigure.SimpleViewClass from /srv/launchpad.net/production/launchpad-rev-15505/lib/lp/soyuz/browser/../templates/builds-list.pt object at 0x14760250>,
       'views': <zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object at 0x14760710>}
  Module zope.tales.expressions, line 217, in __call__
    return self._eval(econtext)
  Module zope.tales.expressions, line 211, in _eval
    return ob()
  Module lp.soyuz.browser.build, line 603, in setupBuildList
    self.batchnav.currentBatch())
  Module lp.soyuz.browser.build, line 483, in setupCompleteBuilds
    for build in batch])
  Module lp.soyuz.browser.build, line 545, in getSpecificJobs
    "Could not find all the related specific jobs.")
InconsistentBuildFarmJobError: Could not find all the related specific jobs.

Related branches

Curtis Hovey (sinzui)
tags: added: buildfarm
Revision history for this message
William Grant (wgrant) wrote :

Branch._deleteJobs removes TranslationTemplateBuilds without destroying the corresponding BuildFarmJob. So we have orphaned BFJs for deleted branches. https://launchpad.net/builders/lemon/+history?batch=75&memo=[%222011-11-14T01%3A06%3A25.671287%2B00%3A00%22%2C+3055686]&start=3675 should reproduce this consistently.

Revision history for this message
Steve Kowalik (stevenk) wrote :
Revision history for this message
Launchpad QA Bot (lpqabot) wrote :
Changed in launchpad:
assignee: nobody → Steve Kowalik (stevenk)
tags: added: qa-needstesting
Changed in launchpad:
status: Triaged → Fix Committed
Steve Kowalik (stevenk)
tags: added: qa-ok
removed: qa-needstesting
Revision history for this message
Steve Kowalik (stevenk) wrote :

Clean up SQL is all good too.

Revision history for this message
Steve Kowalik (stevenk) wrote :

Clean up SQL has run.

Changed in launchpad:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.