emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error when comitting


From: Jan Djärv
Subject: Error when comitting
Date: Sun, 30 Jun 2013 18:46:05 +0200

Hello.

I just got this, seems to be some problems sending mail in the post_commit hook.
The commit succeeded anyway.

[ 7058] 2013-06-30 18:38:26.961 INFO: Committing to: bzr+ssh://address@hidden
gnu.org/emacs/trunk/
4.895  Selecting files for commit with filter [u'src/ChangeLog', u'src/nsfns.m']
[ 7058] 2013-06-30 18:38:26.983 INFO: modified src/ChangeLog
[ 7058] 2013-06-30 18:38:26.984 INFO: modified src/nsfns.m
6.711  Using fetch logic to copy between CHKInventoryRepository('file:///Users/j
hd/src/emacs/.bzr/repository/')(RepositoryFormat2a()) and RemoteRepository(bzr+s
sh://address@hidden/emacs/.bzr/)(RemoteRepositoryFormat(_network_name='Bazaar 
repository format 2a (needs bzr 1.16 or later)\n'))
6.712  fetching: <SearchResult search:(set(['address@hidden']), 
['address@hidden', 'address@hidden', 'address@hidden', 'address@hidden', 
'address@hidden', ...], 1)>
[ 7058] 2013-06-30 18:38:33.072 INFO: Committed revision 113237.
11.006  Committed revid address@hidden as revno 113237.
15.158  Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 920, in 
exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1131, in 
run_bzr
    ret = run(*run_argv)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 673, in 
run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 695, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 136, in 
run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 166, in 
_do_with_cleanups
    result = func(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/builtins.py", line 3678, in run
    lossy=lossy)
  File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 218, in 
write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/workingtree_4.py", line 213, 
in commit
    result = WorkingTree.commit(self, message, revprops, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 218, in 
write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/mutabletree.py", line 211, in 
commit
    *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/commit.py", line 290, in commit
    lossy=lossy)
  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 132, in run
    self.cleanups, self.func, self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 166, in 
_do_with_cleanups
    result = func(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/commit.py", line 465, in 
_commit
    self._process_post_hooks(old_revno, new_revno)
  File "/Library/Python/2.6/site-packages/bzrlib/commit.py", line 619, in 
_process_post_hooks
    self._process_hooks("post_commit", old_revno, new_revno)
  File "/Library/Python/2.6/site-packages/bzrlib/commit.py", line 658, in 
_process_hooks
    self.rev_id)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/email/__init__.py", 
line 93, in branch_commit_hook
    local_branch=local).send_maybe()
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/email/emailer.py", 
line 274, in send_maybe
    self.send()
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/email/emailer.py", 
line 214, in send
    self._send_using_process()
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/email/emailer.py", 
line 237, in _send_using_process
    raise errors.BzrError("Failed to send email: exit status %s" % (rc,))
BzrError: Failed to send email: exit status 1

15.158  return code 3

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]