Activity log for bug #697828

Date Who What changed Old value New value Message
2011-01-05 19:43:18 Guillermo Gonzalez bug added bug
2011-01-05 19:44:04 Guillermo Gonzalez bug task added launchpad
2011-01-05 19:44:45 Guillermo Gonzalez summary parse_timezone fails with: ValueError: invalid literal for int() with base 10: '--700' git code import fails: ValueError: invalid literal for int() with base 10: '--700'
2011-01-05 19:46:34 Aaron Bentley launchpad: status New Triaged
2011-01-05 19:46:38 Aaron Bentley launchpad: importance Undecided Medium
2011-01-05 19:46:54 Aaron Bentley tags code-import
2011-01-05 19:47:04 Guillermo Gonzalez description A code import failed with this traceback, but it also fails with tip of dulwich and bzr-git locally: 2011-01-05 19:14:09 INFO Starting job. 2011-01-05 19:14:09 INFO Getting exising bzr branch from central store. 2011-01-05 19:14:09 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3) 2011-01-05 19:14:10 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3) 2011-01-05 19:14:10 INFO 51 bytes transferred 2011-01-05 19:14:10 INFO Importing foreign branch. 2011-01-05 19:14:11 INFO Counting objects: 9947, done. 0 2011-01-05 19:14:12 INFO finding revisions to fetch:generating index 0/9947 2011-01-05 19:14:13 INFO finding revisions to fetch 1/2689 2011-01-05 19:14:13 INFO Traceback (most recent call last): File "/srv/importd.launchpad.net/production/launchpad-rev-12138/scripts/code-import-worker.py", line 82, in <module> sys.exit(script.main()) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/scripts/code-import-worker.py", line 77, in main return import_worker.run() File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/lp/codehosting/codeimport/worker.py", line 452, in run return self._doImport() File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/lp/codehosting/codeimport/worker.py", line 590, in _doImport overwrite=True, **self.getExtraPullArgs()) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/branch.py", line 514, in pull stop_revision, overwrite=overwrite, graph=graph, limit=limit) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/branch.py", line 463, in _update_revisions determine_wants, self.source.mapping, limit=limit) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/fetch.py", line 571, in fetch_objects objects_iter, store, wants_recorder.wants, pb, limit) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/fetch.py", line 413, in import_git_objects o = lookup_object(head) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/fetch.py", line 399, in lookup_object return object_iter[sha] File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/pack.py", line 1488, in __getitem__ return ShaFile.from_raw_string(type, uncomp) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 370, in from_raw_string obj.set_raw_string(string) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 257, in set_raw_string self.set_raw_chunks([text]) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 261, in set_raw_chunks self._deserialize(chunks) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 958, in _deserialize parse_timezone(timezonetext) File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 888, in parse_timezone offset = int(text) ValueError: invalid literal for int() with base 10: '--700' Import failed: Traceback (most recent call last): Failure: twisted.internet.error.ProcessTerminated: A process has ended with a probable error condition: process ended with exit code 1. A code import failed with this traceback, but it also fails with tip of dulwich and bzr-git locally. The branch is: https://code.launchpad.net/~verterok/boto/trunk-git 2011-01-05 19:14:09 INFO Starting job. 2011-01-05 19:14:09 INFO Getting exising bzr branch from central store. 2011-01-05 19:14:09 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3) 2011-01-05 19:14:10 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3) 2011-01-05 19:14:10 INFO 51 bytes transferred 2011-01-05 19:14:10 INFO Importing foreign branch. 2011-01-05 19:14:11 INFO Counting objects: 9947, done. 0 2011-01-05 19:14:12 INFO finding revisions to fetch:generating index 0/9947 2011-01-05 19:14:13 INFO finding revisions to fetch 1/2689 2011-01-05 19:14:13 INFO Traceback (most recent call last):   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/scripts/code-import-worker.py", line 82, in <module>     sys.exit(script.main())   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/scripts/code-import-worker.py", line 77, in main     return import_worker.run()   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/lp/codehosting/codeimport/worker.py", line 452, in run     return self._doImport()   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/lp/codehosting/codeimport/worker.py", line 590, in _doImport     overwrite=True, **self.getExtraPullArgs())   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/branch.py", line 514, in pull     stop_revision, overwrite=overwrite, graph=graph, limit=limit)   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/branch.py", line 463, in _update_revisions     determine_wants, self.source.mapping, limit=limit)   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/fetch.py", line 571, in fetch_objects     objects_iter, store, wants_recorder.wants, pb, limit)   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/fetch.py", line 413, in import_git_objects     o = lookup_object(head)   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/optionalbzrplugins/git/fetch.py", line 399, in lookup_object     return object_iter[sha]   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/pack.py", line 1488, in __getitem__     return ShaFile.from_raw_string(type, uncomp)   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 370, in from_raw_string     obj.set_raw_string(string)   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 257, in set_raw_string     self.set_raw_chunks([text])   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 261, in set_raw_chunks     self._deserialize(chunks)   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 958, in _deserialize     parse_timezone(timezonetext)   File "/srv/importd.launchpad.net/production/launchpad-rev-12138/lib/dulwich/objects.py", line 888, in parse_timezone     offset = int(text) ValueError: invalid literal for int() with base 10: '--700' Import failed: Traceback (most recent call last): Failure: twisted.internet.error.ProcessTerminated: A process has ended with a probable error condition: process ended with exit code 1.
2011-01-06 00:11:50 Jelmer Vernooij bug task added bzr-git
2011-01-06 00:11:56 Jelmer Vernooij bzr-git: status New Triaged
2011-01-06 00:11:59 Jelmer Vernooij dulwich: status New Triaged
2011-01-06 00:12:02 Jelmer Vernooij bzr-git: importance Undecided Low
2011-01-06 00:12:06 Jelmer Vernooij dulwich: importance Undecided Low
2011-10-02 20:48:35 Robert Collins launchpad: importance Medium Low
2012-02-21 14:03:04 Jason R. Coombs bug added subscriber Jason R. Coombs
2012-03-03 20:18:31 Jelmer Vernooij dulwich: status Triaged Fix Committed
2012-03-03 20:18:45 Jelmer Vernooij dulwich: assignee Jason R. Coombs (jaraco)
2012-03-03 20:18:47 Jelmer Vernooij dulwich: milestone 0.8.4
2012-03-04 21:01:32 Jelmer Vernooij bzr-git: status Triaged Fix Committed
2012-03-04 21:01:34 Jelmer Vernooij bzr-git: assignee Jelmer Vernooij (jelmer)
2012-03-04 21:01:36 Jelmer Vernooij bzr-git: milestone 0.6.8
2012-03-04 21:03:04 Jelmer Vernooij launchpad: assignee Jelmer Vernooij (jelmer)
2012-03-04 21:03:08 Jelmer Vernooij launchpad: status Triaged In Progress
2012-03-04 21:04:16 Launchpad Janitor branch linked lp:bzr-git
2012-03-28 12:25:29 Jelmer Vernooij dulwich: status Fix Committed Fix Released
2012-03-28 12:49:45 Jelmer Vernooij bzr-git: status Fix Committed Fix Released
2012-04-16 11:22:32 Jelmer Vernooij launchpad: status In Progress Triaged
2012-04-16 11:22:35 Jelmer Vernooij launchpad: assignee Jelmer Vernooij (jelmer)
2012-06-28 12:47:53 Jelmer Vernooij launchpad: status Triaged In Progress
2012-06-28 12:47:55 Jelmer Vernooij launchpad: assignee Jelmer Vernooij (jelmer)
2012-06-28 12:48:06 Jelmer Vernooij branch linked lp:~jelmer/launchpad/bzr-2.5.1
2012-09-04 00:30:48 Launchpad QA Bot tags code-import code-import qa-needstesting
2012-09-04 00:30:49 Launchpad QA Bot launchpad: status In Progress Fix Committed
2012-09-04 02:38:28 William Grant tags code-import qa-needstesting code-import qa-ok
2012-09-04 06:56:15 Steve Kowalik launchpad: status Fix Committed Fix Released