From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: experiences running a Hudson CI server on the Emacs codebase Date: Fri, 30 Jul 2010 21:38:51 +0200 Message-ID: References: <87vd7wnb13.fsf@lifelogs.com> <4C532855.3020308@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280518747 21299 80.91.229.12 (30 Jul 2010 19:39:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Jul 2010 19:39:07 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 30 21:39:05 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OevQ7-0007c1-3o for ged-emacs-devel@m.gmane.org; Fri, 30 Jul 2010 21:39:04 +0200 Original-Received: from localhost ([127.0.0.1]:60009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OevQ6-0006V9-6Q for ged-emacs-devel@m.gmane.org; Fri, 30 Jul 2010 15:39:02 -0400 Original-Received: from [140.186.70.92] (port=49858 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OevPz-0006TU-S8 for emacs-devel@gnu.org; Fri, 30 Jul 2010 15:38:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OevPy-0002qh-J5 for emacs-devel@gnu.org; Fri, 30 Jul 2010 15:38:55 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:47632 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OevPy-0002qT-8F for emacs-devel@gnu.org; Fri, 30 Jul 2010 15:38:54 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id o6UJcpbb023617; Fri, 30 Jul 2010 21:38:51 +0200 In-Reply-To: <4C532855.3020308@swipnet.se> ("Jan =?iso-8859-1?Q?Dj=E4rv=22?= =?iso-8859-1?Q?'s?= message of "Fri, 30 Jul 2010 21:30:29 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128029 Archived-At: Jan Dj=E4rv writes: > joakim@verona.se skrev 2010-07-30 20.44: > >> Anyway, heres what I have: >> - Stock fedora 12, but install a newer bzr from rawhide > > Just curious as I simetimes run Fedora 12 myself, what does the stock bzr= lack? The stock bzr gave me this error: bzr revision-info -d /var/lib/hudson/jobs/emacs-trunk/workspace [workspace] $ bzr pull --overwrite http://bzr.savannah.gnu.org/r/emacs/trunk bzr: ERROR: exceptions.EOFError: EOF read where object expected Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 842, in = exception_to_return_code return the_callable(*args, **kwargs) File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 1037, in= run_bzr ret =3D run(*run_argv) File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 654, in = run_argv_aliases return self.run(**all_cmd_args) File "/usr/lib/python2.6/site-packages/bzrlib/builtins.py", line 970, in = run possible_transports=3Dpossible_transports) File "/usr/lib/python2.6/site-packages/bzrlib/bundle/__init__.py", line 4= 9, in read_mergeable_from_url _do_directive) File "/usr/lib/python2.6/site-packages/bzrlib/bundle/__init__.py", line 7= 1, in read_mergeable_from_transport redirected_transport) File "/usr/lib/python2.6/site-packages/bzrlib/lazy_import.py", line 125, = in __call__ return obj(*args, **kwargs) File "/usr/lib/python2.6/site-packages/bzrlib/transport/__init__.py", lin= e 1646, in do_catching_redirections transport =3D redirected(transport, e, redirection_notice) File "/usr/lib/python2.6/site-packages/bzrlib/bundle/__init__.py", line 6= 2, in redirected_transport note(redirection_notice) File "/usr/lib/python2.6/site-packages/bzrlib/trace.py", line 117, in note _bzr_logger.info(*args, **kwargs) File "/usr/lib/python2.6/logging/__init__.py", line 1030, in info self._log(INFO, msg, args, **kwargs) File "/usr/lib/python2.6/logging/__init__.py", line 1142, in _log record =3D self.makeRecord(self.name, level, fn, lno, msg, args, exc_in= fo, func, extra) File "/usr/lib/python2.6/logging/__init__.py", line 1117, in makeRecord rv =3D LogRecord(name, level, fn, lno, msg, args, exc_info, func) File "/usr/lib/python2.6/logging/__init__.py", line 272, in __init__ from multiprocessing import current_process File "/usr/lib/python2.6/multiprocessing/__init__.py", line 63, in from multiprocessing.process import Process, current_process, active_ch= ildren EOFError: EOF read where object expected bzr 2.0.5 on python 2.6.2 (Linux-2.6.32.11-99.fc12.i686-i686-athlon-with-fe= dora-12-Constantine) arguments: ['/usr/bin/bzr', 'pull', '--overwrite', 'http://bzr.savannah.gnu= .org/r/emacs/trunk'] encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8' plugins: launchpad /usr/lib/python2.6/site-packages/bzrlib/plugins/laun= chpad [2.0.5] netrc_credential_store /usr/lib/python2.6/site-packages/bzrlib/plugins/ne= trc_credential_store [2.0.5] *** Bazaar has encountered an internal error. This probably indicates a bug in Bazaar. You can help us fix it by filing a bug report at https://bugs.launchpad.net/bzr/+filebug including this traceback and a description of the problem. ERROR: Failed to pull Getting local revision... $ bzr revision-info -d /var/lib/hudson/jobs/emacs-trunk/workspace cyd@stupidchicken.com-20100711221453-4vuxwof0928ooq2v Finished: FAILURE > > Jan D. --=20 Joakim Verona