cl-factoring

SBCL 2.5.5.114-85e41f89c / ASDF 3.3.5

cl-factoring-test

WARNING: System definition file #P"/home/quicklisp/quicklisp-controller/dist/build-cache/stefil/f974b02c814ebaaa804f2ecf4c86b0a18abfe6b2/stefil-20250718-git/stefil.asd" contains definition for system "stefil-test". Please only define "stefil" and secondary systems with a name starting with "stefil/" (e.g. "stefil/test") in that file.

; file: /home/quicklisp/quicklisp-controller/dist/build-cache/cl-primality/7698c3bcc32494cc4acf4ee91166745160668904/cl-primality-20250718-git/cl-primality.lisp
; in: DEFUN MILLER-RABIN
;     (= CL-PRIMALITY::N 1)
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a SINGLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a DOUBLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX SINGLE-FLOAT).
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX DOUBLE-FLOAT).
; 
; note: unable to open code because: The operands might not be the same type.

;     (= CL-PRIMALITY::N 2)
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a SINGLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a DOUBLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX SINGLE-FLOAT).
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX DOUBLE-FLOAT).
; 
; note: unable to open code because: The operands might not be the same type.

;     (CEILING (LOG CL-PRIMALITY::CHANCE-OF-ERROR 1/4))
; 
; note: unable to optimize due to type uncertainty: The first argument is a FLOAT, not a SINGLE-FLOAT.
; 
; note: unable to optimize due to type uncertainty: The first argument is a FLOAT, not a DOUBLE-FLOAT.

;     (= CL-PRIMALITY::N-ITER 0)
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a SINGLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a DOUBLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX SINGLE-FLOAT).
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX DOUBLE-FLOAT).
; 
; note: unable to open code because: The operands might not be the same type.

;     (RANDOM (- CL-PRIMALITY::N 1))
; 
; note: unable to Use inline float operations. due to type uncertainty: The first argument is a (OR (FLOAT (0.0)) (INTEGER 1)), not a SINGLE-FLOAT.
; 
; note: unable to Use inline float operations. due to type uncertainty: The first argument is a (OR (FLOAT (0.0)) (INTEGER 1)), not a DOUBLE-FLOAT.

;     (- CL-PRIMALITY::N 1)
; 
; note: forced to do GENERIC-- (cost 10)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       etc.

;     (1+ (RANDOM (- CL-PRIMALITY::N 1)))
; 
; note: forced to do GENERIC-+ (cost 10)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a (OR (FLOAT 0.0) UNSIGNED-BYTE), not a FIXNUM.
;       The result is a (VALUES (OR (FLOAT 1.0) (INTEGER 1)) &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a (OR (FLOAT 0.0) UNSIGNED-BYTE), not a FIXNUM.
;       The result is a (VALUES (OR (FLOAT 1.0) (INTEGER 1)) &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       etc.

;     (- CL-PRIMALITY::N-ITER 1)
; 
; note: forced to do GENERIC-- (cost 10)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       etc.

; in: DEFUN MILLER-RABIN-PASS
;     (= 1 (CL-PRIMALITY:EXPT-MOD CL-PRIMALITY::A CL-PRIMALITY::D CL-PRIMALITY::N))
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a SINGLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a DOUBLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX SINGLE-FLOAT).
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX DOUBLE-FLOAT).
; 
; note: unable to open code because: The operands might not be the same type.

;     (= (- CL-PRIMALITY::N 1) CL-PRIMALITY::A-LOC)
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a SINGLE-FLOAT.The second argument is a NUMBER, not a RATIONAL.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a DOUBLE-FLOAT.The second argument is a NUMBER, not a RATIONAL.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX SINGLE-FLOAT).The second argument is a NUMBER, not a RATIONAL.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX DOUBLE-FLOAT).The second argument is a NUMBER, not a RATIONAL.
; 
; note: unable to open code because: The operands might not be the same type.

;     (= CL-PRIMALITY::I CL-PRIMALITY::S)
; 
; note: unable to open code because: The operands might not be the same type.

;     (/= CL-PRIMALITY::I CL-PRIMALITY::S)
; 
; note: unable to open code because: The operands might not be the same type.

