Activity log for bug #707075

Date Who What changed Old value New value Message
2011-01-24 18:44:25 Guilherme Salgado bug added bug
2011-01-24 18:52:39 Guilherme Salgado description All of a sudden lp-propose decided it was not authorized to pose as myself on Launchpad so it asked for my authorization yet again. After I granted full rights to bzr, it failed with the following error: (extra debug log thanks to httplib2.debuglevel=1) Notice the "send: 'GET /beta/1.0/" line; according to Leonard, that's what's causing the problem here. send: 'POST /+access-token HTTP/1.1\r\nHost: launchpad.net\r\nAccept-Encoding: identity\r\nContent-Length: 188\r\nreferer: https://launchpad.net/\r\nuser-agent: Python-httplib2/$Rev$\r\n\r\n' send: 'oauth_signature=<redacted>&oauth_consumer_key=bzr&oauth_token=<redacted>&oauth_signature_method=PLAINTEXT' reply: 'HTTP/1.1 200 Ok\r\n' header: Date: Mon, 24 Jan 2011 18:36:21 GMT header: Server: zope.server.http (HTTP) header: X-Powered-By: Zope (www.zope.org), Python (www.python.org) header: X-Content-Type-Warning: guessed from content header: Content-Type: text/plain;charset=utf-8 header: Content-Length: 148 header: Vary: Cookie,Authorization,Accept-Encoding header: Via: 1.1 launchpad.net send: 'GET /beta/1.0/ HTTP/1.1\r\nHost: api.launchpad.net\r\nAuthorization: OAuth realm="OAuth", oauth_nonce="<redacted>", oauth_timestamp="1295894181", oauth_consumer_key="bzr", oauth_signature_method="PLAINTEXT", oauth_version="1.0", oauth_token="<redacted>", oauth_signature="<redacted>"\r\naccept-encoding: gzip, deflate\r\naccept: application/vnd.sun.wadl+xml\r\nuser-agent: lazr.restfulclient 0.9.20; oauth_consumer="bzr"\r\n\r\n' reply: 'HTTP/1.1 404 Not Found\r\n' header: Date: Mon, 24 Jan 2011 18:36:22 GMT header: Server: zope.server.http (HTTP) header: X-Powered-By: Zope (www.zope.org), Python (www.python.org) header: X-Lazr-Oopsid: OOPS-1850G1508 header: Content-Type: text/plain header: Content-Length: 2344 header: Via: 1.1 wildcard.launchpad.net bzr: failed to report crash using apport: OSError(13, 'Permission denied') bzr: ERROR: lazr.restfulclient.errors.HTTPError: HTTP Error 404: Not Found Response headers: --- content-length: 2344 content-type: text/plain date: Mon, 24 Jan 2011 18:36:22 GMT server: zope.server.http (HTTP) status: 404 via: 1.1 wildcard.launchpad.net x-lazr-oopsid: OOPS-1850G1508 x-powered-by: Zope (www.zope.org), Python (www.python.org) --- Response body: --- Object: <canonical.launchpad.systemhomes.WebServiceApplication object at 0x8a4b6d0>, name: u'1.0' Traceback (most recent call last): File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.publisher-3.12.0-py2.6.egg/zope/publisher/publish.py", line 131, in publish obj = request.traverse(obj) File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/lazr.restful-0.15.0-py2.6.egg/lazr/restful/publisher.py", line 236, in traverse result = super(WebServiceRequestTraversal, self).traverse(ob) File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.publisher-3.12.0-py2.6.egg/zope/publisher/browser.py", line 542, in traverse ob = super(BrowserRequest, self).traverse(obj) File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.publisher-3.12.0-py2.6.egg/zope/publisher/http.py", line 455, in traverse ob = super(HTTPRequest, self).traverse(obj) File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.publisher-3.12.0-py2.6.egg/zope/publisher/base.py", line 261, in traverse obj = publication.traverseName(self, obj, entry_name) File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/lazr.restful-0.15.0-py2.6.egg/lazr/restful/publisher.py", line 98, in traverseName request, ob, name) File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.app.publication-3.9.0-py2.6.egg/zope/app/publication/zopepublication.py", line 197, in traverseName ob2 = adapter.publishTraverse(request, nm) File "/srv/launchpad.net/production/launchpad-rev-12248/lib/canonical/launchpad/browser/launchpad.py", line 722, in publishTraverse return Navigation.publishTraverse(self, request, name) File "/srv/launchpad.net/production/launchpad-rev-12248/lib/canonical/launchpad/webapp/publisher.py", line 661, in publishTraverse nextobj = self._publishTraverse(request, name) File "/srv/launchpad.net/production/launchpad-rev-12248/lib/canonical/launchpad/webapp/publisher.py", line 785, in _publishTraverse return self._handle_next_object(nextobj, request, name) File "/srv/launchpad.net/production/launchpad-rev-12248/lib/canonical/launchpad/webapp/publisher.py", line 691, in _handle_next_object raise NotFound(self.context, name) NotFound: Object: <canonical.launchpad.systemhomes.WebServiceApplication object at 0x8a4b6d0>, name: u'1.0' All of a sudden lp-propose decided it was not authorized to pose as myself on Launchpad so it asked for my authorization yet again. After I granted full rights to bzr, it failed with the following error: (extra debug log thanks to httplib2.debuglevel=1) Notice the "send: 'GET /beta/1.0/" line; according to Leonard, that's what's causing the problem here. I'm running Bazaar 2.2.3, fwiw. send: 'POST /+access-token HTTP/1.1\r\nHost: launchpad.net\r\nAccept-Encoding: identity\r\nContent-Length: 188\r\nreferer: https://launchpad.net/\r\nuser-agent: Python-httplib2/$Rev$\r\n\r\n' send: 'oauth_signature=<redacted>&oauth_consumer_key=bzr&oauth_token=<redacted>&oauth_signature_method=PLAINTEXT' reply: 'HTTP/1.1 200 Ok\r\n' header: Date: Mon, 24 Jan 2011 18:36:21 GMT header: Server: zope.server.http (HTTP) header: X-Powered-By: Zope (www.zope.org), Python (www.python.org) header: X-Content-Type-Warning: guessed from content header: Content-Type: text/plain;charset=utf-8 header: Content-Length: 148 header: Vary: Cookie,Authorization,Accept-Encoding header: Via: 1.1 launchpad.net send: 'GET /beta/1.0/ HTTP/1.1\r\nHost: api.launchpad.net\r\nAuthorization: OAuth realm="OAuth", oauth_nonce="<redacted>", oauth_timestamp="1295894181", oauth_consumer_key="bzr", oauth_signature_method="PLAINTEXT", oauth_version="1.0", oauth_token="<redacted>", oauth_signature="<redacted>"\r\naccept-encoding: gzip, deflate\r\naccept: application/vnd.sun.wadl+xml\r\nuser-agent: lazr.restfulclient 0.9.20; oauth_consumer="bzr"\r\n\r\n' reply: 'HTTP/1.1 404 Not Found\r\n' header: Date: Mon, 24 Jan 2011 18:36:22 GMT header: Server: zope.server.http (HTTP) header: X-Powered-By: Zope (www.zope.org), Python (www.python.org) header: X-Lazr-Oopsid: OOPS-1850G1508 header: Content-Type: text/plain header: Content-Length: 2344 header: Via: 1.1 wildcard.launchpad.net bzr: failed to report crash using apport:      OSError(13, 'Permission denied') bzr: ERROR: lazr.restfulclient.errors.HTTPError: HTTP Error 404: Not Found Response headers: --- content-length: 2344 content-type: text/plain date: Mon, 24 Jan 2011 18:36:22 GMT server: zope.server.http (HTTP) status: 404 via: 1.1 wildcard.launchpad.net x-lazr-oopsid: OOPS-1850G1508 x-powered-by: Zope (www.zope.org), Python (www.python.org) --- Response body: --- Object: <canonical.launchpad.systemhomes.WebServiceApplication object at 0x8a4b6d0>, name: u'1.0' Traceback (most recent call last):   File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.publisher-3.12.0-py2.6.egg/zope/publisher/publish.py", line 131, in publish     obj = request.traverse(obj)   File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/lazr.restful-0.15.0-py2.6.egg/lazr/restful/publisher.py", line 236, in traverse     result = super(WebServiceRequestTraversal, self).traverse(ob)   File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.publisher-3.12.0-py2.6.egg/zope/publisher/browser.py", line 542, in traverse     ob = super(BrowserRequest, self).traverse(obj)   File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.publisher-3.12.0-py2.6.egg/zope/publisher/http.py", line 455, in traverse     ob = super(HTTPRequest, self).traverse(obj)   File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.publisher-3.12.0-py2.6.egg/zope/publisher/base.py", line 261, in traverse     obj = publication.traverseName(self, obj, entry_name)   File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/lazr.restful-0.15.0-py2.6.egg/lazr/restful/publisher.py", line 98, in traverseName     request, ob, name)   File "/srv/launchpad.net/production/launchpad-rev-12248/eggs/zope.app.publication-3.9.0-py2.6.egg/zope/app/publication/zopepublication.py", line 197, in traverseName     ob2 = adapter.publishTraverse(request, nm)   File "/srv/launchpad.net/production/launchpad-rev-12248/lib/canonical/launchpad/browser/launchpad.py", line 722, in publishTraverse     return Navigation.publishTraverse(self, request, name)   File "/srv/launchpad.net/production/launchpad-rev-12248/lib/canonical/launchpad/webapp/publisher.py", line 661, in publishTraverse     nextobj = self._publishTraverse(request, name)   File "/srv/launchpad.net/production/launchpad-rev-12248/lib/canonical/launchpad/webapp/publisher.py", line 785, in _publishTraverse     return self._handle_next_object(nextobj, request, name)   File "/srv/launchpad.net/production/launchpad-rev-12248/lib/canonical/launchpad/webapp/publisher.py", line 691, in _handle_next_object     raise NotFound(self.context, name) NotFound: Object: <canonical.launchpad.systemhomes.WebServiceApplication object at 0x8a4b6d0>, name: u'1.0'
2011-01-24 18:53:24 Jelmer Vernooij bug added subscriber Jelmer Vernooij
2011-01-27 15:03:08 Guilherme Salgado attachment added bzr.crash https://bugs.launchpad.net/bzr/+bug/707075/+attachment/1810469/+files/bzr.crash
2011-01-29 00:28:27 Max Bowsher bzr: assignee Max Bowsher (maxb)
2011-01-29 01:47:30 Launchpad Janitor branch linked lp:~maxb/bzr/launchpadlib-service-root-api-compat
2011-01-29 01:48:43 Max Bowsher bzr: status New In Progress
2011-02-02 09:44:32 Launchpad Janitor branch linked lp:~maxb/bzr/2.2-launchpadlib-service-root-api-compat
2011-02-02 11:02:10 Vincent Ladeuil bzr: milestone 2.2.4
2011-02-02 11:02:44 Vincent Ladeuil nominated for series bzr/2.3
2011-02-02 11:02:44 Vincent Ladeuil bug task added bzr/2.3
2011-02-02 11:02:44 Vincent Ladeuil nominated for series bzr/2.4
2011-02-02 11:02:44 Vincent Ladeuil bug task added bzr/2.4
2011-02-02 11:02:57 Vincent Ladeuil bzr/2.3: milestone 2.3.0
2011-02-02 11:03:04 Vincent Ladeuil bzr/2.4: milestone 2.4b1
2011-02-02 11:03:13 Vincent Ladeuil bzr/2.3: assignee Max Bowsher (maxb)
2011-02-02 11:03:22 Vincent Ladeuil bzr/2.4: assignee Max Bowsher (maxb)
2011-02-02 11:03:27 Vincent Ladeuil bzr/2.3: status New In Progress
2011-02-02 11:03:30 Vincent Ladeuil bzr/2.4: status New In Progress
2011-02-02 13:22:45 Max Bowsher nominated for series bzr/2.1
2011-02-02 13:22:45 Max Bowsher bug task added bzr/2.1
2011-02-02 13:22:45 Max Bowsher nominated for series bzr/2.2
2011-02-02 13:22:45 Max Bowsher bug task added bzr/2.2
2011-02-02 13:22:58 Max Bowsher bzr/2.1: assignee Max Bowsher (maxb)
2011-02-02 13:23:03 Max Bowsher bzr/2.2: assignee Max Bowsher (maxb)
2011-02-02 13:23:08 Max Bowsher bzr/2.1: milestone 2.1.4
2011-02-02 13:23:12 Max Bowsher bzr/2.2: milestone 2.2.4
2011-02-02 13:23:39 Max Bowsher bzr/2.1: status New Fix Released
2011-02-02 13:23:45 Max Bowsher bzr/2.2: status New Fix Released
2011-02-02 13:23:58 Max Bowsher bzr: milestone 2.2.4
2011-02-02 14:39:27 Launchpad Janitor branch linked lp:~maxb/bzr/2.3-launchpadlib-service-root-api-compat
2011-02-02 15:11:43 Vincent Ladeuil bzr: importance Undecided High
2011-02-02 15:11:48 Vincent Ladeuil bzr/2.2: importance Undecided High
2011-02-02 15:11:52 Vincent Ladeuil bzr/2.3: importance Undecided High
2011-02-02 15:11:55 Vincent Ladeuil bzr/2.1: importance Undecided High
2011-02-02 15:12:04 Vincent Ladeuil bzr/2.4: importance Undecided High
2011-02-03 05:15:17 Launchpad Janitor branch linked lp:~maxb/bzr/2.4-launchpadlib-service-root-api-compat
2011-02-03 08:10:20 Vincent Ladeuil bzr/2.3: status In Progress Fix Released
2011-02-03 08:10:24 Vincent Ladeuil bzr/2.4: status In Progress Fix Released
2011-02-03 08:10:27 Vincent Ladeuil bzr: status In Progress Fix Released
2011-02-03 13:22:49 Max Bowsher bzr: milestone 2.4b1
2011-02-04 22:30:55 Launchpad Janitor branch linked lp:~bzr/ubuntu/natty/bzr/bzr-ppa
2011-03-16 09:09:40 Jelmer Vernooij bug task added bzr (Ubuntu)
2011-03-16 09:09:51 Jelmer Vernooij bzr (Ubuntu): status New Confirmed
2011-03-16 09:10:04 Martin Pool summary lp-propose fails with a 404 error [sru] lp-propose fails with a 404 error
2011-03-16 09:10:08 Jelmer Vernooij bzr (Ubuntu): assignee canonical-bazaar (canonical-bazaar)
2011-03-16 09:10:13 Martin Pool tags launchpad sru
2011-03-16 09:10:28 Jelmer Vernooij bzr (Ubuntu): status Confirmed Fix Released
2011-03-16 10:16:00 Vincent Ladeuil bug added subscriber Ubuntu Stable Release Updates Team
2011-03-16 10:16:06 Vincent Ladeuil bug added subscriber Vincent Ladeuil
2011-03-16 11:09:25 Launchpad Janitor branch linked lp:~jelmer/ubuntu/maverick/bzr/sru-2.2.4
2011-04-05 07:48:28 Martin Pool nominated for series Ubuntu Lucid
2011-04-05 07:48:28 Martin Pool bug task added bzr (Ubuntu Lucid)
2011-04-05 07:48:28 Martin Pool nominated for series Ubuntu Maverick
2011-04-05 07:48:28 Martin Pool bug task added bzr (Ubuntu Maverick)
2011-04-06 06:08:56 Martin Pool bzr (Ubuntu Lucid): milestone lucid-updates
2011-04-06 06:09:00 Martin Pool bzr (Ubuntu Maverick): milestone maverick-updates
2011-04-07 05:38:22 Martin Pool bzr (Ubuntu Maverick): assignee Martin Pool (mbp)
2011-04-07 05:38:26 Martin Pool bzr (Ubuntu Maverick): status New In Progress
2011-04-07 05:38:28 Martin Pool bzr (Ubuntu Maverick): importance Undecided High
2011-04-08 04:47:17 Martin Pool bzr (Ubuntu Maverick): status In Progress Fix Committed
2011-04-08 05:10:39 Martin Pool bzr (Ubuntu Lucid): assignee Martin Pool (mbp)
2011-04-13 09:45:00 Colin Watson bug added subscriber SRU Verification
2011-04-13 09:45:07 Colin Watson tags launchpad sru launchpad sru verification-needed
2011-04-13 10:20:40 Launchpad Janitor branch linked lp:ubuntu/maverick-proposed/bzr
2011-04-21 06:04:47 Martin Pool bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568937
2011-04-21 06:22:43 Martin Pool tags launchpad sru verification-needed launchpad sru verification-done
2011-04-26 07:07:44 Launchpad Janitor bzr (Ubuntu Maverick): status Fix Committed Fix Released
2011-05-17 09:10:14 Max Bowsher tags launchpad sru verification-done launchpad sru
2011-05-19 15:26:41 Alexander Belchenko bug added subscriber Alexander Belchenko
2011-05-19 15:28:19 Alexander Belchenko removed subscriber Alexander Belchenko
2013-01-28 00:26:03 Martin Pool bzr (Ubuntu Lucid): assignee Martin Pool (mbp)
2013-01-28 00:26:12 Martin Pool bzr (Ubuntu Maverick): assignee Martin Pool (mbp)
2013-01-28 00:26:13 Martin Pool bzr (Ubuntu Maverick): status Fix Released Won't Fix
2013-01-28 00:26:26 Martin Pool bzr (Ubuntu Lucid): status New Won't Fix