I just now attempted to do a 'git push' to the master Emacs branch on
Savannah. It took maybe 15 minutes, and eventually failed as follows:
$ git push
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 20 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 428 bytes | 428.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Checking connectivity: 4, done.
remote: sendmail: fatal: no login name found for user ID 69712
remote: *** Error while generating commit email
remote: *** - mail sending aborted.
remote: Traceback (most recent call last):
remote: File "./hooks/post-receive-git_multimail-emacs", line 62, in
<module>
remote: git_multimail.main(sys.argv[1:])
remote: File "/net/vcs/git/emacs.git/hooks/git_multimail.py", line
2631, in main
remote: run_as_post_receive_hook(environment, mailer)
remote: File "/net/vcs/git/emacs.git/hooks/git_multimail.py", line
2482, in run_as_post_receive_hook
remote: push.send_emails(mailer,
body_filter=environment.filter_body)
remote: File "/net/vcs/git/emacs.git/hooks/git_multimail.py", line
2462, in send_emails
remote: rev.recipients,
remote: File "/net/vcs/git/emacs.git/hooks/git_multimail.py", line
1466, in send
remote: p.stdin.writelines(lines)
remote: IOError: [Errno 32] Broken pipe
To git.sv.gnu.org:/srv/git/emacs.git
225876e9799..b174382a2df master -> master