GNU bug report logs - #71838
ecl-mito fails to build

Previous Next

Package: guix;

Reported by: andreas <at> enge.fr

Date: Sat, 29 Jun 2024 08:41:02 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71838 in the body.
You can then email your comments to 71838 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#71838; Package guix. (Sat, 29 Jun 2024 08:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to andreas <at> enge.fr:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 29 Jun 2024 08:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: bug-guix <at> gnu.org
Cc: glv <at> posteo.net, me <at> bonfacemunyoki.com, cox.katherine.e+guix <at> gmail.com,
 sharlatanus <at> gmail.com, jgart <at> dismail.de
Subject: ecl-mito fails to build
Date: Sat, 29 Jun 2024 10:37:52 +0200
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





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Sat, 29 Jun 2024 09:28:02 GMT) Full text and rfc822 format available.

Notification sent to andreas <at> enge.fr:
bug acknowledged by developer. (Sat, 29 Jun 2024 09:28:02 GMT) Full text and rfc822 format available.

Message #10 received at 71838-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Andreas Enge <andreas <at> enge.fr>
Cc: me <at> bonfacemunyoki.com, jgart <at> dismail.de, 71838-done <at> debbugs.gnu.org,
 cox.katherine.e+guix <at> gmail.com, sharlatanus <at> gmail.com
Subject: Re: ecl-mito fails to build
Date: Sat, 29 Jun 2024 09:27:01 +0000
[Message part 1 (text/plain, inline)]
Andreas Enge <andreas <at> enge.fr> 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.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 27 Jul 2024 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 42 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.