From unknown Sun Jun 22 08:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72700] [PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core Resent-From: Nikola Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 18 Aug 2024 15:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72700 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72700@debbugs.gnu.org Cc: Nikola X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17239952346580 (code B ref -1); Sun, 18 Aug 2024 15:34:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Aug 2024 15:33:54 +0000 Received: from localhost ([127.0.0.1]:56501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sfhuj-0001i3-PX for submit@debbugs.gnu.org; Sun, 18 Aug 2024 11:33:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:53510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sfeaL-00042K-6n for submit@debbugs.gnu.org; Sun, 18 Aug 2024 08:00:37 -0400 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 1sfeZg-0007b8-NR for guix-patches@gnu.org; Sun, 18 Aug 2024 07:59:56 -0400 Received: from radojevic.rs ([139.162.187.67] helo=mail.radojevic.rs) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sfeZf-0003U6-3Y for guix-patches@gnu.org; Sun, 18 Aug 2024 07:59:56 -0400 Received: from nikola-laptop.nikola.vpn (93-86-154-42.dynamic.isp.telekom.rs [93.86.154.42]) by mail.radojevic.rs (Postfix) with ESMTPSA id 800C83024B; Sun, 18 Aug 2024 13:59:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=radojevic.rs; s=mail; t=1723982390; bh=V4U9+exTA2axWrb4Aq8T5IvbTHvwJKaEJLKxFwWv1N0=; h=From:To:Cc:Subject:Date:From; b=lsyA8vumU7orjJh+JTslGcA8YgdQLEnhNXfXZSZel/qr1dGSsTI60QY5nxeZtLLyP bo+O75kr+zLhJcmuXgdhPO2oZxALvsy8xjgIK6KyPik48cTxibxsJiwk9o1+Dmaydd 3sNcLLYa2pKOFJGTUHNuc7l+YHdwUE+OTTyUOwfCcL92EsvdLkPYgai8c0A/0qVahW 9JKtkWRAQIKKOw0/eVOFMxTajtOuxznb0jCWiisP58ZLaqPSk6y+88losAOYSnmala WKuCdgdC9VHW6E48W6YWHTmF7tKDjdgZ4ZW+bk+hYrt2LEgFPGo3QAB1z5KBu44to7 lngT9eQugME7w== From: Nikola Date: Sun, 18 Aug 2024 13:59:45 +0200 Message-ID: <20240818115945.13554-1-nikola@radojevic.rs> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.162.187.67; envelope-from=nikola@radojevic.rs; helo=mail.radojevic.rs X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Mailman-Approved-At: Sun, 18 Aug 2024 11:33:53 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) aarch64 builds keep failing because of this timeout, so removing this timeout should help --- gnu/packages/gtk.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 04183fa806..05041b57ab 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -856,6 +856,10 @@ (define-public at-spi2-core (with-directory-excursion (string-append "../at-spi2-core-" #$version "") (invoke "dbus-run-session" "--" "ci/run-registryd-tests.sh") + ;; Remove test timeout which caused failed builds on + ;; aarch64 + (substitute* "tests/atspi/meson.build" + ((", timeout: [0-9]+") "")) (substitute* "ci/run-tests.sh" (("ps auxwww") "") ;avoid a dependency on procps (("meson test -C _build") -- 2.45.2 From unknown Sun Jun 22 08:03:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Nikola Subject: bug#72700: closed (Re: [PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core) Message-ID: References: <87bk1ptq44.fsf@nckx> <20240818115945.13554-1-nikola@radojevic.rs> X-Gnu-PR-Message: they-closed 72700 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72700@debbugs.gnu.org Date: Sun, 18 Aug 2024 22:38:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1724020682-18915-1" This is a multi-part message in MIME format... ------------=_1724020682-18915-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72700: [PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 72700@debbugs.gnu.org. --=20 72700: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72700 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1724020682-18915-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72700-done) by debbugs.gnu.org; 18 Aug 2024 22:37:47 +0000 Received: from localhost ([127.0.0.1]:56950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sfoWx-0004ub-9x for submit@debbugs.gnu.org; Sun, 18 Aug 2024 18:37:47 -0400 Received: from tobias.gr ([80.241.217.52]:48312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sfoWu-0004uS-PP for 72700-done@debbugs.gnu.org; Sun, 18 Aug 2024 18:37:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=RkIMWgmhxUi70 E9eN4NttNLAsyEerJjSTRV3gv8A3Xg=; h=date:subject:to:from; d=tobias.gr; b=bkKfOm6dDjHAH6aGm/oqVxyFaHhyHUW0mf2gmb6C8ba/6fVGTXBN1RKBy+LKwK5PG0Vs ATr+YhP2/OKLiTQXZ2kTzH3TZfB1bm/DQawuGk3T74CX8Mbgch48xSE54ocPrjQ8+OBUpH 6XZpQGRJWqrR4CSoF7goMwuicfuKIQcCrqGT+MChLADmFGf2iTK82FSvbvXHYwJ8ka9G4E Dl+jxHF6iZ44hph7oC3vmT4F2FQ3268arKRLv1Ec8PBFFTHcSMqR1rdAUa6hmp1CqeeGUw EsOP2BzW7oMo+SZ6cPfk4TR9TtZE3ik54Y6iHdukB22L4MsMxRgUpMMwmfMOmCxQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id e0fc9b88 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <72700-done@debbugs.gnu.org>; Sun, 18 Aug 2024 22:36:47 +0000 (UTC) From: Tobias Geerinckx-Rice To: 72700-done@debbugs.gnu.org Subject: Re: [PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core BIMI-Selector: v=BIMI1; s=default; Date: Mon, 19 Aug 2024 00:36:59 +0200 Message-ID: <87bk1ptq44.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 72700-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Thanks! Pushed as 58a839273d1e4fac2b3a0ec456aabdf82deaa124. I tweaked the commit message to fit our norms, which mostly match=20 the GNU =E2=80=98changelog=E2=80=99 style: gnu: at-spi2-core: Remove unnecessary test timeout. =20=20=20=20 [Free-form blurb goes here, if you want, but more often than=20 not future readers are better served by a succinct code comment.] =20=20=20=20 * gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove the =E2=80=98timeout=E2=80=99 argument from the test invocation. Closing, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCZsJ3jA0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15Qw4BAMEJKRNP5BcuLjXCAK/QEZ8PvJCjxCJ7lG5BICaT 1a0rAP9cpTYU2O0uJ1+JwXUjl/oQHKZiJzxNmh+AmdMNS41JAQ== =QJEO -----END PGP SIGNATURE----- --=-=-=-- ------------=_1724020682-18915-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Aug 2024 15:33:54 +0000 Received: from localhost ([127.0.0.1]:56501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sfhuj-0001i3-PX for submit@debbugs.gnu.org; Sun, 18 Aug 2024 11:33:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:53510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sfeaL-00042K-6n for submit@debbugs.gnu.org; Sun, 18 Aug 2024 08:00:37 -0400 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 1sfeZg-0007b8-NR for guix-patches@gnu.org; Sun, 18 Aug 2024 07:59:56 -0400 Received: from radojevic.rs ([139.162.187.67] helo=mail.radojevic.rs) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sfeZf-0003U6-3Y for guix-patches@gnu.org; Sun, 18 Aug 2024 07:59:56 -0400 Received: from nikola-laptop.nikola.vpn (93-86-154-42.dynamic.isp.telekom.rs [93.86.154.42]) by mail.radojevic.rs (Postfix) with ESMTPSA id 800C83024B; Sun, 18 Aug 2024 13:59:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=radojevic.rs; s=mail; t=1723982390; bh=V4U9+exTA2axWrb4Aq8T5IvbTHvwJKaEJLKxFwWv1N0=; h=From:To:Cc:Subject:Date:From; b=lsyA8vumU7orjJh+JTslGcA8YgdQLEnhNXfXZSZel/qr1dGSsTI60QY5nxeZtLLyP bo+O75kr+zLhJcmuXgdhPO2oZxALvsy8xjgIK6KyPik48cTxibxsJiwk9o1+Dmaydd 3sNcLLYa2pKOFJGTUHNuc7l+YHdwUE+OTTyUOwfCcL92EsvdLkPYgai8c0A/0qVahW 9JKtkWRAQIKKOw0/eVOFMxTajtOuxznb0jCWiisP58ZLaqPSk6y+88losAOYSnmala WKuCdgdC9VHW6E48W6YWHTmF7tKDjdgZ4ZW+bk+hYrt2LEgFPGo3QAB1z5KBu44to7 lngT9eQugME7w== From: Nikola To: guix-patches@gnu.org Subject: [PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core Date: Sun, 18 Aug 2024 13:59:45 +0200 Message-ID: <20240818115945.13554-1-nikola@radojevic.rs> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.162.187.67; envelope-from=nikola@radojevic.rs; helo=mail.radojevic.rs X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 18 Aug 2024 11:33:53 -0400 Cc: Nikola X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) aarch64 builds keep failing because of this timeout, so removing this timeout should help --- gnu/packages/gtk.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 04183fa806..05041b57ab 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -856,6 +856,10 @@ (define-public at-spi2-core (with-directory-excursion (string-append "../at-spi2-core-" #$version "") (invoke "dbus-run-session" "--" "ci/run-registryd-tests.sh") + ;; Remove test timeout which caused failed builds on + ;; aarch64 + (substitute* "tests/atspi/meson.build" + ((", timeout: [0-9]+") "")) (substitute* "ci/run-tests.sh" (("ps auxwww") "") ;avoid a dependency on procps (("meson test -C _build") -- 2.45.2 ------------=_1724020682-18915-1--