From unknown Sat Aug 16 23:43:51 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71838: ecl-mito fails to build Resent-From: Andreas Enge Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 29 Jun 2024 08:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71838 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 71838@debbugs.gnu.org Cc: glv@posteo.net, me@bonfacemunyoki.com, cox.katherine.e+guix@gmail.com, sharlatanus@gmail.com, jgart@dismail.de X-Debbugs-Original-To: bug-guix@gnu.org Reply-To: andreas@enge.fr Received: via spool by submit@debbugs.gnu.org id=B.171965041523012 (code B ref -1); Sat, 29 Jun 2024 08:41:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Jun 2024 08:40:15 +0000 Received: from localhost ([127.0.0.1]:36986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNTd1-0005z5-0R for submit@debbugs.gnu.org; Sat, 29 Jun 2024 04:40:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:50018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNTcy-0005yw-HM for submit@debbugs.gnu.org; Sat, 29 Jun 2024 04:40:13 -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 1sNTar-0002ZJ-Vw for bug-guix@gnu.org; Sat, 29 Jun 2024 04:38:02 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sNTaq-0004IS-79 for bug-guix@gnu.org; Sat, 29 Jun 2024 04:38:01 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id D218E34E; Sat, 29 Jun 2024 10:37:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dTezpn15hG1z; Sat, 29 Jun 2024 10:37:54 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id E0E6C1AB; Sat, 29 Jun 2024 10:37:53 +0200 (CEST) Date: Sat, 29 Jun 2024 10:37:52 +0200 From: Andreas Enge Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: pass client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) Hello, noticing that lots of ecl-mito clog the bordeaux build farm, I tried a local build from master. It ends like this: phase `build' succeeded after 22.6 seconds starting phase `check' Invoking ecl: "/gnu/store/a7154xn03yq0r39s848fbndi1h446559-ecl-24.5.10/bin/ecl" "--eval" "(require :asdf)" "--eval" "(asdf:initialize-source-registry (list :source-registry (list :tree (uiop:ensure-pathname \"/gnu/store/62mg2kk45v6vghms4qyqyww1b575d1cz-ecl-mito-0.1-3.47ba486/share/common-lisp/ecl/mito\" :truenamize t :ensure-directory t)) :inherit-configuration))" "--eval" "(asdf:test-system \"mito-test\")" "--eval" "(asdf:test-system \"mito\")" "--eval" "(quit)" ;;; Loading #P"/gnu/store/a7154xn03yq0r39s848fbndi1h446559-ecl-24.5.10/lib/ecl-24.5.10/asdf.fas" ;;; Warning: System definition file #P"/gnu/store/hjrhc3mcaisn30w475ymi16529kzb433-ecl-cl-colors-0.0.0-1.8274105/share/common-lisp/ecl/cl-colors/cl-colors.asd" contains definition for system "cl-colors-tests". Please only define "cl-colors" and secondary systems with a name starting with "cl-colors/" (e.g. "cl-colors/test") in that file. ;;; Warning: Deprecated recursive use of (ASDF/OPERATE:OPERATE 'ASDF/LISP-ACTION:LOAD-OP '("mito-test")) while visiting (ASDF/LISP-ACTION:TEST-OP "mito-test") - please use proper dependencies instead Running a test file '/gnu/store/62mg2kk45v6vghms4qyqyww1b575d1cz-ecl-mito-0.1-3.47ba486/share/common-lisp/ecl/mito/t/db/sqlite3.lisp' and then stalls (and presumably would time out after a very long time). Andreas From unknown Sat Aug 16 23:43:51 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: andreas@enge.fr Subject: bug#71838: closed (Re: ecl-mito fails to build) Message-ID: References: <878qyo9k0q.fsf@kitej> X-Gnu-PR-Message: they-closed 71838 X-Gnu-PR-Package: guix Reply-To: 71838@debbugs.gnu.org Date: Sat, 29 Jun 2024 09:28:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1719653282-28461-1" This is a multi-part message in MIME format... ------------=_1719653282-28461-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #71838: ecl-mito fails to build which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 71838@debbugs.gnu.org. --=20 71838: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D71838 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1719653282-28461-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 71838-done) by debbugs.gnu.org; 29 Jun 2024 09:27:12 +0000 Received: from localhost ([127.0.0.1]:37058 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNUMR-0007Ng-Oy for submit@debbugs.gnu.org; Sat, 29 Jun 2024 05:27:12 -0400 Received: from mout02.posteo.de ([185.67.36.66]:47757) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNUMP-0007NN-6C for 71838-done@debbugs.gnu.org; Sat, 29 Jun 2024 05:27:10 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 51251240103 for <71838-done@debbugs.gnu.org>; Sat, 29 Jun 2024 11:27:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1719653223; bh=cTROhjsbR/2XVN5kFLrCYTrnqbivwNwGE5Rzfm0J7ao=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=gsrGcm+YCqjh6BDqllqo5uzPBeQiChiSmi6WK5NQWR1jPVWE9NKwkfHFPvTflaLhg 18I4ccKlV/Jy0dijhMRNFV0deERrLwhWSxe87cwrK8OLXXEyfgGC8hI1zoKrGn2aoh mnV+d9/kaYR0zkjp4goaGdVZ+RXFT1sa8z+HHxgUddyHkB9+ich1i4p5hVl2riqa+i bT8mLcIOpYzFqYc5z7alx19/tAb2B/fwqd1vxgrQ0bSY/R4vhuSQHQ0DVZbpnKRFUV xVcEUSWHSnnhE27qXhrBX/zomDHDtxu6o245/L3FFw9iKHedl4nXlkuyIzqXmFsTer /DyXXW6x0EDjw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4WB6QF5vQnz9rxG; Sat, 29 Jun 2024 11:27:01 +0200 (CEST) From: Guillaume Le Vaillant To: Andreas Enge Subject: Re: ecl-mito fails to build In-Reply-To: (Andreas Enge's message of "Sat, 29 Jun 2024 10:37:52 +0200") References: Date: Sat, 29 Jun 2024 09:27:01 +0000 Message-ID: <878qyo9k0q.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71838-done Cc: me@bonfacemunyoki.com, jgart@dismail.de, 71838-done@debbugs.gnu.org, cox.katherine.e+guix@gmail.com, sharlatanus@gmail.com 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: -3.3 (---) --=-=-= Content-Type: text/plain Andreas Enge skribis: > Hello, > > noticing that lots of ecl-mito clog the bordeaux build farm, I tried a > local build from master. It ends like this: > > phase `build' succeeded after 22.6 seconds > starting phase `check' > Invoking ecl: "/gnu/store/a7154xn03yq0r39s848fbndi1h446559-ecl-24.5.10/bin/ecl" > "--eval" "(require :asdf)" "--eval" "(asdf:initialize-source-registry > (list :source-registry (list :tree (uiop:ensure-pathname > \"/gnu/store/62mg2kk45v6vghms4qyqyww1b575d1cz-ecl-mito-0.1-3.47ba486/share/common-lisp/ecl/mito\" :truenamize > t :ensure-directory t)) :inherit-configuration))" "--eval" "(asdf:test-system > \"mito-test\")" "--eval" "(asdf:test-system \"mito\")" "--eval" "(quit)" > ;;; Loading #P"/gnu/store/a7154xn03yq0r39s848fbndi1h446559-ecl-24.5.10/lib/ecl-24.5.10/asdf.fas" > ;;; Warning: System definition file > #P"/gnu/store/hjrhc3mcaisn30w475ymi16529kzb433-ecl-cl-colors-0.0.0-1.8274105/share/common-lisp/ecl/cl-colors/cl-colors.asd" > contains definition for system "cl-colors-tests". Please only define > "cl-colors" and secondary systems with a name starting with "cl-colors/" (e.g. > "cl-colors/test") in that file. > ;;; Warning: Deprecated recursive use of (ASDF/OPERATE:OPERATE > 'ASDF/LISP-ACTION:LOAD-OP '("mito-test")) while visiting > (ASDF/LISP-ACTION:TEST-OP "mito-test") > - please use proper dependencies instead > > Running a test file '/gnu/store/62mg2kk45v6vghms4qyqyww1b575d1cz-ecl-mito-0.1-3.47ba486/share/common-lisp/ecl/mito/t/db/sqlite3.lisp' > > and then stalls (and presumably would time out after a very long time). > > Andreas Hi. Indeed it looks like the test suite never ends. So I disabled the tests in commit 97684fa209f77abe6f5f4f972bfdb3102eb42687. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZn/TZQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9HMwD/WedtLKL8cQbx+Zq+PpoN/htWU6giJaw1Ojwj b5LwqOIBAI3ROGhnD1Fw9xbbF3LDbxn8unMb6iRlBLP8sNUIFsBe =KCzO -----END PGP SIGNATURE----- --=-=-=-- ------------=_1719653282-28461-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Jun 2024 08:40:15 +0000 Received: from localhost ([127.0.0.1]:36986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNTd1-0005z5-0R for submit@debbugs.gnu.org; Sat, 29 Jun 2024 04:40:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:50018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNTcy-0005yw-HM for submit@debbugs.gnu.org; Sat, 29 Jun 2024 04:40:13 -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 1sNTar-0002ZJ-Vw for bug-guix@gnu.org; Sat, 29 Jun 2024 04:38:02 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sNTaq-0004IS-79 for bug-guix@gnu.org; Sat, 29 Jun 2024 04:38:01 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id D218E34E; Sat, 29 Jun 2024 10:37:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dTezpn15hG1z; Sat, 29 Jun 2024 10:37:54 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id E0E6C1AB; Sat, 29 Jun 2024 10:37:53 +0200 (CEST) Date: Sat, 29 Jun 2024 10:37:52 +0200 From: Andreas Enge To: bug-guix@gnu.org Subject: ecl-mito fails to build Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: pass client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: glv@posteo.net, me@bonfacemunyoki.com, cox.katherine.e+guix@gmail.com, sharlatanus@gmail.com, jgart@dismail.de 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: , Reply-To: andreas@enge.fr Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, noticing that lots of ecl-mito clog the bordeaux build farm, I tried a local build from master. It ends like this: phase `build' succeeded after 22.6 seconds starting phase `check' Invoking ecl: "/gnu/store/a7154xn03yq0r39s848fbndi1h446559-ecl-24.5.10/bin/ecl" "--eval" "(require :asdf)" "--eval" "(asdf:initialize-source-registry (list :source-registry (list :tree (uiop:ensure-pathname \"/gnu/store/62mg2kk45v6vghms4qyqyww1b575d1cz-ecl-mito-0.1-3.47ba486/share/common-lisp/ecl/mito\" :truenamize t :ensure-directory t)) :inherit-configuration))" "--eval" "(asdf:test-system \"mito-test\")" "--eval" "(asdf:test-system \"mito\")" "--eval" "(quit)" ;;; Loading #P"/gnu/store/a7154xn03yq0r39s848fbndi1h446559-ecl-24.5.10/lib/ecl-24.5.10/asdf.fas" ;;; Warning: System definition file #P"/gnu/store/hjrhc3mcaisn30w475ymi16529kzb433-ecl-cl-colors-0.0.0-1.8274105/share/common-lisp/ecl/cl-colors/cl-colors.asd" contains definition for system "cl-colors-tests". Please only define "cl-colors" and secondary systems with a name starting with "cl-colors/" (e.g. "cl-colors/test") in that file. ;;; Warning: Deprecated recursive use of (ASDF/OPERATE:OPERATE 'ASDF/LISP-ACTION:LOAD-OP '("mito-test")) while visiting (ASDF/LISP-ACTION:TEST-OP "mito-test") - please use proper dependencies instead Running a test file '/gnu/store/62mg2kk45v6vghms4qyqyww1b575d1cz-ecl-mito-0.1-3.47ba486/share/common-lisp/ecl/mito/t/db/sqlite3.lisp' and then stalls (and presumably would time out after a very long time). Andreas ------------=_1719653282-28461-1--