s-xml-rpc on sbcl-0.9.9-darwin-ppc - Details

Author:Sven Van Caekenberghe <svc@mac.com>
Version:7
Description:Common Lisp XML-RPC Package
Started at:2006-04-16 01:46:54
Ended at:2006-04-16 01:47:27
Elapsed time (seconds):33
Depends On:s-xml
Most recent change:2004-07-08 15:45:25
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/define-xmlrpc-method.lisp

REPL Output

;;; ASDF-INSTALL: Downloading 23663 bytes from http://common-lisp.net/project/s-xml-rpc/s-xml-rpc.tgz to /Users/gwking/temporary/asdf-test/S-XML-RPC.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/S-XML-RPC.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
s-xml-rpc/
s-xml-rpc/ChangeLog
s-xml-rpc/doc/
s-xml-rpc/doc/index.html
s-xml-rpc/doc/S-XML-RPC.html
s-xml-rpc/doc/style.css
s-xml-rpc/Makefile
s-xml-rpc/s-xml-rpc.asd
s-xml-rpc/src/
s-xml-rpc/src/aserve.lisp
s-xml-rpc/src/base64.lisp
s-xml-rpc/src/define-xmlrpc-method.lisp
s-xml-rpc/src/extensions.lisp
s-xml-rpc/src/package.lisp
s-xml-rpc/src/sysdeps.lisp
s-xml-rpc/src/validator1-client.lisp
s-xml-rpc/src/validator1-server.lisp
s-xml-rpc/src/xml-rpc.lisp
s-xml-rpc/test/
s-xml-rpc/test/all-tests.lisp
s-xml-rpc/test/test-base64.lisp
s-xml-rpc/test/test-extensions.lisp
s-xml-rpc/test/test-xml-rpc.lisp
s-xml-rpc/test/test.b64

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/" ;;; ASDF-INSTALL: Downloading package S-XML, required by s-xml-rpc

