Paul Eggert wrote: > 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:
I know your message was Tuesday and today is Friday. That it took so long probably the machine was in distress of some sort. Maybe an internet rush. Maybe backups were slowing it down. Maybe the root file system on the storage network was bogged down. > $ 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. The push succeeded. > remote: sendmail: fatal: no login name found for user ID 69712 > remote: *** Error while generating commit email > remote: *** - mail sending aborted. It failed trying to run the python2 git-multimail.py diff email hook. There is no 69712 on the system so that is a pretty strange error. Something deep in the process failed and something got mangled to produce that ID 69712. > To git.sv.gnu.org:/srv/git/emacs.git > 225876e9799..b174382a2df master -> master It exited the failed hook and completed the transaction. Bob
