ecl-mito fails to build

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal

Debbugs page

Andreas Enge wrote 8 months ago
(address . bug-guix@gnu.org)
Zn_H4NfaIfqdxzw2@jurong
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
Guillaume Le Vaillant wrote 8 months ago
(name . Andreas Enge)(address . andreas@enge.fr)
878qyo9k0q.fsf@kitej
Andreas Enge <andreas@enge.fr> skribis:

Toggle quote (30 lines)
> 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.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZn/TZQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9HMwD/WedtLKL8cQbx+Zq+PpoN/htWU6giJaw1Ojwj
b5LwqOIBAI3ROGhnD1Fw9xbbF3LDbxn8unMb6iRlBLP8sNUIFsBe
=KCzO
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71838@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71838
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help