unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: joakim@verona.se
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: Ted Zlatanov <tzz@lifelogs.com>, emacs-devel@gnu.org
Subject: Re: experiences running a Hudson CI server on the Emacs codebase
Date: Fri, 30 Jul 2010 21:38:51 +0200	[thread overview]
Message-ID: <m3bp9o220k.fsf@verona.se> (raw)
In-Reply-To: <4C532855.3020308@swipnet.se> ("Jan Djärv"'s message of "Fri, 30 Jul 2010 21:30:29 +0200")

Jan Djärv <jan.h.d@swipnet.se> 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 = 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=possible_transports)
  File "/usr/lib/python2.6/site-packages/bzrlib/bundle/__init__.py", line 49, in read_mergeable_from_url
    _do_directive)
  File "/usr/lib/python2.6/site-packages/bzrlib/bundle/__init__.py", line 71, 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", line 1646, in do_catching_redirections
    transport = redirected(transport, e, redirection_notice)
  File "/usr/lib/python2.6/site-packages/bzrlib/bundle/__init__.py", line 62, 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 = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/usr/lib/python2.6/logging/__init__.py", line 1117, in makeRecord
    rv = 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 <module>
    from multiprocessing.process import Process, current_process, active_children
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-fedora-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/launchpad [2.0.5]
  netrc_credential_store /usr/lib/python2.6/site-packages/bzrlib/plugins/netrc_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.
-- 
Joakim Verona



      reply	other threads:[~2010-07-30 19:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14  8:36 experiences running a Hudson CI server on the Emacs codebase joakim
2010-07-14 23:08 ` Richard Stallman
2010-07-15 19:39   ` joakim
2010-07-30 17:18     ` Ted Zlatanov
2010-07-30 18:44       ` joakim
2010-07-30 19:30         ` Jan Djärv
2010-07-30 19:38           ` joakim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3bp9o220k.fsf@verona.se \
    --to=joakim@verona.se \
    --cc=emacs-devel@gnu.org \
    --cc=jan.h.d@swipnet.se \
    --cc=tzz@lifelogs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).