;;; ASDF-INSTALL: Downloading 25612 bytes from http://common-lisp.net/project/s-xml/s-xml.tgz to /Users/gwking/temporary/asdf-test/s-xml.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/s-xml.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
s-xml/
s-xml/ChangeLog
s-xml/doc/
s-xml/doc/index.html
s-xml/doc/S-XML.html
s-xml/doc/style.css
s-xml/Makefile
s-xml/s-xml.asd
s-xml/src/
s-xml/src/dom.lisp
s-xml/src/lxml-dom.lisp
s-xml/src/package.lisp
s-xml/src/sxml-dom.lisp
s-xml/src/xml-struct-dom.lisp
s-xml/src/xml.lisp
s-xml/test/
s-xml/test/all-tests.lisp
s-xml/test/ant-build-file.xml
s-xml/test/counter.lisp
s-xml/test/echo.lisp
s-xml/test/plist.xml
s-xml/test/remove-markup.lisp
s-xml/test/simple.xml
s-xml/test/test-lxml-dom.lisp
s-xml/test/test-sxml-dom.lisp
s-xml/test/test-xml-struct-dom.lisp
s-xml/test/test-xml.lisp
s-xml/test/tracer.lisp
s-xml/test/xhtml-page.xml

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/package.lisp" (written 20 NOV 2005 09:24:34 AM):
; compiling (DEFPACKAGE S-XML ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/package.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/xml.lisp" (written 20 NOV 2005 09:24:34 AM):
; compiling (IN-PACKAGE :S-XML)
; compiling (DEFINE-CONDITION XML-PARSER-ERROR ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN PARSER-ERROR ...)
; compiling (DEFUN WHITESPACE-CHAR-P ...)
; compiling (DEFUN IDENTIFIER-CHAR-P ...)
; compiling (DEFUN SKIP-WHITESPACE ...)
; compiling (DEFUN MAKE-EXTENDABLE-STRING ...)
; compiling (DEFUN PRINT-STRING-XML ...)
; compiling (DEFUN MAKE-STANDARD-ENTITIES ...)
; compiling (DEFUN RESOLVE-ENTITY ...)
; compiling (DEFVAR *IGNORE-NAMESPACES* ...)
; compiling (DEFCLASS XML-NAMESPACE ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFVAR *LOCAL-NAMESPACE* ...)
; compiling (DEFVAR *XML-NAMESPACE* ...)
; compiling (DEFVAR *KNOWN-NAMESPACES* ...)
; compiling (DEFVAR *NAMESPACES* ...)
; compiling (DEFUN FIND-NAMESPACE ...)
; compiling (DEFUN REGISTER-NAMESPACE ...)
; compiling (DEFUN FIND-NAMESPACE-BINDING ...)
; compiling (DEFUN SPLIT-IDENTIFIER ...)
; compiling (DEFVAR *REQUIRE-EXISTING-SYMBOLS* ...)
; compiling (DEFVAR *AUTO-EXPORT-SYMBOLS* ...)
; compiling (DEFUN RESOLVE-IDENTIFIER ...)
; compiling (DEFVAR *AUTO-CREATE-NAMESPACE-PACKAGES* ...)
; compiling (DEFUN NEW-NAMESPACE ...)
; compiling (DEFUN EXTEND-NAMESPACES ...)
; compiling (DEFUN PRINT-IDENTIFIER ...)
; compiling (DEFCLASS XML-PARSER-STATE ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFMETHOD GET-MINI-BUFFER ...)
; compiling (DEFMETHOD GET-BUFFER ...)
; compiling (DEFUN PARSE-WHITESPACE ...)
; compiling (DEFUN PARSE-STRING ...)
; compiling (DEFUN PARSE-TEXT ...)
; compiling (DEFUN PARSE-IDENTIFIER ...)
; compiling (DEFUN SKIP-COMMENT ...)
; compiling (DEFUN READ-CDATA ...)
; compiling (DEFUN SKIP-SPECIAL-TAG ...)
; compiling (DEFUN PARSE-XML-ELEMENT-ATTRIBUTES ...)
; compiling (DEFUN PARSE-XML-ELEMENT ...)
; compiling (DEFUN START-PARSE-XML ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/xml.fasl written
; compilation finished in 0:00:02
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/dom.lisp" (written 29 AUG 2005 11:01:47 AM):
; compiling (IN-PACKAGE :S-XML)
; compiling (DEFGENERIC PARSE-XML-DOM ...)
; compiling (DEFUN PARSE-XML ...)
; compiling (DEFUN PARSE-XML-STRING ...)
; compiling (DEFUN PARSE-XML-FILE ...)
; compiling (DEFGENERIC PRINT-XML-DOM ...)
; compiling (DEFUN PRINT-XML ...)
; compiling (DEFUN PRINT-XML-STRING ...)
; compiling (DEFUN PRINT-SPACES ...)
; compiling (DEFUN PRINT-SOLITARY-TAG ...)
; compiling (DEFUN PRINT-CLOSING-TAG ...)
; compiling (DEFUN PRINT-ATTRIBUTE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/dom.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/lxml-dom.lisp" (written 20 NOV 2005 09:34:15 AM):
; compiling (IN-PACKAGE :S-XML)
; compiling (DEFUN LXML-NEW-ELEMENT-HOOK ...)
; compiling (DEFUN LXML-FINISH-ELEMENT-HOOK ...)
; compiling (DEFUN LXML-TEXT-HOOK ...)
; compiling (DEFMETHOD PARSE-XML-DOM ...)
; compiling (DEFUN PLIST->ALIST ...)
; compiling (DEFMETHOD PRINT-XML-DOM ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/lxml-dom.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/sxml-dom.lisp" (written 20 NOV 2005 09:34:15 AM):
; compiling (IN-PACKAGE :S-XML)
; compiling (DEFUN SXML-NEW-ELEMENT-HOOK ...)
; compiling (DEFUN SXML-FINISH-ELEMENT-HOOK ...)
; compiling (DEFUN SXML-TEXT-HOOK ...)
; compiling (DEFMETHOD PARSE-XML-DOM ...)
; compiling (DEFMETHOD PRINT-XML-DOM ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/sxml-dom.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/xml-struct-dom.lisp" (written 20 SEP 2005 05:57:48 AM):
; compiling (IN-PACKAGE :S-XML)
; compiling (DEFSTRUCT XML-ELEMENT ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN XML-ELEMENT-ATTRIBUTE ...)
; compiling (DEFUN (SETF XML-ELEMENT-ATTRIBUTE) ...)
; compiling (DEFUN NEW-XML-ELEMENT ...)
; compiling (DEFUN FIRST-XML-ELEMENT-CHILD ...)
; compiling (DEFUN XML-EQUAL ...)
; compiling (DEFMETHOD PRINT-XML-DOM ...)
; compiling (DEFUN STANDARD-NEW-ELEMENT-HOOK ...)
; compiling (DEFUN STANDARD-FINISH-ELEMENT-HOOK ...)
; compiling (DEFUN STANDARD-TEXT-HOOK ...)
; compiling (DEFMETHOD PARSE-XML-DOM ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml/src/xml-struct-dom.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/base64.lisp" (written 09 JUN 2004 05:02:39 AM):
; compiling (DEFPACKAGE S-BASE64 ...)
; compiling (IN-PACKAGE :S-BASE64)
; compiling (DEFPARAMETER +BASE64-ALPHABET+ ...)
; compiling (DEFPARAMETER +INVERSE-BASE64-ALPHABET+ ...)
; compiling (DEFUN CORE-ENCODE-BASE64 ...)
; compiling (DEFUN CORE-DECODE-BASE64 ...)
; compiling (DEFUN SKIP-BASE64-WHITESPACE ...)
; compiling (DEFUN DECODE-BASE64-BYTES ...)
; compiling (DEFUN ENCODE-BASE64-BYTES ...)
; compiling (DEFUN DECODE-BASE64 ...)
; compiling (DEFUN ENCODE-BASE64 ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/base64.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/package.lisp" (written 17 JUN 2004 03:43:11 PM):
; compiling (DEFPACKAGE S-XML-RPC ...)
; compiling (DEFPACKAGE S-XML-RPC-EXPORTS ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/package.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/sysdeps.lisp" (written 09 JUN 2004 05:02:39 AM):
; compiling (IN-PACKAGE :S-XML-RPC)
; compiling (DEFMACRO WITH-OPEN-SOCKET-STREAM ...)
; compiling (DEFUN RUN-PROCESS ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/sysdeps.lisp
; in: DEFUN RUN-PROCESS
;     (DEFUN S-XML-RPC::RUN-PROCESS
;          (S-XML-RPC::NAME FUNCTION &REST S-XML-RPC::ARGUMENTS)
;     "Create and run a new process with name, executing function on arguments"
;     (APPLY FUNCTION S-XML-RPC::ARGUMENTS))
; --> PROGN EVAL-WHEN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA 
; ==>
;   #'(SB-INT:NAMED-LAMBDA S-XML-RPC::RUN-PROCESS
;                          (S-XML-RPC::NAME FUNCTION &REST S-XML-RPC::ARGUMENTS)
;                          (BLOCK S-XML-RPC::RUN-PROCESS
;                            (APPLY FUNCTION S-XML-RPC::ARGUMENTS)))
; 
; caught STYLE-WARNING:
;   The variable NAME is defined but never used.

; compiling (DEFVAR *SERVER-PROCESSES* ...)
; compiling (DEFUN START-STANDARD-SERVER ...)
; compiling (DEFUN STOP-SERVER ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/sysdeps.lisp
; in: DEFUN STOP-SERVER
;     (DESTRUCTURING-BIND
;       (S-XML-RPC::NAME S-XML-RPC::SOCKET S-XML-RPC::HANDLER)
;       (ASSOC S-XML-RPC::NAME S-XML-RPC::*SERVER-PROCESSES* :TEST #'STRING=)
;     (SB-SYS:REMOVE-FD-HANDLER S-XML-RPC::HANDLER)
;     (SB-BSD-SOCKETS:SOCKET-CLOSE S-XML-RPC::SOCKET))
; --> LET LET* 
; ==>
;   (LET* ((S-XML-RPC::NAME (CAR #:ARG-LIST-55))
;          (S-XML-RPC::SOCKET (CAR (CDR #:ARG-LIST-55)))
;          (S-XML-RPC::HANDLER (CAR (CDR #))))
;     (SB-SYS:REMOVE-FD-HANDLER S-XML-RPC::HANDLER)
;     (SB-BSD-SOCKETS:SOCKET-CLOSE S-XML-RPC::SOCKET))
; 
; caught STYLE-WARNING:
;   The variable NAME is defined but never used.

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/sysdeps.fasl written
; compilation finished in 0:00:00
WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {10006DE1}> on
   #<CL-SOURCE-FILE "sysdeps" {100E9A69}>.
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/xml-rpc.lisp" (written 17 JUN 2004 03:43:11 PM):
; compiling (IN-PACKAGE :S-XML-RPC)
; compiling (DEFINE-CONDITION XML-RPC-CONDITION ...)
; compiling (DEFINE-CONDITION XML-RPC-FAULT ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFINE-CONDITION XML-RPC-ERROR ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN UNIVERSAL-TIME->ISO8601 ...)
; compiling (DEFUN ISO8601->UNIVERSAL-TIME ...)
; compiling (DEFSTRUCT (XML-RPC-TIME #) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN PRINT-XML-RPC-TIME ...)
; compiling (DEFUN XML-RPC-TIME ...)
; compiling (DEFSTRUCT (XML-LITERAL #) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN PRINT-XML-LITERAL ...)
; compiling (DEFUN XML-LITERAL ...)
; compiling (DEFSTRUCT (XML-RPC-STRUCT #) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN PRINT-XML-RPC-STRUCT ...)
; compiling (DEFUN GET-XML-RPC-STRUCT-MEMBER ...)
; compiling (DEFUN (SETF GET-XML-RPC-STRUCT-MEMBER) ...)
; compiling (DEFUN XML-RPC-STRUCT ...)
; compiling (DEFUN XML-RPC-STRUCT-EQUAL ...)
; compiling (DEFUN ENCODE-XML-RPC-STRUCT ...)
; compiling (DEFUN ENCODE-XML-RPC-ARRAY ...)
; compiling (DEFUN ENCODE-XML-RPC-VALUE ...)
; compiling (DEFUN ENCODE-XML-RPC-ARGS ...)
; compiling (DEFUN ENCODE-XML-RPC-CALL ...)
; compiling (DEFUN ENCODE-XML-RPC-RESULT ...)
; compiling (DEFUN ENCODE-XML-RPC-FAULT-VALUE ...)
; compiling (DEFUN ENCODE-XML-RPC-FAULT ...)
; compiling (DEFUN DECODE-XML-RPC-NEW-ELEMENT ...)
; compiling (DEFUN DECODE-XML-RPC-FINISH-ELEMENT ...)
; compiling (DEFUN DECODE-XML-RPC-TEXT ...)
; compiling (DEFUN DECODE-XML-RPC ...)
; compiling (DEFPARAMETER *XML-RPC-HOST* ...)
; compiling (DEFPARAMETER *XML-RPC-PORT* ...)
; compiling (DEFPARAMETER *XML-RPC-URL* ...)
; compiling (DEFPARAMETER *XML-RPC-AGENT* ...)
; compiling (DEFVAR *XML-RPC-DEBUG* ...)
; compiling (DEFVAR *XML-RPC-DEBUG-STREAM* ...)
; compiling (DEFPARAMETER *XML-RPC-PROXY-HOST* ...)
; compiling (DEFPARAMETER *XML-RPC-PROXY-PORT* ...)
; compiling (DEFPARAMETER *XML-RPC-PACKAGE* ...)
; compiling (DEFPARAMETER *XML-RPC-AUTHORIZATION* ...)
; compiling (DEFUN FORMAT-DEBUG ...)
; compiling (DEFPARAMETER +CRLF+ ...)
; compiling (DEFUN TOKENS ...)
; compiling (DEFUN FORMAT-HEADER ...)
; compiling (DEFUN DEBUG-STREAM ...)
; compiling (DEFUN XML-RPC-CALL ...)
; compiling (DEFUN CALL-XML-RPC-SERVER ...)
; compiling (DEFUN DESCRIBE-SERVER ...)
; compiling (DEFVAR *XML-RPC-CALL-HOOK* ...)
; compiling (DEFPARAMETER +XML-RPC-METHOD-CHARACTERS+ ...)
; compiling (DEFUN VALID-XML-RPC-METHOD-NAME-P ...)
; compiling (DEFUN FIND-XML-RPC-METHOD ...)
; compiling (DEFUN EXECUTE-XML-RPC-CALL ...)
; compiling (DEFUN HANDLE-XML-RPC-CALL ...)
; compiling (DEFUN XML-RPC-IMPLEMENTATION-VERSION ...)
; compiling (DEFUN XML-RPC-SERVER-CONNECTION-HANDLER ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/xml-rpc.lisp
; in: DEFUN XML-RPC-SERVER-CONNECTION-HANDLER
;     (RETURN-FROM S-XML-RPC::XML-RPC-SERVER-CONNECTION-HANDLER NIL)
; 
; note: deleting unreachable code

; compiling (DEFPARAMETER *COUNTER* ...)
; compiling (DEFUN START-XML-RPC-SERVER ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/xml-rpc.fasl written
; compilation finished in 0:00:02
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/extensions.lisp" (written 17 JUN 2004 03:43:11 PM):
; compiling (IN-PACKAGE :S-XML-RPC)
; compiling (DEFUN |system.listMethods| ...)
; compiling (DEFUN |system.methodSignature| ...)
; compiling (DEFUN |system.methodHelp| ...)
; compiling (DEFUN DO-ONE-MULTICALL ...)
; compiling (DEFUN |system.multicall| ...)
; compiling (DEFUN |system.getCapabilities| ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/s-xml-rpc/src/extensions.fasl written
; compilation finished in 0:00:01
; 
; compilation unit finished
;   caught 2 STYLE-WARNING conditions
;   printed 1 note