From: <don...@is...> - 2018-01-15 16:08:07
|
Sam asked nightly builders to make check,extracheck,mod-check. So every day you want me to see the following? [tail of check output] ;; connecting to "http://clisp.org/beta/impnotes/id-href.map"...connected...HTTP/1.1 301 Moved Permanently --> "https://clisp.sourceforge.io/beta/impnotes/id-href.map" ;; connecting to "http://clisp.orghttps://clisp.sourceforge.io/beta/impnotes/id-href.map"... *** - PARSE-INTEGER: substring "" does not have integer syntax at position 0 Bye. Makefile:2247: recipe for target 'check-doc' failed make: *** [check-doc] Error 1 [tail of extracheck output -- what's this supposed to tell me?] STACK size: 98238 [0x180000bfe00 0x18000000010] if ./image; then exit 1; fi STACK size: 98238 [0x180000bfe00 0x18000000010] *** - myerror ls -l lisp.run lispinit.mem image image.mem -rwxr-xr-x. 1 don don 9894688 Jan 15 04:22 image -rw-r--r--. 1 don don 3357472 Jan 15 04:22 image.mem -rw-r--r--. 1 don don 3361472 Jan 15 03:22 lispinit.mem -rwxr-xr-x. 1 don don 6532392 Jan 15 03:21 lisp.run rm -f image image.mem [tail of mod-check output - want more detail or you already know about all of this?] EQL-OK: 5 RUN-TEST: finished #P"/home/don/hg/clisp/modules/readline/test.tst" (0 errors out of 37 tests) finished 4 files: 298 errors out of 632 tests 1 i18n/test.tst: 0 errors out of 11 tests 2 syscalls/test.tst: 3 errors out of 264 tests 3 regexp/test.tst: 295 errors out of 320 tests 4 readline/test.tst: 0 errors out of 37 tests Bye. Makefile:2403: recipe for target 'base-mod-check' failed make: *** [base-mod-check] Error 1 |