<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">OK, I won't be doing this.  I didn't pay enough attention: this requires that I build clisp.  With some exceptions (SBCL, mkcl), I have decided <em>not</em> to build lisp implementations as part of the ASDF testing process.  The process is already too burdensome as it is.  If clisp's own maintainers cannot make a release version, I can't be filling that hole myself -- I'm just a humble ASDF maintainer, not The Debugger of All Lisp Implementations.</p>

<p dir="auto">At some point, clisp will either make a new release, or I will formally un-support it, and remove it from my testing routines.  In the shorter term, I will probably stop running <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">test-program.script</code> on clisp.</p>

<p dir="auto">Of course, I will always accept patches that clisp needs from others, but I don't have the personal resources to fill this hole.</p>

<p dir="auto">On 28 Jul 2018, at 15:39, Faré wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">CLISP has long had semi-deterministic SIGSEGV issues like that:<br>
reproducible, but going away at the slightest change in the test or<br>
its invocation made trying to debug it. I suspect a GC bug. The CLISP<br>
maintainers asked me to run the tests with some debugging option<br>
enabled (I don't remember which), but of course, the change makes the<br>
problem disappear. If you use Jenkins, maybe you should include a<br>
build with those options so the bug can be tracked when it happens<br>
(which is not at the same time as when it happens without the<br>
debugging options).</p>

<p dir="auto">See <a href="https://sourceforge.net/p/clisp/bugs/678/" style="color:#777">https://sourceforge.net/p/clisp/bugs/678/</a></p>

<p dir="auto">—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• <a href="http://fare.tunes.org" style="color:#777">http://fare.tunes.org</a><br>
There is no meaning without words, no shape without matter,<br>
no soul without body.</p>

<p dir="auto">On Sat, Jul 28, 2018 at 4:28 PM Robert Goldman <a href="mailto:rpgoldman@sift.info" style="color:#777">rpgoldman@sift.info</a> wrote:</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<p dir="auto">For some reason, the ASDF tests are failing on Jenkins on linux with clisp, but only when run in Jenkins and only for clisp. At the command line, all the tests pass for me.</p>

<p dir="auto">Under Jenkins, I get this failure on test-program.script:</p>

<p dir="auto">;; Loading file test-program.script ...<br>
FOO<br>
  (UIOP/LISP-BUILD:CURRENT-LISP-FILE-PATHNAME) => #P"test-program.script"<br>
; Registering system hello-world-example<br>
0 errors, 0 warnings<br>
;;  Loading file /var/lib/jenkins/workspace/asdf/test/hello-world-example.asd ...<br>
;;  Loaded file /var/lib/jenkins/workspace/asdf/test/hello-world-example.asd<br>
0 errors, 0 warnings<br>
0 errors, 0 warnings<br>
; Registering system lisp-invocation<br>
;;  Loading file /var/lib/jenkins/workspace/asdf/asdf.asd ...<br>
;;  Loaded file /var/lib/jenkins/workspace/asdf/asdf.asd<br>
0 errors, 0 warnings<br>
;;  Loading file /var/lib/jenkins/workspace/asdf/build/fasls/clisp-2.49.60+-unix-x64/asdf/build/asdf.fas ...<br>
;;  Loaded file /var/lib/jenkins/workspace/asdf/build/fasls/clisp-2.49.60+-unix-x64/asdf/build/asdf.fas<br>
0 errors, 326 warnings<br>
;;  Loading file /var/lib/jenkins/workspace/asdf/ext/lisp-invocation/lisp-invocation.asd ...<br>
;;  Loaded file /var/lib/jenkins/workspace/asdf/ext/lisp-invocation/lisp-invocation.asd<br>
0 errors, 0 warnings<br>
0 errors, 0 warnings<br>
0 errors, 0 warnings<br>
;;  Loading file /var/lib/jenkins/workspace/asdf/ext/lisp-invocation/lisp-invocation.asd ...<br>
;;  Loaded file /var/lib/jenkins/workspace/asdf/ext/lisp-invocation/lisp-invocation.asd<br>
0 errors, 0 warnings<br>
0 errors, 0 warnings<br>
0 errors, 0 warnings<br>
0 errors, 0 warnings<br>
;;  Loading file /var/lib/jenkins/workspace/asdf/ext/fare-utils/fare-utils.asd ...<br>
;;  Loaded file /var/lib/jenkins/workspace/asdf/ext/fare-utils/fare-utils.asd<br>
0 errors, 0 warnings<br>
*** - handle_fault error2 ! address = 0x55a16f64c670 not in [0x5575be29b000,0x5575be657030) !<br>
SIGSEGV cannot be cured. Fault address = 0x55a16f64c670.<br>
GC count: 65<br>
Space collected by GC: 74922832<br>
Run time: 0 874720<br>
Real time: 1 803489<br>
GC time: 0 179953<br>
Permanently allocated: 165368 bytes.<br>
Currently in use: 5850000 bytes.<br>
Free space: 1462440 bytes.<br>
Segmentation fault (core dumped)<br>
Using clisp, test-program.script failed</p>

<p dir="auto">This is with the latest release (but ancient) clisp.</p>

<p dir="auto">It looks like it's not even making it through the preliminary loading process, since we don't see the "test image-op" debugging output.</p>

<p dir="auto">My guess is that this is not a real asdf failure, but instead is clisp being unable to find some piece of tool-age that it needs in order to build a program.</p>

<p dir="auto">But this happened only after (1) load-asdf changed and (2) source-file-type was deprecated. Neither of those seems obviously connected to this issue.</p>

<p dir="auto">Any hypotheses or suggestions for debugging?</p>
</blockquote>
</blockquote>
</div>
</div>
</body>
</html>