unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sean Sieger <sean.sieger@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>,
	"emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: bzr+ssh
Date: Thu, 26 Dec 2013 14:55:04 -0500	[thread overview]
Message-ID: <CADWZ7f+cTKV9bRQC+Laindgq02r_91XU8N++do6RS+VSJbK1Gw@mail.gmail.com> (raw)
In-Reply-To: <83wqir4cp5.fsf@gnu.org>

On Thu, Dec 26, 2013 at 2:47 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Thu, 26 Dec 2013 14:39:15 -0500
>> From: Sean Sieger <sean.sieger@gmail.com>
>>
>> I'm trying to create a local mirror of the trunk, when bzr is done
>> pulling, it just hangs.  What to do?
>
> Pulling from savannah or from your local branch?

Savannah.

> What is the last thing written in your ~/'.bzr.log?

Thu 2013-12-26 13:29:33 -0500
0.100  bazaar version: 2.6.0
0.100  bzr arguments: [u'branch',
u'bzr+ssh://sean@bzr.sv.gnu.org/emacs/trunk', u'trunk']
0.116  looking for plugins in /home/sean/.bazaar/plugins
0.116  looking for plugins in /usr/lib/python2.7/dist-packages/bzrlib/plugins
0.142  encoding stdout as sys.stdout encoding 'UTF-8'
0.317  ssh implementation is OpenSSH
153.254  Using fetch logic to copy between
RemoteRepository(bzr+ssh://sean@bzr.sv.gnu.org/emacs/.bzr/)(RemoteRepositoryFormat(_network_name='Bazaar
repository format 2a (needs bzr 1.16 or later)\n')) and
CHKInventoryRepository('file:///home/sean/projects/emacs/.bzr/repository/')(RepositoryFormat2a())
153.255  fetching: <SearchResult
search:(set(['fgallina@gnu.org-20131226164519-xccapciswuo6gvid']),
set(['null:']), 129548)>
2165.254  Transferred: 603663kB (278.8kB/s r:603530kB w:133kB)
2165.271  Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line
930, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line
1121, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line
673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136,
in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166,
in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 1507, in run
    source_branch=br_from)
  File "/usr/lib/python2.7/dist-packages/bzrlib/bzrdir.py", line 367, in sprout
    create_tree_if_local=create_tree_if_local)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 132, in run
    self.cleanups, self.func, self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166,
in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/bzrdir.py", line 417, in _sprout
    result_repo.fetch(source_repository, fetch_spec=fetch_spec)
  File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py",
line 1268, in fetch
    find_ghosts=find_ghosts, fetch_spec=fetch_spec)
  File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line
218, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py",
line 2585, in fetch
    find_ghosts=find_ghosts)
  File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 77, in __init__
    self.__fetch()
  File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 104, in __fetch
    self._fetch_everything_for_search(search_result)
  File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 132,
in _fetch_everything_for_search
    stream, from_format, [])
  File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py",
line 2051, in insert_stream
    hint = self.target_repo.commit_write_group()
  File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line
633, in commit_write_group
    result = self._commit_write_group()
  File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/pack_repo.py",
line 1727, in _commit_write_group
    hint = self._pack_collection._commit_write_group()
  File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/pack_repo.py",
line 1603, in _commit_write_group
    problems = self._check_new_inventories()
  File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/groupcompress_repo.py",
line 779, in _check_new_inventories
    chk_map._bytes_to_text_key):
  File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/groupcompress_repo.py",
line 1360, in _filter_text_keys
    text_keys_update([bytes_to_text_key(b) for n,b in items])
KeyboardInterrupt

2165.271  return code 3



  reply	other threads:[~2013-12-26 19:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-26 19:39 bzr+ssh Sean Sieger
2013-12-26 19:47 ` bzr+ssh Eli Zaretskii
2013-12-26 19:55   ` Sean Sieger [this message]
2013-12-26 20:00     ` bzr+ssh Sean Sieger
2013-12-26 20:03       ` bzr+ssh Eli Zaretskii

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=CADWZ7f+cTKV9bRQC+Laindgq02r_91XU8N++do6RS+VSJbK1Gw@mail.gmail.com \
    --to=sean.sieger@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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).