;     (= (- CL-PRIMALITY::N 1) CL-PRIMALITY::A-LOC)
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a SINGLE-FLOAT.The second argument is a NUMBER, not a RATIONAL.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a DOUBLE-FLOAT.The second argument is a NUMBER, not a RATIONAL.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX SINGLE-FLOAT).The second argument is a NUMBER, not a RATIONAL.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX DOUBLE-FLOAT).The second argument is a NUMBER, not a RATIONAL.
; 
; note: unable to open code because: The operands might not be the same type.

;     (= CL-PRIMALITY::N 0)
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a SINGLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a DOUBLE-FLOAT.
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX SINGLE-FLOAT).
; 
; note: unable to open-code FLOAT to RATIONAL comparison due to type uncertainty: The first argument is a NUMBER, not a (COMPLEX DOUBLE-FLOAT).
; 
; note: unable to open code because: The operands might not be the same type.

;     (/ CL-PRIMALITY::N 2)
; 
; note: unable to optimize due to type uncertainty: The result is a (VALUES RATIONAL &OPTIONAL), not a (VALUES INTEGER &REST T).

;     (- CL-PRIMALITY::N 1)
; 
; note: forced to do GENERIC-- (cost 10)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a T, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a T, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       etc.

;     (1+ CL-PRIMALITY::S)
; 
; note: forced to do GENERIC-+ (cost 10)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       etc.

;     (- CL-PRIMALITY::N 1)
; 
; note: forced to do GENERIC-- (cost 10)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       etc.

;     (= (- CL-PRIMALITY::N 1) CL-PRIMALITY::A-LOC)
; 
; note: forced to do GENERIC-= (cost 10)
;       unable to do inline float comparison (cost 3) because:
;       The first argument is a NUMBER, not a SINGLE-FLOAT.
;       The second argument is a T, not a SINGLE-FLOAT.
;       unable to do inline float comparison (cost 3) because:
;       The first argument is a NUMBER, not a SINGLE-FLOAT.
;       The second argument is a T, not a (COMPLEX SINGLE-FLOAT).
;       etc.

