From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Checks failing abort make process Date: Fri, 18 Jun 2021 14:00:53 +0300 Message-ID: <831r8zzbbu.fsf@gnu.org> References: <834kdx0vxq.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20547"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 18 13:02:58 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1luCH3-0005E0-Sy for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Jun 2021 13:02:57 +0200 Original-Received: from localhost ([::1]:60260 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1luCH2-00066S-UV for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Jun 2021 07:02:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38266) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luCEv-0004ZZ-Cm for emacs-devel@gnu.org; Fri, 18 Jun 2021 07:00:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32900) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1luCEv-0007hU-4H; Fri, 18 Jun 2021 07:00:45 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3466 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luCEu-0001FG-O8; Fri, 18 Jun 2021 07:00:45 -0400 In-Reply-To: (message from Pedro Andres Aranda Gutierrez on Fri, 18 Jun 2021 11:09:02 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270905 Archived-At: > From: Pedro Andres Aranda Gutierrez > Date: Fri, 18 Jun 2021 11:09:02 +0200 > Cc: emacs-devel@gnu.org > > Good point! This is what happens when you have too many open fronts ;-) Anyhow, I've taken some time to > dig into the problem and found the following > > less test/lisp/shadowfile-tests.log > Running 8 tests (2021-06-18 08:33:34+0000, selector `(not (or (tag :expensive-test) (tag :unstable)))') > passed 1/8 shadow-test01-sites (0.743613 sec) > passed 2/8 shadow-test02-files (0.007628 sec) > passed 3/8 shadow-test03-expand-cluster-in-file-name (0.023701 sec) > passed 4/8 shadow-test04-contract-file-name (0.007431 sec) > passed 5/8 shadow-test05-file-match (0.023161 sec) > passed 6/8 shadow-test06-literal-groups (0.029197 sec) > passed 7/8 shadow-test07-regexp-groups (0.007492 sec) > Autosave file on local temporary directory, do you want to continue? (yes or no) > test/lisp/shadowfile-tests.log (END) > > I went and said 'yes' on the terminal where I was running make and the build process ended. > > This happens on commit bc44763b8342ee9e1bf43ffb202c73fee5ba0bf6 Sorry, I don't follow: what does the above have to do with the failure of autorevert-tests?