=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for ecl-ppcre-2.0.3 ( cd /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3 && /usr/pkg/bin/ecl -q -norc -eval "(format t \"### Build package ~S in directory: ~S~%\" \"cl-ppcre\" #P\"/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/\")" -eval "(let ((*load-verbose* nil)) (require 'asdf))" -eval "(setf asdf:*asdf-verbose* t *compile-verbose* t *load-verbose* t)" -eval "(setf asdf::*user-cache* \"/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/\")" -eval "(push #P\"/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/\" asdf::*central-registry*)" -eval "(asdf:oos 'asdf:load-fasl-op :cl-ppcre)" -eval "(quit)" on #. ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/charset.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/charmap.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFSTRUCT (CHARMAP #) ...). ;;; Compiling (DEFMETHOD MAKE-LOAD-FORM ...). ;;; Compiling (DEFUN IN-CHARMAP-P ...). ;;; Compiling (DEFUN CHARMAP-CONTENTS ...). ;;; Compiling (DEFUN MAKE-CHARMAP ...). ;;; Compiling (DEFUN CREATE-CHARMAP-FROM-TEST-FUNCTION ...). ;;; End of Pass 1. ;;; Emitting code for MAKE-CHARMAP%. ;;; Emitting code for #:G2. ;;; Emitting code for IN-CHARMAP-P. ;;; Emitting code for CHARMAP-CONTENTS. ;;; Emitting code for MAKE-CHARMAP. ;;; Emitting code for CREATE-CHARMAP-FROM-TEST-FUNCTION. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/charmap.lisp. ;;; ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/charmap.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/chartest.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFUN CREATE-HASH-TABLE-FROM-TEST-FUNCTION ...). ;;; Compiling (DEFUN CREATE-OPTIMIZED-TEST-FUNCTION ...). ;;; End of Pass 1. ;;; Emitting code for CREATE-HASH-TABLE-FROM-TEST-FUNCTION. ;;; Emitting code for CREATE-OPTIMIZED-TEST-FUNCTION. ;;; Emitting code for #:G7. ;;; Emitting code for #:G9. ;;; Emitting code for #:G10. ;;; Emitting code for #:G12. ;;; Emitting code for #:G13. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/chartest.lisp. ;;; ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/chartest.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/lexer.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFUN MAP-CHAR-TO-SPECIAL-CHAR-CLASS ...). ;;; Compiling (DEFSTRUCT (LEXER #) ...). ;;; Compiling (DEFUN MAKE-LEXER ...). ;;; Compiling (DEFUN END-OF-STRING-P ...). ;;; Compiling (DEFUN LOOKING-AT-P ...). ;;; Compiling (DEFUN NEXT-CHAR-NON-EXTENDED ...). ;;; Compiling (DEFUN NEXT-CHAR ...). ;;; Compiling (DEFUN FAIL ...). ;;; Compiling (DEFUN GET-NUMBER ...). ;;; Compiling (DEFUN TRY-NUMBER ...). ;;; Compiling (DEFUN MAKE-CHAR-FROM-CODE ...). ;;; Warning: ;;; in file lexer.lisp, position 9313 ;;; at (DEFUN MAKE-CHAR-FROM-CODE ...) ;;; ! Too few arguments for proclaimed function LOGAND ;;; Compiling (DEFUN UNESCAPE-CHAR ...). ;;; Warning: ;;; in file lexer.lisp, position 9854 ;;; at (DEFUN UNESCAPE-CHAR ...) ;;; ! Too few arguments for proclaimed function LOGAND ;;; Warning: ;;; in file lexer.lisp, position 9854 ;;; at (DEFUN UNESCAPE-CHAR ...) ;;; ! Too few arguments for proclaimed function LOGAND ;;; Compiling (DEFUN READ-CHAR-PROPERTY ...). ;;; Compiling (DEFUN COLLECT-CHAR-CLASS ...). ;;; Compiling (DEFUN MAYBE-PARSE-FLAGS ...). ;;; Compiling (DEFUN GET-QUANTIFIER ...). ;;; Compiling (DEFUN PARSE-REGISTER-NAME-AUX ...). ;;; Compiling (DEFUN GET-TOKEN ...). ;;; Warning: ;;; in file lexer.lisp, position 21895 ;;; at (DEFUN GET-TOKEN ...) ;;; ! Too few arguments for proclaimed function LOGAND ;;; Warning: ;;; in file lexer.lisp, position 21895 ;;; at (DEFUN GET-TOKEN ...) ;;; ! Too few arguments for proclaimed function LOGAND ;;; Compiling (DEFUN UNGET-TOKEN ...). ;;; Compiling (DEFUN START-OF-SUBEXPR-P ...). ;;; End of Pass 1. ;;; Warning: ;;; ! Too few arguments for proclaimed function LOGAND ;;; Warning: ;;; ! Too few arguments for proclaimed function LOGAND ;;; Warning: ;;; ! Too few arguments for proclaimed function LOGAND ;;; Warning: ;;; ! Too few arguments for proclaimed function LOGAND ;;; Warning: ;;; ! Too few arguments for proclaimed function LOGAND ;;; Emitting code for MAP-CHAR-TO-SPECIAL-CHAR-CLASS. ;;; Emitting code for MAKE-LEXER-INTERNAL. ;;; Emitting code for MAKE-LEXER. ;;; Emitting code for END-OF-STRING-P. ;;; Emitting code for LOOKING-AT-P. ;;; Emitting code for NEXT-CHAR-NON-EXTENDED. ;;; Emitting code for NEXT-CHAR. ;;; Emitting code for FAIL. ;;; Emitting code for GET-NUMBER. ;;; Emitting code for TRY-NUMBER. ;;; Emitting code for MAKE-CHAR-FROM-CODE. ;;; Emitting code for UNESCAPE-CHAR. ;;; Emitting code for READ-CHAR-PROPERTY. ;;; Emitting code for COLLECT-CHAR-CLASS. ;;; Emitting code for HANDLE-CHAR. ;;; Emitting code for MAYBE-PARSE-FLAGS. ;;; Emitting code for GET-QUANTIFIER. ;;; Emitting code for PARSE-REGISTER-NAME-AUX. ;;; Emitting code for #:G275. ;;; Emitting code for GET-TOKEN. ;;; Emitting code for UNGET-TOKEN. ;;; Emitting code for START-OF-SUBEXPR-P. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/lexer.lisp. ;;; ;;; Warning: COMPILE-FILE warned while performing # on #. ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/lexer.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/parser.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFUN GROUP ...). ;;; Compiling (DEFUN GREEDY-QUANT ...). ;;; Compiling (DEFUN QUANT ...). ;;; Compiling (DEFUN SEQ ...). ;;; Compiling (DEFUN REG-EXPR ...). ;;; Compiling (DEFUN REVERSE-STRINGS ...). ;;; Compiling (DEFUN PARSE-STRING ...). ;;; End of Pass 1. ;;; Emitting code for GROUP. ;;; Emitting code for GREEDY-QUANT. ;;; Emitting code for QUANT. ;;; Emitting code for SEQ. ;;; Emitting code for MAKE-ARRAY-FROM-TWO-CHARS. ;;; Emitting code for REG-EXPR. ;;; Emitting code for REVERSE-STRINGS. ;;; Emitting code for PARSE-STRING. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/parser.lisp. ;;; ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/parser.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/regex-class.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFCLASS REGEX ...). ;;; Compiling (DEFCLASS SEQ ...). ;;; Compiling (DEFCLASS ALTERNATION ...). ;;; Compiling (DEFCLASS LOOKAHEAD ...). ;;; Compiling (DEFCLASS LOOKBEHIND ...). ;;; Compiling (DEFCLASS REPETITION ...). ;;; Compiling (DEFCLASS REGISTER ...). ;;; Compiling (DEFCLASS STANDALONE ...). ;;; Compiling (DEFCLASS BACK-REFERENCE ...). ;;; Compiling (DEFCLASS CHAR-CLASS ...). ;;; Compiling (DEFCLASS STR ...). ;;; Compiling (DEFCLASS ANCHOR ...). ;;; Compiling (DEFCLASS EVERYTHING ...). ;;; Compiling (DEFCLASS WORD-BOUNDARY ...). ;;; Compiling (DEFCLASS BRANCH ...). ;;; Compiling (DEFCLASS FILTER ...). ;;; Compiling (DEFCLASS VOID ...). ;;; Compiling (DEFMETHOD INITIALIZE-INSTANCE ...). ;;; End of Pass 1. ;;; Emitting code for #:G0. ;;; Emitting code for #:G11. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/regex-class.lisp. ;;; ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/regex-class.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/regex-class-util.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFMETHOD LEN ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 1730 ;;; at (DEFMETHOD LEN ...) ;;; ! The variable VOID is not used. ;;; Compiling (DEFMETHOD STR ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 1807 ;;; at (DEFMETHOD STR ...) ;;; ! The variable VOID is not used. ;;; Compiling (DEFMETHOD SKIP ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 1886 ;;; at (DEFMETHOD SKIP ...) ;;; ! The variable VOID is not used. ;;; Compiling (DEFMETHOD START-OF-END-STRING-P ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 1967 ;;; at (DEFMETHOD START-OF-END-STRING-P ...) ;;; ! The variable VOID is not used. ;;; Compiling (DEFGENERIC CASE-MODE ...). ;;; Compiling (DEFMETHOD CASE-MODE ...). ;;; Compiling (DEFMETHOD CASE-MODE ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 2648 ;;; at (DEFMETHOD CASE-MODE ...) ;;; ! The variable REGEX is not used. ;;; Compiling (DEFGENERIC COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 3548 ;;; at (DEFMETHOD COPY-REGEX ...) ;;; ! The variable VOID is not used. ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFMETHOD COPY-REGEX ...). ;;; Compiling (DEFGENERIC REMOVE-REGISTERS ...). ;;; Compiling (DEFMETHOD REMOVE-REGISTERS ...). ;;; Compiling (DEFMETHOD REMOVE-REGISTERS ...). ;;; Compiling (DEFMETHOD REMOVE-REGISTERS ...). ;;; Compiling (DEFMETHOD REMOVE-REGISTERS ...). ;;; Compiling (DEFMETHOD REMOVE-REGISTERS ...). ;;; Compiling (DEFMETHOD REMOVE-REGISTERS ...). ;;; Compiling (DEFMETHOD REMOVE-REGISTERS ...). ;;; Compiling (DEFMETHOD REMOVE-REGISTERS ...). ;;; Compiling (DEFMETHOD REMOVE-REGISTERS ...). ;;; Compiling (DEFGENERIC EVERYTHINGP ...). ;;; Compiling (DEFMETHOD EVERYTHINGP ...). ;;; Compiling (DEFMETHOD EVERYTHINGP ...). ;;; Compiling (DEFMETHOD EVERYTHINGP ...). ;;; Compiling (DEFMETHOD EVERYTHINGP ...). ;;; Compiling (DEFMETHOD EVERYTHINGP ...). ;;; Compiling (DEFMETHOD EVERYTHINGP ...). ;;; Compiling (DEFMETHOD EVERYTHINGP ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 11796 ;;; at (DEFMETHOD EVERYTHINGP ...) ;;; ! The variable REGEX is not used. ;;; Compiling (DEFGENERIC REGEX-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 13939 ;;; at (DEFMETHOD REGEX-LENGTH ...) ;;; ! The variable BACK-REFERENCE is not used. ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 14156 ;;; at (DEFMETHOD REGEX-LENGTH ...) ;;; ! The variable CHAR-CLASS is not used. ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 14259 ;;; at (DEFMETHOD REGEX-LENGTH ...) ;;; ! The variable EVERYTHING is not used. ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-LENGTH ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 14553 ;;; at (DEFMETHOD REGEX-LENGTH ...) ;;; ! The variable REGEX is not used. ;;; Compiling (DEFGENERIC REGEX-MIN-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 16186 ;;; at (DEFMETHOD REGEX-MIN-LENGTH ...) ;;; ! The variable CHAR-CLASS is not used. ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 16293 ;;; at (DEFMETHOD REGEX-MIN-LENGTH ...) ;;; ! The variable EVERYTHING is not used. ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Compiling (DEFMETHOD REGEX-MIN-LENGTH ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 16616 ;;; at (DEFMETHOD REGEX-MIN-LENGTH ...) ;;; ! The variable REGEX is not used. ;;; Compiling (DEFGENERIC COMPUTE-OFFSETS ...). ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 19347 ;;; at (DEFMETHOD COMPUTE-OFFSETS ...) ;;; ! The variable CHAR-CLASS is not used. ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 19476 ;;; at (DEFMETHOD COMPUTE-OFFSETS ...) ;;; ! The variable EVERYTHING is not used. ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 19761 ;;; at (DEFMETHOD COMPUTE-OFFSETS ...) ;;; ! The variable BACK-REFERENCE is not used. ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Compiling (DEFMETHOD COMPUTE-OFFSETS ...). ;;; Warning: ;;; in file regex-class-util.lisp, position 20198 ;;; at (DEFMETHOD COMPUTE-OFFSETS ...) ;;; ! The variable REGEX is not used. ;;; End of Pass 1. ;;; Emitting code for #:G0. ;;; Emitting code for #:G1. ;;; Emitting code for #:G2. ;;; Emitting code for #:G3. ;;; Emitting code for #:G4. ;;; Emitting code for #:G5. ;;; Emitting code for #:G6. ;;; Emitting code for #:G7. ;;; Emitting code for #:G8. ;;; Emitting code for #:G9. ;;; Emitting code for #:G10. ;;; Emitting code for #:G11. ;;; Emitting code for #:G16. ;;; Emitting code for #:G27. ;;; Emitting code for #:G29. ;;; Emitting code for #:G30. ;;; Emitting code for #:G31. ;;; Emitting code for #:G32. ;;; Emitting code for #:G33. ;;; Emitting code for #:G34. ;;; Emitting code for #:G35. ;;; Emitting code for #:G36. ;;; Emitting code for #:G37. ;;; Emitting code for #:G38. ;;; Emitting code for #:G39. ;;; Emitting code for #:G40. ;;; Emitting code for #:G41. ;;; Emitting code for #:G48. ;;; Emitting code for #:G50. ;;; Emitting code for #:G51. ;;; Emitting code for #:G52. ;;; Emitting code for #:G57. ;;; Emitting code for #:G58. ;;; Emitting code for #:G65. ;;; Emitting code for #:G81. ;;; Emitting code for #:G83. ;;; Emitting code for #:G84. ;;; Emitting code for #:G85. ;;; Emitting code for #:G86. ;;; Emitting code for #:G91. ;;; Emitting code for #:G96. ;;; Emitting code for #:G98. ;;; Emitting code for #:G113. ;;; Emitting code for #:G115. ;;; Emitting code for #:G116. ;;; Emitting code for #:G117. ;;; Emitting code for #:G118. ;;; Emitting code for #:G119. ;;; Emitting code for #:G120. ;;; Emitting code for #:G121. ;;; Emitting code for #:G122. ;;; Emitting code for #:G127. ;;; Emitting code for #:G138. ;;; Emitting code for #:G143. ;;; Emitting code for #:G144. ;;; Emitting code for #:G145. ;;; Emitting code for #:G146. ;;; Emitting code for #:G147. ;;; Emitting code for #:G148. ;;; Emitting code for #:G149. ;;; Emitting code for #:G150. ;;; Emitting code for #:G151. ;;; Emitting code for #:G154. ;;; Emitting code for #:G158. ;;; Emitting code for #:G160. ;;; Emitting code for #:G175. ;;; Emitting code for #:G177. ;;; Emitting code for #:G178. ;;; Emitting code for #:G179. ;;; Emitting code for #:G180. ;;; Emitting code for #:G185. ;;; Emitting code for #:G188. ;;; Emitting code for #:G189. ;;; Emitting code for #:G190. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/regex-class-util.lisp. ;;; ;;; Warning: COMPILE-FILE warned while performing # on #. ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/regex-class-util.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/convert.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFMACRO CASE-INSENSITIVE-MODE-P ...). ;;; Compiling (DEFMACRO MULTI-LINE-MODE-P ...). ;;; Compiling (DEFMACRO SINGLE-LINE-MODE-P ...). ;;; Compiling (DEFUN SET-FLAG ...). ;;; Compiling (DEFGENERIC RESOLVE-PROPERTY ...). ;;; Compiling (DEFUN CONVERT-CHAR-CLASS-TO-TEST-FUNCTION ...). ;;; Warning: ;;; in file convert.lisp, position 3420 ;;; at (DEFUN CONVERT-CHAR-CLASS-TO-TEST-FUNCTION ...) ;;; ! Declaration of type ;;; CHARACTER ;;; was found for not bound variable THIS-CHAR. ;;; Warning: ;;; in file convert.lisp, position 3420 ;;; at (DEFUN CONVERT-CHAR-CLASS-TO-TEST-FUNCTION ...) ;;; ! Declaration of type ;;; CHARACTER ;;; was found for not bound variable TO. ;;; Warning: ;;; in file convert.lisp, position 3420 ;;; at (DEFUN CONVERT-CHAR-CLASS-TO-TEST-FUNCTION ...) ;;; ! Declaration of type ;;; CHARACTER ;;; was found for not bound variable FROM. ;;; Compiling (DEFUN MAYBE-SPLIT-REPETITION ...). ;;; Compiling (DEFUN MAYBE-ACCUMULATE ...). ;;; Compiling (DEFUN CONVERT-AUX ...). ;;; Compiling (DEFGENERIC CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 15286 ;;; at (DEFGENERIC CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 15667 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 16316 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 17150 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 17718 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 19613 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 20172 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 20563 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 21380 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 21775 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 26479 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 26831 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 27842 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 28171 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 28575 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 29064 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 31604 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 31815 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 32610 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 32907 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 33180 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 33485 ;;; at (DEFMETHOD CONVERT-COMPOUND-PARSE-TREE ...) ;;; ! The variable TOKEN is not used. ;;; Compiling (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...). ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Warning: ;;; in file convert.lisp, position 34041 ;;; at (DEFGENERIC CONVERT-SIMPLE-PARSE-TREE ...) ;;; ! The variable PARSE-TREE is not used. ;;; Compiling (DEFMETHOD CONVERT-SIMPLE-PARSE-TREE ...). ;;; Compiling (DEFMETHOD CONVERT-SIMPLE-PARSE-TREE ...). ;;; Compiling (DEFMETHOD CONVERT-SIMPLE-PARSE-TREE ...). ;;; Compiling (DEFUN CONVERT ...). ;;; End of Pass 1. ;;; Emitting code for CASE-INSENSITIVE-MODE-P. ;;; Emitting code for MULTI-LINE-MODE-P. ;;; Emitting code for SINGLE-LINE-MODE-P. ;;; Emitting code for SET-FLAG. ;;; Emitting code for #:G40. ;;; Emitting code for #:G41. ;;; Emitting code for #:G42. ;;; Emitting code for CONVERT-CHAR-CLASS-TO-TEST-FUNCTION. ;;; Emitting code for #:G46. ;;; Emitting code for #:G54. ;;; Emitting code for #:G55. ;;; Emitting code for #:G57. ;;; Emitting code for #:G60. ;;; Emitting code for #:G62. ;;; Emitting code for #:G65. ;;; Emitting code for #:G66. ;;; Emitting code for MAYBE-SPLIT-REPETITION. ;;; Emitting code for MAYBE-ACCUMULATE. ;;; Emitting code for CONVERT-AUX. ;;; Emitting code for #:G83. ;;; Emitting code for #:G92. ;;; Emitting code for #:G105. ;;; Emitting code for #:G118. ;;; Emitting code for #:G124. ;;; Emitting code for #:G132. ;;; Emitting code for #:G140. ;;; Emitting code for #:G144. ;;; Emitting code for #:G152. ;;; Emitting code for #:G156. ;;; Emitting code for #:G158. ;;; Emitting code for #:G165. ;;; Emitting code for #:G170. ;;; Emitting code for #:G171. ;;; Emitting code for #:G172. ;;; Emitting code for #:G186. ;;; Emitting code for MAKE-BACK-REF. ;;; Emitting code for #:G193. ;;; Emitting code for #:G195. ;;; Emitting code for #:G196. ;;; Emitting code for #:G197. ;;; Emitting code for #:G198. ;;; Emitting code for #:G199. ;;; Emitting code for #:G200. ;;; Emitting code for #:G201. ;;; Emitting code for #:G202. ;;; Emitting code for #:G203. ;;; Emitting code for #:G204. ;;; Emitting code for #:G205. ;;; Emitting code for #:G206. ;;; Emitting code for #:G207. ;;; Emitting code for #:G208. ;;; Emitting code for #:G209. ;;; Emitting code for #:G210. ;;; Emitting code for #:G211. ;;; Emitting code for #:G212. ;;; Emitting code for #:G213. ;;; Emitting code for #:G214. ;;; Emitting code for #:G215. ;;; Emitting code for #:G216. ;;; Emitting code for #:G217. ;;; Emitting code for #:G218. ;;; Emitting code for #:G219. ;;; Emitting code for #:G220. ;;; Emitting code for #:G221. ;;; Emitting code for #:G222. ;;; Emitting code for #:G223. ;;; Emitting code for CONVERT. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/convert.lisp. ;;; ;;; Warning: COMPILE-FILE warned while performing # on #. ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/convert.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/optimize.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFGENERIC FLATTEN ...). ;;; Compiling (DEFMETHOD FLATTEN ...). ;;; Compiling (DEFMETHOD FLATTEN ...). ;;; Compiling (DEFMETHOD FLATTEN ...). ;;; Compiling (DEFMETHOD FLATTEN ...). ;;; Compiling (DEFGENERIC GATHER-STRINGS ...). ;;; Compiling (DEFMETHOD GATHER-STRINGS ...). ;;; Compiling (DEFMETHOD GATHER-STRINGS ...). ;;; Compiling (DEFMETHOD GATHER-STRINGS ...). ;;; Compiling (DEFMETHOD GATHER-STRINGS ...). ;;; Compiling (DEFGENERIC START-ANCHORED-P ...). ;;; Compiling (DEFMETHOD START-ANCHORED-P ...). ;;; Compiling (DEFMETHOD START-ANCHORED-P ...). ;;; Compiling (DEFMETHOD START-ANCHORED-P ...). ;;; Compiling (DEFMETHOD START-ANCHORED-P ...). ;;; Compiling (DEFMETHOD START-ANCHORED-P ...). ;;; Compiling (DEFMETHOD START-ANCHORED-P ...). ;;; Compiling (DEFMETHOD START-ANCHORED-P ...). ;;; Compiling (DEFMETHOD START-ANCHORED-P ...). ;;; Compiling (DEFGENERIC END-STRING-AUX ...). ;;; Compiling (DEFMETHOD END-STRING-AUX ...). ;;; Compiling (DEFMETHOD END-STRING-AUX ...). ;;; Compiling (DEFMETHOD END-STRING-AUX ...). ;;; Compiling (DEFMETHOD END-STRING-AUX ...). ;;; Compiling (DEFMETHOD END-STRING-AUX ...). ;;; Compiling (DEFUN END-STRING ...). ;;; Compiling (DEFGENERIC COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; Compiling (DEFMETHOD COMPUTE-MIN-REST ...). ;;; End of Pass 1. ;;; Emitting code for #:G14. ;;; Emitting code for #:G36. ;;; Emitting code for #:G76. ;;; Emitting code for #:G93. ;;; Emitting code for #:G152. ;;; Emitting code for #:G188. ;;; Emitting code for #:G223. ;;; Emitting code for #:G240. ;;; Emitting code for #:G247. ;;; Emitting code for #:G251. ;;; Emitting code for #:G253. ;;; Emitting code for #:G254. ;;; Emitting code for #:G255. ;;; Emitting code for #:G256. ;;; Emitting code for #:G257. ;;; Emitting code for #:G260. ;;; Emitting code for #:G269. ;;; Emitting code for #:G307. ;;; Emitting code for #:G318. ;;; Emitting code for #:G319. ;;; Emitting code for #:G322. ;;; Emitting code for END-STRING. ;;; Emitting code for #:G331. ;;; Emitting code for #:G341. ;;; Emitting code for #:G346. ;;; Emitting code for #:G347. ;;; Emitting code for #:G348. ;;; Emitting code for #:G353. ;;; Emitting code for #:G356. ;;; Emitting code for #:G357. ;;; Emitting code for #:G358. ;;; Emitting code for #:G359. ;;; Emitting code for #:G362. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/optimize.lisp. ;;; ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/optimize.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/closures.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFUN *STRING*= ...). ;;; Compiling (DEFUN *STRING*-EQUAL ...). ;;; Compiling (DEFGENERIC CREATE-MATCHER-AUX ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Warning: ;;; in file closures.lisp, position 4178 ;;; at (DEFMETHOD CREATE-MATCHER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Warning: ;;; in file closures.lisp, position 6153 ;;; at (DEFMETHOD CREATE-MATCHER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Warning: ;;; in file closures.lisp, position 6918 ;;; at (DEFMETHOD CREATE-MATCHER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Compiling (DEFMACRO INSERT-CHAR-CLASS-TESTER ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Warning: ;;; in file closures.lisp, position 9126 ;;; at (DEFMETHOD CREATE-MATCHER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable *END-STRING-POS*. ;;; Warning: ;;; in file closures.lisp, position 9126 ;;; at (DEFMETHOD CREATE-MATCHER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable END-STRING-LEN. ;;; Warning: ;;; in file closures.lisp, position 9126 ;;; at (DEFMETHOD CREATE-MATCHER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable END-STRING-LEN. ;;; Compiling (DEFUN WORD-BOUNDARY-P ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Warning: ;;; in file closures.lisp, position 20132 ;;; at (DEFMETHOD CREATE-MATCHER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable TEST. ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Warning: ;;; in file closures.lisp, position 21089 ;;; at (DEFMETHOD CREATE-MATCHER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; Warning: ;;; in file closures.lisp, position 21733 ;;; at (DEFMETHOD CREATE-MATCHER-AUX ...) ;;; ! The variable VOID is not used. ;;; End of Pass 1. ;;; Emitting code for *STRING*=. ;;; Emitting code for *STRING*-EQUAL. ;;; Emitting code for #:G6. ;;; Emitting code for #:G12. ;;; Emitting code for #:G18. ;;; Emitting code for #:G69. ;;; Emitting code for STORE-END-OF-REG. ;;; Emitting code for #:G76. ;;; Emitting code for #:G89. ;;; Emitting code for #:G90. ;;; Emitting code for #:G91. ;;; Emitting code for #:G92. ;;; Emitting code for #:G93. ;;; Emitting code for #:G94. ;;; Emitting code for INSERT-CHAR-CLASS-TESTER. ;;; Emitting code for SUBSTITUTE-CHAR-CLASS-TESTER. ;;; Emitting code for #:G117. ;;; Emitting code for #:G120. ;;; Emitting code for #:G121. ;;; Emitting code for #:G122. ;;; Emitting code for #:G129. ;;; Emitting code for #:G136. ;;; Emitting code for #:G137. ;;; Emitting code for #:G138. ;;; Emitting code for #:G139. ;;; Emitting code for #:G146. ;;; Emitting code for WORD-BOUNDARY-P. ;;; Emitting code for #:G153. ;;; Emitting code for #:G154. ;;; Emitting code for #:G156. ;;; Emitting code for #:G158. ;;; Emitting code for #:G159. ;;; Emitting code for #:G160. ;;; Emitting code for #:G161. ;;; Emitting code for #:G162. ;;; Emitting code for #:G163. ;;; Emitting code for #:G164. ;;; Emitting code for #:G165. ;;; Emitting code for #:G166. ;;; Emitting code for #:G167. ;;; Emitting code for #:G168. ;;; Emitting code for #:G176. ;;; Emitting code for #:G184. ;;; Emitting code for #:G185. ;;; Emitting code for #:G186. ;;; Emitting code for #:G187. ;;; Emitting code for #:G188. ;;; Emitting code for #:G189. ;;; Emitting code for #:G190. ;;; Emitting code for #:G191. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/closures.lisp. ;;; ;;; Warning: COMPILE-FILE warned while performing # on #. ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/closures.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/repetition-closures.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFMACRO INCF-AFTER ...). ;;; Compiling (DEFMACRO GREEDY-CONSTANT-LENGTH-CLOSURE ...). ;;; Compiling (DEFUN CREATE-GREEDY-EVERYTHING-MATCHER ...). ;;; Warning: ;;; in file repetition-closures.lisp, position 5449 ;;; at (DEFUN CREATE-GREEDY-EVERYTHING-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Compiling (DEFGENERIC CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...). ;;; Compiling (DEFMETHOD CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...). ;;; Warning: ;;; in file repetition-closures.lisp, position 7185 ;;; at (DEFMETHOD CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Warning: ;;; in file repetition-closures.lisp, position 7185 ;;; at (DEFMETHOD CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 7185 ;;; at (DEFMETHOD CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 7185 ;;; at (DEFMETHOD CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 7185 ;;; at (DEFMETHOD CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 7185 ;;; at (DEFMETHOD CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 7185 ;;; at (DEFMETHOD CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 7185 ;;; at (DEFMETHOD CREATE-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Compiling (DEFGENERIC CREATE-GREEDY-NO-ZERO-MATCHER ...). ;;; Compiling (DEFMETHOD CREATE-GREEDY-NO-ZERO-MATCHER ...). ;;; Warning: ;;; in file repetition-closures.lisp, position 10039 ;;; at (DEFMETHOD CREATE-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Warning: ;;; in file repetition-closures.lisp, position 10039 ;;; at (DEFMETHOD CREATE-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Warning: ;;; in file repetition-closures.lisp, position 10039 ;;; at (DEFMETHOD CREATE-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Warning: ;;; in file repetition-closures.lisp, position 10039 ;;; at (DEFMETHOD CREATE-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable REP-NUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 10039 ;;; at (DEFMETHOD CREATE-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 10039 ;;; at (DEFMETHOD CREATE-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Compiling (DEFGENERIC CREATE-GREEDY-MATCHER ...). ;;; Compiling (DEFMETHOD CREATE-GREEDY-MATCHER ...). ;;; Warning: ;;; in file repetition-closures.lisp, position 13259 ;;; at (DEFMETHOD CREATE-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Warning: ;;; in file repetition-closures.lisp, position 13259 ;;; at (DEFMETHOD CREATE-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Warning: ;;; in file repetition-closures.lisp, position 13259 ;;; at (DEFMETHOD CREATE-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable REP-NUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 13259 ;;; at (DEFMETHOD CREATE-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 13259 ;;; at (DEFMETHOD CREATE-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Compiling (DEFMACRO NON-GREEDY-CONSTANT-LENGTH-CLOSURE ...). ;;; Compiling (DEFGENERIC CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...). ;;; Compiling (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...). ;;; Warning: ;;; in file repetition-closures.lisp, position 19812 ;;; at (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Warning: ;;; in file repetition-closures.lisp, position 19812 ;;; at (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 19812 ;;; at (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 19812 ;;; at (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 19812 ;;; at (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 19812 ;;; at (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 19812 ;;; at (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 19812 ;;; at (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 19812 ;;; at (DEFMETHOD CREATE-NON-GREEDY-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Compiling (DEFGENERIC CREATE-NON-GREEDY-NO-ZERO-MATCHER ...). ;;; Compiling (DEFMETHOD CREATE-NON-GREEDY-NO-ZERO-MATCHER ...). ;;; Warning: ;;; in file repetition-closures.lisp, position 22795 ;;; at (DEFMETHOD CREATE-NON-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Warning: ;;; in file repetition-closures.lisp, position 22795 ;;; at (DEFMETHOD CREATE-NON-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Warning: ;;; in file repetition-closures.lisp, position 22795 ;;; at (DEFMETHOD CREATE-NON-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Warning: ;;; in file repetition-closures.lisp, position 22795 ;;; at (DEFMETHOD CREATE-NON-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable REP-NUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 22795 ;;; at (DEFMETHOD CREATE-NON-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 22795 ;;; at (DEFMETHOD CREATE-NON-GREEDY-NO-ZERO-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Compiling (DEFGENERIC CREATE-NON-GREEDY-MATCHER ...). ;;; Compiling (DEFMETHOD CREATE-NON-GREEDY-MATCHER ...). ;;; Warning: ;;; in file repetition-closures.lisp, position 25959 ;;; at (DEFMETHOD CREATE-NON-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Warning: ;;; in file repetition-closures.lisp, position 25959 ;;; at (DEFMETHOD CREATE-NON-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Warning: ;;; in file repetition-closures.lisp, position 25959 ;;; at (DEFMETHOD CREATE-NON-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable REP-NUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 25959 ;;; at (DEFMETHOD CREATE-NON-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable MAXIMUM. ;;; Warning: ;;; in file repetition-closures.lisp, position 25959 ;;; at (DEFMETHOD CREATE-NON-GREEDY-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Compiling (DEFMACRO CONSTANT-REPETITION-CONSTANT-LENGTH-CLOSURE ...). ;;; Compiling (DEFGENERIC CREATE-CONSTANT-REPETITION-CONSTANT-LENGTH-MATCHER ...). ;;; Compiling (DEFMETHOD CREATE-CONSTANT-REPETITION-CONSTANT-LENGTH-MATCHER ...). ;;; Warning: ;;; in file repetition-closures.lisp, position 31972 ;;; at (DEFMETHOD CREATE-CONSTANT-REPETITION-CONSTANT-LENGTH-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Compiling (DEFGENERIC CREATE-CONSTANT-REPETITION-MATCHER ...). ;;; Compiling (DEFMETHOD CREATE-CONSTANT-REPETITION-MATCHER ...). ;;; Warning: ;;; in file repetition-closures.lisp, position 35295 ;;; at (DEFMETHOD CREATE-CONSTANT-REPETITION-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable NEXT-FN. ;;; Warning: ;;; in file repetition-closures.lisp, position 35295 ;;; at (DEFMETHOD CREATE-CONSTANT-REPETITION-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Warning: ;;; in file repetition-closures.lisp, position 35295 ;;; at (DEFMETHOD CREATE-CONSTANT-REPETITION-MATCHER ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable REPEAT-MATCHER. ;;; Compiling (DEFMETHOD CREATE-MATCHER-AUX ...). ;;; End of Pass 1. ;;; Emitting code for INCF-AFTER. ;;; Emitting code for GREEDY-CONSTANT-LENGTH-CLOSURE. ;;; Emitting code for CREATE-GREEDY-EVERYTHING-MATCHER. ;;; Emitting code for #:G19. ;;; Emitting code for #:G22. ;;; Emitting code for #:G143. ;;; Emitting code for #:G145. ;;; Emitting code for #:G150. ;;; Emitting code for #:G155. ;;; Emitting code for #:G160. ;;; Emitting code for #:G165. ;;; Emitting code for #:G170. ;;; Emitting code for #:G175. ;;; Emitting code for #:G180. ;;; Emitting code for #:G187. ;;; Emitting code for #:G192. ;;; Emitting code for #:G197. ;;; Emitting code for #:G202. ;;; Emitting code for #:G207. ;;; Emitting code for #:G212. ;;; Emitting code for #:G259. ;;; Emitting code for #:G260. ;;; Emitting code for GREEDY-AUX. ;;; Emitting code for #:G274. ;;; Emitting code for GREEDY-AUX. ;;; Emitting code for #:G345. ;;; Emitting code for GREEDY-AUX. ;;; Emitting code for #:G367. ;;; Emitting code for GREEDY-AUX. ;;; Emitting code for #:G382. ;;; Emitting code for NON-GREEDY-CONSTANT-LENGTH-CLOSURE. ;;; Emitting code for #:G495. ;;; Emitting code for #:G497. ;;; Emitting code for #:G501. ;;; Emitting code for #:G505. ;;; Emitting code for #:G509. ;;; Emitting code for #:G513. ;;; Emitting code for #:G517. ;;; Emitting code for #:G521. ;;; Emitting code for #:G525. ;;; Emitting code for #:G531. ;;; Emitting code for #:G535. ;;; Emitting code for #:G539. ;;; Emitting code for #:G543. ;;; Emitting code for #:G547. ;;; Emitting code for #:G551. ;;; Emitting code for #:G555. ;;; Emitting code for #:G559. ;;; Emitting code for #:G605. ;;; Emitting code for #:G606. ;;; Emitting code for NON-GREEDY-AUX. ;;; Emitting code for #:G620. ;;; Emitting code for NON-GREEDY-AUX. ;;; Emitting code for #:G691. ;;; Emitting code for NON-GREEDY-AUX. ;;; Emitting code for #:G713. ;;; Emitting code for NON-GREEDY-AUX. ;;; Emitting code for #:G728. ;;; Emitting code for CONSTANT-REPETITION-CONSTANT-LENGTH-CLOSURE. ;;; Emitting code for #:G773. ;;; Emitting code for #:G775. ;;; Emitting code for #:G778. ;;; Emitting code for #:G781. ;;; Emitting code for #:G784. ;;; Emitting code for #:G789. ;;; Emitting code for #:G792. ;;; Emitting code for #:G793. ;;; Emitting code for #:G796. ;;; Emitting code for #:G885. ;;; Emitting code for CONSTANT-AUX. ;;; Emitting code for #:G907. ;;; Emitting code for CONSTANT-AUX. ;;; Emitting code for #:G927. ;;; Emitting code for #:G958. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/repetition-closures.lisp. ;;; ;;; Warning: COMPILE-FILE warned while performing # on #. ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/repetition-closures.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/scanner.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFMACRO BMH-MATCHER-AUX ...). ;;; Compiling (DEFUN CREATE-BMH-MATCHER ...). ;;; Compiling (DEFMACRO CHAR-SEARCHER-AUX ...). ;;; Compiling (DEFUN CREATE-CHAR-SEARCHER ...). ;;; Compiling (DEFUN NEWLINE-SKIPPER ...). ;;; Compiling (DEFMACRO INSERT-ADVANCE-FN ...). ;;; Compiling (DEFUN CREATE-SCANNER-AUX ...). ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable MATCH-FN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable START-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable END-STRING-OFFSET. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable POS. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable *END-STRING-POS*. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable START-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable END-STRING-OFFSET. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable POS. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable *END-STRING-POS*. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable START-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable END-STRING-OFFSET. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable POS. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable *END-STRING-POS*. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable MATCH-FN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable END-STRING-OFFSET. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable POS. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable *END-STRING-POS*. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable END-STRING-OFFSET. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable POS. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable *END-STRING-POS*. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable END-STRING-OFFSET. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable POS. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable *END-STRING-POS*. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable MATCH-FN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable START-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable START-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable START-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable MATCH-FN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable MATCH-FN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable START-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable START-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable START-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable MATCH-FN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable MATCH-FN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable MATCH-FN. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FUNCTION ;;; was found for not bound variable END-STRING-TEST. ;;; Warning: ;;; in file scanner.lisp, position 16203 ;;; at (DEFUN CREATE-SCANNER-AUX ...) ;;; ! Declaration of type ;;; FIXNUM ;;; was found for not bound variable STARTS-WITH-LEN. ;;; End of Pass 1. ;;; Emitting code for BMH-MATCHER-AUX. ;;; Emitting code for CREATE-BMH-MATCHER. ;;; Emitting code for #:G8. ;;; Emitting code for #:G22. ;;; Emitting code for #:G23. ;;; Emitting code for CHAR-SEARCHER-AUX. ;;; Emitting code for CREATE-CHAR-SEARCHER. ;;; Emitting code for #:G32. ;;; Emitting code for #:G35. ;;; Emitting code for NEWLINE-SKIPPER. ;;; Emitting code for INSERT-ADVANCE-FN. ;;; Emitting code for CREATE-SCANNER-AUX. ;;; Emitting code for #:G47. ;;; Emitting code for #:G61. ;;; Emitting code for #:G84. ;;; Emitting code for #:G92. ;;; Emitting code for #:G109. ;;; Emitting code for #:G117. ;;; Emitting code for #:G134. ;;; Emitting code for #:G142. ;;; Emitting code for ADVANCE-FN. ;;; Emitting code for ADVANCE-FN. ;;; Emitting code for ADVANCE-FN. ;;; Emitting code for ADVANCE-FN. ;;; Emitting code for ADVANCE-FN. ;;; Emitting code for ADVANCE-FN. ;;; Emitting code for ADVANCE-FN. ;;; Emitting code for ADVANCE-FN. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/scanner.lisp. ;;; ;;; Warning: COMPILE-FILE warned while performing # on #. ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/scanner.fas" ;;; ;;; Compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/api.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Compiling (DEFGENERIC CREATE-SCANNER ...). ;;; Compiling (DEFMETHOD CREATE-SCANNER ...). ;;; Compiling (DEFMETHOD CREATE-SCANNER ...). ;;; Compiling (DEFMETHOD CREATE-SCANNER ...). ;;; Compiling (DEFGENERIC SCAN ...). ;;; Compiling (DEFMETHOD SCAN ...). ;;; Compiling (DEFMETHOD SCAN ...). ;;; Compiling (DEFMETHOD SCAN ...). ;;; Compiling (DEFUN SCAN-TO-STRINGS ...). ;;; Compiling (DEFMACRO REGISTER-GROUPS-BIND ...). ;;; Compiling (DEFMACRO DO-SCANS ...). ;;; Compiling (DEFMACRO DO-MATCHES ...). ;;; Compiling (DEFMACRO DO-MATCHES-AS-STRINGS ...). ;;; Compiling (DEFMACRO DO-REGISTER-GROUPS ...). ;;; Compiling (DEFUN ALL-MATCHES ...). ;;; Compiling (DEFUN ALL-MATCHES-AS-STRINGS ...). ;;; Compiling (DEFUN SPLIT ...). ;;; Compiling (DEFUN STRING-CASE-MODIFIER ...). ;;; Compiling (DEFGENERIC BUILD-REPLACEMENT-TEMPLATE ...). ;;; Compiling (DEFMETHOD BUILD-REPLACEMENT-TEMPLATE ...). ;;; Compiling (DEFMETHOD BUILD-REPLACEMENT-TEMPLATE ...). ;;; Compiling (DEFMETHOD BUILD-REPLACEMENT-TEMPLATE ...). ;;; Compiling (DEFUN BUILD-REPLACEMENT ...). ;;; Compiling (DEFUN REPLACE-AUX ...). ;;; Compiling (DEFUN REGEX-REPLACE ...). ;;; Compiling (DEFUN REGEX-REPLACE-ALL ...). ;;; Compiling (DEFMACRO REGEX-APROPOS-AUX ...). ;;; Compiling (DEFUN REGEX-APROPOS-LIST ...). ;;; Compiling (DEFUN PRINT-SYMBOL-INFO ...). ;;; Compiling (DEFUN REGEX-APROPOS ...). ;;; Compiling (DEFUN PARSE-TREE-SYNONYM ...). ;;; Compiling (DEFUN (SETF PARSE-TREE-SYNONYM) ...). ;;; Compiling (DEFMACRO DEFINE-PARSE-TREE-SYNONYM ...). ;;; End of Pass 1. ;;; Emitting code for #:G0. ;;; Emitting code for #:G1. ;;; Emitting code for #:G8. ;;; Emitting code for #:G14. ;;; Emitting code for #:G18. ;;; Emitting code for #:G22. ;;; Emitting code for SCAN. ;;; Emitting code for SCAN-TO-STRINGS. ;;; Emitting code for #:G28. ;;; Emitting code for SCAN-TO-STRINGS. ;;; Emitting code for REGISTER-GROUPS-BIND. ;;; Emitting code for DO-SCANS. ;;; Emitting code for DO-MATCHES. ;;; Emitting code for DO-MATCHES-AS-STRINGS. ;;; Emitting code for DO-REGISTER-GROUPS. ;;; Emitting code for ALL-MATCHES. ;;; Emitting code for ALL-MATCHES. ;;; Emitting code for ALL-MATCHES-AS-STRINGS. ;;; Emitting code for ALL-MATCHES-AS-STRINGS. ;;; Emitting code for SPLIT. ;;; Emitting code for SPLIT. ;;; Emitting code for STRING-CASE-MODIFIER. ;;; Emitting code for #:G304. ;;; Emitting code for #:G323. ;;; Emitting code for #:G324. ;;; Emitting code for #:G325. ;;; Emitting code for BUILD-REPLACEMENT. ;;; Emitting code for #:G328. ;;; Emitting code for #:G334. ;;; Emitting code for REPLACE-AUX. ;;; Emitting code for REGEX-REPLACE. ;;; Emitting code for REGEX-REPLACE. ;;; Emitting code for REGEX-REPLACE-ALL. ;;; Emitting code for REGEX-REPLACE-ALL. ;;; Emitting code for REGEX-APROPOS-AUX. ;;; Emitting code for REGEX-APROPOS-LIST. ;;; Emitting code for PRINT-SYMBOL-INFO. ;;; Emitting code for #:G399. ;;; Emitting code for REGEX-APROPOS. ;;; Emitting code for QUOTE-META-CHARS. ;;; Emitting code for QUOTE-SECTIONS. ;;; Emitting code for QUOTE-SUBSTRING. ;;; Emitting code for CLEAN-COMMENTS. ;;; Emitting code for REMOVE-TOKENS. ;;; Emitting code for PARSE-TREE-SYNONYM. ;;; Emitting code for (SETF PARSE-TREE-SYNONYM). ;;; Emitting code for DEFINE-PARSE-TREE-SYNONYM. ;;; Finished compiling /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/api.lisp. ;;; ;;; Loading "/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/cl-ppcre.system.fasb" /usr/bin/find /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3 -name '*.fasb' -exec /bin/cp {} /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/ \; /usr/bin/find /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3 -name 'lib*.a' -exec /bin/cp {} /scratch/wip/cl-ppcre/work/cl-ppcre-2.0.3/build/ \; => Unwrapping files-to-be-installed.