;     (1+ CL-PRIMALITY::I)
; 
; note: forced to do GENERIC-+ (cost 10)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a UNSIGNED-BYTE, not a FIXNUM.
;       The result is a (VALUES (INTEGER 1) &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a UNSIGNED-BYTE, not a FIXNUM.
;       The result is a (VALUES (INTEGER 1) &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       etc.

;     (- CL-PRIMALITY::N 1)
; 
; note: forced to do GENERIC-- (cost 10)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &OPTIONAL).
;       etc.

;     (= (- CL-PRIMALITY::N 1) CL-PRIMALITY::A-LOC)
; 
; note: forced to do GENERIC-= (cost 10)
;       unable to do inline float comparison (cost 3) because:
;       The first argument is a NUMBER, not a SINGLE-FLOAT.
;       The second argument is a T, not a SINGLE-FLOAT.
;       unable to do inline float comparison (cost 3) because:
;       The first argument is a NUMBER, not a SINGLE-FLOAT.
;       The second argument is a T, not a (COMPLEX SINGLE-FLOAT).
;       etc.

; in: DEFUN PRIMEP
;     (DEFUN CL-PRIMALITY:PRIMEP (CL-PRIMALITY::N)
;       "Determine if N is prime."
;       (DECLARE (INLINE CL-PRIMALITY::MILLER-RABIN)
;                (TYPE INTEGER CL-PRIMALITY::N))
;       (CL-PRIMALITY::MILLER-RABIN CL-PRIMALITY::N 1.0d-300))
; ==>
;   (SB-IMPL::%DEFUN 'CL-PRIMALITY:PRIMEP
;                    (SB-INT:NAMED-LAMBDA CL-PRIMALITY:PRIMEP
;                        (CL-PRIMALITY::N)
;                      (DECLARE (SB-C::TOP-LEVEL-FORM))
;                      "Determine if N is prime."
;                      (DECLARE (INLINE CL-PRIMALITY::MILLER-RABIN)
;                               (TYPE INTEGER CL-PRIMALITY::N))
;                      (BLOCK CL-PRIMALITY:PRIMEP
;                        (CL-PRIMALITY::MILLER-RABIN CL-PRIMALITY::N 1.0d-300))))
; 
; caught STYLE-WARNING:
;   Call to CL-PRIMALITY::MILLER-RABIN could not be inlined because its source code was not saved. A global INLINE or SB-EXT:MAYBE-INLINE proclamation must be in effect to save function definitions for inlining.
WARNING: Lisp compilation had style-warnings while compiling #<CL-SOURCE-FILE "cl-primality" "cl-primality">

; file: /home/quicklisp/quicklisp-controller/dist/build-cache/cl-factoring/773a33d4c38725d5eb0282dc64e2c880c48c38a5/cl-factoring-20250718-git/ulimyhmpqs-1.0.lisp
; in: DEFUN A-GENERATOR
;     (IF ULIMY-HMPQS::REPORT2
;         (FORMAT T "Out of hypercubes at ~S~%" ULIMY-HMPQS::LOG10N))
; 
; note: deleting unreachable code

;     (- ULIMY-HMPQS::*NR-OF-STORED-PRIMES* 1 (RANDOM 10000))
; 
; note: deleting unreachable code

;     (MULTIPLE-VALUE-BIND (ULIMY-HMPQS::HELPF ULIMY-HMPQS::TTLT)
;         (ULIMY-HMPQS::QS (* ULIMY-HMPQS::N ULIMY-HMPQS::HELP) :REPORT2
;          ULIMY-HMPQS::REPORT2)
;       (LET ((ULIMY-HMPQS::F (REMOVE ULIMY-HMPQS::HELP ULIMY-HMPQS::HELPF)))
;         (ULIMY-HMPQS::CENTERED-REPORT2 ULIMY-HMPQS::F)
;         (VALUES ULIMY-HMPQS::F ULIMY-HMPQS::TTLT)))
; 
; note: deleting unreachable code
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=4050893 "main thread" RUNNING {1200F08003}>: The constant MINUTES-PER-INTERNAL-TIME-UNIT is being redefined (from 1.6666668e-8 to 1.6666666e-8)
See also:
  The ANSI Standard, Macro DEFCONSTANT
  The SBCL Manual, Node "Idiosyncrasies"

Backtrace for: #<SB-THREAD:THREAD tid=4050893 "main thread" RUNNING {1200F08003}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #<SB-EXT:DEFCONSTANT-UNEQL {1209DDB933}> #<unused argument> :QUIT T)
1: (SB-DEBUG::RUN-HOOK SB-EXT:*INVOKE-DEBUGGER-HOOK* #<SB-EXT:DEFCONSTANT-UNEQL {1209DDB933}>)
2: (INVOKE-DEBUGGER #<SB-EXT:DEFCONSTANT-UNEQL {1209DDB933}>)
3: (CERROR "Go ahead and change the value." #<SB-EXT:DEFCONSTANT-UNEQL {1209DDB933}>)
4: (SB-KERNEL:WITH-SIMPLE-CONDITION-RESTARTS CERROR "Go ahead and change the value." SB-EXT:DEFCONSTANT-UNEQL :NAME MINUTES-PER-INTERNAL-TIME-UNIT :OLD-VALUE 1.6666668e-8 :NEW-VALUE 1.6666666e-8)
5: (SB-IMPL::%DEFCONSTANT MINUTES-PER-INTERNAL-TIME-UNIT 1.6666666e-8 #S(SB-C:DEFINITION-SOURCE-LOCATION :NAMESTRING "/home/quicklisp/quicklisp-controller/dist/build-cache/cl-factoring/773a33d4c38725d5eb0282dc64e2c880c48c38a5/cl-factoring-20250718-git/ulimyhmpqs-1.0.lisp" :INDICES 2260993) NIL)
6: ("top level form") [toplevel]
7: (SB-FASL::LOAD-FASL-GROUP #S(SB-FASL::FASL-INPUT :STREAM #<SB-SYS:FD-STREAM for #<(SIMPLE-BASE-STRING 227) file /home/quicklisp/.cache/common-lisp/sbcl-2.5.5.114-85e41f89c-linux-x64/home/quicklisp/quicklisp-controller/dist/build-cache/cl-factoring/773a33d4c38725d5eb0282dc64e2c880c48c38a5/cl-factoring-20250... {1209CE223F}> {1209CE2383}> :TABLE #(1624 #1="/home/quicklisp/quicklisp-controller/dist/build-cache/cl-factoring/773a33d4c38725d5eb0282dc64e2c880c48c38a5/cl-factoring-20250718-git/ulimyhmpqs-1.0.lisp" #2="ULIMY-HMPQS" #3="CL" (#3#) #4="HMPQS" (#4#) (#2#) #<SB-KERNEL:LAYOUT (ID=-4) for SB-C:DEFINITION-SOURCE-LOCATION {500005B3}> #S(SB-C:DEFINITION-SOURCE-LOCATION :NAMESTRING #1# :INDICES 32769) #5="top level form" #<PACKAGE "COMMON-LISP-USER"> ...) :STACK #(0 #<FUNCTION #5# {1204FA3C9B}> SIEVE-FOR-AB B-GENERATOR FB-LOG-SUM TOPOFF-INDEX #S(SB-C:DEFINITION-SOURCE-LOCATION :NAMESTRING #1# :INDICES 2031617) TOPOFF-BUCKET #S(SB-C:DEFINITION-SOURCE-LOCATION :NAMESTRING #1# :INDICES 2064385) MAKE-TOPOFF-N-CUBES #S(SB-C:DEFINITION-SOURCE-LOCATION :NAMESTRING #1# :INDICES 2097153) MERGE-CUBES ...) :NAME-BUFFER #("" "%DEFCONSTANTJECTO-STRINGUBSEQTUNDSNUMUNDS") :PRINT NIL :PARTIAL-SOURCE-INFO #S(SB-C::DEBUG-SOURCE :NAMESTRING #1# :CREATED 3732662778 :START-POSITIONS NIL :PLIST NIL)))
8: ((LAMBDA NIL :IN SB-FASL::LOAD-AS-FASL))
9: (SB-IMPL::CALL-WITH-LOADER-PACKAGE-NAMES #<FUNCTION (LAMBDA NIL :IN SB-FASL::LOAD-AS-FASL) {1209CE66BB}>)
10: (SB-FASL::LOAD-AS-FASL #<SB-SYS:FD-STREAM for #<(SIMPLE-BASE-STRING 227) file /home/quicklisp/.cache/common-lisp/sbcl-2.5.5.114-85e41f89c-linux-x64/home/quicklisp/quicklisp-controller/dist/build-cache/cl-factoring/773a33d4c38725d5eb0282dc64e2c880c48c38a5/cl-factoring-20250... {1209CE223F}> {1209CE2383}> NIL NIL)
11: ((LABELS SB-FASL::LOAD-STREAM-1 :IN LOAD) #<SB-SYS:FD-STREAM for #<(SIMPLE-BASE-STRING 227) file /home/quicklisp/.cache/common-lisp/sbcl-2.5.5.114-85e41f89c-linux-x64/home/quicklisp/quicklisp-controller/dist/build-cache/cl-factoring/773a33d4c38725d5eb0282dc64e2c880c48c38a5/cl-factoring-20250... {1209CE223F}> {1209CE2383}> T)
12: (SB-FASL::CALL-WITH-LOAD-BINDINGS #<FUNCTION (LABELS SB-FASL::LOAD-STREAM-1 :IN LOAD) {7F805492EA7B}> #<SB-SYS:FD-STREAM for #<(SIMPLE-BASE-STRING 227) file /home/quicklisp/.cache/common-lisp/sbcl-2.5.5.114-85e41f89c-linux-x64/home/quicklisp/quicklisp-controller/dist/build-cache/cl-factoring/773a33d4c38725d5eb0282dc64e2c880c48c38a5/cl-factoring-20250... {1209CE223F}> {1209CE2383}> T #<SB-SYS:FD-STREAM for #<(SIMPLE-BASE-STRING 227) file /home/quicklisp/.cache/common-lisp/sbcl-2.5.5.114-85e41f89c-linux-x64/home/quicklisp/quicklisp-controller/dist/build-cache/cl-factoring/773a33d4c38725d5eb0282dc64e2c880c48c38a5/cl-factoring-20250... {1209CE223F}> {1209CE2383}>)
13: (LOAD #P#<(SIMPLE-ARRAY CHARACTER (222)) /home/quicklisp/.cache/common-lisp/sbcl-2.5.5.114-85e41f89c-linux-x64/home/quicklisp/quicklisp-controller/dist/build-cache/cl-factoring/773a33d4c38725d5eb0282dc64e2c880c48c38a5/cl-factoring-20250718-g... {1209E1317F}> :VERBOSE NIL :PRINT NIL :IF-DOES-NOT-EXIST :ERROR :EXTERNAL-FORMAT :DEFAULT)
14: (UIOP/UTILITY:CALL-WITH-MUFFLED-CONDITIONS #<FUNCTION (LAMBDA NIL :IN UIOP/LISP-BUILD:LOAD*) {1209CE18FB}> ("Overwriting already existing readtable ~S." #(#:FINALIZERS-OFF-WARNING :ASDF-FINALIZERS)))
15: ((SB-PCL::EMF ASDF/ACTION:PERFORM) #<unused argument> #<unused argument> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cl-factoring" "ulimyhmpqs-1.0">)
16: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
17: ((:METHOD ASDF/ACTION:PERFORM-WITH-RESTARTS (ASDF/LISP-ACTION:LOAD-OP ASDF/LISP-ACTION:CL-SOURCE-FILE)) #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cl-factoring" "ulimyhmpqs-1.0">) [fast-method]
18: ((:METHOD ASDF/ACTION:PERFORM-WITH-RESTARTS :AROUND (T T)) #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cl-factoring" "ulimyhmpqs-1.0">) [fast-method]
19: ((:METHOD ASDF/PLAN:PERFORM-PLAN (T)) #<ASDF/PLAN:SEQUENTIAL-PLAN {120457A2A3}>) [fast-method]
20: ((FLET SB-C::WITH-IT :IN SB-C::%WITH-COMPILATION-UNIT))
21: ((:METHOD ASDF/PLAN:PERFORM-PLAN :AROUND (T)) #<ASDF/PLAN:SEQUENTIAL-PLAN {120457A2A3}>) [fast-method]
22: ((:METHOD ASDF/OPERATE:OPERATE (ASDF/OPERATION:OPERATION ASDF/COMPONENT:COMPONENT)) #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "cl-factoring-test"> :PLAN-CLASS NIL :PLAN-OPTIONS NIL) [fast-method]
23: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "cl-factoring-test">)
24: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
25: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "cl-factoring-test">) [fast-method]
26: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> ASDF/LISP-ACTION:LOAD-OP "cl-factoring-test")
27: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
28: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) ASDF/LISP-ACTION:LOAD-OP "cl-factoring-test") [fast-method]
29: (ASDF/SESSION:CALL-WITH-ASDF-SESSION #<FUNCTION (LAMBDA NIL :IN ASDF/OPERATE:OPERATE) {120458816B}> :OVERRIDE T :KEY NIL :OVERRIDE-CACHE T :OVERRIDE-FORCING NIL)
30: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
31: (ASDF/SESSION:CALL-WITH-ASDF-SESSION #<FUNCTION (LAMBDA NIL :IN ASDF/OPERATE:OPERATE) {120453704B}> :OVERRIDE NIL :KEY NIL :OVERRIDE-CACHE NIL :OVERRIDE-FORCING NIL)
32: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) ASDF/LISP-ACTION:LOAD-OP "cl-factoring-test") [fast-method]
33: (DEPCHECK::COMPUTE-DEPENDENCIES "cl-factoring-test" "cl-factoring-test")
34: (DEPCHECK::MAGIC "cl-factoring-test" "cl-factoring-test" "/home/quicklisp/quicklisp-controller/tmp/anonymous/anonymous-LCNAOSG4/depcheck-win.txt")
35: (DEPCHECK::MAIN ("depcheck" "/home/quicklisp/quicklisp-controller/dist/system-file-index" "cl-factoring-test" "cl-factoring-test" "/home/quicklisp/quicklisp-controller/tmp/anonymous/anonymous-LCNAOSG4/depcheck-win.txt" "/home/quicklisp/quicklisp-controller/tmp/anonymous/anonymous-LCNAOSG4/depcheck-fail.txt"))
36: ((LAMBDA NIL :IN "/home/quicklisp/quicklisp/local-projects/quicklisp-controller/dumper-2SKVI5f7.lisp"))
37: ((FLET SB-UNIX::BODY :IN SB-IMPL::START-LISP))
38: ((FLET "WITHOUT-INTERRUPTS-BODY-3" :IN SB-IMPL::START-LISP))
39: (SB-IMPL::%START-LISP)

unhandled condition in --disable-debugger mode, quitting
; 
; compilation unit aborted
;   caught 1 fatal ERROR condition
;   caught 1 STYLE-WARNING condition
;   printed 55 notes