From unknown Fri Aug 15 04:05:29 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71838 <71838@debbugs.gnu.org> To: bug#71838 <71838@debbugs.gnu.org> Subject: Status: ecl-mito fails to build Reply-To: bug#71838 <71838@debbugs.gnu.org> Date: Fri, 15 Aug 2025 11:05:29 +0000 retitle 71838 ecl-mito fails to build reassign 71838 guix submitter 71838 andreas@enge.fr severity 71838 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 29 04:40:15 2024 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 From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 29 05:27:12 2024 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----- --=-=-=-- From unknown Fri Aug 15 04:05:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 27 Jul 2024 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator