From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (unknown [IPv6:2600:3c03::f03c:91ff:fe50:73f]) by sourceware.org (Postfix) with ESMTPS id 9195F3959C3D; Sat, 11 Apr 2020 15:13:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9195F3959C3D Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jNHpB-0003uJ-D1; Sat, 11 Apr 2020 15:13:37 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.92.3) (envelope-from ) id 1jNHpB-0007wD-2m; Sat, 11 Apr 2020 11:13:37 -0400 Received: from fche by very.elastic.org with local (Exim 4.92.3) (envelope-from ) id 1jNHpB-007xL9-23; Sat, 11 Apr 2020 11:13:37 -0400 Date: Sat, 11 Apr 2020 11:13:37 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Binutils , GDB , GNU C Library , "H.J. Lu" Subject: Re: Is git server on sourceware.org in trouble? Message-ID: <20200411151337.GD1661286@elastic.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sender-Verification: "" X-Sender-Verification: "" X-Spam-Status: No, score=-105.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2020 15:13:38 -0000 Hi - > to finish for more than 10 minutes. It looks like one of commit hooks > never returns. Some git/hooks/update.* python script in your repo is doing a hideous number of "git show HASH:every_single_file.c" operations. - FChE