From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: bzr + savannah.gnu.org slow again Date: Fri, 25 Feb 2011 22:21:33 -0800 Organization: UCLA Computer Science Department Message-ID: <4D689BED.5020908@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298701318 19249 80.91.229.12 (26 Feb 2011 06:21:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Feb 2011 06:21:58 +0000 (UTC) Cc: Savannah-hackers-public@gnu.org To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 26 07:21:54 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PtDXO-0006tA-2S for ged-emacs-devel@m.gmane.org; Sat, 26 Feb 2011 07:21:54 +0100 Original-Received: from localhost ([127.0.0.1]:55326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtDXN-00067u-FL for ged-emacs-devel@m.gmane.org; Sat, 26 Feb 2011 01:21:53 -0500 Original-Received: from [140.186.70.92] (port=41034 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtDXC-00067S-6t for emacs-devel@gnu.org; Sat, 26 Feb 2011 01:21:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtDXB-0004ly-2p for emacs-devel@gnu.org; Sat, 26 Feb 2011 01:21:42 -0500 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:38110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtDX7-0004kz-5M; Sat, 26 Feb 2011 01:21:37 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 9799239E80F7; Fri, 25 Feb 2011 22:21:34 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9D5QafQ2cT5X; Fri, 25 Feb 2011 22:21:33 -0800 (PST) Original-Received: from [192.168.1.10] (pool-71-189-109-235.lsanca.fios.verizon.net [71.189.109.235]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 6CC3B39E80DC; Fri, 25 Feb 2011 22:21:33 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136541 Archived-At: Savannah.gnu.org is very slow for bzr commits on the Emacs trunk, with symptoms much like they were about 24 hours ago. Perhaps the same thing is happening again? My most recent attempt to commit is taking more than 20 minutes. It's not done yet, so I don't know how long it will take exactly. Here are the symptoms at the shell level: $ bzr commit -m 'Merge: lib-src changes mostly to avoid GCC warnings' Committing to: bzr+ssh://eggert@bzr.savannah.gnu.org/emacs/trunk/ modified lib-src/ChangeLog modified lib-src/ebrowse.c modified lib-src/emacsclient.c modified lib-src/etags.c modified lib-src/fakemail.c modified lib-src/make-docfile.c [ It's hanging here now. ] Here is my ~/.bzr.log: Fri 2011-02-25 21:53:48 -0800 0.073 bazaar version: 2.2.2 0.073 bzr arguments: [u'commit', u'-m', u'Merge: lib-src changes mostly to avoid GCC warnings'] 0.096 looking for plugins in /u/cs/fac/eggert/.bazaar/plugins 0.096 looking for plugins in /usr/local/cs/Python-2.6.6/lib/python2.6/site-packages/bzrlib/plugins 0.117 encoding stdout as sys.stdout encoding 'UTF-8' 0.245 opening working tree '/w/fac.2/cs/eggert/src/gnu/emacs/trunk' 0.566 ssh implementation is OpenSSH 38.887 preparing to commit [10929] 2011-02-25 21:54:36.575 INFO: Committing to: bzr+ssh://eggert@bzr.savannah.gnu.org/emacs/trunk/ 47.711 Selecting files for commit with filter None [10929] 2011-02-25 21:54:37.032 INFO: modified lib-src/ChangeLog [10929] 2011-02-25 21:54:37.033 INFO: modified lib-src/ebrowse.c [10929] 2011-02-25 21:54:37.033 INFO: modified lib-src/emacsclient.c [10929] 2011-02-25 21:54:37.033 INFO: modified lib-src/etags.c [10929] 2011-02-25 21:54:37.034 INFO: modified lib-src/fakemail.c [10929] 2011-02-25 21:54:37.034 INFO: modified lib-src/make-docfile.c 48.761 Using fetch logic to copy between CHKInventoryRepository('file:///w/fac.2/cs/eggert/src/gnu/emacs/.bzr/repository/')(RepositoryFormat2a()) and RemoteRepository(bzr+ssh://eggert@bzr.savannah.gnu.org/emacs/.bzr/)(RemoteRepositoryFormat(_network_name='Bazaar repository format 2a (needs bzr 1.16 or later)\n')) 48.761 fetch up to rev {eggert@cs.ucla.edu-20110226055436-mfvjfrh702e68yqk} 142.288 stripping trailing bytes from groupcompress block 627289 => 258611 It is now Fri Feb 25 22:20:20 PST 2011, so it's about 27 minutes and counting.