SBCL 2.5.5.114-85e41f89c / ASDF 3.3.5
; caught COMMON-LISP:ERROR: ; (during macroexpansion of (COALTON-TOPLEVEL (DECLARE FIB ...) ...)) ; error: Unknown instance ; --> <macroexpansion>:1:632 ; | ; 1 | (COALTON-TOPLEVEL (DECLARE FIB (INTEGER -> INTEGER)) (DEFINE (FIB N) (WHEN (== N 0) (RETURN 0)) (WHEN (== N 1) (RETURN 1)) (+ (FIB (- N 1)) (FIB (- N 2)))) (DECLARE FIB-GENERIC (NUM :A => :A -> :A)) (DEFINE (FIB-GENERIC N) (WHEN (== N 0) (RETURN 0)) (WHEN (== N 1) (RETURN 1)) (+ (FIB-GENERIC (- N 1)) (FIB-GENERIC (- N 2)))) (DECLARE FIB-GENERIC-WRAPPED (INTEGER -> INTEGER)) (DEFINE (FIB-GENERIC-WRAPPED X) (FIB-GENERIC X)) (MONOMORPHIZE) (DECLARE FIB-MONOMORPHIZED (INTEGER -> INTEGER)) (DEFINE (FIB-MONOMORPHIZED X) (FIB-GENERIC X)) (DECLARE FIB-GENERIC-OPTIONAL (INTEGER -> OPTIONAL INTEGER)) (DEFINE (FIB-GENERIC-OPTIONAL X) (FIB-GENERIC (SOME X))) (MONOMORPHIZE) (DECLARE FIB-MONOMORPHIZED-OPTIONAL (INTEGER -> OPTIONAL INTEGER)) (DEFINE (FIB-MONOMORPHIZED-OPTIONAL X) (FIB-GENERIC (SOME X)))) ; | ^^^^^^^^^^^ Unknown instance NUM (OPTIONAL INTEGER) ; ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1645928 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "coalton/benchmarks" "fibonacci">
; caught WARNING: ; COUNT appears to be used as an ITERATE clause keyword, in this sexpression: (COUNT 1 :INTO N). This use is now deprecated and will cease to be supported in a future version. Please use the alternative keyword COUNTING instead. If you intended COUNT to be interpreted as a function call, instead of an ITERATE clause, you must find an alternative way of calling it, at present, perhaps by using FUNCALL or APPLY. ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1646919 "main thread" RUNNING {123FB68093}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "diff-match-patch" "src" "cleanup">
; caught WARNING: ; COUNT appears to be used as an ITERATE clause keyword, in this sexpression: (COUNT (NOT (FUNCALL VALUE))). This use is now deprecated and will cease to be supported in a future version. Please use the alternative keyword COUNTING instead. If you intended COUNT to be interpreted as a function call, instead of an ITERATE clause, you must find an alternative way of calling it, at present, perhaps by using FUNCALL or APPLY. ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1647293 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "eazy-project" "src" "create" "actually-create-project">
; caught WARNING: ; Derived type (INTEGER 10 10) is not a suitable index for (SIMPLE-VECTOR 3). ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1658500 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "org.tfeb.hax/test" "test-collecting">
; caught WARNING: ; COUNT appears to be used as an ITERATE clause keyword, in this sexpression: (COUNT (FUNCALL FN WORD)). This use is now deprecated and will cease to be supported in a future version. Please use the alternative keyword COUNTING instead. If you intended COUNT to be interpreted as a function call, instead of an ITERATE clause, you must find an alternative way of calling it, at present, perhaps by using FUNCALL or APPLY. ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1659563 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "trivia.benchmark" "definitions">
Unhandled TYPE-ERROR in thread #<SB-THREAD:THREAD tid=1660735 "main thread" RUNNING {1200F08003}>: The value NIL is not of type REAL
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1636355 "main thread" RUNNING {1200F08003}>: Component "quicklisp" not found, required by #<PACKAGE-INFERRED-SYSTEM "40ants-asdf-system-docs/index">
; caught ERROR: ; READ error during COMPILE-FILE: Symbol "DEFINE-ADP-OPERATION" not found in the ADP package. Line: 5, Column: 25, File-Position: 52 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/adp-plain/d1ef85dd1c8925593dd6f3ef591231f9e3b7bca3/adp-plain-20250710-git/adp-plain.lisp" {120668F693}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1636458 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "adp-plain" "adp-plain">
; caught WARNING: ; Constant NIL conflicts with its asserted type INTEGER. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1636476 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "adw-charting" "src" "charting">
; caught ERROR: ; READ error during COMPILE-FILE: Package QL does not exist. Line: 13, Column: 42, File-Position: 576 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/anatevka/8e6b23e7fb8ddf83b702cc6c526ad1d0cc367571/anatevka-v1.1.0/tests/cases.lisp" {121382A473}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1636543 "main thread" RUNNING {123FA30093}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "anatevka-tests" "cases">
Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD tid=1636701 "main thread" RUNNING {1200F08003}>: The loader tried loading the symbol named IDIOM-LEXICONS into the package named VEX, but the package did not get defined, and does not exist.
Unhandled UNDEFINED-FUNCTION in thread #<SB-THREAD:THREAD tid=1636914 "main thread" RUNNING {1200F08003}>: The function LIST-OF::LIST-OF-STRING-P is undefined.
Unhandled UNDEFINED-FUNCTION in thread #<SB-THREAD:THREAD tid=1636910 "main thread" RUNNING {1200F08003}>: The function LIST-OF::LIST-OF-STRING-P is undefined.
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1637072 "main thread" RUNNING {1200F08003}>: The name "TIME" does not designate any package.
Unhandled METHOD-RESOLUTION-ERROR in thread #<SB-THREAD:THREAD tid=1637187 "main thread" RUNNING {123FBB0133}>:
Unhandled METHOD-RESOLUTION-ERROR in thread #<SB-THREAD:THREAD tid=1637319 "main thread" RUNNING {1200F08003}>:
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1637672 "main thread" RUNNING {1200F08003}>: Component :BODGE-NUKLEAR-RENDERER not found, required by #<SYSTEM "bodge-nuklear/example">
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1637842 "main thread" RUNNING {1200F08003}>: The constant +SECP256K1-SCHNORRSIG-EXTRAPARAMS-MAGIC+ is being redefined (from (0XDA |0X6F| 0XB3 |0X8C|) to (0XDA |0X6F| 0XB3 |0X8C|))
Unhandled SB-INT:EXTENSION-FAILURE in thread #<SB-THREAD:THREAD tid=1638076 "main thread" RUNNING {1200F08003}>: Don't know how to REQUIRE AGRAPH.
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1638333 "main thread" RUNNING {1200F08003}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1638471 "main thread" RUNNING {1200F08003}>: The name "CHARJE.DOCUMENTATION" does not designate any package.
; caught ERROR: ; READ error during COMPILE-FILE: Package SB-COVER does not exist. Line: 23, Column: 31, File-Position: 880 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/cl-aseprite/ecf67c9ec746de5e03f1e97e5bda8fc0561eb4a5/cl-aseprite-20250710-git/tests/main.lisp" {1227407113}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1639037 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-aseprite/tests" "tests" "main">
; caught WARNING: ; Derived type of CL-ASTAR::X is (SINGLE-FLOAT 0.0 0.0), conflicting with its asserted type (SIGNED-BYTE 31). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of CL-ASTAR::Y is (INTEGER 2147483647 2147483647), conflicting with its asserted type (SIGNED-BYTE 31). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of CL-ASTAR::Y is (INTEGER -2147483648 -2147483648), conflicting with its asserted type (SIGNED-BYTE 31). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of CL-ASTAR::X is (INTEGER 1 1), conflicting with its asserted type (OR (SINGLE-FLOAT -3.6028795e16 -0.0019531245) (SINGLE-FLOAT 0.0 0.0) (SINGLE-FLOAT 0.0019531245 3.6028795e16)). ; See also: ; The SBCL Manual, Node "Handling of Types" ; ; caught WARNING: ; Derived type of CL-ASTAR::Y is (INTEGER 0 0), conflicting with its asserted type (OR (SINGLE-FLOAT -3.6028795e16 -0.0019531245) (SINGLE-FLOAT 0.0 0.0) (SINGLE-FLOAT 0.0019531245 3.6028795e16)). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of CL-ASTAR::Y is (SINGLE-FLOAT 3.4028235e38 3.4028235e38), conflicting with its asserted type (OR (SINGLE-FLOAT -3.6028795e16 -0.0019531245) (SINGLE-FLOAT 0.0 0.0) (SINGLE-FLOAT 0.0019531245 3.6028795e16)). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of CL-ASTAR::Y is (SINGLE-FLOAT 1.4012985e-45 1.4012985e-45), conflicting with its asserted type (OR (SINGLE-FLOAT -3.6028795e16 -0.0019531245) (SINGLE-FLOAT 0.0 0.0) (SINGLE-FLOAT 0.0019531245 3.6028795e16)). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of CL-ASTAR::Y is (SINGLE-FLOAT -3.4028235e38 -3.4028235e38), conflicting with its asserted type (OR (SINGLE-FLOAT -3.6028795e16 -0.0019531245) (SINGLE-FLOAT 0.0 0.0) (SINGLE-FLOAT 0.0019531245 3.6028795e16)). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of CL-ASTAR::Y is (SINGLE-FLOAT -1.4012985e-45 -1.4012985e-45), conflicting with its asserted type (OR (SINGLE-FLOAT -3.6028795e16 -0.0019531245) (SINGLE-FLOAT 0.0 0.0) (SINGLE-FLOAT 0.0019531245 3.6028795e16)). ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1639051 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-astar/tests" "tests" "coding">
Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD tid=1639085 "main thread" RUNNING {1200F08003}>: The name "ORG.MELUSINA.ATELIER" does not designate any package.
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1639279 "main thread" RUNNING {1200F08003}>: Component "quicklisp" not found, required by #<40ANTS-ASDF-SYSTEM "cl-brewer">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1639272 "main thread" RUNNING {1200F08003}>: Component "quicklisp" not found, required by #<40ANTS-ASDF-SYSTEM "cl-brewer">
Unhandled EDITOR-HINTS.NAMED-READTABLES:READTABLE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1639291 "main thread" RUNNING {1200F08003}>: A readtable named LET-OVER-LAMBDA:LOL-SYNTAX does not exist.
Unhandled EDITOR-HINTS.NAMED-READTABLES:READTABLE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1639287 "main thread" RUNNING {1200F08003}>: A readtable named LET-OVER-LAMBDA:LOL-SYNTAX does not exist.
; caught WARNING: ; Constant NIL conflicts with its asserted type CL-BUNNY::CHANNEL. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1639302 "main thread" RUNNING {123FE50133}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-bunny" "src" "exchange">
Unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #<SB-THREAD:THREAD tid=1639442 "main thread" RUNNING {1200F08003}>: Unhandled memory fault at #x18.
Unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #<SB-THREAD:THREAD tid=1639452 "main thread" RUNNING {1200F08003}>: Unhandled memory fault at #x18.
Unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #<SB-THREAD:THREAD tid=1639483 "main thread" RUNNING {1200F08003}>: Unhandled memory fault at #x18.
; caught WARNING: ; Destructive function NCONC called on constant data: (:VALUE :DOMAIN), (:VALUE :PATH) ; See also: ; The ANSI Standard, Special Operator QUOTE ; The ANSI Standard, Section 3.7.1 ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1639512 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-cheshire-cat" "sources" "admin-handler">
Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD tid=1639516 "main thread" RUNNING {123FBF0093}>: no symbol named "IDEOGRAPHIC-COMBINATION" in "CONCORD"
Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD tid=1639608 "main thread" RUNNING {1200F08003}>: The name "ORG.MELUSINA.ATELIER" does not designate any package.
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1639763 "main thread" RUNNING {1200F08003}>: Component #:CL-NUM-UTILS not found, required by #<SYSTEM "cl-data-frame">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1639759 "main thread" RUNNING {1200F08003}>: Component #:CL-NUM-UTILS not found, required by #<SYSTEM "cl-data-frame">
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1640062 "main thread" RUNNING {1200F08003}>: The constant MINUTES-PER-INTERNAL-TIME-UNIT is being redefined (from 1.6666668e-8 to 1.6666666e-8)
; caught ERROR: ; READ error during COMPILE-FILE: Package ORG.SHIRAKUMO.FRAF.GAMEPAD.IMPL does not exist. Line: 21, Column: 63, File-Position: 1219 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/cl-gamepad/59d1f95175575f484672a14f3127bcd086bca5e6/cl-gamepad-20250710-git/test-linux.lisp" {120AF7E0C3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1640272 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-gamepad/test" "test-linux">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1640324 "main thread" RUNNING {1200F08003}>: Component :CONDUIT-PACKAGES not found, required by #<SYSTEM "cl-generic-arithmetic">
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1640457 "main thread" RUNNING {1200F08003}>: The name "CL-GLFW-GLU" does not designate any package.
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1640461 "main thread" RUNNING {1200F08003}>: The name "CL-GLFW-GLU" does not designate any package.
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1640465 "main thread" RUNNING {1200F08003}>: The name "CL-GLFW-GLU" does not designate any package.
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1640427 "main thread" RUNNING {1200F08003}>: The constant +MAX-VARYING-COMPONENTS+ is being redefined (from 35659 to :UNABLE-TO-RESOLVE)
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1640431 "main thread" RUNNING {1200F08003}>: The constant +MAX-VARYING-COMPONENTS+ is being redefined (from 35659 to :UNABLE-TO-RESOLVE)
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1640435 "main thread" RUNNING {1200F08003}>: The constant +MAX-VARYING-COMPONENTS+ is being redefined (from 35659 to :UNABLE-TO-RESOLVE)
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1640439 "main thread" RUNNING {1200F08003}>: The constant +MAX-VARYING-COMPONENTS+ is being redefined (from 35659 to :UNABLE-TO-RESOLVE)
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1640443 "main thread" RUNNING {1200F08003}>: The constant +MAX-VARYING-COMPONENTS+ is being redefined (from 35659 to :UNABLE-TO-RESOLVE)
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1640447 "main thread" RUNNING {1200F08003}>: The constant +MAX-VARYING-COMPONENTS+ is being redefined (from 35659 to :UNABLE-TO-RESOLVE)
; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glCreateSyncFromCLeventARB" CREATE-SYNC-FROM-CLEVENT-ARB) ...)) ; Unknown CFFI type CL-GLFW-TYPES::SYNC ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1640560 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-glfw-opengl-arb_cl_event" "opengl-arb_cl_event">
; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glDebugMessageCallbackAMD" DEBUG-MESSAGE-CALLBACK-AMD) ...)) ; Unknown CFFI type CL-GLFW-TYPES::DEBUGPROCAMD ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1640481 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-glfw-opengl-amd_debug_output" "opengl-amd_debug_output">
; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glDebugMessageCallbackARB" DEBUG-MESSAGE-CALLBACK-ARB) ...)) ; Unknown CFFI type CL-GLFW-TYPES::DEBUGPROC ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1640570 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-glfw-opengl-arb_debug_output" "opengl-arb_debug_output">
; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glGetSynciv" %GET-SYNC-IV) ...)) ; Unknown CFFI type CL-GLFW-TYPES::SYNC ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glWaitSync" WAIT-SYNC) ...)) ; Unknown CFFI type CL-GLFW-TYPES::SYNC ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glClientWaitSync" CLIENT-WAIT-SYNC) ...)) ; Unknown CFFI type CL-GLFW-TYPES::SYNC ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glDeleteSync" DELETE-SYNC) ...)) ; Unknown CFFI type CL-GLFW-TYPES::SYNC ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glIsSync" IS-SYNC) ...)) ; Unknown CFFI type CL-GLFW-TYPES::SYNC ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glFenceSync" FENCE-SYNC) ...)) ; Unknown CFFI type CL-GLFW-TYPES::SYNC ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1640706 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-glfw-opengl-arb_sync" "opengl-arb_sync">
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1640773 "main thread" RUNNING {1200F08003}>: The constant +MAX-VERTEX-STREAMS+ is being redefined (from 36465 to :UNABLE-TO-RESOLVE)
; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glVDPAUSurfaceAccessNV" VDPAUSURFACE-ACCESS-NV) ...)) ; Unknown CFFI type CL-GLFW-TYPES::VDPAUSURFACE ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glVDPAUGetSurfaceivNV" %VDPAUGET-SURFACE-IV-NV) ...)) ; Unknown CFFI type CL-GLFW-TYPES::VDPAUSURFACE ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glVDPAUUnregisterSurfaceNV" VDPAUUNREGISTER-SURFACE-NV) ...)) ; Unknown CFFI type CL-GLFW-TYPES::VDPAUSURFACE ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glVDPAUIsSurfaceNV" VDPAUIS-SURFACE-NV) ...)) ; Unknown CFFI type CL-GLFW-TYPES::VDPAUSURFACE ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glVDPAURegisterOutputSurfaceNV" %VDPAUREGISTER-OUTPUT-SURFACE-NV) ...)) ; The value of SYMBOL is NIL, which is not of type (AND SYMBOL (NOT NULL)). ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glVDPAURegisterVideoSurfaceNV" %VDPAUREGISTER-VIDEO-SURFACE-NV) ...)) ; The value of SYMBOL is NIL, which is not of type (AND SYMBOL (NOT NULL)). ... ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glVDPAUInitNV" VDPAUINIT-NV) ...)) ; The value of SYMBOL is NIL, which is not of type (AND SYMBOL (NOT NULL)). ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1641320 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-glfw-opengl-nv_vdpau_interop" "opengl-nv_vdpau_interop">
; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glVideoCaptureNV" VIDEO-CAPTURE-NV) ...)) ; The value of SYMBOL is NIL, which is not of type (AND SYMBOL (NOT NULL)). ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1641348 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-glfw-opengl-nv_video_capture" "opengl-nv_video_capture">
; caught ERROR: ; (during macroexpansion of (DEFCFUN ("glImportSyncEXT" IMPORT-SYNC-EXT) ...)) ; Unknown CFFI type CL-GLFW-TYPES::SYNC ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1641109 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-glfw-opengl-ext_x11_sync_object" "opengl-ext_x11_sync_object">
Unhandled UNBOUND-VARIABLE in thread #<SB-THREAD:THREAD tid=1641592 "main thread" RUNNING {1200F08003}>: The variable MESSAGES-PER-SECOND is unbound.
; caught ERROR: ; READ error during COMPILE-FILE: Lock on package SB-UNIX violated when interning SIGPIPE-HANDLER while in package GTK. ; See also: ; The SBCL Manual, Node "Package Locks"(in form starting at line: 7, column: 0, position: 118) ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1641632 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-gtk2-gtk" "gtk.main_loop_events">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1641642 "main thread" RUNNING {1200F08003}>: Component "quicklisp" not found, required by #<PACKAGE-INFERRED-SYSTEM "hamcrest-docs/index">
Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1641725 "main thread" RUNNING {1200F08003}>: The path #P"<build-cache>/cl-i18n/36f4e401a8a761af9cc32fe580cf12e9d51a2d44/cl-i18n/examples/locale/italian.lisp" does not exist.
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1641815 "main thread" RUNNING {1200F08003}>: Component #:S-DOT not found, required by #<SYSTEM "cl-interval-test">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1641888 "main thread" RUNNING {1200F08003}>: Component #:BOOST-JSON not found, required by #<SYSTEM "cl-json-pointer/boost-json-support">
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1641907 "main thread" RUNNING {1200F08003}>: The constant +NOT-FOUND+ is being redefined (from #:NOT-FOUND to #:NOT-FOUND)
; caught WARNING: ; Derived type of LANGUTILS-TOKENIZE::RESULT is (VALUES (AND (VECTOR CHARACTER) (NOT SIMPLE-ARRAY)) &OPTIONAL), conflicting with its asserted type SIMPLE-BASE-STRING. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1642010 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "langutils" "src" "tokenize">
Unhandled SB-KERNEL::UNDEFINED-ALIEN-FUNCTION-ERROR in thread #<SB-THREAD:THREAD tid=1642622 "main thread" RUNNING {1200F08003}>: The alien function "zmq_curve_keypair" is undefined.
; caught WARNING: ; Operator MOO has been deprecated, but is used in <build-cache>/cl-naive-deprecation/695b8f2009f35b37d0a8493744bbbb135679f830/cl-naive-deprecation-20250710-git/tests/operators.lisp: (MOO X) ; ; caught WARNING: ; Operator FOO has been deprecated, but is used in /home/quicklisp/quicklisp-controller/dist/build-cache/cl-naive-deprecation/695b8f2009f35b37d0a8493744bbbb135679f830/cl-naive-deprecation-20250710-git/tests/operators.lisp: (FOO (QUOTE X)) ... ; caught WARNING: ; Operator FOO has been deprecated, but is used in <build-cache>/cl-naive-deprecation/695b8f2009f35b37d0a8493744bbbb135679f830/cl-naive-deprecation-20250710-git/tests/operators.lisp: (FOO X) ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1642645 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-naive-deprecation.tests" "tests/operators">
Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1642691 "main thread" RUNNING {1200F08003}>: Failed to find the TRUENAME of <build-cache>/cl-nst/f4bbdd8059d1cda748cb0beed95ba66620587e5a/cl-nst-20250710-git/test/asdf/packages.lisp: No such file or directory
Unhandled NAME-CONFLICT in thread #<SB-THREAD:THREAD tid=1642832 "main thread" RUNNING {1200F08003}>: USE-PACKAGE (ASDF/PARSE-DEFSYSTEM:EXPLAIN IT.BESE.FIVEAM:EXPLAIN) causes name-conflicts in #<PACKAGE "CL-OPENSEARCH-QUERY-BUILDER-TESTS"> between the following symbols: ASDF/PARSE-DEFSYSTEM:EXPLAIN, IT.BESE.FIVEAM:EXPLAIN
; caught WARNING: ; Invalid :TYPE for slot ID in DEFCLASS USER-TOKEN-MIXIN: bad dimension in array type: CLSQL-SYS:*DEFAULT-STRING-LENGTH*. ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1642909 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-password-store" "cl-password-store">
; caught COMMON-LISP:ERROR: ; (during macroexpansion of (PI:DEFINE-MESSAGE FIELD-DESCRIPTOR-PROTO ...)) ; The value TYPE-DOUBLE is not of type KEYWORD when setting slot PI::NAME of structure CL-PROTOBUFS:ENUM-VALUE-DESCRIPTOR ... ; caught COMMON-LISP:ERROR: ; (during macroexpansion of (PI:DEFINE-MESSAGE FILE-OPTIONS ...)) ; The value SPEED is not of type KEYWORD when setting slot PI::NAME of structure CL-PROTOBUFS:ENUM-VALUE-DESCRIPTOR ... ; caught COMMON-LISP:ERROR: ; (during macroexpansion of (PI:DEFINE-MESSAGE FIELD-OPTIONS ...)) ; The value STRING is not of type KEYWORD when setting slot PI::NAME of structure CL-PROTOBUFS:ENUM-VALUE-DESCRIPTOR ... ; caught COMMON-LISP:ERROR: ; (during macroexpansion of (PI:DEFINE-MESSAGE METHOD-OPTIONS ...)) ; The value IDEMPOTENCY-UNKNOWN is not of type KEYWORD when setting slot PI::NAME of structure CL-PROTOBUFS:ENUM-VALUE-DESCRIPTOR ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1643151 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<PROTOBUF-SOURCE-FILE "cl-protobufs" "well-known-types" "descriptor">
Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD tid=1643240 "main thread" RUNNING {1200F08003}>: The name "ORG.MELUSINA.ATELIER" does not designate any package.
Unhandled UIOP/RUN-PROGRAM:SUBPROCESS-ERROR in thread #<SB-THREAD:THREAD tid=1643399 "main thread" RUNNING {1200F08003}>: Subprocess #<UIOP/LAUNCH-PROGRAM::PROCESS-INFO {12095BE873}>
Unhandled LOAD-SYSTEM-DEFINITION-ERROR in thread #<SB-THREAD:THREAD tid=1643991 "main thread" RUNNING {1200F08003}>: Error while trying to load definition for system cl-schedule from pathname <build-cache>/cl-schedule/e8905f3686bfcbac25f969e70a2066b4c6f34fa0/cl-schedule-20250710-git/cl-schedule.asd: READ error during LOAD: Package LOCAL-TIME does not exist. Line: 23, Column: 30, File-Position: 882 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/cl-schedule/e8905f3686bfcbac25f969e70a2066b4c6f34fa0/cl-schedule-20250710-git/cl-schedule.asd" {1204680683}>
Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD tid=1644251 "main thread" RUNNING {1200F08003}>: These symbols are not accessible in the CL-SPLICING-MACRO package:(#:WITH-SPLICING-MACRO)
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1644408 "main thread" RUNNING {1200F08003}>: Component "asdf-release-ops" not found, required by #<SYSTEM "tar-cli-asdf">
; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @MANUAL ...)) ; (FIND-PACKAGE :TAR) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... ; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @TAR-SIMPLE-EXTRACT ...)) ; (FIND-PACKAGE :TAR-SIMPLE-EXTRACT) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... ; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @TAR-SIMPLE-EXTRACT-CONDITIONS ...)) ; (FIND-PACKAGE :TAR-SIMPLE-EXTRACT) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... ; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @TAR-EXTRACT ...)) ; (FIND-PACKAGE :TAR-EXTRACT) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... ; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @TAR-EXTRACT-CONDITIONS ...)) ; (FIND-PACKAGE :TAR-EXTRACT) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... ; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @TAR-CREATE ...)) ; (FIND-PACKAGE :TAR-CREATE) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... ; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @TAR ...)) ; (FIND-PACKAGE :TAR) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... ; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @TAR-ARCHIVES ...)) ; (FIND-PACKAGE :TAR) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... ; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @TAR-ENTRIES ...)) ; (FIND-PACKAGE :TAR) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... ; caught WARNING: ; Argument :PACKAGE-SYMBOL is deprecated in DEFSECTION macr. Use :PACKAGE instead. ; ; caught ERROR: ; (during macroexpansion of (40ANTS-DOC:DEFSECTION @TAR-CONDITIONS ...)) ; (FIND-PACKAGE :TAR) fell through ETYPECASE expression. Wanted one of (PACKAGE KEYWORD STRING SYMBOL). ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1644430 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "tar/docs" "docs">
Unhandled UIOP/RUN-PROGRAM:SUBPROCESS-ERROR in thread #<SB-THREAD:THREAD tid=1644764 "main thread" RUNNING {1200F08003}>: Subprocess #<UIOP/LAUNCH-PROGRAM::PROCESS-INFO {1209AB69A3}>
Unhandled UIOP/RUN-PROGRAM:SUBPROCESS-ERROR in thread #<SB-THREAD:THREAD tid=1644758 "main thread" RUNNING {1200F08003}>: Subprocess #<UIOP/LAUNCH-PROGRAM::PROCESS-INFO {120A0967F3}>
Unhandled CFFI-GROVEL:GROVEL-ERROR in thread #<error printing a SB-THREAD:THREAD: #<PRINT-NOT-READABLE {120ABAC663}>>: Subprocess #<UIOP/LAUNCH-PROGRAM:PROCESS-INFO {120AB66993}>
Unhandled CFFI-GROVEL:GROVEL-ERROR in thread #<error printing a SB-THREAD:THREAD: #<PRINT-NOT-READABLE {120A5EDBF3}>>: Subprocess #<UIOP/LAUNCH-PROGRAM:PROCESS-INFO {120A5AE973}>
Unhandled CFFI-GROVEL:GROVEL-ERROR in thread #<error printing a SB-THREAD:THREAD: #<PRINT-NOT-READABLE {120AE88A03}>>: Subprocess #<UIOP/LAUNCH-PROGRAM:PROCESS-INFO {120AE3E6D3}>
Unhandled CFFI-GROVEL:GROVEL-ERROR in thread #<error printing a SB-THREAD:THREAD: #<PRINT-NOT-READABLE {120ABA9CD3}>>: Subprocess #<UIOP/LAUNCH-PROGRAM:PROCESS-INFO {120AB66883}>
; caught ERROR: ; (during macroexpansion of (DEFWRAPPER (LIBCTEST # ...) ...)) ; The bounding indices 0 and 64 are bad for a sequence of length 63. ; See also: ; The ANSI Standard, Glossary entry for "bounding index designator" ; The ANSI Standard, writeup for Issue SUBSEQ-OUT-OF-BOUNDS:IS-AN-ERROR ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1645307 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "claw/tests" "c" "cffi" "c">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1645977 "main thread" RUNNING {1200F08003}>: Component "rs-cll" not found, required by #<SYSTEM "codata-recommended-values/tests">
; caught ERROR: ; READ error during COMPILE-FILE: Package V does not exist. Line: 26, Column: 11, File-Position: 1091 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/colleen/950fa71177e3966ae52eb7a986d9ceeeb5e117ed/colleen-20250710-git/config.lisp" {1211EB1ED3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1646005 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "colleen" "config">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1646136 "main thread" RUNNING {1200F08003}>: Component "common-doc.format" not found, required by #<PACKAGE-INFERRED-SYSTEM "commondoc-markdown-test/core">
Unhandled ASDF/BACKWARD-INTERFACE:OPERATION-ERROR in thread #<SB-THREAD:THREAD tid=1646204 "main thread" RUNNING {1200F08003}>: OPERATION-ERROR while invoking #<COMPILE-OP > on #<CPP->SO "qt" "so" "commonqt">
Unhandled ASDF/BACKWARD-INTERFACE:OPERATION-ERROR in thread #<SB-THREAD:THREAD tid=1646164 "main thread" RUNNING {1200F08003}>: OPERATION-ERROR while invoking #<COMPILE-OP > on #<CPP->SO "qt" "so" "commonqt">
Unhandled ASDF/BACKWARD-INTERFACE:OPERATION-ERROR in thread #<SB-THREAD:THREAD tid=1646184 "main thread" RUNNING {1200F08003}>: OPERATION-ERROR while invoking #<COMPILE-OP > on #<CPP->SO "qt" "so" "commonqt">
Unhandled ASDF/BACKWARD-INTERFACE:OPERATION-ERROR in thread #<SB-THREAD:THREAD tid=1646194 "main thread" RUNNING {1200F08003}>: OPERATION-ERROR while invoking #<COMPILE-OP > on #<CPP->SO "qt" "so" "commonqt">
; caught WARNING: ; Constant NIL conflicts with its asserted type STRING. ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Constant NIL conflicts with its asserted type KEYWORD. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1646376 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "corona" "src" "vagrant-cloud">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1646368 "main thread" RUNNING {1200F08003}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "corona-test">
Unhandled LOAD-FOREIGN-LIBRARY-ERROR in thread #<SB-THREAD:THREAD tid=1646389 "main thread" RUNNING {1200F08003}>: Unable to load foreign library (DEFAULT-476).
; caught ERROR: ; READ error during COMPILE-FILE: Lock on package SB-KERNEL violated when interning DD-ELEMENT-TYPE while in package NET.DIDIERVERNA.DECLT.ASSESS. ; See also: ; The SBCL Manual, Node "Package Locks"(in form starting at line: 829, column: 0, position: 32253) ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1646689 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "net.didierverna.declt.assess" "src" "symbol">
; caught ERROR: ; READ error during COMPILE-FILE: Package NU.STATS does not exist. Line: 31, Column: 57, File-Position: 1128 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/distributions/39bb98bb9237cc4d83ee4d811ee885dcb066a237/distributions-20250710-git/tests/main.lisp" {120B94D0A3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1646936 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "distributions/tests" "main">
; caught ERROR: ; READ error during COMPILE-FILE: Package QL does not exist. Line: 118, Column: 37, File-Position: 4196 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/docs-builder/a895d515567ad8aee8fd8bc07b741b69ed6d82ef/docs-builder-20250710-git/src/autobuilder.lisp" {1216323313}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1647009 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "docs-autobuilder/autobuilder" "file-type">
Unhandled SB-EXT:PACKAGE-LOCKED-ERROR in thread #<SB-THREAD:THREAD tid=1647133 "main thread" RUNNING {1200F08003}>: Lock on package SXQL.OPERATOR violated when importing symbol LIST=-OP while in package DYNA.SXQL.
Unhandled SB-EXT:PACKAGE-LOCKED-ERROR in thread #<SB-THREAD:THREAD tid=1647129 "main thread" RUNNING {1200F08003}>: Lock on package SXQL.OPERATOR violated when importing symbol LIST=-OP while in package DYNA.SXQL.
Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD tid=1647222 "main thread" RUNNING {1200F08003}>: The name "EASY-AUDIO.OGG" does not designate any package.
Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD tid=1647790 "main thread" RUNNING {1200F08003}>: No package named "OPTIMA"
Unhandled SB-KERNEL:NAMESTRING-PARSE-ERROR in thread #<SB-THREAD:THREAD tid=1647809 "main thread" RUNNING {1200F08003}>: parse error in namestring: A string of length 0 is not a valid value for any component of a logical pathname
Unhandled SB-EXT:PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1648179 "main thread" RUNNING {1200F08003}>: The name "FIVEAM" does not designate any package.
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1648374 "main thread" RUNNING {1200F08003}>: The name "GDL-USER" does not designate any package.
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1648378 "main thread" RUNNING {1200F08003}>: The name "GDL-USER" does not designate any package.
; caught ERROR: ; READ error during COMPILE-FILE: Package GDL does not exist. Line: 22, Column: 19, File-Position: 876 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/gendl/149c321249e5bd6b3754f13e7ab0413cbb99118b/gendl-master-87849200-git/regression/utils/source/package.lisp" {120550ECC3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1648419 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "regression" "utils/source/package">
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1648423 "main thread" RUNNING {1200F08003}>: The name "GDL-USER" does not designate any package.
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1648394 "main thread" RUNNING {1200F08003}>: The name "TRAINING-G101" does not designate any package.
; caught ERROR: ; READ error during COMPILE-FILE: The symbol "URLS" is not external in the TOOTER package. Line: 135, Column: 39, File-Position: 4432 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/glacier/cda5923933adeda814fc207e3b7e3a2392c09453/glacier-20250710-git/util.lisp" {122AF587C3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1648589 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "glacier" "util">
; caught WARNING: ; Constant 0 conflicts with its asserted type STREAM. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1648676 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "gordon" "movie">
Unhandled ASDF/BACKWARD-INTERFACE:OPERATION-ERROR in thread #<SB-THREAD:THREAD tid=1649014 "main thread" RUNNING {1200F08003}>: OPERATION-ERROR while invoking #<COMPILE-OP > on #<CPP->SO "qt" "so" "commonqt">
; caught ERROR: ; READ error during COMPILE-FILE: Lock on package SB-PCL violated when interning CHECK-OBSOLETE-INSTANCE while in package HU.DWIM.PARTIAL-EVAL.TEST. ; See also: ; The SBCL Manual, Node "Package Locks"(in form starting at line: 17, column: 0, position: 333) ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1649319 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<HU.DWIM.CL-SOURCE-FILE "hu.dwim.partial-eval.test" "test" "slot-value">
; caught ERROR: ; Objects of type FUNCTION can't be dumped into fasl files. ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1649397 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<HU.DWIM.CL-SOURCE-FILE "hu.dwim.quasi-quote.test" "test" "js">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1649621 "main thread" RUNNING {1200F08003}>: Component #:HUNCHENISSR not found, required by #<SYSTEM "hunchenissr-routes">
Unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #<SB-THREAD:THREAD tid=1649962 "main thread" RUNNING {1200F08003}>: Unhandled memory fault at #x0.
; caught ERROR: ; READ error during COMPILE-FILE: Symbol "EXPAND-DEFINITION" not found in the DEFINITIONS-SYSTEMS package. Line: 114, Column: 35, File-Position: 4598 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/its/69b22964952a5a537646ac0e3877e47101f12cb2/its-1.0/defsys.lisp" {1209DACCB3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1650312 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "its" "defsys">
; caught ERROR: ; READ error during COMPILE-FILE: Package KHAZERN does not exist. Line: 1, Column: 25, File-Position: 24 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/khazern/a799016893407d06788370ac6566add5b27d11dc/khazern-20250710-git/code/environment/loop.lisp" {12047A52C3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1650511 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "khazern-environment" "code" "loop">
Unhandled SB-EXT:SYMBOL-PACKAGE-LOCKED-ERROR in thread #<SB-THREAD:THREAD tid=1650774 "main thread" RUNNING {1200F08003}>: Lock on package COMMON-LISP violated when defining SEARCH as a function while in package LEMMY-API/0.18.3.
Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1650758 "main thread" RUNNING {1200F08003}>: Failed to find the TRUENAME of <build-cache>/lemmy-api/8b054adb877d89ba63fcf8b35e10fa75b054751c/lemmy-api-20250710-git/versions/1.0.0-alpha.1/package.lisp: No such file or directory
Unhandled UNBOUND-VARIABLE in thread #<SB-THREAD:THREAD tid=1651157 "main thread" RUNNING {1200F08003}>: The variable *DARWIN-FRAMEWORK-DIRECTORIES* is unbound.
; caught WARNING: ; Derived type of #:G5 is LIST, conflicting with its asserted type ARRAY. ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of #:G17 is LIST, conflicting with its asserted type ARRAY. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1651217 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "listoflist" "src" "listoflist">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1651406 "main thread" RUNNING {1200F08003}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1651390 "main thread" RUNNING {1200F08003}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1651394 "main thread" RUNNING {1200F08003}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1651398 "main thread" RUNNING {1200F08003}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1651402 "main thread" RUNNING {1200F08003}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">
Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD tid=1651737 "main thread" RUNNING {1200F08003}>: Couldn't execute "gnuplot": No such file or directory
; caught ERROR: ; READ error during COMPILE-FILE: Package V does not exist. Line: 107, Column: 12, File-Position: 3801 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/monomyth/3f5aba56abdf0d98da9b166e3b9ac74aa34cce19/monomyth-20250710-git/src/mmop-master.lisp" {12239FC653}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1652539 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "monomyth" "src" "mmop-master">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1652510 "main thread" RUNNING {1200F08003}>: Component :CL-MIGRATUM.DRIVER.SQL not found, required by #<SYSTEM "monomyth/map-reduce-example">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653216 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653205 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653201 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653185 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653177 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653181 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653189 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653173 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653197 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653193 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1653209 "main thread" RUNNING {1200F08003}>: Component "dense-arrays-plus-lite" not found, required by #<SYSTEM "dense-numericals/utils">
; caught ERROR: ; READ error during COMPILE-FILE: Package NUMERICALS.COMMON does not exist. Line: 1, Column: 38, File-Position: 37 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/numericals/ba29533a8b174254bd7750d562f926f29d28b8df/numericals-2024.12.0/benchmarks/benchmark.lisp" {122A271C33}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1653223 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "numericals/benchmarks" "benchmark">
; caught WARNING: ; Deprecated recursive use of (ASDF/OPERATE:OPERATE 'ASDF/LISP-ACTION:LOAD-OP '("dbd-postgres")) while visiting (ASDF/LISP-ACTION:COMPILE-OP "orizuru-orm-test" "t" "table") - please use proper dependencies instead ... ; caught WARNING: ; redefining DEFTYPE type to be a class: DBD.POSTGRES:<DBD-POSTGRES> ... ; caught WARNING: ; redefining DEFTYPE type to be a class: DBD.POSTGRES:<DBD-POSTGRES-CONNECTION> ... ; caught WARNING: ; redefining DEFTYPE type to be a class: DBD.POSTGRES:<DBD-POSTGRES-QUERY> ... ; caught ERROR: ; during macroexpansion of (DEFTABLE TABLE-5 (TABLE-4) ...). Use *BREAK-ON-SIGNALS* to intercept. ; There is no class named ORIZURU-ORM-TEST.POSTGRES::TABLE-4. ... ; caught ERROR: ; during macroexpansion of (DEFTABLE TABLE-8 (TABLE-6) ...). Use *BREAK-ON-SIGNALS* to intercept. ; There is no class named ORIZURU-ORM-TEST.POSTGRES::TABLE-6. ... ; caught ERROR: ; during macroexpansion of (DEFTABLE TABLE-10 (TABLE-9) ...). Use *BREAK-ON-SIGNALS* to intercept. ; There is no class named ORIZURU-ORM-TEST.POSTGRES::TABLE-9. ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1653438 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "orizuru-orm-test" "t" "table">
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD tid=1653684 "main thread" RUNNING {1200F08003}>: The name "PELTADOT/POLYMORPHIC-FUNCTIONS" does not designate any package.
; caught WARNING: ; function called with two arguments, but wants exactly three ; See also: ; The ANSI Standard, Section 3.2.2.3 ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1653960 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "planks" "src" "file-btree">
; caught ERROR: ; Lock on package SB-C violated when lexically binding global symbol-macro *IN-COMPILATION-UNIT* in LET while in package POLYMORPHIC-FUNCTIONS. ; See also: ; The SBCL Manual, Node "Package Locks" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1654068 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "polymorphic-functions" "dispatch">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1654298 "main thread" RUNNING {1200F08003}>: Component "quicklisp" not found, required by #<PACKAGE-INFERRED-SYSTEM "prometheus-gc-docs/index">
; caught ERROR: ; (during macroexpansion of (PY4CL:IMPORT-MODULE "math" ...)) ; end of file on #<SB-SYS:FD-STREAM for "descriptor 10" {12087984E3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1654504 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "py4cl/tests" "tests">
; caught ERROR: ; READ error during COMPILE-FILE: Package QL-HTTP does not exist. Line: 43, Column: 20, File-Position: 1863 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/qlot/eb0f4885980709dd0c24d789656df6f80825f86b/qlot-1.7.2/tests/server.lisp" {122B2E7C83}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1654794 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "qlot-tests/server" "file-type">
; caught ERROR: ; READ error during COMPILE-FILE: Package QUIL does not exist. Line: 12, Column: 35, File-Position: 567 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/quilc/38b5b8116689b2cca5755a90f74e8888870a2621/quilc-20250710-git/tests/chip-library/suite.lisp" {120B4B3CC3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1655426 "main thread" RUNNING {123FD08093}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-quil/chip-library-tests" "suite">
; caught COMMON-LISP:ERROR: ; COMMON-LISP:READ error during COMMON-LISP:COMPILE-FILE: error: Instance missing context ; --> <build-cache>/quilc/38b5b8116689b2cca5755a90f74e8888870a2621/quilc-20250710-git/src/discrete/numeric/utilities.lisp:238:21 ; | ; 238 | (define-instance (Factorable (Complex Integer)) ; | ______________________^ ; 239 | | (define (canonical-factor x) ; | |_^ No instance for COMPLEX INTEGER arising from constraints of superclasses NUM (COMPLEX INTEGER) ; (in form starting at line: 9, column: 0, position: 163) ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1655352 "main thread" RUNNING {1200EF8093}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-quil/discrete" "numeric" "utilities">
; caught COMMON-LISP:ERROR: ; COMMON-LISP:READ error during COMMON-LISP:COMPILE-FILE: error: Invalid identifier name ; --> <build-cache>/quilc/38b5b8116689b2cca5755a90f74e8888870a2621/quilc-20250710-git/src/foust/pauli-operator.lisp:36:11 ; | ; 36 | (define (mcommute? a b) ; | ^^^^^^^^^ The symbol MCOMMUTE? is defined in the package #<PACKAGE "COALTON-LIBRARY/CLASSES"> and not the current package #<PACKAGE "CL-QUIL.FOUST/PAULI-OPERATOR"> ; (in form starting at line: 29, column: 0, position: 509) ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1655370 "main thread" RUNNING {1200EF8093}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-quil/foust" "pauli-operator">
Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1655242 "main thread" RUNNING {1200F08003}>: Failed to find the TRUENAME of <build-cache>/quilc/38b5b8116689b2cca5755a90f74e8888870a2621/quilc-20250710-git/tests/match-tests.lisp: No such file or directory
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1655485 "main thread" RUNNING {1200F08003}>: Component #:SBCL-LIBRARIAN not found, required by #<SYSTEM "libquilc">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1655481 "main thread" RUNNING {1200F08003}>: Component #:SBCL-LIBRARIAN not found, required by #<SYSTEM "libquilc">
; caught ERROR: ; READ error during COMPILE-FILE: Symbol "*USE-DEDICATED-OUTPUT-STREAM*" not found in the SWANK package. Line: 9, Column: 43, File-Position: 166 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/qvm/57393a0b6556d11686b77967e67659782119e370/qvm-20250710-git/app/src/entry-point.lisp" {1210E475F3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1655561 "main thread" RUNNING {123FD58093}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "qvm-app" "entry-point">
; caught WARNING: ; Destructive function NCONC called on constant data: (:WEAKNESS :KEY-OR-VALUE) ; See also: ; The ANSI Standard, Special Operator QUOTE ; The ANSI Standard, Section 3.7.1 ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1655659 "main thread" RUNNING {123FBE8093}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "racer" "racer-kernel" "racer-utilities">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1655768 "main thread" RUNNING {1200F08003}>: Component "resend" not found, required by #<PACKAGE-INFERRED-SYSTEM "reblocks-auth/providers/email/resend">
; caught ERROR: ; READ error during COMPILE-FILE: Package HTTP does not exist. Line: 73, Column: 49, File-Position: 2471 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/reblocks-navigation-widget/eae15d0c8f06f5c97cb0d4267930446f075b25af/reblocks-navigation-widget-20250710-git/docs/index.lisp" {1225EDBDF3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1655805 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "reblocks-navigation-widget-docs/index" "file-type">
; caught WARNING: ; Constant NIL conflicts with its asserted type STRING. ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Constant 0 conflicts with its asserted type SYMBOL. ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Constant NIL conflicts with its asserted type STRING. ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Constant 0 conflicts with its asserted type SYMBOL. ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Constant NIL conflicts with its asserted type STRING. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1656216 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "s-protobuf" "descriptor">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1657585 "main thread" RUNNING {1200F08003}>: Component "pddl-utils" not found, required by #<SYSTEM "shop3/pddl-helpers">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1657619 "main thread" RUNNING {1200F08003}>: Component "pddl-utils" not found, required by #<SYSTEM "shop3/pddl-helpers">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1657606 "main thread" RUNNING {1200F08003}>: Component "pddl-utils" not found, required by #<SYSTEM "shop3/pddl-helpers">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1657602 "main thread" RUNNING {1200F08003}>: Component "pddl-utils" not found, required by #<FIVEAM-TESTER-SYSTEM "shop3/test-satellite">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1657592 "main thread" RUNNING {1200F08003}>: Component "pddl-utils" not found, required by #<SYSTEM "shop3/pddl-helpers">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1658208 "main thread" RUNNING {1200F08003}>: Component :MOP-UTILS not found, required by #<SYSTEM "submarine">
; caught ERROR: ; READ error during COMPILE-FILE: Package QUICKLISP does not exist. Line: 27, Column: 36, File-Position: 1481 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/super-loader/e1bd2c500a2bfae4d71f2e8d3c0e927c68b1889a/super-loader-20250710-git/super-loader.lisp" {12048B24B3}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1658321 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "super-loader" "super-loader">
; caught WARNING: ; Derived type of CLCS-35-CHECK-TYPE::X is (SIMPLE-ARRAY CHARACTER (2)), conflicting with its asserted type INTEGER. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1658409 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "tclcs-code" "07-assertions" "tclcs-35-check-type">
Unhandled REQUIRE-MODULE-ERROR in thread #<SB-THREAD:THREAD tid=1658570 "main thread" RUNNING {1200F08003}>: No location found for "rm.t"
; caught WARNING: ; Derived type of SB-C::NEW-VALUE is (VALUES (OR (INTEGER -128 -1) (INTEGER 1 127)) &OPTIONAL), conflicting with its asserted type BASE-CHAR. ; See also: ; The SBCL Manual, Node "Handling of Types" ; ; caught WARNING: ; Derived type of SB-C::NEW-VALUE is (VALUES (OR (INTEGER -128 -1) (INTEGER 1 127)) &OPTIONAL), conflicting with its asserted type CHARACTER. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1658607 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "thnappy" "src" "block-memory-operations">
; caught ERROR: ; READ error during COMPILE-FILE: The function TRANSPARENT-WRAP::CONSQUOTE is undefined.(in form starting at line: 11, column: 0, position: 372) ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1659519 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "transparent-wrap-test" "test" "wrapping">
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=1659672 "main thread" RUNNING {1200F08003}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "trivial-download-test">
; caught WARNING: ; Constant NIL conflicts with its asserted type FIXNUM. ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught ERROR: ; READ error during COMPILE-FILE: Package V does not exist. Line: 154, Column: 11, File-Position: 5240 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file <build-cache>/trivial-swank/840a996a64f567f46af09caa8213fc7b38fd184a/trivial-swank-quicklisp-ab90d90f-git/trivial-swank.lisp" {1206833573}> ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1659899 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "trivial-swank" "trivial-swank">
Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD tid=1659925 "main thread" RUNNING {1200F08003}>: These symbols are not accessible in the TRIVIAL-TIMERS package:(#:TIMER #:TIMER-NAME #:TIMER-SCHEDULED-P #:MAKE-TIMER #:SCHEDULE-TIMER #:UNSCHEDULE-TIMER #:LIST-ALL-TIMERS)
Unhandled UNDEFINED-FUNCTION in thread #<SB-THREAD:THREAD tid=1659941 "main thread" RUNNING {1200F08003}>: The function TRIVIAL-UTF-8-TESTS::WRITE-UTF-8-BYTES is undefined.
Unhandled SB-EXT:DEFCONSTANT-UNEQL in thread #<SB-THREAD:THREAD tid=1660339 "main thread" RUNNING {1200F08003}>: The constant +VERSION+ is being redefined (from #*0111 to #*0111)
Unhandled UNBOUND-VARIABLE in thread #<SB-THREAD:THREAD tid=1660404 "main thread" RUNNING {1200F08003}>: The variable FORCE is unbound.
; caught WARNING: ; Derived type of #:G91 is (INTEGER -2147483649 -2147483649), conflicting with its asserted type (SIGNED-BYTE 32). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of #:G130 is (INTEGER 2147483648 2147483648), conflicting with its asserted type (SIGNED-BYTE 32). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of #:G69 is (INTEGER -1 -1), conflicting with its asserted type (UNSIGNED-BYTE 32). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of #:G108 is (INTEGER 4294967296 4294967296), conflicting with its asserted type (UNSIGNED-BYTE 32). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of #:G108 is (AND (RATIONAL -2147483649/256 -2147483649/256) (NOT INTEGER)), conflicting with its asserted type (OR (SINGLE-FLOAT -8388608.0 8388608.0) (DOUBLE-FLOAT -8388608.0d0 8388607.99609375d0) (RATIONAL -8388608 2147483647/256)). ; See also: ; The SBCL Manual, Node "Handling of Types" ... ; caught WARNING: ; Derived type of #:G77 is (INTEGER 8388608 8388608), conflicting with its asserted type (OR (SINGLE-FLOAT -8388608.0 8388608.0) (DOUBLE-FLOAT -8388608.0d0 8388607.99609375d0) (RATIONAL -8388608 2147483647/256)). ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1660521 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "wayflan/test" "wire">
; caught WARNING: ; Derived type of #:G2 is (MEMBER METABANG.CL-CONTAINERS:CHILDREN), conflicting with its asserted type LIST. ; See also: ; The SBCL Manual, Node "Handling of Types" ... Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1660614 "main thread" RUNNING {1200F08003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "weblocks" "src" "widgets" "widget" "widget">