[asdf-devel] ASDF testing

David McClain dbm at refined-audiometrics.com
Sun Feb 28 07:50:11 UTC 2010


Okay all,

Your tests ran fine. I had to find and fix the location suggested by Francois-Rene. Your code for LW LEAVE-LISP used CODE in place of the parameter named RETURN, and that was the source of the error. (in file script-support.lisp).

Now I will say, the routine QUIT is undocumented in LW. And while you have most of the parameters correct, there is one more named RETURN when I call FUNCTION-LAMBDA-LIST on #'QUIT. You are assuming that your Return parameter belongs in the SYSTEM::STATUS key parameter position of QUIT. What is that final parameter for? And are you being lied to about your return status?

CL-USER 1 > (function-lambda-list #'quit)
(&KEY (SYSTEM::STATUS 0) SYSTEM::CONFIRM SYSTEM::IGNORE-ERRORS-P RETURN)

Here is the transcript of the test session:

bash-3.2$ run-tests.sh lwm64
lwm64 is /users/dbmcclain/projects/bin/lwm64
/users/dbmcclain/projects/bin/lwm64 -siteinit - -init -
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/compile-asdf.lisp
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;;; Compiling file /Users/dbmcclain/Downloads/asdf/asdf.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 3)
; (TOP-LEVEL-FORM 4)
; (DEFPARAMETER ASDF::*ASDF-VERSION*)
; ASDF:ASDF-VERSION
; (DEFVAR ASDF:*RESOLVE-SYMLINKS*)
; (DEFVAR ASDF:*COMPILE-FILE-WARNINGS-BEHAVIOUR*)
; (DEFVAR ASDF:*COMPILE-FILE-FAILURE-BEHAVIOUR*)
; (DEFVAR ASDF::*VERBOSE-OUT*)
; (DEFPARAMETER ASDF::+ASDF-METHODS+)
; (TOP-LEVEL-FORM 12)
; (TOP-LEVEL-FORM 12)
; (METHOD-COMBINATION ASDF:STANDARD-ASDF-METHOD-COMBINATION)
; (TOP-LEVEL-FORM 14)
; (DEFGENERIC ASDF:PERFORM)
; (DEFGENERIC ASDF:OPERATION-DONE-P)
; (DEFGENERIC ASDF:EXPLAIN)
; (DEFGENERIC ASDF:OUTPUT-FILES)
; (DEFGENERIC ASDF:INPUT-FILES)
; (DEFGENERIC ASDF:SYSTEM-SOURCE-FILE)
; (DEFGENERIC ASDF:COMPONENT-SYSTEM)
; (DEFGENERIC ASDF:COMPONENT-PATHNAME)
; (DEFGENERIC ASDF:COMPONENT-RELATIVE-PATHNAME)
; (DEFGENERIC ASDF:COMPONENT-PROPERTY)
; (DEFGENERIC (SETF ASDF:COMPONENT-PROPERTY))
; (DEFGENERIC ASDF::VERSION-SATISFIES)
; (DEFGENERIC ASDF:FIND-COMPONENT)
; (DEFGENERIC ASDF:SOURCE-FILE-TYPE)
; (DEFGENERIC ASDF::OPERATION-ANCESTOR)
; (DEFGENERIC ASDF::COMPONENT-VISITED-P)
; (DEFGENERIC ASDF::VISIT-COMPONENT)
; (DEFGENERIC (SETF ASDF::VISITING-COMPONENT))
; (DEFGENERIC ASDF::COMPONENT-VISITING-P)
; (DEFGENERIC ASDF:COMPONENT-DEPENDS-ON)
; (DEFGENERIC ASDF::COMPONENT-SELF-DEPENDENCIES)
; (DEFGENERIC ASDF::TRAVERSE)
; (DEFGENERIC ASDF::OUTPUT-FILES-USING-MAPPINGS)
; ASDF-UTILITIES:AIF
; ASDF-UTILITIES:PATHNAME-SANS-NAME+TYPE
; ASDF-UTILITIES:PATHNAME-DIRECTORY-PATHNAME
; ASDF-UTILITIES:APPENDF
; ASDF-UTILITIES:ASDF-MESSAGE
; ASDF-UTILITIES:SPLIT
; ASDF-UTILITIES:COMPONENT-NAME-TO-PATHNAME-COMPONENTS
; ASDF-UTILITIES:REMOVE-KEYS
; ASDF-UTILITIES:REMOVE-KEYWORD
; ASDF-UTILITIES:RESOLVE-SYMLINKS
; ASDF-UTILITIES:GETENV
; ASDF-UTILITIES:DIRECTORY-PATHNAME-P
; ASDF-UTILITIES:ENSURE-DIRECTORY-PATHNAME
; ASDF-UTILITIES:ABSOLUTE-PATHNAME-P
; ASDF-UTILITIES:LENGTH=N-P
; ASDF-UTILITIES:ENDS-WITH
; ASDF-UTILITIES:MAKE-COLLECTOR
; ASDF-UTILITIES:READ-FILE-FORMS
; ASDF-UTILITIES:GET-UID
; ASDF-UTILITIES:TRUENAMIZE
; (SUBFUNCTION (DEFCLASS ASDF:SYSTEM-DEFINITION-ERROR) (DEFINE-CONDITION ASDF:SYSTEM-DEFINITION-ERROR))
; (DEFINE-CONDITION ASDF:SYSTEM-DEFINITION-ERROR)
; (SUBFUNCTION (DEFCLASS ASDF::FORMATTED-SYSTEM-DEFINITION-ERROR) (DEFINE-CONDITION ASDF::FORMATTED-SYSTEM-DEFINITION-ERROR))
; (DEFINE-CONDITION ASDF::FORMATTED-SYSTEM-DEFINITION-ERROR)
; (DEFINE-CONDITION ASDF::FORMATTED-SYSTEM-DEFINITION-ERROR)
; (SUBFUNCTION (DEFCLASS ASDF:MISSING-DEFINITION) (DEFINE-CONDITION ASDF:MISSING-DEFINITION))
; (DEFINE-CONDITION ASDF:MISSING-DEFINITION)
; (DEFINE-CONDITION ASDF:MISSING-DEFINITION)
; (SUBFUNCTION (DEFCLASS ASDF:CIRCULAR-DEPENDENCY) (DEFINE-CONDITION ASDF:CIRCULAR-DEPENDENCY))
; (DEFINE-CONDITION ASDF:CIRCULAR-DEPENDENCY)
; (SUBFUNCTION (DEFCLASS ASDF:DUPLICATE-NAMES) (DEFINE-CONDITION ASDF:DUPLICATE-NAMES))
; (DEFINE-CONDITION ASDF:DUPLICATE-NAMES)
; (SUBFUNCTION (DEFCLASS ASDF:MISSING-COMPONENT) (DEFINE-CONDITION ASDF:MISSING-COMPONENT))
; (DEFINE-CONDITION ASDF:MISSING-COMPONENT)
; (SUBFUNCTION (DEFCLASS ASDF:MISSING-COMPONENT-OF-VERSION) (DEFINE-CONDITION ASDF:MISSING-COMPONENT-OF-VERSION))
; (DEFINE-CONDITION ASDF:MISSING-COMPONENT-OF-VERSION)
; (SUBFUNCTION (DEFCLASS ASDF:MISSING-DEPENDENCY) (DEFINE-CONDITION ASDF:MISSING-DEPENDENCY))
; (DEFINE-CONDITION ASDF:MISSING-DEPENDENCY)
; (SUBFUNCTION (DEFCLASS ASDF:MISSING-DEPENDENCY-OF-VERSION) (DEFINE-CONDITION ASDF:MISSING-DEPENDENCY-OF-VERSION))
; (DEFINE-CONDITION ASDF:MISSING-DEPENDENCY-OF-VERSION)
; (SUBFUNCTION (DEFCLASS ASDF:OPERATION-ERROR) (DEFINE-CONDITION ASDF:OPERATION-ERROR))
; (DEFINE-CONDITION ASDF:OPERATION-ERROR)
; (DEFINE-CONDITION ASDF:OPERATION-ERROR)
; (SUBFUNCTION (DEFCLASS ASDF:COMPILE-ERROR) (DEFINE-CONDITION ASDF:COMPILE-ERROR))
; (DEFINE-CONDITION ASDF:COMPILE-ERROR)
; (SUBFUNCTION (DEFCLASS ASDF:COMPILE-FAILED) (DEFINE-CONDITION ASDF:COMPILE-FAILED))
; (DEFINE-CONDITION ASDF:COMPILE-FAILED)
; (SUBFUNCTION (DEFCLASS ASDF:COMPILE-WARNED) (DEFINE-CONDITION ASDF:COMPILE-WARNED))
; (DEFINE-CONDITION ASDF:COMPILE-WARNED)
; (DEFCLASS ASDF:COMPONENT)
; (METHOD PRINT-OBJECT (ASDF:MISSING-DEPENDENCY T))
; ASDF::SYSDEF-ERROR
; (METHOD PRINT-OBJECT (ASDF:MISSING-COMPONENT T))
; (METHOD PRINT-OBJECT (ASDF:MISSING-COMPONENT-OF-VERSION T))
; (METHOD ASDF:COMPONENT-SYSTEM (ASDF:COMPONENT))
; (METHOD PRINT-OBJECT (ASDF:COMPONENT T))
; (DEFCLASS ASDF:MODULE)
; ASDF::COMPONENT-PARENT-PATHNAME
; (METHOD ASDF:COMPONENT-RELATIVE-PATHNAME (ASDF:MODULE))
; (METHOD ASDF:COMPONENT-PATHNAME (ASDF:COMPONENT))
; (METHOD ASDF:COMPONENT-PROPERTY (ASDF:COMPONENT T))
; (METHOD (SETF ASDF:COMPONENT-PROPERTY) (T ASDF:COMPONENT T))
; (DEFCLASS ASDF:SYSTEM)
; (METHOD ASDF::VERSION-SATISFIES (ASDF:COMPONENT T))
; (METHOD ASDF::VERSION-SATISFIES (STRING T))
; ASDF::MAKE-DEFINED-SYSTEMS-TABLE
; (DEFVAR ASDF::*DEFINED-SYSTEMS*)
; ASDF-UTILITIES:COERCE-NAME
; ASDF-UTILITIES:SYSTEM-REGISTERED-P
; ASDF:MAP-SYSTEMS
; (DEFPARAMETER ASDF:*SYSTEM-DEFINITION-SEARCH-FUNCTIONS*)
; ASDF:SYSTEM-DEFINITION-PATHNAME
; (DEFVAR ASDF:*CENTRAL-REGISTRY*)
; ASDF::SYSDEF-CENTRAL-REGISTRY-SEARCH
; ASDF::MAKE-TEMPORARY-PACKAGE
; ASDF::SAFE-FILE-WRITE-DATE
; ASDF:FIND-SYSTEM
; ASDF::REGISTER-SYSTEM
; (METHOD ASDF:FIND-COMPONENT (ASDF:MODULE T))
; (METHOD ASDF:FIND-COMPONENT ((EQL NIL) T))
; (DEFCLASS ASDF:SOURCE-FILE)
; (DEFCLASS ASDF:CL-SOURCE-FILE)
; (DEFCLASS ASDF:C-SOURCE-FILE)
; (DEFCLASS ASDF:JAVA-SOURCE-FILE)
; (DEFCLASS ASDF:STATIC-FILE)
; (DEFCLASS ASDF:DOC-FILE)
; (DEFCLASS ASDF:HTML-FILE)
; (METHOD ASDF:SOURCE-FILE-TYPE (ASDF:CL-SOURCE-FILE ASDF:MODULE))
; (METHOD ASDF:SOURCE-FILE-TYPE (ASDF:C-SOURCE-FILE ASDF:MODULE))
; (METHOD ASDF:SOURCE-FILE-TYPE (ASDF:JAVA-SOURCE-FILE ASDF:MODULE))
; (METHOD ASDF:SOURCE-FILE-TYPE (ASDF:HTML-FILE ASDF:MODULE))
; (METHOD ASDF:SOURCE-FILE-TYPE (ASDF:STATIC-FILE ASDF:MODULE))
; ASDF::MERGE-COMPONENT-RELATIVE-PATHNAME
; (METHOD ASDF:COMPONENT-RELATIVE-PATHNAME (ASDF:SOURCE-FILE))
; (DEFCLASS ASDF:OPERATION)
; (METHOD PRINT-OBJECT (ASDF:OPERATION T))
; (METHOD SHARED-INITIALIZE :AFTER (ASDF:OPERATION T))
; ASDF::NODE-FOR
; (METHOD ASDF::OPERATION-ANCESTOR (ASDF:OPERATION))
; ASDF::MAKE-SUB-OPERATION
; (METHOD ASDF::VISIT-COMPONENT (ASDF:OPERATION ASDF:COMPONENT T))
; (METHOD ASDF::COMPONENT-VISITED-P (ASDF:OPERATION ASDF:COMPONENT))
; (METHOD (SETF ASDF::VISITING-COMPONENT) (T T T))
; (METHOD (SETF ASDF::VISITING-COMPONENT) (T ASDF:OPERATION ASDF:COMPONENT))
; (METHOD ASDF::COMPONENT-VISITING-P (ASDF:OPERATION ASDF:COMPONENT))
; (METHOD ASDF:COMPONENT-DEPENDS-ON (SYMBOL ASDF:COMPONENT))
; (METHOD ASDF:COMPONENT-DEPENDS-ON (ASDF:OPERATION ASDF:COMPONENT))
; (METHOD ASDF::COMPONENT-SELF-DEPENDENCIES (ASDF:OPERATION ASDF:COMPONENT))
; (METHOD ASDF:INPUT-FILES (ASDF:OPERATION ASDF:COMPONENT))
; (METHOD ASDF:INPUT-FILES (ASDF:OPERATION ASDF:MODULE))
; (METHOD ASDF:OPERATION-DONE-P (ASDF:OPERATION ASDF:COMPONENT))
; (DEFVAR ASDF::*FORCING*)
; (METHOD ASDF::TRAVERSE (ASDF:OPERATION ASDF:COMPONENT))
; (METHOD ASDF:PERFORM (ASDF:OPERATION ASDF:SOURCE-FILE))
; (METHOD ASDF:PERFORM (ASDF:OPERATION ASDF:MODULE))
; (METHOD ASDF:EXPLAIN (ASDF:OPERATION ASDF:COMPONENT))
; (DEFCLASS ASDF:COMPILE-OP)
; (METHOD ASDF:PERFORM :BEFORE (ASDF:COMPILE-OP ASDF:SOURCE-FILE))
; (METHOD ASDF:PERFORM :AFTER (ASDF:OPERATION ASDF:COMPONENT))
; (METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE))
; (METHOD ASDF:OUTPUT-FILES (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE))
; (METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:STATIC-FILE))
; (METHOD ASDF:OUTPUT-FILES (ASDF:COMPILE-OP ASDF:STATIC-FILE))
; (METHOD ASDF:INPUT-FILES (ASDF:COMPILE-OP ASDF:STATIC-FILE))
; (DEFCLASS ASDF::BASIC-LOAD-OP)
; (DEFCLASS ASDF:LOAD-OP)
; (METHOD ASDF:PERFORM (ASDF:LOAD-OP ASDF:CL-SOURCE-FILE))
; (METHOD ASDF:PERFORM ASDF:AROUND (ASDF:LOAD-OP ASDF:CL-SOURCE-FILE))
; (METHOD ASDF:PERFORM ASDF:AROUND (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE))
; (METHOD ASDF:PERFORM (ASDF:LOAD-OP ASDF:STATIC-FILE))
; (METHOD ASDF:OPERATION-DONE-P (ASDF:LOAD-OP ASDF:STATIC-FILE))
; (METHOD ASDF:OUTPUT-FILES (ASDF:OPERATION ASDF:COMPONENT))
; (METHOD ASDF:COMPONENT-DEPENDS-ON (ASDF:LOAD-OP ASDF:COMPONENT))
; (DEFCLASS ASDF:LOAD-SOURCE-OP)
; (METHOD ASDF:PERFORM (ASDF:LOAD-SOURCE-OP ASDF:CL-SOURCE-FILE))
; (METHOD ASDF:PERFORM (ASDF:LOAD-SOURCE-OP ASDF:STATIC-FILE))
; (METHOD ASDF:OUTPUT-FILES (ASDF:LOAD-SOURCE-OP ASDF:COMPONENT))
; (METHOD ASDF:COMPONENT-DEPENDS-ON (ASDF:LOAD-SOURCE-OP ASDF:COMPONENT))
; (METHOD ASDF:OPERATION-DONE-P (ASDF:LOAD-SOURCE-OP ASDF:SOURCE-FILE))
; (DEFCLASS ASDF:TEST-OP)
; (METHOD ASDF:PERFORM (ASDF:TEST-OP ASDF:COMPONENT))
; (METHOD ASDF:OPERATION-DONE-P (ASDF:TEST-OP ASDF:SYSTEM))
; (METHOD ASDF:COMPONENT-DEPENDS-ON :AROUND (ASDF:TEST-OP ASDF:SYSTEM))
; ASDF:OPERATE
; ASDF:OOS
; (TOP-LEVEL-FORM 167)
; ASDF:LOAD-SYSTEM
; ASDF:COMPILE-SYSTEM
; ASDF:TEST-SYSTEM
; ASDF::DETERMINE-SYSTEM-PATHNAME
; ASDF:DEFSYSTEM
; ASDF::CLASS-FOR-TYPE
; ASDF::MAYBE-ADD-TREE
; ASDF::UNION-OF-DEPENDENCIES
; (DEFVAR ASDF::*SERIAL-DEPENDS-ON*)
; ASDF::SYSDEF-ERROR-COMPONENT
; ASDF::CHECK-COMPONENT-INPUT
; ASDF::%REMOVE-COMPONENT-INLINE-METHODS
; ASDF::%DEFINE-COMPONENT-INLINE-METHODS
; ASDF::%REFRESH-COMPONENT-INLINE-METHODS
; ASDF::PARSE-COMPONENT-FORM
; ASDF:RUN-SHELL-COMMAND
; (METHOD ASDF:SYSTEM-SOURCE-FILE (T))
; ASDF::SYSTEM-SOURCE-DIRECTORY
; ASDF::RELATIVIZE-DIRECTORY
; ASDF::RELATIVIZE-PATHNAME-DIRECTORY
; ASDF:SYSTEM-RELATIVE-PATHNAME
; (DEFPARAMETER ASDF::*IMPLEMENTATION-FEATURES*)
; (DEFPARAMETER ASDF::*OS-FEATURES*)
; (DEFPARAMETER ASDF::*ARCHITECTURE-FEATURES*)
; ASDF::LISP-VERSION-STRING
; ASDF::FIRST-FEATURE
; ASDF::IMPLEMENTATION-TYPE
; ASDF::IMPLEMENTATION-IDENTIFIER
; ASDF::USER-CONFIGURATION-DIRECTORY
; ASDF::SYSTEM-CONFIGURATION-DIRECTORY
; ASDF::CONFIGURATION-INHERITANCE-DIRECTIVE-P
; ASDF::VALIDATE-CONFIGURATION-FORM
; ASDF::VALIDATE-CONFIGURATION-FILE
; ASDF::VALIDATE-CONFIGURATION-DIRECTORY
; (DEFVAR ASDF::*OUTPUT-TRANSLATIONS*)
; (DEFVAR ASDF::*USER-CACHE*)
; (DEFVAR ASDF::*SYSTEM-CACHE*)
; ASDF::OUTPUT-TRANSLATIONS
; (SETF ASDF::OUTPUT-TRANSLATIONS)
; ASDF::OUTPUT-TRANSLATIONS-INITIALIZED-P
; ASDF:CLEAR-OUTPUT-TRANSLATIONS
; (DEFPARAMETER ASDF::*WILD-PATH*)
; ASDF::WILDEN
; ASDF::RESOLVE-ABSOLUTE-LOCATION-COMPONENT
; ASDF::RESOLVE-RELATIVE-LOCATION-COMPONENT
; ASDF::RESOLVE-LOCATION
; ASDF::LOCATION-DESIGNATOR-P
; ASDF::VALIDATE-OUTPUT-TRANSLATIONS-DIRECTIVE
; ASDF::VALIDATE-OUTPUT-TRANSLATIONS-FORM
; ASDF::VALIDATE-OUTPUT-TRANSLATIONS-FILE
; ASDF::VALIDATE-OUTPUT-TRANSLATIONS-DIRECTORY
; ASDF::PARSE-OUTPUT-TRANSLATIONS-STRING
; (DEFPARAMETER ASDF::*DEFAULT-OUTPUT-TRANSLATIONS*)
; (DEFPARAMETER ASDF::*IMPLEMENTATION-OUTPUT-TRANSLATIONS*)
; ASDF::IMPLEMENTATION-OUTPUT-TRANSLATIONS
; (DEFPARAMETER ASDF::*OUTPUT-TRANSLATIONS-FILE*)
; (DEFPARAMETER ASDF::*OUTPUT-TRANSLATIONS-DIRECTORY*)
; ASDF::USER-OUTPUT-TRANSLATIONS-PATHNAME
; ASDF::SYSTEM-OUTPUT-TRANSLATIONS-PATHNAME
; ASDF::USER-OUTPUT-TRANSLATIONS-DIRECTORY-PATHNAME
; ASDF::SYSTEM-OUTPUT-TRANSLATIONS-DIRECTORY-PATHNAME
; ASDF::ENVIRONMENT-OUTPUT-TRANSLATIONS
; (DEFGENERIC ASDF::PROCESS-OUTPUT-TRANSLATIONS)
; (METHOD ASDF::PROCESS-OUTPUT-TRANSLATIONS (SYMBOL))
; (METHOD ASDF::PROCESS-OUTPUT-TRANSLATIONS (PATHNAME))
; (METHOD ASDF::PROCESS-OUTPUT-TRANSLATIONS (STRING))
; (METHOD ASDF::PROCESS-OUTPUT-TRANSLATIONS (NULL))
; (METHOD ASDF::PROCESS-OUTPUT-TRANSLATIONS (CONS))
; ASDF::INHERIT-OUTPUT-TRANSLATIONS
; ASDF::PROCESS-OUTPUT-TRANSLATIONS-DIRECTIVE
; ASDF:INITIALIZE-OUTPUT-TRANSLATIONS
; ASDF:ENSURE-OUTPUT-TRANSLATIONS
; ASDF:APPLY-OUTPUT-TRANSLATIONS
; (METHOD ASDF:OUTPUT-FILES :AROUND (ASDF:OPERATION ASDF:COMPONENT))
; ASDF:COMPILE-FILE-PATHNAME*
; (DEFPARAMETER ASDF::*LINK-INITIAL-DWORD*)
; (DEFPARAMETER ASDF::*LINK-GUID*)
; ASDF::READ-NULL-TERMINATED-STRING
; ASDF::READ-LITTLE-ENDIAN
; ASDF::PARSE-FILE-LOCATION-INFO
; ASDF::PARSE-WINDOWS-SHORTCUT
; (TOP-LEVEL-FORM 249)
; (DEFVAR ASDF::*DEFAULT-EXCLUSIONS*)
; (DEFVAR ASDF::*SOURCE-REGISTRY*)
; ASDF::SOURCE-REGISTRY
; (SETF ASDF::SOURCE-REGISTRY)
; ASDF::SOURCE-REGISTRY-INITIALIZED-P
; ASDF:CLEAR-SOURCE-REGISTRY
; ASDF::SYSDEF-SOURCE-REGISTRY-SEARCH
; ASDF::VALIDATE-SOURCE-REGISTRY-DIRECTIVE
; ASDF::VALIDATE-SOURCE-REGISTRY-FORM
; ASDF::VALIDATE-SOURCE-REGISTRY-FILE
; ASDF::VALIDATE-SOURCE-REGISTRY-DIRECTORY
; ASDF::PARSE-SOURCE-REGISTRY-STRING
; ASDF::REGISTER-ASD-DIRECTORY
; (DEFPARAMETER ASDF:*DEFAULT-SOURCE-REGISTRIES*)
; (DEFPARAMETER ASDF::*SOURCE-REGISTRY-FILE*)
; (DEFPARAMETER ASDF::*SOURCE-REGISTRY-DIRECTORY*)
; ASDF::WRAPPING-SOURCE-REGISTRY
; ASDF::DEFAULT-SOURCE-REGISTRY
; ASDF::USER-SOURCE-REGISTRY
; ASDF::SYSTEM-SOURCE-REGISTRY
; ASDF::USER-SOURCE-REGISTRY-DIRECTORY
; ASDF::SYSTEM-SOURCE-REGISTRY-DIRECTORY
; ASDF::ENVIRONMENT-SOURCE-REGISTRY
; (DEFGENERIC ASDF:PROCESS-SOURCE-REGISTRY)
; (METHOD ASDF:PROCESS-SOURCE-REGISTRY (SYMBOL))
; (METHOD ASDF:PROCESS-SOURCE-REGISTRY (PATHNAME))
; (METHOD ASDF:PROCESS-SOURCE-REGISTRY (STRING))
; (METHOD ASDF:PROCESS-SOURCE-REGISTRY (NULL))
; (METHOD ASDF:PROCESS-SOURCE-REGISTRY (CONS))
; ASDF::INHERIT-SOURCE-REGISTRY
; ASDF::PROCESS-SOURCE-REGISTRY-DIRECTIVE
; ASDF:COMPUTE-SOURCE-REGISTRY
; ASDF:INITIALIZE-SOURCE-REGISTRY
; ASDF:ENSURE-SOURCE-REGISTRY
; (TOP-LEVEL-FORM 285)
; (TOP-LEVEL-FORM 286)
; (TOP-LEVEL-FORM 287)
;; Processing Cross Reference InformationASDF compiled cleanlyCompiled OK
Testing: test-force.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-force.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test-force.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test-force.asd
; registering #<SYSTEM TEST-FORCE 402001375B> as TEST-FORCE
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file1.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (DEFPACKAGE "TEST-PACKAGE")
; (TOP-LEVEL-FORM 2)
; (DEFVAR TEST-PACKAGE::*FILE1*)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file1.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (DEFPACKAGE "TEST-PACKAGE")
; (TOP-LEVEL-FORM 2)
; (DEFVAR TEST-PACKAGE::*FILE1*)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-force.script passed
Testing: test-module-depend.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-module-depend.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test-module-depend.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test-module-depend.asd
; registering #<SYSTEM :TEST-MODULE-DEPEND 40200139BB> as
; TEST-MODULE-DEPEND
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file2.64xfasl
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file3.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file1.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (DEFPACKAGE "TEST-PACKAGE")
; (TOP-LEVEL-FORM 2)
; (DEFVAR TEST-PACKAGE::*FILE1*)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file2.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 2)
;; Processing Cross Reference Information
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file3.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (DEFPACKAGE "TEST-PACKAGE")
; (TOP-LEVEL-FORM 2)
; (DEFVAR TEST-PACKAGE::*FILE3*)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file2.64xfasl
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file3.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-module-depend.script passed
Testing: test-module-excessive-depend.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-module-excessive-depend.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test-module-excessive-depend.asd
; into #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test-module-excessive-depend.asd
; registering #<SYSTEM :TEST-MODULE-EXCESSIVE-DEPEND 40200A3B83> as
; TEST-MODULE-EXCESSIVE-DEPEND
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/file3-only.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/file3-only.asd
; registering #<SYSTEM FILE3-ONLY 4020162C7B> as FILE3-ONLY
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file3.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file2.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 2)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file2.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file1.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (DEFPACKAGE "TEST-PACKAGE")
; (TOP-LEVEL-FORM 2)
; (DEFVAR TEST-PACKAGE::*FILE1*)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file2.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 2)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file2.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-module-excessive-depend.script passed
Testing: test-module-pathnames.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-module-pathnames.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test-module-pathnames.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test-module-pathnames.asd
; registering #<SYSTEM TEST-MODULE-PATHNAMES 40200785FB> as
; TEST-MODULE-PATHNAMES
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/sources/level1/file1.64xfasl
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/sources/level1/level2/file2.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-module-pathnames.script passed
Testing: test-nested-components.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-nested-components.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test-nested-components-1.asd

