From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Building master hangs generating lisp/eshell/esh-util-tests.log Date: Thu, 13 Jun 2024 04:36:04 -0400 Message-ID: References: <86tthyytzf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9506"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Pedro Andres Aranda Gutierrez , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 13 10:36:43 2024 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 1sHfwo-0002EY-Q6 for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jun 2024 10:36:42 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sHfwE-0006cR-Qc; Thu, 13 Jun 2024 04:36:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHfwD-0006c4-70 for emacs-devel@gnu.org; Thu, 13 Jun 2024 04:36:05 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHfwC-0005A2-Uk; Thu, 13 Jun 2024 04:36:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=xjOD/44jp6icZzvP3uppPHfTbXdKvu6AcFTcaqSWMG0=; b=n0CYmniDZQqs87/aaKxs RgEZrCvx5mf+zKisMxFclTALidmpia0EMXVlqQmsm4k35ubNtvZBO9seFwJtuLB3llqRNO2ERz+Ye 7vypixzdcQpTdwGyk9iKsd/AI1ljbQxacGpFGXEPeIu2uSOGsVh9ZcQm8VJSNDWVlRs990Hx6oIg8 OXvWq/W1fFs5vbAdH1mQz5gkBoqW1DLQX+FKaU0ejtjuOe+pQYRDtST6fxzoIrc1uplbXYjiveJpZ 4HsYhbt6Gg6+7ja29pbGXpTCgQ1b5rDp/X4yM66b6smrr3RwwJG1njz35m2NPRDCQEskgxvY71XCL mnuUEKmZVezEOQ==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sHfwC-00010t-Go; Thu, 13 Jun 2024 04:36:04 -0400 In-Reply-To: <86tthyytzf.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 12 Jun 2024 20:02:44 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320014 Archived-At: Eli Zaretskii writes: >> From: Pedro Andres Aranda Gutierrez >> Date: Wed, 12 Jun 2024 17:54:38 +0200 >> >> I have retried to build master and the process hangs at >> GEN lisp/eshell/esh-util-tests.log > > I don't understand. First, a build doesn't include running the test > suite, so what do you mean by "the build process hangs at"? > > And second, running this: > > $ make -C test lisp/eshell/esh-util-tests > > doesn't hang here. This is with the current master branch. I see hangs during tests on my local CI as well since about 2 3 days, but unfortunatelly they are not very reproducible. I'll try to gain some more data points. Andrea