Launchpad fails to poll the freedesktop.org Bugzilla

Bug #885618 reported by discont
20
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
High
Unassigned

Bug Description

Launchpad apparently fails to poll the freedesktop.org Bugzilla, which seems to be completely healthy and responsive (albeit a bit slow). For an example, refer to:
  https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/876762

Is this a HTTP vs. HTTPS issue (freedesktop.org uses HTTPS, but Launchpad renders all links as HTTP)?

Original report at: https://answers.launchpad.net/launchpad/+question/177094

Revision history for this message
Gavin Panella (allenap) wrote :

I've reset the bug watches in bug #876762. With luck they'll update in
a few minutes. I've also changed the base URL from http to
https. Let's see what happens.

Changed in launchpad:
status: New → Incomplete
Revision history for this message
Gavin Panella (allenap) wrote :

Still broken.

Changed in launchpad:
importance: Undecided → High
status: Incomplete → Triaged
Revision history for this message
Gavin Panella (allenap) wrote :

$ bin/harness
>>> from lp.bugs.externalbugtracker.bugzilla import Bugzilla
>>> ebt = Bugzilla("https://bugs.freedesktop.org/")
>>> ebt = ebt.getExternalBugTrackerToUse()
>>> ebt.initializeRemoteBugDB(["37700"])
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File ".../lib/lp/bugs/externalbugtracker/bugzilla.py", line 327, in initializeRemoteBugDB
    super(Bugzilla, self).initializeRemoteBugDB(bug_ids)
  File ".../lib/lp/bugs/externalbugtracker/base.py", line 188, in initializeRemoteBugDB
    self.bugs = self.getRemoteBugBatch(bug_ids)
  File ".../lib/lp/bugs/externalbugtracker/bugzilla.py", line 402, in getRemoteBugBatch
    buglist_page, data, repost_on_redirect=True)
  File ".../lib/lp/bugs/externalbugtracker/base.py", line 279, in _postPage
    response = self._post(url, data=post_data)
  File ".../lib/lp/bugs/externalbugtracker/base.py", line 263, in _post
    return self._fetchPage(request, data=data)
  File ".../lib/lp/bugs/externalbugtracker/base.py", line 249, in _fetchPage
    raise BugTrackerConnectError(self.baseurl, val)
BugTrackerConnectError: https://bugs.freedesktop.org: HTTP Error 500: Internal Server Error

Revision history for this message
Gavin Panella (allenap) wrote :

$ bin/harness
>>> from lp.bugs.externalbugtracker.bugzilla import Bugzilla
>>> ebt = Bugzilla("https://bugs.freedesktop.org/")
>>> ebt.getExternalBugTrackerToUse()
<lp.bugs.externalbugtracker.bugzilla.Bugzilla object at 0x7b796d0>

I might have expected a BugzillaAPI object there.

Revision history for this message
Gavin Panella (allenap) wrote :

Trying with BugzillaAPI directly:

$ bin/harness
>>> from lp.bugs.externalbugtracker.bugzilla import BugzillaAPI
>>> ebt = BugzillaAPI("https://bugs.freedesktop.org/")
>>> ebt.getExternalBugTrackerToUse()
<lp.bugs.externalbugtracker.bugzilla.BugzillaAPI object at 0x7d0f6d0>
>>> ebt.initializeRemoteBugDB(["37700"])
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File ".../lib/lp/services/database/isolation.py", line 65, in wrapper
    return func(*args, **kwargs)
  File ".../lib/lp/bugs/externalbugtracker/bugzilla.py", line 689, in initializeRemoteBugDB
    'permissive': True,
  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File ".../lib/lp/bugs/externalbugtracker/xmlrpc.py", line 117, in request
    return self._parse_response(StringIO(response), None)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1387, in _parse_response
    p.feed(response)
  File "/usr/lib/python2.6/xmlrpclib.py", line 601, in feed
    self._parser.Parse(data, 0)
ExpatError: mismatched tag: line 90, column 4

I suspect that's an error page that can't be parsed as XML.

Revision history for this message
Gavin Panella (allenap) wrote :

Indeed, it's an error message, containing the following:

  Bugzilla has suffered an internal error. Please save this page and
  send it to <email address hidden> with details of what
  you were doing at the time this message appeared.

  The XML-RPC Interface feature is not available in this Bugzilla.

Revision history for this message
Bryce Harrington (bryce) wrote :

Is it a failure on the fdo side, or is launchpad doing something incorrect on our end?

I'd really like to see this working again.

Revision history for this message
Gavin Panella (allenap) wrote : Re: [Bug 885618] Re: Launchpad fails to poll the freedesktop.org Bugzilla

Bryce, I'm not really sure yet. I'll see if I can spend a little time
tomorrow to poke some more.

Revision history for this message
Lucy Llewellyn (lucyllewy) wrote :

I _think_ this also affects https://bugzilla.kernel.org (kernel bugzilla) watches, as I just entered a watch on the upstream kernel bug to https://bugs.launchpad.net/linux/+bug/1336541 which also fails with the same message as the bug above relating to freedesktop's bugzilla.

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.