(:A ((#<ASDF:COMPILE-OP NIL 402007AF8B> . #<ASDF:CL-SOURCE-FILE "test-nested-1" 40200740E3>) (#<ASDF:COMPILE-OP NIL 402007AF8B> . #<ASDF:MODULE "nested-components" 4020072573>) (#<ASDF:COMPILE-OP NIL 402007AF8B> . #<ASDF:SYSTEM "test-nested-components-a" 4020006E4B>)) ((#<ASDF:COMPILE-OP NIL 40200A6CD3> . #<ASDF:CL-SOURCE-FILE "test-nested-1" 4020076C1B>) (#<ASDF:COMPILE-OP NIL 40200A6CD3> . #<ASDF:SYSTEM "test-nested-components-b" 402007574B>)) :X ((#<ASDF:COMPILE-OP NIL 40200AA263> . #<ASDF:CL-SOURCE-FILE "preflight" 402007850B>) (#<ASDF:COMPILE-OP NIL 40200AA263> . #<ASDF:MODULE "preflight-checks" 40200782AB>) (#<ASDF:COMPILE-OP NIL 40200AA263> . #<ASDF:SYSTEM "db-agraph-preflight" 40200775DB>)) ((#<ASDF:COMPILE-OP NIL 40200B1B43> . #<ASDF:CL-SOURCE-FILE "preflight" 40200793A3>) (#<ASDF:COMPILE-OP NIL 40200B1B43> . #<ASDF:SYSTEM "db-agraph-preflight-2" 4020078F03>))) 
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-nested-components.script passed
Testing: test-package.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-package.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test-package.asd
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test-package.asd
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-package.script passed
Testing: test-retry-loading-component-1.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-retry-loading-component-1.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/try-reloading-1.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/try-reloading-1.asd
; registering #<SYSTEM TRY-RELOADING-1 402006DD63> as TRY-RELOADING-1
Caught error component "try-reloading-dependency" not found, required
             by #<ASDF:SYSTEM "try-reloading-1" 402006DD63>; $ cp try-reloading-dependency.hidden try-reloading-dependency.asd
; cp try-reloading-dependency.hidden try-reloading-dependency.asd
restart: #<RESTART ASDF:RETRY 40200C6463>
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/try-reloading-dependency.asd
; into #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/try-reloading-dependency.asd
; registering #<SYSTEM TRY-RELOADING-DEPENDENCY 40200D2C23> as
; TRY-RELOADING-DEPENDENCY
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file3.64xfasl
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-retry-loading-component-1.script passed
Testing: test-static-and-serial.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-static-and-serial.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/static-and-serial.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/static-and-serial.asd
; registering #<SYSTEM STATIC-AND-SERIAL 40200137FB> as
; STATIC-AND-SERIAL
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/static-and-serial.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/static-and-serial.asd
; registering #<SYSTEM STATIC-AND-SERIAL 402000291B> as
; STATIC-AND-SERIAL
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-static-and-serial.script passed
Testing: test-touch-system-1.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-touch-system-1.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test1.asd
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test1.asd

(3476331545 3476331893) 
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-touch-system-1.script passed
Testing: test-touch-system-2.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-touch-system-2.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test1.asd
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test1.asd
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-touch-system-2.script passed
Testing: test-try-recompiling-1.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-try-recompiling-1.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/try-recompiling-1.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/try-recompiling-1.asd
; registering #<SYSTEM TRY-RECOMPILING-1 402006DD23> as
; TRY-RECOMPILING-1
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/try-recompiling-1.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/try-recompiling-1.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; TRY-RECOMPILING-1
; (TOP-LEVEL-FORM 3)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/try-recompiling-1.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-try-recompiling-1.script passed
Testing: test-utilities.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-utilities.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-utilities.script passed
Testing: test-version.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test-version.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test-version.script passed
Testing: test1.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test1.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test1.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test1.asd
; registering #<SYSTEM TEST1 40200785C3> as TEST1
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file2.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 2)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file2.64xfasl
test1 1: #P"/Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl" 3476331890
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file2.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 2)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file2.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file1.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (DEFPACKAGE "TEST-PACKAGE")
; (TOP-LEVEL-FORM 2)
; (DEFVAR TEST-PACKAGE::*FILE1*)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file2.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 2)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file2.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test1.script passed
Testing: test2.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test2.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
test2 1
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test2b1.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test2b1.asd
; registering #<SYSTEM TEST2B1 40200786AB> as TEST2B1
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test2a.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test2a.asd
; registering #<SYSTEM TEST2A 4020122D43> as TEST2A
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file2.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 2)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file3.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file4.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 0)
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 2)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file4.64xfasl
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file2.64xfasl
test2 2
test2 3
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test2b2.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test2b2.asd
; registering #<SYSTEM TEST2B2 40201E155B> as TEST2B2
load failed as expected: - 
component #:TEST2A does not match version 1.2, required by
#<ASDF:SYSTEM "test2b2" 40201E155B>
test2 4
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test2b3.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test2b3.asd
; registering #<SYSTEM TEST2B3 4020222D23> as TEST2B3
load failed as expected: - 
component #:BET-YOU-CANT-FIND-THIS not found, required by
#<ASDF:SYSTEM "test2b3" 4020222D23>
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test2.script passed
Testing: test3.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test3.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/test3.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test3.asd
; registering #<SYSTEM TEST3 402007DF83> as TEST3
first test failed as expected: - 
component :F2 not found, required by
#<CL-SOURCE-FILE "file2" 40200CE8AB>
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file1.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (LISPWORKS:TOP-LEVEL-FORM 0)
; (DEFPACKAGE "TEST-PACKAGE")
; (LISPWORKS:TOP-LEVEL-FORM 2)
; (DEFVAR TEST-PACKAGE::*FILE1*)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file1.64xfasl
;;; Compiling file /Users/dbmcclain/Downloads/asdf/test/file2.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (LISPWORKS:TOP-LEVEL-FORM 0)
; (LISPWORKS:TOP-LEVEL-FORM 1)
; (LISPWORKS:TOP-LEVEL-FORM 2)
;; Processing Cross Reference Information
;  Loading fasl file /Users/dbmcclain/.cache/common-lisp/lispworks-6.0.0-64bit-macosx-x86-64/Users/dbmcclain/Downloads/asdf/test/file2.64xfasl
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test3.script passed
Testing: test4.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test4.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test3.asd
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test4.script passed
Testing: test8.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test8.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
got missing-component as expected: - 
component "system-does-not-exist" not found
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test8.script passed
Testing: test9.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/test9.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test9-1.asd
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/test9-2.asd
got missing-component-of-version as expected: - 
component :TEST9-2 does not match version 2.0, required by
#<ASDF:SYSTEM "test9-1" 4110064E3B>
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , test9.script passed
Testing: wild-module.script
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2009 LispWorks Ltd.  All rights reserved.
Version 6.0.0
Saved by dbmcclain as lwm64, at 27 Feb 2010 6:37
User dbmcclain on RoadKill.local
; Loading text file /Users/dbmcclain/Downloads/asdf/test/wild-module.script
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/script-support.lisp
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
;  Loading fasl file /Users/dbmcclain/Downloads/asdf/tmp/asdf.64xfasl
;  Loading text file /Users/dbmcclain/Downloads/asdf/wild-modules.lisp
; loading system definition from
; /Users/dbmcclain/Downloads/asdf/test/wild-module.asd into
; #<The ASDF0 package, 0/16 internal, 0/16 external>
;  Loading text file /Users/dbmcclain/Downloads/asdf/test/wild-module.asd
; registering #<SYSTEM :WILD-MODULE 402007DCD3> as WILD-MODULE
Script succeeded
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - , wild-module.script passed

-#---------------------------------------
Using /users/dbmcclain/projects/bin/lwm64 -siteinit - -init - 
Ran 20 tests: 
  20 passing and 0 failing
all tests apparently successful
-#---------------------------------------

bash-3.2$ 

Dr. David McClain
dbm at refined-audiometrics.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20100228/abb16057/attachment.html>


More information about the asdf-devel mailing list