Thursday, July 06, 2017

sbcl repeated breakage

Regularly, my bulks barf on lang/sbcl,threads


This is a problem because then the lock remains, which I have to manually
remove... depending on build order (somewhat random) lang/sbcl may have
built already, or not.

There are about 3 choices here:

- fix lang/sbcl,threads
- disable the self-test which is failing randomly
- remove lang/sbcl,threads from the list of build ports.

This failure has been around since the threads FLAVOR was introduced.

At some point, it's got to get some kind of resolution.


>>> Building on openbsd-3 under lang/sbcl,threads
BDEPENDS = [devel/gmake;archivers/bzip2;lang/clisp]
DIST = [lang/sbcl:sbcl-1.3.10-source.tar.bz2]
FULLPKGNAME = sbcl-1.3.10p1-threads
(Junk lock obtained for openbsd-3 at 1499341342)
>>> Running depends in lang/sbcl,threads at 1499341342
last junk was in games/xminesweep
/usr/sbin/pkg_add -aI -Dunsigned -Drepair clisp-2.49p1
was: /usr/sbin/pkg_add -aI -Dunsigned -Drepair bzip2-1.0.6p8 clisp-2.49p1 gmake-4.2.1
/usr/sbin/pkg_add -aI -Dunsigned -Drepair clisp-2.49p1
>>> Running show-prepare-results in lang/sbcl,threads at 1499341346
===> lang/sbcl,threads
===> sbcl-1.3.10p1-threads depends on: clisp-* -> clisp-2.49p1
===> sbcl-1.3.10p1-threads depends on: gmake-* -> gmake-4.2.1
===> sbcl-1.3.10p1-threads depends on: bzip2-* -> bzip2-1.0.6p8
===> Verifying specs: c m util pthread
===> found c.89.6 m.10.0 util.12.2 pthread.23.0
bzip2-1.0.6p8
clisp-2.49p1
gmake-4.2.1
(Junk lock released for openbsd-3 at 1499341348)
distfiles size=5763563
>>> Running patch in lang/sbcl,threads at 1499341348
===> lang/sbcl,threads
===> Checking files for sbcl-1.3.10p1-threads
`/distfiles/sbcl-1.3.10-source.tar.bz2' is up to date.
===> Extracting for sbcl-1.3.10p1-threads
===> Patching for sbcl-1.3.10p1-threads
===> Applying OpenBSD patch patch-src_runtime_Config_generic-openbsd
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$OpenBSD: patch-src_runtime_Config_generic-openbsd,v 1.1 2017/05/23 14:19:01 espie Exp $
|Don't try to guess (wrong) with clang. Just assume we have pie
|
|Index: src/runtime/Config.generic-openbsd
|--- src/runtime/Config.generic-openbsd.orig
|+++ src/runtime/Config.generic-openbsd
--------------------------
Patching file src/runtime/Config.generic-openbsd using Plan A...
Hunk #1 succeeded at 12.
done
===> Applying OpenBSD patch patch-src_runtime_GNUmakefile
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$OpenBSD: patch-src_runtime_GNUmakefile,v 1.7 2017/02/06 08:18:53 jca Exp $
|--- src/runtime/GNUmakefile.orig Mon Feb 6 08:42:09 2017
|+++ src/runtime/GNUmakefile Mon Feb 6 08:42:22 2017
--------------------------
Patching file src/runtime/GNUmakefile using Plan A...
Hunk #1 succeeded at 24.
done
===> Applying OpenBSD patch patch-src_runtime_gc-common_c
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$OpenBSD: patch-src_runtime_gc-common_c,v 1.1 2017/05/23 14:19:01 espie Exp $
|ffsl is non-standard, but both gcc and clang have it as builtin...
|clang only has it as builtin
|
|Index: src/runtime/gc-common.c
|--- src/runtime/gc-common.c.orig
|+++ src/runtime/gc-common.c
--------------------------
Patching file src/runtime/gc-common.c using Plan A...
Hunk #1 succeeded at 52.
done
===> Compiler link: cc -> /usr/bin/cc
===> Compiler link: c++ -> /usr/bin/c++
>>> Running configure in lang/sbcl,threads at 1499341352
===> lang/sbcl,threads
===> Configuring for sbcl-1.3.10p1-threads
sed 's/^"\([0-9.]*\)"$/"\1.openbsd.1"/' < /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/version.lisp-expr > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/version.lisp-expr.new
mv /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/version.lisp-expr.new /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/version.lisp-expr
sed -i 's,egcc,cc,g' /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/Config.*-openbsd
>>> Running build in lang/sbcl,threads at 1499341353
===> lang/sbcl,threads
===> Building for sbcl-1.3.10p1-threads
cd /pobj/sbcl-1.3.10-threads/sbcl-1.3.10 && /usr/bin/env -i GNUMAKE=gmake INSTALL_ROOT=/usr/local MAN_DIR=/usr/local/man INFO_DIR=/usr/local/info PORTS_CFLAGS="-O2 -pipe " PORTSDIR="/source/ports" LIBTOOL="/usr/bin/libtool" PATH='/pobj/sbcl-1.3.10-threads/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/tmp' COMPILER_VERSION=gcc4 PICFLAG="-fpic" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/pobj/sbcl-1.3.10-threads/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/pobj/sbcl-1.3.10-threads/bin/install -c -m 755" BSD_INSTALL_DATA="/pobj/sbcl-1.3.10-threads/bin/install -c -m 644" BSD_INSTALL_MAN="/pobj/sbcl-1.3.10-threads/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/pobj/sbcl-1.3.10-threads/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/pobj/sbcl-1.3.10-threads/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/pobj/sbcl-1.3.10-threads/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/pobj/sbcl-1.3.10-threads/bin/install -d -m 755" /bin/sh make.sh --prefix=/usr/local --xc-host="/usr/local/bin/clisp -q -norc" --with-sb-thread
rm -f *~ *.bak *.orig \#*\# .\#* texput.log *.fasl
find: ../../obj/asdf-cache/sb-md5: No such file or directory
find: ../../obj/asdf-cache/sb-queue: No such file or directory
find: ../../obj/asdf-cache/sb-concurrency: No such file or directory
find: ../../obj/asdf-cache/sb-rotate-byte: No such file or directory
find: ../../obj/asdf-cache/sb-grovel: No such file or directory
find: ../../obj/asdf-cache/sb-sprof: No such file or directory
find: ../../obj/asdf-cache/sb-bsd-sockets: No such file or directory
find: ../../obj/asdf-cache/sb-cover: No such file or directory
find: ../../obj/asdf-cache/sb-posix: No such file or directory
rm -rf sbcl asdf version "docstrings/"
rm -f sbcl.html asdf.html
rm -f contrib-docs.texi-temp
rm -f package-locks.texi-temp
rm -f variables.texinfo
rm -f sbcl.ps asdf.ps sbcl.pdf asdf.pdf html-stamp tempfiles-stamp
rm -f asdf.aux asdf.cp asdf.cps asdf.fn asdf.fns asdf.ky asdf.log asdf.pg asdf.toc asdf.tp asdf.tps asdf.vr asdf.vrs sbcl.aux sbcl.cp sbcl.cps sbcl.fn sbcl.fns sbcl.ky sbcl.log sbcl.pg sbcl.toc sbcl.tp sbcl.tps sbcl.vr sbcl.vrs
rm -f sbcl.info sbcl.info-* asdf.info
rm -rf *.include *.info *.pdf *~ *.cp *.fn *.ky *.log *.pg *.toc \
*.tp *.vr *.aux *.eps *.png *.dvi *.ps *.txt *.fns \
html-stamp sbcl-internals/
//entering make-config.sh
//ensuring the existence of output/ directory
//guessing default target CPU architecture from host architecture
//setting up CPU-architecture-dependent information
sbcl_arch="x86-64"
//initializing /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/local-target-features.lisp-expr
//setting up OS-dependent information
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/tools-for-build'
cc -O2 -pipe -fno-omit-frame-pointer -fno-pie -I../src/runtime -nopie determine-endianness.c -lutil -o determine-endianness
gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/tools-for-build'
//finishing /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/local-target-features.lisp-expr
//Starting build: Thu Jul 6 13:42:38 CEST 2017
//Options: --prefix='/usr/local' --xc-host='/usr/local/bin/clisp -q -norc'
WHITESPACE-P
CANONICALIZE-WHITESPACE
CANONICALIZE-WHITESPACE/FILE
*STAMP-FILE*
READ-STAMP-FILE
WRITE-STAMP-FILE
*SOURCE-TYPES*
*EXCEPTIONS*
CANONICALIZE-WHITESPACE/DIRECTORY
NIL
//entering make-host-1.sh
//building cross-compiler, and doing first genesis
5
;; Loading file src/cold/shared.lisp ...
;; Loading file src/cold/read-from-file.lisp ...
;; Loaded file src/cold/read-from-file.lisp
;; Loading file src/cold/rename-package-carefully.lisp ...
;; Loaded file src/cold/rename-package-carefully.lisp
;; Loading file src/cold/with-stuff.lisp ...
;; Loaded file src/cold/with-stuff.lisp
;; Loading file src/cold/ansify.lisp ...
;; Loaded file src/cold/ansify.lisp
;; Loading file src/cold/shebang.lisp ...
;; Loaded file src/cold/shebang.lisp
target features *SHEBANG-FEATURES*=
(:ANSI-CL :COMMON-LISP :SBCL :SB-DOC :SB-TEST :SB-LDB :SB-PACKAGE-LOCKS
:SB-UNICODE :SB-EVAL :SB-SOURCE-LOCATIONS :PACKAGE-LOCAL-NICKNAMES
:IEEE-FLOATING-POINT :SB-THREAD :X86-64 :UNIX :BSD :ELF :OPENBSD :64-BIT
:64-BIT-REGISTERS :GENCGC :STACK-GROWS-DOWNWARD-NOT-UPWARD
:C-STACK-IS-CONTROL-STACK :LINKAGE-TABLE :COMPARE-AND-SWAP-VOPS
:UNWIND-TO-FRAME-AND-CALL-VOP :RAW-INSTANCE-INIT-VOPS :PRECISE-ARG-COUNT-ERROR
:FP-AND-PC-STANDARD-SAVE :UNBIND-N-VOP :STACK-ALLOCATABLE-CLOSURES
:STACK-ALLOCATABLE-VECTORS :STACK-ALLOCATABLE-LISTS
:STACK-ALLOCATABLE-FIXED-OBJECTS :ALIEN-CALLBACKS :CYCLE-COUNTER
:COMPLEX-FLOAT-VOPS :READ-ONLY-TRAMPS :FLOAT-EQL-VOPS :INTEGER-EQL-VOP
:INLINE-CONSTANTS :MEMORY-BARRIER-VOPS :MULTIPLY-HIGH-VOPS :SB-SIMD-PACK
:ASH-RIGHT-VOPS :SYMBOL-INFO-VOPS :LITTLE-ENDIAN :OS-PROVIDES-DLOPEN
:OS-PROVIDES-DLADDR :OS-PROVIDES-PUTWC :OS-PROVIDES-BLKSIZE-T
:OS-PROVIDES-SUSECONDS-T :OS-PROVIDES-POLL)
target backend-subfeatures *SHEBANG-BACKEND-FEATURES*=NIL
;; Loaded file src/cold/shared.lisp
;; Loading file tools-for-build/ldso-stubs.lisp ...
;; Loaded file tools-for-build/ldso-stubs.lisp
T
#<PACKAGE SB-COLD>
;; Loading file src/cold/set-up-cold-packages.lisp ...
;; Loaded file src/cold/set-up-cold-packages.lisp
;; Loading file src/cold/defun-load-or-cload-xcompiler.lisp ...
;; Loaded file src/cold/defun-load-or-cload-xcompiler.lisp
T
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-source-location.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-source-location.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-source-location.fas ...
;; Loaded file obj/from-host/src/code/early-source-location.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-early.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-early.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-early.fas ...
;; Loaded file obj/from-host/src/code/cross-early.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/show.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/show.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/show.fas ...
;; Loaded file obj/from-host/src/code/show.fas
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-constantp.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/early-constantp.fas-tmp
The following functions were used but not defined:
SB!C::%CONSTANTP SB-XC:TYPEP SB!C::%CONSTANT-FORM-VALUE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/early-constantp.fas ...
;; Loaded file obj/from-host/src/compiler/early-constantp.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/primordial-extensions.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/primordial-extensions.fas-tmp
The following functions were used but not defined:
SB-XC:GENSYM SB!IMPL::PACKAGE-%NAME
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/primordial-extensions.fas ...
;; Loaded file obj/from-host/src/code/primordial-extensions.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cold-init-helper-macros.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cold-init-helper-macros.fas-tmp
The following functions were used but are deprecated:

SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cold-init-helper-macros.fas ...
;; Loaded file obj/from-host/src/code/cold-init-helper-macros.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/backq.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/backq.fas-tmp
The following functions were used but not defined:
SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/backq.fas ...
;; Loaded file obj/from-host/src/code/backq.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-byte.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-byte.fas-tmp
The following functions were used but not defined:
SB!INT:BUG
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-byte.fas ...
;; Loaded file obj/from-host/src/code/cross-byte.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-misc.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-misc.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-misc.fas ...
;; Loaded file obj/from-host/src/code/cross-misc.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-char.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-char.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-char.fas ...
;; Loaded file obj/from-host/src/code/cross-char.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-boole.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-boole.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-boole.fas ...
;; Loaded file obj/from-host/src/code/cross-boole.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-float.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-float.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-float.fas ...
;; Loaded file obj/from-host/src/code/cross-float.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-io.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-io.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-io.fas ...
;; Loaded file obj/from-host/src/code/cross-io.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-sap.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-sap.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-sap.fas ...
;; Loaded file obj/from-host/src/code/cross-sap.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-thread.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-thread.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-thread.fas ...
;; Loaded file obj/from-host/src/code/cross-thread.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-condition.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-condition.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-condition.fas ...
;; Loaded file obj/from-host/src/code/cross-condition.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/uncross.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/uncross.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/uncross.fas ...
;; Loaded file obj/from-host/src/code/uncross.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defbangtype.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/defbangtype.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/defbangtype.fas ...
;; Loaded file obj/from-host/src/code/defbangtype.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defbangconstant.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/defbangconstant.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/defbangconstant.fas ...
;; Loaded file obj/from-host/src/code/defbangconstant.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-constants.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-constants.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-constants.fas ...
;; Loaded file obj/from-host/src/code/early-constants.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/deftype.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/deftype.fas-tmp
The following functions were used but not defined:
SB!INT:PARSE-BODY SB!C::%CONSTANTP SB!INT:MAKE-MACRO-LAMBDA
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/deftype.fas ...
;; Loaded file obj/from-host/src/compiler/deftype.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-lexenv.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/early-lexenv.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/early-lexenv.fas ...
;; Loaded file obj/from-host/src/compiler/early-lexenv.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-globaldb.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/early-globaldb.fas-tmp
The following functions were used but not defined:
SB!C::PACKED-INFO-VALUE-INDEX
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/early-globaldb.fas ...
;; Loaded file obj/from-host/src/compiler/early-globaldb.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/function-names.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/function-names.fas-tmp
The following functions were used but not defined:
SB!FASL:COLD-TARGET-PUSH SB!FASL:COLD-CONS SB!FASL:COLD-INTERN
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/function-names.fas ...
;; Loaded file obj/from-host/src/code/function-names.fas
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/parms.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/parms.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/parms.fas ...
;; Loaded file obj/from-host/src/compiler/generic/parms.fas
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/parms.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/parms.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/parms.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/parms.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/early-vm.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/early-vm.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/early-vm.fas ...
;; Loaded file obj/from-host/src/compiler/generic/early-vm.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/early-objdef.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/early-objdef.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/early-objdef.fas ...
;; Loaded file obj/from-host/src/compiler/generic/early-objdef.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-array.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-array.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-array.fas ...
;; Loaded file obj/from-host/src/code/early-array.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/parse-body.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/parse-body.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/parse-body.fas ...
;; Loaded file obj/from-host/src/code/parse-body.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/unportable-float.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/unportable-float.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/unportable-float.fas ...
;; Loaded file obj/from-host/src/code/unportable-float.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/policy.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/policy.fas-tmp
The following functions were used but not defined:
SB!INT:DEPRECATION-WARN SB!C:COMPILER-WARN
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/policy.fas ...
;; Loaded file obj/from-host/src/compiler/policy.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-extensions.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-extensions.fas-tmp
The following functions were used but not defined:
SB!KERNEL:TYPE-SPECIFIER SB!KERNEL::PARSE-DEPRECATED-TYPE-SPECIFIER
SB!KERNEL:SPECIFIER-TYPE SB!C::%DEFINE-SYMBOL-MACRO
SB!IMPL::%COMPILER-DEFTYPE SB!INT:INFO
The following functions were used but are deprecated:

SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-extensions.fas ...
;; Loaded file obj/from-host/src/code/early-extensions.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/parse-lambda-list.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/parse-lambda-list.fas-tmp
The following functions were used but not defined:
SB!C:COMPILER-ERROR SB!C::STYLE-WARN-ONCE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/parse-lambda-list.fas ...
;; Loaded file obj/from-host/src/compiler/parse-lambda-list.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/specializable-array.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/specializable-array.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/specializable-array.fas ...
;; Loaded file obj/from-host/src/code/specializable-array.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-cl.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-cl.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-cl.fas ...
;; Loaded file obj/from-host/src/code/early-cl.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-fasl.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-fasl.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-fasl.fas ...
;; Loaded file obj/from-host/src/code/early-fasl.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/debug-var-io.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/debug-var-io.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/debug-var-io.fas ...
;; Loaded file obj/from-host/src/code/debug-var-io.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defbangstruct.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/defbangstruct.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/defbangstruct.fas ...
;; Loaded file obj/from-host/src/code/defbangstruct.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-thread.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-thread.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-thread.fas ...
;; Loaded file obj/from-host/src/code/early-thread.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/defconstant.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/defconstant.fas-tmp
The following functions were used but not defined:
SB!INT:INFO SB!INT:ABOUT-TO-MODIFY-SYMBOL-VALUE SB!INT:CLEAR-INFO
(SETF SB!INT:INFO)
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/defconstant.fas ...
;; Loaded file obj/from-host/src/compiler/defconstant.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-raw-slots.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-raw-slots.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-raw-slots.fas ...
;; Loaded file obj/from-host/src/code/early-raw-slots.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/xset.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/xset.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/xset.fas ...
;; Loaded file obj/from-host/src/code/xset.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/type-class.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/type-class.fas-tmp
The following functions were used but not defined:
SB!ALIEN::GUESS-ALIGNMENT SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS
SB!KERNEL:CSUBTYPEP
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/type-class.fas ...
;; Loaded file obj/from-host/src/code/type-class.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-alieneval.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-alieneval.fas-tmp
The following functions were used but not defined:
SB!ALIEN::AUXILIARY-TYPE-DEFINITIONS
SB!ALIEN-INTERNALS:PARSE-ALIEN-TYPE
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-alieneval.fas ...
;; Loaded file obj/from-host/src/code/early-alieneval.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-c.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/early-c.fas-tmp
The following functions were used but not defined:
SB!ASSEM:MAKE-SEGMENT SB!C::DEFAULT-SEGMENT-INST-HOOK
SB!C::NAME-CONTEXT SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/early-c.fas ...
;; Loaded file obj/from-host/src/compiler/early-c.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fun-info.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/fun-info.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/fun-info.fas ...
;; Loaded file obj/from-host/src/compiler/fun-info.fas
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/pcl/
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/slot-name.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/pcl/slot-name.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/pcl/slot-name.fas ...
;; Loaded file obj/from-host/src/pcl/slot-name.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/info-vector.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/info-vector.fas-tmp
The following functions were used but not defined:
SB!C::PRIMIFY
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/info-vector.fas ...
;; Loaded file obj/from-host/src/compiler/info-vector.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/globaldb.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/globaldb.fas-tmp
The following functions were used but not defined:
SB!FASL::COLD-SVSET SB!FASL::COLD-SYMBOL-VALUE SB!FASL::WRITE-SLOTS
SB!FASL::ALLOCATE-STRUCT
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/globaldb.fas ...
;; Loaded file obj/from-host/src/compiler/globaldb.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/primordial-type.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/primordial-type.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/primordial-type.fas ...
;; Loaded file obj/from-host/src/code/primordial-type.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-classoid.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-classoid.fas-tmp
The following functions were used but not defined:
SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS SB!KERNEL:RANDOM-LAYOUT-CLOS-HASH
SB!KERNEL:SPECIFIER-TYPE
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-classoid.fas ...
;; Loaded file obj/from-host/src/code/early-classoid.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-backend.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/early-backend.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/early-backend.fas ...
;; Loaded file obj/from-host/src/compiler/early-backend.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-array.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/vm-array.fas-tmp
The following functions were used but not defined:
SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS SB!KERNEL:CSUBTYPEP
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/vm-array.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-array.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-time.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-time.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-time.fas ...
;; Loaded file obj/from-host/src/code/early-time.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/sc-offset.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/sc-offset.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/sc-offset.fas ...
;; Loaded file obj/from-host/src/code/sc-offset.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/char.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/char.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/char.fas ...
;; Loaded file obj/from-host/src/code/char.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/huffman.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/huffman.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/huffman.fas ...
;; Loaded file obj/from-host/src/code/huffman.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/misc.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/misc.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/misc.fas ...
;; Loaded file obj/from-host/src/code/misc.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-format.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-format.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-format.fas ...
;; Loaded file obj/from-host/src/code/early-format.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/policies.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/policies.fas-tmp
The following functions were used but not defined:
SB!C::%COERCE-TO-POLICY
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/policies.fas ...
;; Loaded file obj/from-host/src/compiler/policies.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/macros.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/macros.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/macros.fas ...
;; Loaded file obj/from-host/src/compiler/macros.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/constantp.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/constantp.fas-tmp
The following functions were used but not defined:
SB!INT:%MACROEXPAND SB!C::CAREFUL-SPECIFIER-TYPE
SB!KERNEL:TYPE-SPECIFIER
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/constantp.fas ...
;; Loaded file obj/from-host/src/compiler/constantp.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/info-functions.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/info-functions.fas-tmp
The following functions were used but not defined:
SB!C:COMPILER-ERROR SB!C:COMPILER-STYLE-WARN
SB!KERNEL:STRUCTURE-CTOR-LAMBDA-PARTS SB!C::FUN-LOCALLY-DEFINED-P
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/info-functions.fas ...
;; Loaded file obj/from-host/src/compiler/info-functions.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-macs.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/vm-macs.fas-tmp
The following functions were used but not defined:
SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/vm-macs.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-macs.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/objdef.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/objdef.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/objdef.fas ...
;; Loaded file obj/from-host/src/compiler/generic/objdef.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/sset.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/sset.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/sset.fas ...
;; Loaded file obj/from-host/src/compiler/sset.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-type.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-type.fas-tmp
The following functions were used but not defined:
SB!KERNEL:CTYPE-OF SB!KERNEL:TYPE= SB!KERNEL:CSUBTYPEP
SB!KERNEL:CONTAINS-UNKNOWN-TYPE-P SB!KERNEL:TYPE-SPECIFIER
SB!FASL::HOST-OBJECT-FROM-CORE SB!FASL::CTYPE-TO-CORE
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-type.fas ...
;; Loaded file obj/from-host/src/code/early-type.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/node.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/node.fas-tmp
The following functions were used but not defined:
SB!C::%LVAR-DERIVED-TYPE SB!C::NODE-COMPONENT SB!C::CONT-NUM
SB!KERNEL:MAKE-SINGLE-VALUE-TYPE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/node.fas ...
;; Loaded file obj/from-host/src/compiler/node.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/lexenv.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/lexenv.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/lexenv.fas ...
;; Loaded file obj/from-host/src/compiler/lexenv.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-assem.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/early-assem.fas-tmp
The following functions were used but not defined:
SB!C:LABEL-ID SB!C::PARSE-REG-SPEC SB!C::EMIT-ASSEMBLE
SB!C::EMIT-ASSEMBLE-VOP
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/early-assem.fas ...
;; Loaded file obj/from-host/src/compiler/early-assem.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/vop.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/vop.fas-tmp
The following functions were used but not defined:
SB!C:MAKE-STACK-POINTER-TN SB!C:MAKE-DYNAMIC-STATE-TNS
SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS SB!C::PRINT-TN-GUTS
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/vop.fas ...
;; Loaded file obj/from-host/src/compiler/vop.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/constant-leaf.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/constant-leaf.fas-tmp
The following functions were used but not defined:
SB!KERNEL:CTYPE-OF
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/constant-leaf.fas ...
;; Loaded file obj/from-host/src/compiler/constant-leaf.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/backend.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/backend.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/backend.fas ...
;; Loaded file obj/from-host/src/compiler/backend.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/vmdef.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/vmdef.fas-tmp
The following functions were used but not defined:
SB!C:MAKE-WIRED-TN SB!C:MAKE-RESTRICTED-TN SB!C::REFERENCE-TN
SB!REGALLOC:TARGET-IF-DESIRABLE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/vmdef.fas ...
;; Loaded file obj/from-host/src/compiler/vmdef.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/backend-parms.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/backend-parms.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/backend-parms.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/backend-parms.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/force-delayed-defbangconstants.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/force-delayed-defbangconstants.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/force-delayed-defbangconstants.fas ...
;; Loaded file obj/from-host/src/code/force-delayed-defbangconstants.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defmacro.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/defmacro.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/defmacro.fas ...
;; Loaded file obj/from-host/src/code/defmacro.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/destructuring-bind.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/destructuring-bind.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/destructuring-bind.fas ...
;; Loaded file obj/from-host/src/code/destructuring-bind.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/meta-vmdef.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/meta-vmdef.fas-tmp
The following functions were used but not defined:
SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS SB!KERNEL:TYPE=
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/meta-vmdef.fas ...
;; Loaded file obj/from-host/src/compiler/meta-vmdef.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/vm.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/vm.fas-tmp
The following functions were used but not defined:
SB!VM:STATIC-SYMBOL-P SB!C:TN-VALUE SB!VM:FIXNUMIZE
SB!VM:STATIC-SYMBOL-OFFSET SB!C::VALID-FUN-USE
SB!C::COMBINATION-FUN-SOURCE-NAME SB!C::CONSTANT-LVAR-P
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/vm.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/vm.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/class.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/class.fas-tmp
The following functions were used but not defined:
SB!C:COMPILER-ERROR SB!PCL::CLASS-HAS-A-FORWARD-REFERENCED-SUPERCLASS-P
SB!KERNEL:TYPE-UNION
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/class.fas ...
;; Loaded file obj/from-host/src/code/class.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/pre-warm.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/pcl/pre-warm.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/pcl/pre-warm.fas ...
;; Loaded file obj/from-host/src/pcl/pre-warm.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/debug-info.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/debug-info.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/debug-info.fas ...
;; Loaded file obj/from-host/src/code/debug-info.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/source-location.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/source-location.fas-tmp
The following functions were used but not defined:
SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS SB!C:GET-TOPLEVELISH-FILE-INFO
SB!C::SOURCE-PATH-TLF-NUMBER SB!C::SOURCE-PATH-FORM-NUMBER
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/source-location.fas ...
;; Loaded file obj/from-host/src/code/source-location.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-condition.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-condition.fas-tmp
The following functions were used but not defined:
SB-XC:PROCLAIM
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-condition.fas ...
;; Loaded file obj/from-host/src/code/early-condition.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/parse-defmacro-errors.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/parse-defmacro-errors.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/parse-defmacro-errors.fas ...
;; Loaded file obj/from-host/src/code/parse-defmacro-errors.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/format-directive.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/format-directive.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/format-directive.fas ...
;; Loaded file obj/from-host/src/code/format-directive.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/primtype.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/primtype.fas-tmp
The following functions were used but not defined:
SB!KERNEL:CTYPE-OF SB!KERNEL:TYPE= SB!KERNEL:CSUBTYPEP
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/primtype.fas ...
;; Loaded file obj/from-host/src/compiler/generic/primtype.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/host-alieneval.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/host-alieneval.fas-tmp
The following functions were used but not defined:
SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS SB!INT:%MACROEXPAND
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/host-alieneval.fas ...
;; Loaded file obj/from-host/src/code/host-alieneval.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/host-c-call.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/host-c-call.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/host-c-call.fas ...
;; Loaded file obj/from-host/src/code/host-c-call.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/compiler-deftype.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/compiler-deftype.fas-tmp
The following functions were used but not defined:
SB!KERNEL:UNDECLARE-STRUCTURE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/compiler-deftype.fas ...
;; Loaded file obj/from-host/src/compiler/compiler-deftype.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/late-type.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/late-type.fas-tmp
The following functions were used but not defined:
SB-XC:TYPEP SB!KERNEL:CTYPE-OF SB!KERNEL::SIMPLIFY-ARRAY-UNIONS
SB!KERNEL:CTYPEP SB!KERNEL::%UPGRADED-ARRAY-ELEMENT-TYPE
SB!KERNEL:FLOAT-FORMAT-NAME
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/late-type.fas ...
;; Loaded file obj/from-host/src/code/late-type.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/deftypes-for-target.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/deftypes-for-target.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/deftypes-for-target.fas ...
;; Loaded file obj/from-host/src/code/deftypes-for-target.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/knownfun.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/knownfun.fas-tmp
The following functions were used but not defined:
SB!C::SIMPLIFY-VECTOR-TYPE SB!C::CAREFUL-SPECIFIER-TYPE
SB!C::CONSTANT-LVAR-P SB!C::LVAR-VALUE SB!C::LVAR-TYPE
SB!C::ASSERT-LVAR-TYPE SB!C::REOPTIMIZE-LVAR
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/knownfun.fas ...
;; Loaded file obj/from-host/src/compiler/knownfun.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fun-info-funs.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/fun-info-funs.fas-tmp
The following functions were used but not defined:
SB!C::IR2-CONVERT-REFFER SB!C::IR2-CONVERT-SETFER
SB!C::IR2-CONVERT-SETTER SB!C::IR2-CONVERT-VARIABLE-ALLOCATION
SB!C::IR2-CONVERT-FIXED-ALLOCATION
SB!C::IR2-CONVERT-STRUCTURE-ALLOCATION SB!C::IR2-CONVERT-CASSER
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/fun-info-funs.fas ...
;; Loaded file obj/from-host/src/compiler/fun-info-funs.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-type.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-type.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-type.fas ...
;; Loaded file obj/from-host/src/code/cross-type.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-type.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/vm-type.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/vm-type.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-type.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/proclaim.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/proclaim.fas-tmp
The following functions were used but not defined:
SB!C:COMPILER-ERROR SB!C::COMPILER-SPECIFIER-TYPE
SB!INT:PROCLAIMED-FTYPE SB!C::WARN-IF-INLINE-FAILED/PROCLAIM
SB!C:COMPILER-WARN SB!C:COMPILER-STYLE-WARN
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/proclaim.fas ...
;; Loaded file obj/from-host/src/compiler/proclaim.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/class-init.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/class-init.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/class-init.fas ...
;; Loaded file obj/from-host/src/code/class-init.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defstruct.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/defstruct.fas-tmp
The following functions were used but not defined:
SB!C:COMPILER-NOTIFY SB!C:COMPILER-STYLE-WARN SB!C:COMPILER-ERROR
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/defstruct.fas ...
;; Loaded file obj/from-host/src/code/defstruct.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/alien-type.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/alien-type.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/alien-type.fas ...
;; Loaded file obj/from-host/src/code/alien-type.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/force-delayed-defbangstructs.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/force-delayed-defbangstructs.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/force-delayed-defbangstructs.fas ...
;; Loaded file obj/from-host/src/code/force-delayed-defbangstructs.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/compiler-error.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/compiler-error.fas-tmp
The following functions were used but not defined:
SB!KERNEL:COERCE-TO-CONDITION SB!INT:STREAM-ERROR-POSITION-INFO
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/compiler-error.fas ...
;; Loaded file obj/from-host/src/compiler/compiler-error.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/type-init.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/type-init.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/type-init.fas ...
//caught: parse-unknown COMPILED-FUNCTION
;; Loaded file obj/from-host/src/code/type-init.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fixup-type.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/fixup-type.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/fixup-type.fas ...
;; Loaded file obj/from-host/src/compiler/fixup-type.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/package.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/package.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/package.fas ...
;; Loaded file obj/from-host/src/code/package.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/random.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/random.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/random.fas ...
;; Loaded file obj/from-host/src/code/random.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/hash-table.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/hash-table.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/hash-table.fas ...
;; Loaded file obj/from-host/src/code/hash-table.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/readtable.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/readtable.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/readtable.fas ...
;; Loaded file obj/from-host/src/code/readtable.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/pathname.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/pathname.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/pathname.fas ...
;; Loaded file obj/from-host/src/code/pathname.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fndb.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/fndb.fas-tmp
The following functions were used but not defined:
SB!C::VALID-CALLABLE-ARGUMENT SB!C::CONSTANT-FOLD-ARG-P
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/fndb.fas ...
;; Loaded file obj/from-host/src/compiler/fndb.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-fndb.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/vm-fndb.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/vm-fndb.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-fndb.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/late-objdef.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/late-objdef.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/late-objdef.fas ...
;; Loaded file obj/from-host/src/compiler/generic/late-objdef.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/interr.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/interr.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/interr.fas ...
;; Loaded file obj/from-host/src/compiler/generic/interr.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/bit-util.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/bit-util.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/bit-util.fas ...
;; Loaded file obj/from-host/src/compiler/bit-util.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fixup.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/fixup.fas-tmp
The following functions were used but not defined:
SB!ASSEM:EMIT-BACK-PATCH
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/fixup.fas ...
;; Loaded file obj/from-host/src/compiler/fixup.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/core.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/core.fas-tmp
The following functions were used but not defined:
SB!C::DEBUG-SOURCE-FOR-INFO
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/core.fas ...
;; Loaded file obj/from-host/src/compiler/generic/core.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/thread.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/thread.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/thread.fas ...
;; Loaded file obj/from-host/src/code/thread.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/load.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/load.fas-tmp
The following functions were used but not defined:
SB!FASL::READ-STRING-AS-BYTES
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/load.fas ...
;; Loaded file obj/from-host/src/code/load.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/foreign.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/foreign.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/foreign.fas ...
;; Loaded file obj/from-host/src/code/foreign.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/fop.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/fop.fas-tmp
The following functions were used but not defined:
SB!KERNEL:%MAKE-SIMD-PACK
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/fop.fas ...
;; Loaded file obj/from-host/src/code/fop.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ctype.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ctype.fas-tmp
The following functions were used but not defined:
SB!C::IMMEDIATELY-USED-P SB!C::PRINCIPAL-LVAR-USE
SB!C::LVAR-FUN-DEBUG-NAME SB!C::CHECK-KEY-ARGS-CONSTANT
SB!C::FIND-KEYWORD-LVAR SB!C::MAIN-ENTRY SB!C::%LVAR-DERIVED-TYPE
SB!C:COMPILER-NOTIFY SB!C::CONSTANT-LVAR-P SB!C::DERIVE-NODE-TYPE
SB!C::LVAR-FUN-NAME SB!C::ASSERT-LVAR-TYPE SB!C::REOPTIMIZE-LVAR
SB!C::LVAR-ALL-SOURCES SB!C::LVAR-TYPE SB!C::LVAR-VALUE
SB!C::IR2-CONVERT-FULL-CALL
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ctype.fas ...
;; Loaded file obj/from-host/src/compiler/ctype.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/disassem.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/disassem.fas-tmp
The following functions were used but not defined:
SB!DISASSEM:READ-SUFFIX
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/disassem.fas ...
;; Loaded file obj/from-host/src/compiler/disassem.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/assem.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/assem.fas-tmp
The following functions were used but not defined:
SB!VM:EMIT-LONG-NOP
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/assem.fas ...
;; Loaded file obj/from-host/src/compiler/assem.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/dump.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/dump.fas-tmp
The following functions were used but not defined:
SB!C::DEBUG-INFO-FOR-COMPONENT SB!C::DEBUG-SOURCE-FOR-INFO
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/dump.fas ...
;; Loaded file obj/from-host/src/compiler/dump.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1report.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ir1report.fas-tmp
The following functions were used but not defined:
SB!C::SOURCE-PATH-FORMS SB!C::SOURCE-PATH-TLF-NUMBER
SB!C::FIND-SOURCE-ROOT SB!C::SOURCE-PATH-ORIGINAL-SOURCE
SB!KERNEL:COERCE-TO-CONDITION SB!C::BLOCK-START-NODE
SB!C::WOULD-MUFFLE-P
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ir1report.fas ...
;; Loaded file obj/from-host/src/compiler/ir1report.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/main.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/main.fas-tmp
The following functions were used but not defined:
SB!C::IR1-OPTIMIZE SB!C::FIND-DFO SB!C::LOCALL-ANALYZE-COMPONENT
SB!C::CONSTRAINT-PROPAGATE SB!C::RETRY-DELAYED-IR1-TRANSFORMS
SB!C::GENERATE-TYPE-CHECKS SB!C::%EVENT SB!C::FLUSH-DEAD-CODE
SB!C::IR1-FINALIZE SB!C::GTN-ANALYZE SB!C::LTN-ANALYZE
SB!C::CONTROL-ANALYZE SB!C::STACK-ANALYZE SB!C::INIT-ASSEMBLER
SB!C::ENTRY-ANALYZE SB!C:IR2-CONVERT SB!C::COPY-PROPAGATE
SB!C::IR2-OPTIMIZE SB!C::SELECT-REPRESENTATIONS
SB!C::CHECK-IR2-CONSISTENCY SB!C::DELETE-UNREFERENCED-TNS
SB!C::LIFETIME-ANALYZE SB!C::CHECK-LIFE-CONSISTENCY SB!REGALLOC:PACK
SB!C::CHECK-PACK-CONSISTENCY SB!C::OPTIMIZE-CONSTANT-LOADS
SB!C::GENERATE-CODE SB!C::DELETE-COMPONENT SB!C::RECORD-COMPONENT-XREFS
SB!C::FIND-DOMINATORS SB!C::LOOP-ANALYZE SB!C::ELIMINATE-DEAD-CODE
SB!C::PHYSENV-ANALYZE SB!C::PRINT-ALL-BLOCKS SB!C:LABEL-ID
SB!C::PRE-PACK-TN-STATS SB!C::PRINT-IR2-BLOCKS SB!C::FIND-SOURCE-PATHS
SB!C::FOPCOMPILABLE-P SB!C::EXPAND-COMPILER-MACRO SB!INT:%MACROEXPAND-1
SB!C::PROCESS-DECLS SB!C::MAKE-EMPTY-COMPONENT SB!C::NAME-LAMBDALIKE
SB!C::IR1-CONVERT-LAMBDALIKE SB!C::IR1-CONVERT-LAMBDA
SB!C::MAKE-XEP-LAMBDA-EXPRESSION SB!C::LOCALL-ANALYZE-XEP-ENTRY-POINT
SB!C::SUBSTITUTE-LEAF-IF SB!C::SOURCE-PATH-TLF-NUMBER SB!C::MAKE-LEXENV
SB!C::GET-SOURCE-PATH SB!C::FUNCALL-IN-MACROLET-LEXENV
SB!C::FUNCALL-IN-SYMBOL-MACROLET-LEXENV SB!C::FIND-CONSTANT
SB!C::IR1-TOPLEVEL SB!C::LAMBDA-COMPONENT SB!C::MERGE-TOPLEVEL-LAMBDAS
SB!C::NODE-COMPONENT SB!C::LOCALL-ANALYZE-CLAMBDAS-UNTIL-DONE
SB!C::FIND-INITIAL-DFO SB!C::PRE-PHYSENV-ANALYZE-TOPLEVEL
SB!C::REPLACE-TOPLEVEL-XEPS SB!C::CHECK-IR1-CONSISTENCY
SB!INT:FORMAT-UNIVERSAL-TIME SB!C::FOPCOMPILE
SB!C::COMPILE-LOAD-TIME-VALUE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/main.fas ...
WARNING: Found non-STANDARD-CHAR in
"
;;;; component: "
WARNING: Found non-STANDARD-CHAR in
"

;;;; IR2 component: "
;; Loaded file obj/from-host/src/compiler/main.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/xref.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/xref.fas-tmp
The following functions were used but not defined:
SB!C::BLOCK-HOME-LAMBDA SB!C::NODE-HOME-LAMBDA SB!C::PRINCIPAL-LVAR-USE
SB!C::CONSTANT-LVAR-P SB!C::LVAR-VALUE SB!C::SOURCE-PATH-FORM-NUMBER
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/xref.fas ...
;; Loaded file obj/from-host/src/compiler/xref.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1tran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ir1tran.fas-tmp
The following functions were used but not defined:
SB!C::ENSURE-BLOCK-START SB!C::REOPTIMIZE-LVAR
SB!C::MAKE-EMPTY-COMPONENT SB!C::IR1-CONVERT-LAMBDA-BODY
SB!C::FIND-CONSTANT SB!C::LAMBDA-COMPONENT SB!C::ASSURE-LEAF-LIVE-P
SB!C::DEFINED-FUN-FUNCTIONAL SB!C::CTRAN-HOME-LAMBDA-OR-NULL
SB!KERNEL:VALID-MACROEXPAND-HOOK SB!C::SOURCE-PATH-ORIGINAL-SOURCE
SB!C::VALIDATE-CALL-TYPE SB!C::ASSURE-FUNCTIONAL-LIVE-P
SB!C::COMPILER-SPECIFIER-TYPE SB!C::MAKE-LEXENV
SB!C::COMPILER-VALUES-SPECIFIER-TYPE SB!C::MAKE-CAST
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ir1tran.fas ...
;; Loaded file obj/from-host/src/compiler/ir1tran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1tran-lambda.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ir1tran-lambda.fas-tmp
The following functions were used but not defined:
SB!C::CTRAN-STARTS-BLOCK SB!C::LINK-BLOCKS SB!C::SUBSTITUTE-LEAF-IF
SB!C::FUNCALL-IN-SYMBOL-MACROLET-LEXENV SB!C::NAME-LAMBDALIKE
SB!C::MAKE-LEXENV SB!C::COMPILER-SPECIFIER-TYPE SB!C::SUBSTITUTE-LEAF
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ir1tran-lambda.fas ...
;; Loaded file obj/from-host/src/compiler/ir1tran-lambda.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1-translators.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ir1-translators.fas-tmp
The following functions were used but not defined:
SB!C::POSSIBLE-REST-ARG-CONTEXT SB!C::LINK-BLOCKS SB!C::CTRAN-DELETED-P
SB!C::START-BLOCK SB!C::MAKE-RESTRICTED-LEXENV SB!C::PRINCIPAL-LVAR-USE
SB!C::LVAR-TYPE SB!INT:%MACROEXPAND SB!C::GIVE-UP-IR1-TRANSFORM
SB!C::SUBSTITUTE-LEAF SB!C::COMPILER-VALUES-SPECIFIER-TYPE
SB!C::MAKE-CAST SB!C::CONSTANT-LVAR-P SB!C::LVAR-VALUE
SB!C::CTRAN-HOME-LAMBDA-OR-NULL SB!C::MAKE-LEXENV
SB!C::CTRAN-STARTS-BLOCK
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ir1-translators.fas ...
;; Loaded file obj/from-host/src/compiler/ir1-translators.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1util.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ir1util.fas-tmp
The following functions were used but not defined:
SB!C::LOCALL-ANALYZE-COMPONENT SB!C::MERGE-TAIL-SETS
SB!C::MAYBE-LET-CONVERT SB!C::MAYBE-CONVERT-TO-ASSIGNMENT
SB!C::DERIVE-NODE-TYPE SB!C::REOPTIMIZE-LVAR
SB!C::GIVE-UP-IR1-TRANSFORM SB!C::CONSTANT-LVAR-P SB!C::LVAR-VALUE
SB!C::MAYBE-WEAKEN-CHECK SB!C::IR1-OPTIMIZE-CAST
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ir1util.fas ...
;; Loaded file obj/from-host/src/compiler/ir1util.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1opt.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ir1opt.fas-tmp
The following functions were used but not defined:
SB!C::MAYBE-CONVERT-TAIL-LOCAL-CALL SB!C::CONVERT-CALL-IF-POSSIBLE
SB!C::MAYBE-LET-CONVERT SB!C::LOCALL-ANALYZE-COMPONENT
SB!C::PROPAGATE-TO-ARGS SB!C::REOPTIMIZE-CALL SB!C::MERGE-TAIL-SETS
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ir1opt.fas ...
;; Loaded file obj/from-host/src/compiler/ir1opt.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/loop.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/loop.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/loop.fas ...
;; Loaded file obj/from-host/src/compiler/loop.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1final.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ir1final.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ir1final.fas ...
;; Loaded file obj/from-host/src/compiler/ir1final.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/array-tran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/array-tran.fas-tmp
The following functions were used but not defined:
SB!C::WEAKEN-INTEGER-TYPE SB!C::INTEGER-TYPE-P SB-XC:MACROEXPAND-1
SB-XC:MACROEXPAND SB!VM::MAKE-ARRAY-HEADER-INITS
SB!C::SIMPLIFY-VECTOR-TYPE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/array-tran.fas ...
;; Loaded file obj/from-host/src/compiler/array-tran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/seqtran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/seqtran.fas-tmp
The following functions were used but not defined:
SB!INT:FUNARG-BIND/CALL-FORMS SB!C::INTEGER-TYPE-P
SB!C::SIMPLIFY-VECTOR-TYPE SB!C::SAME-LEAF-REF-P
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/seqtran.fas ...
;; Loaded file obj/from-host/src/compiler/seqtran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/typetran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/typetran.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/typetran.fas ...
;; Loaded file obj/from-host/src/compiler/typetran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-typetran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/vm-typetran.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/vm-typetran.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-typetran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/float-tran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/float-tran.fas-tmp
The following functions were used but not defined:
SB!C::ONE-ARG-DERIVE-TYPE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/float-tran.fas ...
;; Loaded file obj/from-host/src/compiler/float-tran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/saptran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/saptran.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/saptran.fas ...
;; Loaded file obj/from-host/src/compiler/saptran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/srctran.lisp ...
(can't portably mask float traps, proceeding anyway)
(can't portably mask float traps, proceeding anyway)
(can't portably mask float traps, proceeding anyway)
(can't portably mask float traps, proceeding anyway)
(can't portably mask float traps, proceeding anyway)
(can't portably mask float traps, proceeding anyway)
(can't portably mask float traps, proceeding anyway)
(can't portably mask float traps, proceeding anyway)
(can't portably mask float traps, proceeding anyway)
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/srctran.fas-tmp
The following functions were used but not defined:
SB!INT:%MACROEXPAND SB!C::LOGAND-DERIVE-TYPE-AUX
SB!C::MASK-SIGNED-FIELD SB!FORMAT::TOKENIZE-CONTROL-STRING
SB!FORMAT:%COMPILER-WALK-FORMAT-STRING
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/srctran.fas ...
;; Loaded file obj/from-host/src/compiler/srctran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/quantifiers.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/quantifiers.fas-tmp
The following functions were used but not defined:
SB!INT:FUNARG-BIND/CALL-FORMS
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/quantifiers.fas ...
;; Loaded file obj/from-host/src/code/quantifiers.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/bitops-derive-type.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/bitops-derive-type.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/bitops-derive-type.fas ...
;; Loaded file obj/from-host/src/compiler/bitops-derive-type.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-tran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/vm-tran.fas-tmp
The following functions were used but not defined:
SB!VM::FOLDABLE-CONSTANT-OFFSET-P SB!C::INTEGER-TYPE-P
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/vm-tran.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-tran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/locall.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/locall.fas-tmp
The following functions were used but not defined:
SB!C::JOIN-COMPONENTS SB!C::GET-LAMBDA-PHYSENV
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/locall.fas ...
;; Loaded file obj/from-host/src/compiler/locall.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/dfo.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/dfo.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/dfo.fas ...
;; Loaded file obj/from-host/src/compiler/dfo.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/dce.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/dce.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/dce.fas ...
;; Loaded file obj/from-host/src/compiler/dce.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/checkgen.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/checkgen.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/checkgen.fas ...
;; Loaded file obj/from-host/src/compiler/checkgen.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/constraint.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/constraint.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/constraint.fas ...
;; Loaded file obj/from-host/src/compiler/constraint.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/physenvanal.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/physenvanal.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/physenvanal.fas ...
;; Loaded file obj/from-host/src/compiler/physenvanal.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/tn.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/tn.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/tn.fas ...
;; Loaded file obj/from-host/src/compiler/tn.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/life.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/life.fas-tmp
The following functions were used but not defined:
SB!C::ADD-TO-EMIT-ORDER SB!C::FIND-IN-PHYSENV
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/life.fas ...
;; Loaded file obj/from-host/src/compiler/life.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/debug-dump.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/debug-dump.fas-tmp
The following functions were used but not defined:
SB!C::LABEL-ELSEWHERE-P
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/debug-dump.fas ...
;; Loaded file obj/from-host/src/compiler/debug-dump.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/utils.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/utils.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/utils.fas ...
;; Loaded file obj/from-host/src/compiler/generic/utils.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fopcompile.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/fopcompile.fas-tmp
The following functions were used but not defined:
SB!INT:%MACROEXPAND
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/fopcompile.fas ...
;; Loaded file obj/from-host/src/compiler/fopcompile.fas
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/assembly/
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/assemfile.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/assembly/assemfile.fas-tmp
The following functions were used but not defined:
SB!C::INIT-ASSEMBLER SB!C::EMIT-INLINE-CONSTANTS
SB!C:GENERATE-RETURN-SEQUENCE SB!C:GENERATE-CALL-SEQUENCE
0 errors, 0 warnings
;; Loading file obj/from-host/src/assembly/assemfile.fas ...
;; Loaded file obj/from-host/src/assembly/assemfile.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/late-vmdef.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/late-vmdef.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/late-vmdef.fas ...
;; Loaded file obj/from-host/src/compiler/late-vmdef.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/insts.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/insts.fas-tmp
The following functions were used but not defined:
SB!C:COMPONENT-HEADER-LENGTH
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/insts.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/insts.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/macros.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/macros.fas-tmp
The following functions were used but not defined:
SB!VM::CONSTANTIZE SB!VM::ENCODE-INTERNAL-ERROR-ARGS
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/macros.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/macros.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/early-type-vops.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/early-type-vops.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/early-type-vops.fas ...
;; Loaded file obj/from-host/src/compiler/generic/early-type-vops.fas
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/assembly/x86-64/
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/support.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/assembly/x86-64/support.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/assembly/x86-64/support.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/support.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/move.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/move.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/move.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/move.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/float.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/float.fas-tmp
The following functions were used but not defined:
SB!VM::CONSTANTIZE SB!C:REGISTER-INLINE-CONSTANT
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/float.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/float.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/simd-pack.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/simd-pack.fas-tmp
The following functions were used but not defined:
SB!C:REGISTER-INLINE-CONSTANT
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/simd-pack.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/simd-pack.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/sap.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/sap.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/sap.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/sap.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/system.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/system.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/system.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/system.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/char.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/char.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/char.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/char.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/memory.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/memory.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/memory.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/memory.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/static-fn.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/static-fn.fas-tmp
The following functions were used but not defined:
SB!VM::DEFAULT-UNKNOWN-VALUES
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/static-fn.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/static-fn.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/arith.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/arith.fas-tmp
The following functions were used but not defined:
SB!C:REGISTER-INLINE-CONSTANT SB!C::MASK-SIGNED-FIELD
SB!VM::GENERATE-FIXNUM-TEST
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/arith.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/arith.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cross-modular.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/cross-modular.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/cross-modular.fas ...
;; Loaded file obj/from-host/src/code/cross-modular.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/late-type-vops.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/late-type-vops.fas-tmp
The following functions were used but not defined:
SB!VM::%TEST-FIXNUM SB!VM::%TEST-LOWTAG SB!VM::%TEST-IMMEDIATE
SB!VM::%TEST-FIXNUM-AND-HEADERS SB!VM::%TEST-IMMEDIATE-AND-HEADERS
SB!VM::%TEST-FIXNUM-IMMEDIATE-AND-HEADERS SB!VM::%TEST-HEADERS
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/late-type-vops.fas ...
;; Loaded file obj/from-host/src/compiler/generic/late-type-vops.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/type-vops.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/type-vops.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/type-vops.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/type-vops.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/subprim.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/subprim.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/subprim.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/subprim.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/debug.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/debug.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/debug.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/debug.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-aliencomp.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/early-aliencomp.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/early-aliencomp.fas ...
;; Loaded file obj/from-host/src/compiler/early-aliencomp.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/c-call.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/c-call.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/c-call.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/c-call.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/cell.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/cell.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/cell.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/cell.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/values.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/values.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/values.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/values.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/alloc.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/alloc.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/alloc.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/alloc.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/call.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/call.fas-tmp
The following functions were used but not defined:
SB!C:SB-ALLOCATED-SIZE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/call.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/call.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/nlx.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/nlx.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/nlx.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/nlx.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/late-nlx.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/late-nlx.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/late-nlx.fas ...
;; Loaded file obj/from-host/src/compiler/generic/late-nlx.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/show.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/show.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/show.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/show.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/array.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/array.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/array.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/array.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/type-error.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/type-error.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/type-error.fas ...
;; Loaded file obj/from-host/src/compiler/generic/type-error.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/pred.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/x86-64/pred.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/x86-64/pred.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/pred.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/assem-rtns.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/assembly/x86-64/assem-rtns.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/assembly/x86-64/assem-rtns.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/assem-rtns.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/array.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/assembly/x86-64/array.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/assembly/x86-64/array.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/array.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/arith.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/assembly/x86-64/arith.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/assembly/x86-64/arith.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/arith.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/alloc.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/assembly/x86-64/alloc.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/assembly/x86-64/alloc.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/alloc.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/pseudo-vops.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/pseudo-vops.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/pseudo-vops.fas ...
;; Loaded file obj/from-host/src/compiler/pseudo-vops.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/aliencomp.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/aliencomp.fas-tmp
The following functions were used but not defined:
SB!C::ANNOTATE-ORDINARY-LVAR SB!C::LVAR-TN SB!C::MOVE-LVAR-RESULT
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/aliencomp.fas ...
;; Loaded file obj/from-host/src/compiler/aliencomp.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ltv.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ltv.fas-tmp
The following functions were used but not defined:
SB!C::MOVE-LVAR-RESULT
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ltv.fas ...
;; Loaded file obj/from-host/src/compiler/ltv.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/gtn.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/gtn.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/gtn.fas ...
;; Loaded file obj/from-host/src/compiler/gtn.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ltn.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ltn.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ltn.fas ...
;; Loaded file obj/from-host/src/compiler/ltn.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/stack.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/stack.fas-tmp
The following functions were used but not defined:
SB!C::ADD-TO-EMIT-ORDER
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/stack.fas ...
;; Loaded file obj/from-host/src/compiler/stack.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/control.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/control.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/control.fas ...
;; Loaded file obj/from-host/src/compiler/control.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/entry.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/entry.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/entry.fas ...
;; Loaded file obj/from-host/src/compiler/entry.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir2tran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ir2tran.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ir2tran.fas ...
;; Loaded file obj/from-host/src/compiler/ir2tran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-ir2tran.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/vm-ir2tran.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/vm-ir2tran.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-ir2tran.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/copyprop.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/copyprop.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/copyprop.fas ...
;; Loaded file obj/from-host/src/compiler/copyprop.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/represent.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/represent.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/represent.fas ...
;; Loaded file obj/from-host/src/compiler/represent.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir2opt.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/ir2opt.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/ir2opt.fas ...
;; Loaded file obj/from-host/src/compiler/ir2opt.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/pack.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/pack.fas-tmp
The following functions were used but not defined:
SB!C::PRINT-TN-GUTS SB!REGALLOC::PACK-ITERATIVE
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/pack.fas ...
;; Loaded file obj/from-host/src/compiler/pack.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/pack-iterative.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/pack-iterative.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/pack-iterative.fas ...
;; Loaded file obj/from-host/src/compiler/pack-iterative.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/codegen.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/codegen.fas-tmp
The following functions were used but not defined:
SB!C::PRINT-VOP
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/codegen.fas ...
WARNING: Found non-STANDARD-CHAR in
"
assembly code for "
;; Loaded file obj/from-host/src/compiler/codegen.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/debug.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/debug.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/debug.fas ...
;; Loaded file obj/from-host/src/compiler/debug.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/format-time.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/format-time.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/format-time.fas ...
;; Loaded file obj/from-host/src/code/format-time.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/error.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/error.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/error.fas ...
;; Loaded file obj/from-host/src/code/error.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/macroexpand.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/macroexpand.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/macroexpand.fas ...
;; Loaded file obj/from-host/src/code/macroexpand.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/late-extensions.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/late-extensions.fas-tmp
The following functions were used but are deprecated:

SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/late-extensions.fas ...
;; Loaded file obj/from-host/src/code/late-extensions.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/host-pprint.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/host-pprint.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/host-pprint.fas ...
;; Loaded file obj/from-host/src/code/host-pprint.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-step.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/early-step.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/early-step.fas ...
;; Loaded file obj/from-host/src/code/early-step.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/late-proclaim.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/late-proclaim.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/late-proclaim.fas ...
;; Loaded file obj/from-host/src/compiler/late-proclaim.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defboot.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/defboot.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/defboot.fas ...
;; Loaded file obj/from-host/src/code/defboot.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/setf.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/setf.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/setf.fas ...
;; Loaded file obj/from-host/src/code/setf.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/macros.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/macros.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/macros.fas ...
WARNING: Replacing method
#<STANDARD-METHOD
(#<STANDARD-CLASS DUPLICATE-CASE-KEY-WARNING> #<BUILT-IN-CLASS T>)>
in #<STANDARD-GENERIC-FUNCTION PRINT-OBJECT>
;; Loaded file obj/from-host/src/code/macros.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/loop.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/loop.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/loop.fas ...
;; Loaded file obj/from-host/src/code/loop.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/late-format.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/late-format.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/late-format.fas ...
;; Loaded file obj/from-host/src/code/late-format.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/sxhash.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/code/sxhash.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/code/sxhash.fas ...
;; Loaded file obj/from-host/src/code/sxhash.fas
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/walk.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/pcl/walk.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/pcl/walk.fas ...
;; Loaded file obj/from-host/src/pcl/walk.fas
;; Loading file tests/type.before-xc.lisp ...
;; Loaded file tests/type.before-xc.lisp
;; Loading file tests/info.before-xc.lisp ...
;; Loaded file tests/info.before-xc.lisp
;; Loading file tests/vm.before-xc.lisp ...
;; Loaded file tests/vm.before-xc.lisp
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/tools-for-build/ucd.lisp ...
WARNING: LOOP: FOR clauses should occur before the loop's main body
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/tools-for-build/ucd.fas
0 errors, 1 warning
;; Loading file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/tools-for-build/ucd.fas ...
;; Loaded file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/tools-for-build/ucd.fas
//slurp-ucd

143
8843
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/genesis.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/genesis.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/genesis.fas ...
WARNING: Found non-STANDARD-CHAR in
"

initially defined functions:"
WARNING: Found non-STANDARD-CHAR in
"

(a note about initially undefined function references: These functions
are referred to by code which is installed by GENESIS, but they are not
installed by GENESIS. This is not necessarily a problem; functions can
be defined later, by cold init toplevel forms, or in files compiled and
loaded at warm init, or elsewhere. As long as they are defined before
they are called, everything should be OK. Things are also OK if the
cross-compiler knew their inline definition and used that everywhere
that they were called before the out-of-line definition is installed,
as is fairly common for structure accessors.)
initially undefined function references:"

WARNING: Found non-STANDARD-CHAR in
"

layout names:"
WARNING: Found non-STANDARD-CHAR in
"

parsed type specifiers:"
;; Loaded file obj/from-host/src/compiler/generic/genesis.fas
T
beginning GENESIS, creating headers in "src/runtime/genesis"
NIL
2m31.30s real 2m07.33s user 0m23.12s system
//entering make-target-1.sh
//building runtime system and symbol table file
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime'
rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp
gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime'
echo '#include "genesis/config.h"' >sbcl.h
echo '#include "genesis/constants.h"' >>sbcl.h
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o alloc.o alloc.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o backtrace.o backtrace.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o breakpoint.o breakpoint.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o coreparse.o coreparse.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o dynbind.o dynbind.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o funcall.o funcall.c
funcall.c:29: warning: 'sysv_abi' attribute directive ignored
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o gc-common.o gc-common.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o globals.o globals.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o interr.o interr.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o interrupt.o interrupt.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o largefile.o largefile.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o monitor.o monitor.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o os-common.o os-common.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o parse.o parse.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o print.o print.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o purify.o purify.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o pthread-futex.o pthread-futex.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o regnames.o regnames.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o run-program.o run-program.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o runtime.o runtime.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o safepoint.o safepoint.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o save.o save.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o sc-offset.o sc-offset.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o search.o search.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o thread.o thread.c
thread.c:97: warning: 'sysv_abi' attribute directive ignored
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o time.o time.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o util.o util.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o validate.o validate.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o var-io.o var-io.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o vars.o vars.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o wrap.o wrap.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o x86-64-arch.o x86-64-arch.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o bsd-os.o bsd-os.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o x86-64-bsd-os.o x86-64-bsd-os.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o gencgc.o gencgc.c
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o x86-64-assem.o x86-64-assem.S
cc -Wall -Wsign-compare -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o ldso-stubs.o ldso-stubs.S
cc -g -Wl,--export-dynamic -export-dynamic -Wl,-z,wxneeded -nopie -o sbcl alloc.o backtrace.o breakpoint.o coreparse.o dynbind.o funcall.o gc-common.o globals.o interr.o interrupt.o largefile.o monitor.o os-common.o parse.o print.o purify.o pthread-futex.o regnames.o run-program.o runtime.o safepoint.o save.o sc-offset.o search.o thread.o time.o util.o validate.o var-io.o vars.o wrap.o x86-64-arch.o bsd-os.o x86-64-bsd-os.o gencgc.o x86-64-assem.o ldso-stubs.o -lutil -pthread -lm
print.o: In function `print_obj':
print.c:(.text+0xd66): warning: warning: sprintf() is often misused, please use snprintf()
runtime.o: In function `copied_string':
runtime.c:(.text+0x397): warning: warning: strcpy() is almost always misused, please use strlcpy()
nm -gp sbcl | grep -v " [FUw] " > ,sbcl.nm
mv -f ,sbcl.nm sbcl.nm
etags alloc.c backtrace.c breakpoint.c coreparse.c dynbind.c funcall.c gc-common.c globals.c interr.c interrupt.c largefile.c monitor.c os-common.c parse.c print.c purify.c pthread-futex.c regnames.c run-program.c runtime.c safepoint.c save.c sc-offset.c search.c thread.c time.c util.c validate.c var-io.c vars.c wrap.c x86-64-arch.c bsd-os.c x86-64-bsd-os.c gencgc.c x86-64-assem.S ldso-stubs.S || true
/bin/sh: etags: not found
gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/tools-for-build'
cc -O2 -pipe -fno-omit-frame-pointer -fno-pie -pthread -I../src/runtime -Wno-format -nopie grovel-headers.c -lutil -pthread -o grovel-headers
gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/tools-for-build'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime'
gmake: Nothing to be done for 'after-grovel-headers'.
gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime'
0m13.75s real 0m04.70s user 0m09.16s system
//entering make-host-2.sh
//running cross-compiler to create target object files
5
;; Loading file src/cold/shared.lisp ...
;; Loading file src/cold/read-from-file.lisp ...
;; Loaded file src/cold/read-from-file.lisp
;; Loading file src/cold/rename-package-carefully.lisp ...
;; Loaded file src/cold/rename-package-carefully.lisp
;; Loading file src/cold/with-stuff.lisp ...
;; Loaded file src/cold/with-stuff.lisp
;; Loading file src/cold/ansify.lisp ...
;; Loaded file src/cold/ansify.lisp
;; Loading file src/cold/shebang.lisp ...
;; Loaded file src/cold/shebang.lisp
target features *SHEBANG-FEATURES*=
(:ANSI-CL :COMMON-LISP :SBCL :SB-DOC :SB-TEST :SB-LDB :SB-PACKAGE-LOCKS
:SB-UNICODE :SB-EVAL :SB-SOURCE-LOCATIONS :PACKAGE-LOCAL-NICKNAMES
:IEEE-FLOATING-POINT :SB-THREAD :X86-64 :UNIX :BSD :ELF :OPENBSD :64-BIT
:64-BIT-REGISTERS :GENCGC :STACK-GROWS-DOWNWARD-NOT-UPWARD
:C-STACK-IS-CONTROL-STACK :LINKAGE-TABLE :COMPARE-AND-SWAP-VOPS
:UNWIND-TO-FRAME-AND-CALL-VOP :RAW-INSTANCE-INIT-VOPS :PRECISE-ARG-COUNT-ERROR
:FP-AND-PC-STANDARD-SAVE :UNBIND-N-VOP :STACK-ALLOCATABLE-CLOSURES
:STACK-ALLOCATABLE-VECTORS :STACK-ALLOCATABLE-LISTS
:STACK-ALLOCATABLE-FIXED-OBJECTS :ALIEN-CALLBACKS :CYCLE-COUNTER
:COMPLEX-FLOAT-VOPS :READ-ONLY-TRAMPS :FLOAT-EQL-VOPS :INTEGER-EQL-VOP
:INLINE-CONSTANTS :MEMORY-BARRIER-VOPS :MULTIPLY-HIGH-VOPS :SB-SIMD-PACK
:ASH-RIGHT-VOPS :SYMBOL-INFO-VOPS :LITTLE-ENDIAN :OS-PROVIDES-DLOPEN
:OS-PROVIDES-DLADDR :OS-PROVIDES-PUTWC :OS-PROVIDES-BLKSIZE-T
:OS-PROVIDES-SUSECONDS-T :OS-PROVIDES-POLL)
target backend-subfeatures *SHEBANG-BACKEND-FEATURES*=NIL
;; Loaded file src/cold/shared.lisp
T
#<PACKAGE SB-COLD>
"obj/from-xc/"
;; Loading file src/cold/set-up-cold-packages.lisp ...
;; Loaded file src/cold/set-up-cold-packages.lisp
T
;; Loading file src/cold/defun-load-or-cload-xcompiler.lisp ...
;; Loaded file src/cold/defun-load-or-cload-xcompiler.lisp
T
;; Loading file obj/from-host/src/code/early-source-location.fas ...
;; Loaded file obj/from-host/src/code/early-source-location.fas
;; Loading file obj/from-host/src/code/cross-early.fas ...
;; Loaded file obj/from-host/src/code/cross-early.fas
;; Loading file obj/from-host/src/code/show.fas ...
;; Loaded file obj/from-host/src/code/show.fas
;; Loading file obj/from-host/src/compiler/early-constantp.fas ...
;; Loaded file obj/from-host/src/compiler/early-constantp.fas
;; Loading file obj/from-host/src/code/primordial-extensions.fas ...
;; Loaded file obj/from-host/src/code/primordial-extensions.fas
;; Loading file obj/from-host/src/code/cold-init-helper-macros.fas ...
;; Loaded file obj/from-host/src/code/cold-init-helper-macros.fas
;; Loading file obj/from-host/src/code/backq.fas ...
;; Loaded file obj/from-host/src/code/backq.fas
;; Loading file obj/from-host/src/code/cross-byte.fas ...
;; Loaded file obj/from-host/src/code/cross-byte.fas
;; Loading file obj/from-host/src/code/cross-misc.fas ...
;; Loaded file obj/from-host/src/code/cross-misc.fas
;; Loading file obj/from-host/src/code/cross-char.fas ...
;; Loaded file obj/from-host/src/code/cross-char.fas
;; Loading file obj/from-host/src/code/cross-boole.fas ...
;; Loaded file obj/from-host/src/code/cross-boole.fas
;; Loading file obj/from-host/src/code/cross-float.fas ...
;; Loaded file obj/from-host/src/code/cross-float.fas
;; Loading file obj/from-host/src/code/cross-io.fas ...
;; Loaded file obj/from-host/src/code/cross-io.fas
;; Loading file obj/from-host/src/code/cross-sap.fas ...
;; Loaded file obj/from-host/src/code/cross-sap.fas
;; Loading file obj/from-host/src/code/cross-thread.fas ...
;; Loaded file obj/from-host/src/code/cross-thread.fas
;; Loading file obj/from-host/src/code/cross-condition.fas ...
;; Loaded file obj/from-host/src/code/cross-condition.fas
;; Loading file obj/from-host/src/code/uncross.fas ...
;; Loaded file obj/from-host/src/code/uncross.fas
;; Loading file obj/from-host/src/code/defbangtype.fas ...
;; Loaded file obj/from-host/src/code/defbangtype.fas
;; Loading file obj/from-host/src/code/defbangconstant.fas ...
;; Loaded file obj/from-host/src/code/defbangconstant.fas
;; Loading file obj/from-host/src/code/early-constants.fas ...
;; Loaded file obj/from-host/src/code/early-constants.fas
;; Loading file obj/from-host/src/compiler/deftype.fas ...
;; Loaded file obj/from-host/src/compiler/deftype.fas
;; Loading file obj/from-host/src/compiler/early-lexenv.fas ...
;; Loaded file obj/from-host/src/compiler/early-lexenv.fas
;; Loading file obj/from-host/src/compiler/early-globaldb.fas ...
;; Loaded file obj/from-host/src/compiler/early-globaldb.fas
;; Loading file obj/from-host/src/code/function-names.fas ...
;; Loaded file obj/from-host/src/code/function-names.fas
;; Loading file obj/from-host/src/compiler/generic/parms.fas ...
;; Loaded file obj/from-host/src/compiler/generic/parms.fas
;; Loading file obj/from-host/src/compiler/x86-64/parms.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/parms.fas
;; Loading file obj/from-host/src/compiler/generic/early-vm.fas ...
;; Loaded file obj/from-host/src/compiler/generic/early-vm.fas
;; Loading file obj/from-host/src/compiler/generic/early-objdef.fas ...
;; Loaded file obj/from-host/src/compiler/generic/early-objdef.fas
;; Loading file obj/from-host/src/code/early-array.fas ...
;; Loaded file obj/from-host/src/code/early-array.fas
;; Loading file obj/from-host/src/code/parse-body.fas ...
;; Loaded file obj/from-host/src/code/parse-body.fas
;; Loading file obj/from-host/src/code/unportable-float.fas ...
;; Loaded file obj/from-host/src/code/unportable-float.fas
;; Loading file obj/from-host/src/compiler/policy.fas ...
;; Loaded file obj/from-host/src/compiler/policy.fas
;; Loading file obj/from-host/src/code/early-extensions.fas ...
;; Loaded file obj/from-host/src/code/early-extensions.fas
;; Loading file obj/from-host/src/compiler/parse-lambda-list.fas ...
;; Loaded file obj/from-host/src/compiler/parse-lambda-list.fas
;; Loading file obj/from-host/src/code/specializable-array.fas ...
;; Loaded file obj/from-host/src/code/specializable-array.fas
;; Loading file obj/from-host/src/code/early-cl.fas ...
;; Loaded file obj/from-host/src/code/early-cl.fas
;; Loading file obj/from-host/src/code/early-fasl.fas ...
;; Loaded file obj/from-host/src/code/early-fasl.fas
;; Loading file obj/from-host/src/code/debug-var-io.fas ...
;; Loaded file obj/from-host/src/code/debug-var-io.fas
;; Loading file obj/from-host/src/code/defbangstruct.fas ...
;; Loaded file obj/from-host/src/code/defbangstruct.fas
;; Loading file obj/from-host/src/code/early-thread.fas ...
;; Loaded file obj/from-host/src/code/early-thread.fas
;; Loading file obj/from-host/src/compiler/defconstant.fas ...
;; Loaded file obj/from-host/src/compiler/defconstant.fas
;; Loading file obj/from-host/src/code/early-raw-slots.fas ...
;; Loaded file obj/from-host/src/code/early-raw-slots.fas
;; Loading file obj/from-host/src/code/xset.fas ...
;; Loaded file obj/from-host/src/code/xset.fas
;; Loading file obj/from-host/src/code/type-class.fas ...
;; Loaded file obj/from-host/src/code/type-class.fas
;; Loading file obj/from-host/src/code/early-alieneval.fas ...
;; Loaded file obj/from-host/src/code/early-alieneval.fas
;; Loading file obj/from-host/src/compiler/early-c.fas ...
;; Loaded file obj/from-host/src/compiler/early-c.fas
;; Loading file obj/from-host/src/compiler/fun-info.fas ...
;; Loaded file obj/from-host/src/compiler/fun-info.fas
;; Loading file obj/from-host/src/pcl/slot-name.fas ...
;; Loaded file obj/from-host/src/pcl/slot-name.fas
;; Loading file obj/from-host/src/compiler/info-vector.fas ...
;; Loaded file obj/from-host/src/compiler/info-vector.fas
;; Loading file obj/from-host/src/compiler/globaldb.fas ...
;; Loaded file obj/from-host/src/compiler/globaldb.fas
;; Loading file obj/from-host/src/code/primordial-type.fas ...
;; Loaded file obj/from-host/src/code/primordial-type.fas
;; Loading file obj/from-host/src/code/early-classoid.fas ...
;; Loaded file obj/from-host/src/code/early-classoid.fas
;; Loading file obj/from-host/src/compiler/early-backend.fas ...
;; Loaded file obj/from-host/src/compiler/early-backend.fas
;; Loading file obj/from-host/src/compiler/generic/vm-array.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-array.fas
;; Loading file obj/from-host/src/code/early-time.fas ...
;; Loaded file obj/from-host/src/code/early-time.fas
;; Loading file obj/from-host/src/code/sc-offset.fas ...
;; Loaded file obj/from-host/src/code/sc-offset.fas
;; Loading file obj/from-host/src/code/char.fas ...
;; Loaded file obj/from-host/src/code/char.fas
;; Loading file obj/from-host/src/code/huffman.fas ...
;; Loaded file obj/from-host/src/code/huffman.fas
;; Loading file obj/from-host/src/code/misc.fas ...
;; Loaded file obj/from-host/src/code/misc.fas
;; Loading file obj/from-host/src/code/early-format.fas ...
;; Loaded file obj/from-host/src/code/early-format.fas
;; Loading file obj/from-host/src/compiler/policies.fas ...
;; Loaded file obj/from-host/src/compiler/policies.fas
;; Loading file obj/from-host/src/compiler/macros.fas ...
;; Loaded file obj/from-host/src/compiler/macros.fas
;; Loading file obj/from-host/src/compiler/constantp.fas ...
;; Loaded file obj/from-host/src/compiler/constantp.fas
;; Loading file obj/from-host/src/compiler/info-functions.fas ...
;; Loaded file obj/from-host/src/compiler/info-functions.fas
;; Loading file obj/from-host/src/compiler/generic/vm-macs.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-macs.fas
;; Loading file obj/from-host/src/compiler/generic/objdef.fas ...
;; Loaded file obj/from-host/src/compiler/generic/objdef.fas
;; Loading file obj/from-host/src/compiler/sset.fas ...
;; Loaded file obj/from-host/src/compiler/sset.fas
;; Loading file obj/from-host/src/code/early-type.fas ...
;; Loaded file obj/from-host/src/code/early-type.fas
;; Loading file obj/from-host/src/compiler/node.fas ...
;; Loaded file obj/from-host/src/compiler/node.fas
;; Loading file obj/from-host/src/compiler/lexenv.fas ...
;; Loaded file obj/from-host/src/compiler/lexenv.fas
;; Loading file obj/from-host/src/compiler/early-assem.fas ...
;; Loaded file obj/from-host/src/compiler/early-assem.fas
;; Loading file obj/from-host/src/compiler/vop.fas ...
;; Loaded file obj/from-host/src/compiler/vop.fas
;; Loading file obj/from-host/src/compiler/constant-leaf.fas ...
;; Loaded file obj/from-host/src/compiler/constant-leaf.fas
;; Loading file obj/from-host/src/compiler/backend.fas ...
;; Loaded file obj/from-host/src/compiler/backend.fas
;; Loading file obj/from-host/src/compiler/vmdef.fas ...
;; Loaded file obj/from-host/src/compiler/vmdef.fas
;; Loading file obj/from-host/src/compiler/x86-64/backend-parms.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/backend-parms.fas
;; Loading file obj/from-host/src/code/force-delayed-defbangconstants.fas ...
;; Loaded file obj/from-host/src/code/force-delayed-defbangconstants.fas
;; Loading file obj/from-host/src/code/defmacro.fas ...
;; Loaded file obj/from-host/src/code/defmacro.fas
;; Loading file obj/from-host/src/code/destructuring-bind.fas ...
;; Loaded file obj/from-host/src/code/destructuring-bind.fas
;; Loading file obj/from-host/src/compiler/meta-vmdef.fas ...
;; Loaded file obj/from-host/src/compiler/meta-vmdef.fas
;; Loading file obj/from-host/src/compiler/x86-64/vm.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/vm.fas
;; Loading file obj/from-host/src/code/class.fas ...
;; Loaded file obj/from-host/src/code/class.fas
;; Loading file obj/from-host/src/pcl/pre-warm.fas ...
;; Loaded file obj/from-host/src/pcl/pre-warm.fas
;; Loading file obj/from-host/src/code/debug-info.fas ...
;; Loaded file obj/from-host/src/code/debug-info.fas
;; Loading file obj/from-host/src/code/source-location.fas ...
;; Loaded file obj/from-host/src/code/source-location.fas
;; Loading file obj/from-host/src/code/early-condition.fas ...
;; Loaded file obj/from-host/src/code/early-condition.fas
;; Loading file obj/from-host/src/code/parse-defmacro-errors.fas ...
;; Loaded file obj/from-host/src/code/parse-defmacro-errors.fas
;; Loading file obj/from-host/src/code/format-directive.fas ...
;; Loaded file obj/from-host/src/code/format-directive.fas
;; Loading file obj/from-host/src/compiler/generic/primtype.fas ...
;; Loaded file obj/from-host/src/compiler/generic/primtype.fas
;; Loading file obj/from-host/src/code/host-alieneval.fas ...
;; Loaded file obj/from-host/src/code/host-alieneval.fas
;; Loading file obj/from-host/src/code/host-c-call.fas ...
;; Loaded file obj/from-host/src/code/host-c-call.fas
;; Loading file obj/from-host/src/compiler/compiler-deftype.fas ...
;; Loaded file obj/from-host/src/compiler/compiler-deftype.fas
;; Loading file obj/from-host/src/code/late-type.fas ...
;; Loaded file obj/from-host/src/code/late-type.fas
;; Loading file obj/from-host/src/code/deftypes-for-target.fas ...
;; Loaded file obj/from-host/src/code/deftypes-for-target.fas
;; Loading file obj/from-host/src/compiler/knownfun.fas ...
;; Loaded file obj/from-host/src/compiler/knownfun.fas
;; Loading file obj/from-host/src/compiler/fun-info-funs.fas ...
;; Loaded file obj/from-host/src/compiler/fun-info-funs.fas
;; Loading file obj/from-host/src/code/cross-type.fas ...
;; Loaded file obj/from-host/src/code/cross-type.fas
;; Loading file obj/from-host/src/compiler/generic/vm-type.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-type.fas
;; Loading file obj/from-host/src/compiler/proclaim.fas ...
;; Loaded file obj/from-host/src/compiler/proclaim.fas
;; Loading file obj/from-host/src/code/class-init.fas ...
;; Loaded file obj/from-host/src/code/class-init.fas
;; Loading file obj/from-host/src/code/defstruct.fas ...
;; Loaded file obj/from-host/src/code/defstruct.fas
;; Loading file obj/from-host/src/code/alien-type.fas ...
;; Loaded file obj/from-host/src/code/alien-type.fas
;; Loading file obj/from-host/src/code/force-delayed-defbangstructs.fas ...
;; Loaded file obj/from-host/src/code/force-delayed-defbangstructs.fas
;; Loading file obj/from-host/src/compiler/compiler-error.fas ...
;; Loaded file obj/from-host/src/compiler/compiler-error.fas
;; Loading file obj/from-host/src/code/type-init.fas ...
//caught: parse-unknown COMPILED-FUNCTION
;; Loaded file obj/from-host/src/code/type-init.fas
;; Loading file obj/from-host/src/compiler/fixup-type.fas ...
;; Loaded file obj/from-host/src/compiler/fixup-type.fas
;; Loading file obj/from-host/src/code/package.fas ...
;; Loaded file obj/from-host/src/code/package.fas
;; Loading file obj/from-host/src/code/random.fas ...
;; Loaded file obj/from-host/src/code/random.fas
;; Loading file obj/from-host/src/code/hash-table.fas ...
;; Loaded file obj/from-host/src/code/hash-table.fas
;; Loading file obj/from-host/src/code/readtable.fas ...
;; Loaded file obj/from-host/src/code/readtable.fas
;; Loading file obj/from-host/src/code/pathname.fas ...
;; Loaded file obj/from-host/src/code/pathname.fas
;; Loading file obj/from-host/src/compiler/fndb.fas ...
;; Loaded file obj/from-host/src/compiler/fndb.fas
;; Loading file obj/from-host/src/compiler/generic/vm-fndb.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-fndb.fas
;; Loading file obj/from-host/src/compiler/generic/late-objdef.fas ...
;; Loaded file obj/from-host/src/compiler/generic/late-objdef.fas
;; Loading file obj/from-host/src/compiler/generic/interr.fas ...
;; Loaded file obj/from-host/src/compiler/generic/interr.fas
;; Loading file obj/from-host/src/compiler/bit-util.fas ...
;; Loaded file obj/from-host/src/compiler/bit-util.fas
;; Loading file obj/from-host/src/compiler/fixup.fas ...
;; Loaded file obj/from-host/src/compiler/fixup.fas
;; Loading file obj/from-host/src/compiler/generic/core.fas ...
;; Loaded file obj/from-host/src/compiler/generic/core.fas
;; Loading file obj/from-host/src/code/thread.fas ...
;; Loaded file obj/from-host/src/code/thread.fas
;; Loading file obj/from-host/src/code/load.fas ...
;; Loaded file obj/from-host/src/code/load.fas
;; Loading file obj/from-host/src/code/foreign.fas ...
;; Loaded file obj/from-host/src/code/foreign.fas
;; Loading file obj/from-host/src/code/fop.fas ...
;; Loaded file obj/from-host/src/code/fop.fas
;; Loading file obj/from-host/src/compiler/ctype.fas ...
;; Loaded file obj/from-host/src/compiler/ctype.fas
;; Loading file obj/from-host/src/compiler/disassem.fas ...
;; Loaded file obj/from-host/src/compiler/disassem.fas
;; Loading file obj/from-host/src/compiler/assem.fas ...
;; Loaded file obj/from-host/src/compiler/assem.fas
;; Loading file obj/from-host/src/compiler/dump.fas ...
;; Loaded file obj/from-host/src/compiler/dump.fas
;; Loading file obj/from-host/src/compiler/ir1report.fas ...
;; Loaded file obj/from-host/src/compiler/ir1report.fas
;; Loading file obj/from-host/src/compiler/main.fas ...
WARNING: Found non-STANDARD-CHAR in
"
;;;; component: "
WARNING: Found non-STANDARD-CHAR in
"

;;;; IR2 component: "
;; Loaded file obj/from-host/src/compiler/main.fas
;; Loading file obj/from-host/src/compiler/xref.fas ...
;; Loaded file obj/from-host/src/compiler/xref.fas
;; Loading file obj/from-host/src/compiler/ir1tran.fas ...
;; Loaded file obj/from-host/src/compiler/ir1tran.fas
;; Loading file obj/from-host/src/compiler/ir1tran-lambda.fas ...
;; Loaded file obj/from-host/src/compiler/ir1tran-lambda.fas
;; Loading file obj/from-host/src/compiler/ir1-translators.fas ...
;; Loaded file obj/from-host/src/compiler/ir1-translators.fas
;; Loading file obj/from-host/src/compiler/ir1util.fas ...
;; Loaded file obj/from-host/src/compiler/ir1util.fas
;; Loading file obj/from-host/src/compiler/ir1opt.fas ...
;; Loaded file obj/from-host/src/compiler/ir1opt.fas
;; Loading file obj/from-host/src/compiler/loop.fas ...
;; Loaded file obj/from-host/src/compiler/loop.fas
;; Loading file obj/from-host/src/compiler/ir1final.fas ...
;; Loaded file obj/from-host/src/compiler/ir1final.fas
;; Loading file obj/from-host/src/compiler/array-tran.fas ...
;; Loaded file obj/from-host/src/compiler/array-tran.fas
;; Loading file obj/from-host/src/compiler/seqtran.fas ...
;; Loaded file obj/from-host/src/compiler/seqtran.fas
;; Loading file obj/from-host/src/compiler/typetran.fas ...
;; Loaded file obj/from-host/src/compiler/typetran.fas
;; Loading file obj/from-host/src/compiler/generic/vm-typetran.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-typetran.fas
;; Loading file obj/from-host/src/compiler/float-tran.fas ...
;; Loaded file obj/from-host/src/compiler/float-tran.fas
;; Loading file obj/from-host/src/compiler/saptran.fas ...
;; Loaded file obj/from-host/src/compiler/saptran.fas
;; Loading file obj/from-host/src/compiler/srctran.fas ...
;; Loaded file obj/from-host/src/compiler/srctran.fas
;; Loading file obj/from-host/src/code/quantifiers.fas ...
;; Loaded file obj/from-host/src/code/quantifiers.fas
;; Loading file obj/from-host/src/compiler/bitops-derive-type.fas ...
;; Loaded file obj/from-host/src/compiler/bitops-derive-type.fas
;; Loading file obj/from-host/src/compiler/generic/vm-tran.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-tran.fas
;; Loading file obj/from-host/src/compiler/locall.fas ...
;; Loaded file obj/from-host/src/compiler/locall.fas
;; Loading file obj/from-host/src/compiler/dfo.fas ...
;; Loaded file obj/from-host/src/compiler/dfo.fas
;; Loading file obj/from-host/src/compiler/dce.fas ...
;; Loaded file obj/from-host/src/compiler/dce.fas
;; Loading file obj/from-host/src/compiler/checkgen.fas ...
;; Loaded file obj/from-host/src/compiler/checkgen.fas
;; Loading file obj/from-host/src/compiler/constraint.fas ...
;; Loaded file obj/from-host/src/compiler/constraint.fas
;; Loading file obj/from-host/src/compiler/physenvanal.fas ...
;; Loaded file obj/from-host/src/compiler/physenvanal.fas
;; Loading file obj/from-host/src/compiler/tn.fas ...
;; Loaded file obj/from-host/src/compiler/tn.fas
;; Loading file obj/from-host/src/compiler/life.fas ...
;; Loaded file obj/from-host/src/compiler/life.fas
;; Loading file obj/from-host/src/compiler/debug-dump.fas ...
;; Loaded file obj/from-host/src/compiler/debug-dump.fas
;; Loading file obj/from-host/src/compiler/generic/utils.fas ...
;; Loaded file obj/from-host/src/compiler/generic/utils.fas
;; Loading file obj/from-host/src/compiler/fopcompile.fas ...
;; Loaded file obj/from-host/src/compiler/fopcompile.fas
;; Loading file obj/from-host/src/assembly/assemfile.fas ...
;; Loaded file obj/from-host/src/assembly/assemfile.fas
;; Loading file obj/from-host/src/compiler/late-vmdef.fas ...
;; Loaded file obj/from-host/src/compiler/late-vmdef.fas
;; Loading file obj/from-host/src/compiler/x86-64/insts.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/insts.fas
;; Loading file obj/from-host/src/compiler/x86-64/macros.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/macros.fas
;; Loading file obj/from-host/src/compiler/generic/early-type-vops.fas ...
;; Loaded file obj/from-host/src/compiler/generic/early-type-vops.fas
;; Loading file obj/from-host/src/assembly/x86-64/support.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/support.fas
;; Loading file obj/from-host/src/compiler/x86-64/move.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/move.fas
;; Loading file obj/from-host/src/compiler/x86-64/float.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/float.fas
;; Loading file obj/from-host/src/compiler/x86-64/simd-pack.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/simd-pack.fas
;; Loading file obj/from-host/src/compiler/x86-64/sap.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/sap.fas
;; Loading file obj/from-host/src/compiler/x86-64/system.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/system.fas
;; Loading file obj/from-host/src/compiler/x86-64/char.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/char.fas
;; Loading file obj/from-host/src/compiler/x86-64/memory.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/memory.fas
;; Loading file obj/from-host/src/compiler/x86-64/static-fn.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/static-fn.fas
;; Loading file obj/from-host/src/compiler/x86-64/arith.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/arith.fas
;; Loading file obj/from-host/src/code/cross-modular.fas ...
;; Loaded file obj/from-host/src/code/cross-modular.fas
;; Loading file obj/from-host/src/compiler/generic/late-type-vops.fas ...
;; Loaded file obj/from-host/src/compiler/generic/late-type-vops.fas
;; Loading file obj/from-host/src/compiler/x86-64/type-vops.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/type-vops.fas
;; Loading file obj/from-host/src/compiler/x86-64/subprim.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/subprim.fas
;; Loading file obj/from-host/src/compiler/x86-64/debug.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/debug.fas
;; Loading file obj/from-host/src/compiler/early-aliencomp.fas ...
;; Loaded file obj/from-host/src/compiler/early-aliencomp.fas
;; Loading file obj/from-host/src/compiler/x86-64/c-call.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/c-call.fas
;; Loading file obj/from-host/src/compiler/x86-64/cell.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/cell.fas
;; Loading file obj/from-host/src/compiler/x86-64/values.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/values.fas
;; Loading file obj/from-host/src/compiler/x86-64/alloc.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/alloc.fas
;; Loading file obj/from-host/src/compiler/x86-64/call.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/call.fas
;; Loading file obj/from-host/src/compiler/x86-64/nlx.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/nlx.fas
;; Loading file obj/from-host/src/compiler/generic/late-nlx.fas ...
;; Loaded file obj/from-host/src/compiler/generic/late-nlx.fas
;; Loading file obj/from-host/src/compiler/x86-64/show.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/show.fas
;; Loading file obj/from-host/src/compiler/x86-64/array.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/array.fas
;; Loading file obj/from-host/src/compiler/generic/type-error.fas ...
;; Loaded file obj/from-host/src/compiler/generic/type-error.fas
;; Loading file obj/from-host/src/compiler/x86-64/pred.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/pred.fas
;; Loading file obj/from-host/src/assembly/x86-64/assem-rtns.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/assem-rtns.fas
;; Loading file obj/from-host/src/assembly/x86-64/array.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/array.fas
;; Loading file obj/from-host/src/assembly/x86-64/arith.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/arith.fas
;; Loading file obj/from-host/src/assembly/x86-64/alloc.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/alloc.fas
;; Loading file obj/from-host/src/compiler/pseudo-vops.fas ...
;; Loaded file obj/from-host/src/compiler/pseudo-vops.fas
;; Loading file obj/from-host/src/compiler/aliencomp.fas ...
;; Loaded file obj/from-host/src/compiler/aliencomp.fas
;; Loading file obj/from-host/src/compiler/ltv.fas ...
;; Loaded file obj/from-host/src/compiler/ltv.fas
;; Loading file obj/from-host/src/compiler/gtn.fas ...
;; Loaded file obj/from-host/src/compiler/gtn.fas
;; Loading file obj/from-host/src/compiler/ltn.fas ...
;; Loaded file obj/from-host/src/compiler/ltn.fas
;; Loading file obj/from-host/src/compiler/stack.fas ...
;; Loaded file obj/from-host/src/compiler/stack.fas
;; Loading file obj/from-host/src/compiler/control.fas ...
;; Loaded file obj/from-host/src/compiler/control.fas
;; Loading file obj/from-host/src/compiler/entry.fas ...
;; Loaded file obj/from-host/src/compiler/entry.fas
;; Loading file obj/from-host/src/compiler/ir2tran.fas ...
;; Loaded file obj/from-host/src/compiler/ir2tran.fas
;; Loading file obj/from-host/src/compiler/generic/vm-ir2tran.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-ir2tran.fas
;; Loading file obj/from-host/src/compiler/copyprop.fas ...
;; Loaded file obj/from-host/src/compiler/copyprop.fas
;; Loading file obj/from-host/src/compiler/represent.fas ...
;; Loaded file obj/from-host/src/compiler/represent.fas
;; Loading file obj/from-host/src/compiler/ir2opt.fas ...
;; Loaded file obj/from-host/src/compiler/ir2opt.fas
;; Loading file obj/from-host/src/compiler/pack.fas ...
;; Loaded file obj/from-host/src/compiler/pack.fas
;; Loading file obj/from-host/src/compiler/pack-iterative.fas ...
;; Loaded file obj/from-host/src/compiler/pack-iterative.fas
;; Loading file obj/from-host/src/compiler/codegen.fas ...
WARNING: Found non-STANDARD-CHAR in
"
assembly code for "
;; Loaded file obj/from-host/src/compiler/codegen.fas
;; Loading file obj/from-host/src/compiler/debug.fas ...
;; Loaded file obj/from-host/src/compiler/debug.fas
;; Loading file obj/from-host/src/code/format-time.fas ...
;; Loaded file obj/from-host/src/code/format-time.fas
;; Loading file obj/from-host/src/code/error.fas ...
;; Loaded file obj/from-host/src/code/error.fas
;; Loading file obj/from-host/src/code/macroexpand.fas ...
;; Loaded file obj/from-host/src/code/macroexpand.fas
;; Loading file obj/from-host/src/code/late-extensions.fas ...
;; Loaded file obj/from-host/src/code/late-extensions.fas
;; Loading file obj/from-host/src/code/host-pprint.fas ...
;; Loaded file obj/from-host/src/code/host-pprint.fas
;; Loading file obj/from-host/src/code/early-step.fas ...
;; Loaded file obj/from-host/src/code/early-step.fas
;; Loading file obj/from-host/src/compiler/late-proclaim.fas ...
;; Loaded file obj/from-host/src/compiler/late-proclaim.fas
;; Loading file obj/from-host/src/code/defboot.fas ...
;; Loaded file obj/from-host/src/code/defboot.fas
;; Loading file obj/from-host/src/code/setf.fas ...
;; Loaded file obj/from-host/src/code/setf.fas
;; Loading file obj/from-host/src/code/macros.fas ...
;; Loaded file obj/from-host/src/code/macros.fas
;; Loading file obj/from-host/src/code/loop.fas ...
;; Loaded file obj/from-host/src/code/loop.fas
;; Loading file obj/from-host/src/code/late-format.fas ...
;; Loaded file obj/from-host/src/code/late-format.fas
;; Loading file obj/from-host/src/code/sxhash.fas ...
;; Loaded file obj/from-host/src/code/sxhash.fas
;; Loading file obj/from-host/src/pcl/walk.fas ...
;; Loaded file obj/from-host/src/pcl/walk.fas

;; Loading file src/cold/muffler.lisp ...
;; Loaded file src/cold/muffler.lisp
T
CODE-DELETION-NOTE-P
((#<SB!KERNEL:UNION-TYPE
(OR (SATISFIES UNABLE-TO-OPTIMIZE-NOTE-P)
(SATISFIES CODE-DELETION-NOTE-P))>
. MUFFLE-WARNING))
PROCLAIM-TARGET-OPTIMIZATION
PROCLAIM-TARGET-OPTIMIZATION ;
NIL ;
NIL
IN-TARGET-CROSS-COMPILATION-MODE
IN-TARGET-CROSS-COMPILATION-MODE ;
NIL ;
NIL
T
#<COMPILED-FUNCTION SB-XC:COMPILE-FILE>
#<COMPILED-FUNCTION SB!C:ASSEMBLE-FILE>
#<COMPILED-FUNCTION IN-TARGET-CROSS-COMPILATION-MODE>
#<FUNCTION :LAMBDA (FORM ENV) (THE SB!KERNEL:LEXENV-DESIGNATOR ENV)
(SB!IMPL::EXPAND-QUASIQUOTE (SECOND FORM) T)>
:MINIMAL
;; Loading file src/cold/compile-cold-sbcl.lisp ...
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-source-location.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-source-location.lisp-obj-tmp written
; compilation finished in 0:00:00.056
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/show.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/show.lisp-obj-tmp written
; compilation finished in 0:00:00.412
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-constantp.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/early-constantp.lisp-obj-tmp written
; compilation finished in 0:00:00.314
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defsetfs.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/defsetfs.lisp-obj-tmp written
; compilation finished in 0:00:02.627
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cl-specials.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/cl-specials.lisp-obj-tmp written
; compilation finished in 0:00:00.070
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/primordial-extensions.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/primordial-extensions.lisp-obj-tmp written
; compilation finished in 0:00:02.125
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cold-init-helper-macros.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/cold-init-helper-macros.lisp-obj-tmp written
; compilation finished in 0:00:00.804
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-defmethod.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-defmethod.lisp-obj-tmp written
; compilation finished in 0:00:01.226
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/backq.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/backq.lisp-obj-tmp written
; compilation finished in 0:00:02.661
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/globals.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/globals.lisp-obj-tmp written
; compilation finished in 0:00:00.012
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cmacros.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/cmacros.lisp-obj-tmp written
; compilation finished in 0:00:00.472
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/uncross.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/uncross.lisp-obj-tmp written
; compilation finished in 0:00:00.094
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defbangtype.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/defbangtype.lisp-obj-tmp written
; compilation finished in 0:00:00.041
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defbangconstant.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/defbangconstant.lisp-obj-tmp written
; compilation finished in 0:00:00.214
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-constants.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-constants.lisp-obj-tmp written
; compilation finished in 0:00:00.008
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/deftype.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/deftype.lisp-obj-tmp written
; compilation finished in 0:00:00.317
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-lexenv.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/early-lexenv.lisp-obj-tmp written
; compilation finished in 0:00:02.763
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-globaldb.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/early-globaldb.lisp-obj-tmp written
; compilation finished in 0:00:02.842
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/function-names.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/function-names.lisp-obj-tmp written
; compilation finished in 0:00:00.514
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/parms.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/parms.lisp-obj-tmp written
; compilation finished in 0:00:00.562
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/parms.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/parms.lisp-obj-tmp written
; compilation finished in 0:00:00.338
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/early-vm.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/early-vm.lisp-obj-tmp written
; compilation finished in 0:00:00.284
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/early-objdef.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/early-objdef.lisp-obj-tmp written
; compilation finished in 0:00:00.128
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-array.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-array.lisp-obj-tmp written
; compilation finished in 0:00:00.021
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/kernel.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/kernel.lisp-obj-tmp written
; compilation finished in 0:00:01.501
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/barrier.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/barrier.lisp-obj-tmp written
; compilation finished in 0:00:00.088
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/parse-body.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/parse-body.lisp-obj-tmp written
; compilation finished in 0:00:00.168
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/unportable-float.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/unportable-float.lisp-obj-tmp written
; compilation finished in 0:00:00.033
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/policy.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/policy.lisp-obj-tmp written
; compilation finished in 0:00:03.573
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/condition-boot.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/condition-boot.lisp-obj-tmp written
; compilation finished in 0:00:00.346
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-extensions.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-extensions.lisp-obj-tmp written
; compilation finished in 0:00:14.199
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/parse-lambda-list.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/parse-lambda-list.lisp-obj-tmp written
; compilation finished in 0:00:09.907
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/restart.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/restart.lisp-obj-tmp written
; compilation finished in 0:00:00.734
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/specializable-array.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/specializable-array.lisp-obj-tmp written
; compilation finished in 0:00:00.152
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-cl.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-cl.lisp-obj-tmp written
; compilation finished in 0:00:00.021
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/ansi-stream.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/ansi-stream.lisp-obj-tmp written
; compilation finished in 0:00:01.344
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-fasl.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-fasl.lisp-obj-tmp written
; compilation finished in 0:00:01.045
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/debug-var-io.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/debug-var-io.lisp-obj-tmp written
; compilation finished in 0:00:01.408
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defbangstruct.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/defbangstruct.lisp-obj-tmp written
; compilation finished in 0:00:00.119
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-thread.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-thread.lisp-obj-tmp written
; compilation finished in 0:00:02.510
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-print.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-print.lisp-obj-tmp written
; compilation finished in 0:00:00.799
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-pprint.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-pprint.lisp-obj-tmp written
; compilation finished in 0:00:03.312
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-impl.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-impl.lisp-obj-tmp written
; compilation finished in 0:00:00.019
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-extensions.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-extensions.lisp-obj-tmp written
; compilation finished in 0:00:00.984
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-package.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-package.lisp-obj-tmp written
; compilation finished in 0:00:00.310
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/defconstant.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/defconstant.lisp-obj-tmp written
; compilation finished in 0:00:00.569
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-raw-slots.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-raw-slots.lisp-obj-tmp written
; compilation finished in 0:00:00.994
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/funutils.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/funutils.lisp-obj-tmp written
; compilation finished in 0:00:00.164
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/maphash.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/maphash.lisp-obj-tmp written
; compilation finished in 0:00:00.571
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/xset.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/xset.lisp-obj-tmp written
; compilation finished in 0:00:01.486
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/type-class.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/type-class.lisp-obj-tmp written
; compilation finished in 0:00:13.775
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-alieneval.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-alieneval.lisp-obj-tmp written
; compilation finished in 0:00:03.996
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cas.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/cas.lisp-obj-tmp written
; compilation finished in 0:00:02.273
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-c.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/early-c.lisp-obj-tmp written
; compilation finished in 0:00:03.300
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fun-info.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/fun-info.lisp-obj-tmp written
; compilation finished in 0:00:03.311
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/pcl/
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/slot-name.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/pcl/slot-name.lisp-obj-tmp written
; compilation finished in 0:00:00.117
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/signal.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/signal.lisp-obj-tmp written
; compilation finished in 0:00:00.415
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/info-vector.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/info-vector.lisp-obj-tmp written
; compilation finished in 0:00:13.854
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/globaldb.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/globaldb.lisp-obj-tmp written
; compilation finished in 0:00:03.958
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/primordial-type.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/primordial-type.lisp-obj-tmp written
; compilation finished in 0:00:00.229
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-classoid.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-classoid.lisp-obj-tmp written
; compilation finished in 0:00:15.759
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/sysmacs.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/sysmacs.lisp-obj-tmp written
; compilation finished in 0:00:01.720
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-error.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-error.lisp-obj-tmp written
; compilation finished in 0:00:02.236
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-backend.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/early-backend.lisp-obj-tmp written
; compilation finished in 0:00:00.028
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/output/
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/stuff-groveled-from-headers.lisp" (written 06 JUL 2017 01:45:39 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/output/stuff-groveled-from-headers.lisp-obj-tmp written
; compilation finished in 0:00:00.426
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cold-error.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/cold-error.lisp-obj-tmp written
; compilation finished in 0:00:01.543
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/fdefinition.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/fdefinition.lisp-obj-tmp written
; compilation finished in 0:00:02.565
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-array.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/vm-array.lisp-obj-tmp written
; compilation finished in 0:00:02.475
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/weak.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/weak.lisp-obj-tmp written
; compilation finished in 0:00:00.113
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/array.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/array.lisp-obj-tmp written
; compilation finished in 0:00:32.651
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/pred.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/pred.lisp-obj-tmp written
; compilation finished in 0:00:05.310
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-alieneval.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-alieneval.lisp-obj-tmp written
; compilation finished in 0:00:09.788
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-c-call.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-c-call.lisp-obj-tmp written
; compilation finished in 0:00:00.385
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-allocate.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-allocate.lisp-obj-tmp written
; compilation finished in 0:00:00.193
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/misc-aliens.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/misc-aliens.lisp-obj-tmp written
; compilation finished in 0:00:00.394
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-float.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-float.lisp-obj-tmp written
; compilation finished in 0:00:00.545
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/early-low.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/pcl/early-low.lisp-obj-tmp written
; compilation finished in 0:00:00.649
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-sxhash.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-sxhash.lisp-obj-tmp written
; compilation finished in 0:00:07.508
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/list.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/list.lisp-obj-tmp written
; compilation finished in 0:00:18.126
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/seq.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/seq.lisp-obj-tmp written
; compilation finished in 0:01:07.098
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/coerce.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/coerce.lisp-obj-tmp written
; compilation finished in 0:00:01.618
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/string.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/string.lisp-obj-tmp written
; compilation finished in 0:00:15.736
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/mipsstrops.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/mipsstrops.lisp-obj-tmp written
; compilation finished in 0:00:01.855
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-time.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-time.lisp-obj-tmp written
; compilation finished in 0:00:00.008
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/unix.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/unix.lisp-obj-tmp written
; compilation finished in 0:00:21.334
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/bsd-os.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/bsd-os.lisp-obj-tmp written
; compilation finished in 0:00:01.273
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/sc-offset.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/sc-offset.lisp-obj-tmp written
; compilation finished in 0:00:00.363
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/x86-64-vm.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/x86-64-vm.lisp-obj-tmp written
; compilation finished in 0:00:01.505
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-signal.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-signal.lisp-obj-tmp written
; compilation finished in 0:00:02.749
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/bignum.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/bignum.lisp-obj-tmp written
; compilation finished in 0:00:09.436
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/numbers.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/numbers.lisp-obj-tmp written
; compilation finished in 0:00:19.784
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/float-trap.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/float-trap.lisp-obj-tmp written
; compilation finished in 0:00:01.253
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/float.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/float.lisp-obj-tmp written
; compilation finished in 0:00:05.593
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/irrat.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/irrat.lisp-obj-tmp written
; compilation finished in 0:00:28.525
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/char.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/char.lisp-obj-tmp written
; compilation finished in 0:00:00.021
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/huffman.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/huffman.lisp-obj-tmp written
; compilation finished in 0:00:04.473
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-char.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-char.lisp-obj-tmp written
; compilation finished in 0:00:21.687
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-unicode.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-unicode.lisp-obj-tmp written
; compilation finished in 0:00:31.982
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/misc.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/misc.lisp-obj-tmp written
; compilation finished in 0:00:00.035
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/symbol.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/symbol.lisp-obj-tmp written
; compilation finished in 0:00:03.434
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/fd-stream.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/fd-stream.lisp-obj-tmp written
; compilation finished in 0:00:45.272
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/stream.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/stream.lisp-obj-tmp written
; compilation finished in 0:00:47.949
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-format.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-format.lisp-obj-tmp written
; compilation finished in 0:00:00.272
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defpackage.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/defpackage.lisp-obj-tmp written
; compilation finished in 0:00:04.187
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/error-error.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/error-error.lisp-obj-tmp written
; compilation finished in 0:00:00.481
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/common-os.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/common-os.lisp-obj-tmp written
; compilation finished in 0:00:01.110
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/deadline.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/deadline.lisp-obj-tmp written
; compilation finished in 0:00:02.088
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/serve-event.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/serve-event.lisp-obj-tmp written
; compilation finished in 0:00:06.353
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/query.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/query.lisp-obj-tmp written
; compilation finished in 0:00:00.237
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/sort.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/sort.lisp-obj-tmp written
; compilation finished in 0:00:10.567
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/time.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/time.lisp-obj-tmp written
; compilation finished in 0:00:05.249
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/final.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/final.lisp-obj-tmp written
; compilation finished in 0:00:00.685
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/stubs.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/stubs.lisp-obj-tmp written
; compilation finished in 0:00:00.223
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/exhaust.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/exhaust.lisp-obj-tmp written
; compilation finished in 0:00:00.046
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/policies.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/policies.lisp-obj-tmp written
; compilation finished in 0:00:07.386
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/macros.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/macros.lisp-obj-tmp written
; compilation finished in 0:00:10.189
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/constantp.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/constantp.lisp-obj-tmp written
; compilation finished in 0:00:02.195
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/info-functions.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/info-functions.lisp-obj-tmp written
; compilation finished in 0:00:01.567
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-macs.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/vm-macs.lisp-obj-tmp written
; compilation finished in 0:00:06.904
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/objdef.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/objdef.lisp-obj-tmp written
; compilation finished in 0:00:00.801
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/sset.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/sset.lisp-obj-tmp written
; compilation finished in 0:00:04.592
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-type.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-type.lisp-obj-tmp written
; compilation finished in 0:00:10.885
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/node.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/node.lisp-obj-tmp written
; compilation finished in 0:01:25.454
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/lexenv.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/lexenv.lisp-obj-tmp written
; compilation finished in 0:00:01.321
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-assem.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/early-assem.lisp-obj-tmp written
; compilation finished in 0:00:00.779
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/vop.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/vop.lisp-obj-tmp written
; compilation finished in 0:00:36.139
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/constant-leaf.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/constant-leaf.lisp-obj-tmp written
; compilation finished in 0:00:01.915
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/backend.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/backend.lisp-obj-tmp written
; compilation finished in 0:00:00.505
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/vmdef.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/vmdef.lisp-obj-tmp written
; compilation finished in 0:00:03.168
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/backend-parms.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/backend-parms.lisp-obj-tmp written
; compilation finished in 0:00:00.025
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/room.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/room.lisp-obj-tmp written
; compilation finished in 0:00:08.979
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/force-delayed-defbangconstants.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/force-delayed-defbangconstants.lisp-obj-tmp written
; compilation finished in 0:00:00.014
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defmacro.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/defmacro.lisp-obj-tmp written
; compilation finished in 0:00:00.154
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/destructuring-bind.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/destructuring-bind.lisp-obj-tmp written
; compilation finished in 0:00:00.245
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/meta-vmdef.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/meta-vmdef.lisp-obj-tmp written
; compilation finished in 0:00:24.264
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/vm.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/vm.lisp-obj-tmp written
; compilation finished in 0:00:16.952
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-random.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-random.lisp-obj-tmp written
; compilation finished in 0:00:07.392
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/class.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/class.lisp-obj-tmp written
; compilation finished in 0:00:09.898
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/pre-warm.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/pcl/pre-warm.lisp-obj-tmp written
; compilation finished in 0:00:01.322
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/low.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/pcl/low.lisp-obj-tmp written
; compilation finished in 0:00:02.286
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/debug-info.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/debug-info.lisp-obj-tmp written
; compilation finished in 0:00:08.593
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/source-location.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/source-location.lisp-obj-tmp written
; compilation finished in 0:00:00.771
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-full-eval.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-full-eval.lisp-obj-tmp written
; compilation finished in 0:00:00.928
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-condition.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-condition.lisp-obj-tmp written
; compilation finished in 0:00:00.487
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/condition.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/condition.lisp-obj-tmp written
; compilation finished in 0:00:17.538
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/toplevel.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/toplevel.lisp-obj-tmp written
; compilation finished in 0:00:03.662
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/parse-defmacro-errors.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/parse-defmacro-errors.lisp-obj-tmp written
; compilation finished in 0:00:00.849
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/format-directive.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/format-directive.lisp-obj-tmp written
; compilation finished in 0:00:01.712
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-format.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-format.lisp-obj-tmp written
; compilation finished in 0:00:21.558
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/primtype.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/primtype.lisp-obj-tmp written
; compilation finished in 0:00:04.897
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/host-alieneval.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/host-alieneval.lisp-obj-tmp written
; compilation finished in 0:00:30.236
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/host-c-call.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/host-c-call.lisp-obj-tmp written
; compilation finished in 0:00:02.757
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/compiler-deftype.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/compiler-deftype.lisp-obj-tmp written
; compilation finished in 0:00:00.275
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/late-type.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/late-type.lisp-obj-tmp written
; compilation finished in 0:00:51.606
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-type.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-type.lisp-obj-tmp written
; compilation finished in 0:00:04.220
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/deftypes-for-target.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/deftypes-for-target.lisp-obj-tmp written
; compilation finished in 0:00:01.493
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/knownfun.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/knownfun.lisp-obj-tmp written
; compilation finished in 0:00:04.162
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fun-info-funs.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/fun-info-funs.lisp-obj-tmp written
; compilation finished in 0:00:00.282
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-type.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/vm-type.lisp-obj-tmp written
; compilation finished in 0:00:03.160
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/proclaim.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/proclaim.lisp-obj-tmp written
; compilation finished in 0:00:03.772
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/class-init.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/class-init.lisp-obj-tmp written
; compilation finished in 0:00:00.133
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defstruct.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/defstruct.lisp-obj-tmp written
; compilation finished in 0:00:24.460
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-defstruct.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-defstruct.lisp-obj-tmp written
; compilation finished in 0:00:02.516
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/alien-type.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/alien-type.lisp-obj-tmp written
; compilation finished in 0:00:01.147
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/force-delayed-defbangstructs.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/force-delayed-defbangstructs.lisp-obj-tmp written
; compilation finished in 0:00:00.019
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/typep.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/typep.lisp-obj-tmp written
; compilation finished in 0:00:03.133
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/compiler-error.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/compiler-error.lisp-obj-tmp written
; compilation finished in 0:00:00.861
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/type-init.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/type-init.lisp-obj-tmp written
; compilation finished in 0:00:00.056
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fixup-type.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/fixup-type.lisp-obj-tmp written
; compilation finished in 0:00:00.204
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/package.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/package.lisp-obj-tmp written
; compilation finished in 0:00:03.629
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/random.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/random.lisp-obj-tmp written
; compilation finished in 0:00:00.314
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/hash-table.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/hash-table.lisp-obj-tmp written
; compilation finished in 0:00:02.344
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/readtable.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/readtable.lisp-obj-tmp written
; compilation finished in 0:00:00.921
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/pathname.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/pathname.lisp-obj-tmp written
; compilation finished in 0:00:09.394
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fndb.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/fndb.lisp-obj-tmp written
; compilation finished in 0:00:13.060
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-fndb.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/vm-fndb.lisp-obj-tmp written
; compilation finished in 0:00:01.846
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/late-objdef.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/late-objdef.lisp-obj-tmp written
; compilation finished in 0:00:01.048
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/interr.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/interr.lisp-obj-tmp written
; compilation finished in 0:00:00.536
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/bit-util.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/bit-util.lisp-obj-tmp written
; compilation finished in 0:00:01.092
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fixup.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/fixup.lisp-obj-tmp written
; compilation finished in 0:00:00.931
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/core.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/core.lisp-obj-tmp written
; compilation finished in 0:00:01.439
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/thread.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/thread.lisp-obj-tmp written
; compilation finished in 0:00:03.210
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/load.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/load.lisp-obj-tmp written
; compilation finished in 0:00:08.438
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/linkage-table.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/linkage-table.lisp-obj-tmp written
; compilation finished in 0:00:00.617
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/foreign-load.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/foreign-load.lisp-obj-tmp written
; compilation finished in 0:00:02.081
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/unix-foreign-load.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/unix-foreign-load.lisp-obj-tmp written
; compilation finished in 0:00:01.407
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/foreign.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/foreign.lisp-obj-tmp written
; compilation finished in 0:00:02.270
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/fop.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/fop.lisp-obj-tmp written
; compilation finished in 0:00:19.761
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ctype.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ctype.lisp-obj-tmp written
; compilation finished in 0:00:12.055
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/disassem.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/disassem.lisp-obj-tmp written
; compilation finished in 0:00:18.091
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/assem.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/assem.lisp-obj-tmp written
; compilation finished in 0:00:22.248
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/dump.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/dump.lisp-obj-tmp written
; compilation finished in 0:00:11.190
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1report.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ir1report.lisp-obj-tmp written
; compilation finished in 0:00:06.073
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/main.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/main.lisp-obj-tmp written
; compilation finished in 0:00:15.532
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/xref.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/xref.lisp-obj-tmp written
; compilation finished in 0:00:03.495
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/target-main.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/target-main.lisp-obj-tmp written
; compilation finished in 0:00:02.471
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1tran.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ir1tran.lisp-obj-tmp written
; compilation finished in 0:00:14.193
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1tran-lambda.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ir1tran-lambda.lisp-obj-tmp written
; compilation finished in 0:00:10.498
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1-translators.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ir1-translators.lisp-obj-tmp written
; compilation finished in 0:00:13.291
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1util.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ir1util.lisp-obj-tmp written
; compilation finished in 0:00:25.394
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1opt.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ir1opt.lisp-obj-tmp written
; compilation finished in 0:00:19.690
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/loop.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/loop.lisp-obj-tmp written
; compilation finished in 0:00:01.935
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir1final.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ir1final.lisp-obj-tmp written
; compilation finished in 0:00:01.655
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/array-tran.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/array-tran.lisp-obj-tmp written
; compilation finished in 0:00:21.612
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/seqtran.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/seqtran.lisp-obj-tmp written
; compilation finished in 0:00:31.881
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/typetran.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/typetran.lisp-obj-tmp written
; compilation finished in 0:00:07.873
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-typetran.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/vm-typetran.lisp-obj-tmp written
; compilation finished in 0:00:00.372
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/float-tran.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/float-tran.lisp-obj-tmp written
; compilation finished in 0:00:20.295
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/saptran.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/saptran.lisp-obj-tmp written
; compilation finished in 0:00:04.632
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/srctran.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/srctran.lisp-obj-tmp written
; compilation finished in 0:00:55.547
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/quantifiers.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/quantifiers.lisp-obj-tmp written
; compilation finished in 0:00:00.918
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/bitops-derive-type.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/bitops-derive-type.lisp-obj-tmp written
; compilation finished in 0:00:02.587
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-tran.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/vm-tran.lisp-obj-tmp written
; compilation finished in 0:00:09.011
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/locall.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/locall.lisp-obj-tmp written
; compilation finished in 0:00:10.348
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/dfo.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/dfo.lisp-obj-tmp written
; compilation finished in 0:00:05.102
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/dce.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/dce.lisp-obj-tmp written
; compilation finished in 0:00:00.736
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/checkgen.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/checkgen.lisp-obj-tmp written
; compilation finished in 0:00:05.318
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/constraint.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/constraint.lisp-obj-tmp written
; compilation finished in 0:00:16.578
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/physenvanal.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/physenvanal.lisp-obj-tmp written
; compilation finished in 0:00:04.932
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/tn.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/tn.lisp-obj-tmp written
; compilation finished in 0:00:09.942
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/life.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/life.lisp-obj-tmp written
; compilation finished in 0:00:12.301
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/debug-dump.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/debug-dump.lisp-obj-tmp written
; compilation finished in 0:00:10.433
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/utils.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/utils.lisp-obj-tmp written
; compilation finished in 0:00:01.047
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/fopcompile.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/fopcompile.lisp-obj-tmp written
; compilation finished in 0:00:04.159
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/late-vmdef.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/late-vmdef.lisp-obj-tmp written
; compilation finished in 0:00:00.372
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/insts.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/insts.lisp-obj-tmp written
; compilation finished in 0:01:09.737
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/macros.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/macros.lisp-obj-tmp written
; compilation finished in 0:00:05.914
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/early-type-vops.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/early-type-vops.lisp-obj-tmp written
; compilation finished in 0:00:00.984
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/assembly/
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/assembly/x86-64/
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/support.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/assembly/x86-64/support.lisp-obj-tmp written
; compilation finished in 0:00:00.303
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/move.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/move.lisp-obj-tmp written
; compilation finished in 0:00:12.265
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/float.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/float.lisp-obj-tmp written
; compilation finished in 0:01:17.450
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/simd-pack.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/simd-pack.lisp-obj-tmp written
; compilation finished in 0:00:11.682
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/sap.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/sap.lisp-obj-tmp written
; compilation finished in 0:00:33.753
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/system.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/system.lisp-obj-tmp written
; compilation finished in 0:00:14.016
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/char.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/char.lisp-obj-tmp written
; compilation finished in 0:00:06.375
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/memory.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/memory.lisp-obj-tmp written
; compilation finished in 0:00:09.869
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/static-fn.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/static-fn.lisp-obj-tmp written
; compilation finished in 0:00:04.361
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/arith.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/arith.lisp-obj-tmp written
; compilation finished in 0:01:29.456
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/late-type-vops.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/late-type-vops.lisp-obj-tmp written
; compilation finished in 0:00:22.966
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/type-vops.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/type-vops.lisp-obj-tmp written
; compilation finished in 0:00:05.650
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/subprim.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/subprim.lisp-obj-tmp written
; compilation finished in 0:00:01.150
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/debug.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/debug.lisp-obj-tmp written
; compilation finished in 0:00:04.359
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/early-aliencomp.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/early-aliencomp.lisp-obj-tmp written
; compilation finished in 0:00:00.031
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/c-call.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/c-call.lisp-obj-tmp written
; compilation finished in 0:00:07.574
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/cell.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/cell.lisp-obj-tmp written
; compilation finished in 0:00:40.467
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/values.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/values.lisp-obj-tmp written
; compilation finished in 0:00:02.972
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/alloc.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/alloc.lisp-obj-tmp written
; compilation finished in 0:00:08.590
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/call.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/call.lisp-obj-tmp written
; compilation finished in 0:00:30.126
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/nlx.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/nlx.lisp-obj-tmp written
; compilation finished in 0:00:05.431
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/late-nlx.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/late-nlx.lisp-obj-tmp written
; compilation finished in 0:00:00.035
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/show.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/show.lisp-obj-tmp written
; compilation finished in 0:00:00.686
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/array.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/array.lisp-obj-tmp written
; compilation finished in 0:01:18.421
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/type-error.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/type-error.lisp-obj-tmp written
; compilation finished in 0:00:06.003
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/pred.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/pred.lisp-obj-tmp written
; compilation finished in 0:00:12.079
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/assem-rtns.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/assembly/x86-64/assem-rtns.lisp-obj-tmp written
; compilation finished in 0:00:01.552
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/array.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/assembly/x86-64/array.lisp-obj-tmp written
; compilation finished in 0:00:01.082
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/arith.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/assembly/x86-64/arith.lisp-obj-tmp written
; compilation finished in 0:00:06.968
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/assembly/x86-64/alloc.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/assembly/x86-64/alloc.lisp-obj-tmp written
; compilation finished in 0:00:00.612
;; Loading file src/assembly/x86-64/assem-rtns.lisp ...
;; Loaded file src/assembly/x86-64/assem-rtns.lisp
;; Loading file src/assembly/x86-64/array.lisp ...
;; Loaded file src/assembly/x86-64/array.lisp
;; Loading file src/assembly/x86-64/arith.lisp ...
;; Loaded file src/assembly/x86-64/arith.lisp
;; Loading file src/assembly/x86-64/alloc.lisp ...
;; Loaded file src/assembly/x86-64/alloc.lisp
;; Loading file src/assembly/x86-64/tramps.lisp ...
;; Loaded file src/assembly/x86-64/tramps.lisp
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/pseudo-vops.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/pseudo-vops.lisp-obj-tmp written
; compilation finished in 0:00:00.459
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/aliencomp.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/aliencomp.lisp-obj-tmp written
; compilation finished in 0:00:10.425
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ltv.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ltv.lisp-obj-tmp written
; compilation finished in 0:00:01.182
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/gtn.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/gtn.lisp-obj-tmp written
; compilation finished in 0:00:02.381
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ltn.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ltn.lisp-obj-tmp written
; compilation finished in 0:00:09.596
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/stack.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/stack.lisp-obj-tmp written
; compilation finished in 0:00:05.834
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/control.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/control.lisp-obj-tmp written
; compilation finished in 0:00:01.863
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/entry.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/entry.lisp-obj-tmp written
; compilation finished in 0:00:01.267
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir2tran.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ir2tran.lisp-obj-tmp written
; compilation finished in 0:00:24.750
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/vm-ir2tran.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/vm-ir2tran.lisp-obj-tmp written
; compilation finished in 0:00:05.586
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/copyprop.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/copyprop.lisp-obj-tmp written
; compilation finished in 0:00:02.344
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/represent.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/represent.lisp-obj-tmp written
; compilation finished in 0:00:09.093
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/ir2opt.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/ir2opt.lisp-obj-tmp written
; compilation finished in 0:00:03.075
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/pack.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/pack.lisp-obj-tmp written
; compilation finished in 0:00:30.449
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/pack-iterative.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/pack-iterative.lisp-obj-tmp written
; compilation finished in 0:00:09.479
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/codegen.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/codegen.lisp-obj-tmp written
; compilation finished in 0:00:04.017
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/debug.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/debug.lisp-obj-tmp written
; compilation finished in 0:00:16.745
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/format-time.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/format-time.lisp-obj-tmp written
; compilation finished in 0:00:09.544
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/error.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/error.lisp-obj-tmp written
; compilation finished in 0:00:02.310
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/macroexpand.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/macroexpand.lisp-obj-tmp written
; compilation finished in 0:00:00.788
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/late-extensions.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/late-extensions.lisp-obj-tmp written
; compilation finished in 0:00:03.852
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/target-core.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/generic/target-core.lisp-obj-tmp written
; compilation finished in 0:00:01.413
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/eval.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/eval.lisp-obj-tmp written
; compilation finished in 0:00:03.410
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-sap.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-sap.lisp-obj-tmp written
; compilation finished in 0:00:02.352
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-package.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-package.lisp-obj-tmp written
; compilation finished in 0:00:22.056
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/module.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/module.lisp-obj-tmp written
; compilation finished in 0:00:00.555
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/bignum-random.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/bignum-random.lisp-obj-tmp written
; compilation finished in 0:00:06.722
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-hash-table.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-hash-table.lisp-obj-tmp written
; compilation finished in 0:00:15.371
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/host-pprint.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/host-pprint.lisp-obj-tmp written
; compilation finished in 0:00:03.260
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/pprint.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/pprint.lisp-obj-tmp written
; compilation finished in 0:00:32.728
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/print.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/print.lisp-obj-tmp written
; compilation finished in 0:00:37.530
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/reader.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/reader.lisp-obj-tmp written
; compilation finished in 0:00:31.440
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-stream.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-stream.lisp-obj-tmp written
; compilation finished in 0:00:04.760
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-pathname.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-pathname.lisp-obj-tmp written
; compilation finished in 0:00:36.090
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/unix-pathname.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/unix-pathname.lisp-obj-tmp written
; compilation finished in 0:00:11.828
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/filesys.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/filesys.lisp-obj-tmp written
; compilation finished in 0:00:15.683
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-misc.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-misc.lisp-obj-tmp written
; compilation finished in 0:00:03.178
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/save.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/save.lisp-obj-tmp written
; compilation finished in 0:00:02.525
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/sharpm.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/sharpm.lisp-obj-tmp written
; compilation finished in 0:00:04.189
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/alloc.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/alloc.lisp-obj-tmp written
; compilation finished in 0:00:00.410
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/early-step.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/early-step.lisp-obj-tmp written
; compilation finished in 0:00:00.268
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-thread.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-thread.lisp-obj-tmp written
; compilation finished in 0:00:17.602
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/timer.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/timer.lisp-obj-tmp written
; compilation finished in 0:00:06.888
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/interr.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/interr.lisp-obj-tmp written
; compilation finished in 0:00:01.591
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/gc.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/gc.lisp-obj-tmp written
; compilation finished in 0:00:03.504
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/purify.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/purify.lisp-obj-tmp written
; compilation finished in 0:00:00.538
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/debug-int.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/debug-int.lisp-obj-tmp written
; compilation finished in 0:00:44.513
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/target-disassem.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/target-disassem.lisp-obj-tmp written
; compilation finished in 0:00:28.324
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/x86-64/target-insts.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/x86-64/target-insts.lisp-obj-tmp written
; compilation finished in 0:00:04.140
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/debug.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/debug.lisp-obj-tmp written
; compilation finished in 0:00:15.084
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/octets.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/octets.lisp-obj-tmp written
; compilation finished in 0:00:07.946
Creating directory: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-basic.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-basic.lisp-obj-tmp written
; compilation finished in 0:00:30.232
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-ebcdic.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-ebcdic.lisp-obj-tmp written
; compilation finished in 0:00:06.431
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-cyr.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-cyr.lisp-obj-tmp written
; compilation finished in 0:00:19.384
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-dos.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-dos.lisp-obj-tmp written
; compilation finished in 0:01:26.351
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-iso.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-iso.lisp-obj-tmp written
; compilation finished in 0:01:14.799
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-win.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-win.lisp-obj-tmp written
; compilation finished in 0:00:52.601
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-mac.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-mac.lisp-obj-tmp written
; compilation finished in 0:00:05.787
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/mb-util.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/mb-util.lisp-obj-tmp written
; compilation finished in 0:00:01.488
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-cn-tbl.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-cn-tbl.lisp-obj-tmp written
; compilation finished in 0:00:05.583
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-cn.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-cn.lisp-obj-tmp written
; compilation finished in 0:00:09.522
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-jpn-tbl.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-jpn-tbl.lisp-obj-tmp written
; compilation finished in 0:00:05.518
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-jpn.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-jpn.lisp-obj-tmp written
; compilation finished in 0:00:22.313
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-ucs.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-ucs.lisp-obj-tmp written
; compilation finished in 0:00:21.055
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/external-formats/enc-utf.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/external-formats/enc-utf.lisp-obj-tmp written
; compilation finished in 0:00:33.361
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/full-eval.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/full-eval.lisp-obj-tmp written
; compilation finished in 0:00:14.646
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/bit-bash.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/bit-bash.lisp-obj-tmp written
; compilation finished in 0:02:14.183
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/target-load.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/target-load.lisp-obj-tmp written
; compilation finished in 0:00:03.234
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/target-dump.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/target-dump.lisp-obj-tmp written
; compilation finished in 0:00:00.465
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/cold-init.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/cold-init.lisp-obj-tmp written
; compilation finished in 0:00:03.765
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/late-proclaim.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/compiler/late-proclaim.lisp-obj-tmp written
; compilation finished in 0:00:00.051
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/defboot.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/defboot.lisp-obj-tmp written
; compilation finished in 0:00:07.805
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/setf.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/setf.lisp-obj-tmp written
; compilation finished in 0:00:05.527
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/macros.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/macros.lisp-obj-tmp written
; compilation finished in 0:00:04.387
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/loop.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/loop.lisp-obj-tmp written
; compilation finished in 0:00:14.752
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/late-format.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/late-format.lisp-obj-tmp written
; compilation finished in 0:00:19.820
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/sxhash.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/sxhash.lisp-obj-tmp written
; compilation finished in 0:00:01.035
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/late-cas.lisp" (written 30 SEP 2016 06:41:11 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/code/late-cas.lisp-obj-tmp written
; compilation finished in 0:00:01.939
; cross-compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/walk.lisp" (written 30 SEP 2016 06:41:12 PM):

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-xc/src/pcl/walk.lisp-obj-tmp written
; compilation finished in 0:00:08.231
;; Loaded file src/cold/compile-cold-sbcl.lisp
NIL
Likely suspicious calls:
2 SB!IMPL::MACRO/SPECIAL-GUARD-FUN-P

Possibly suspicious calls:
2752 ERROR
498 FORMAT
321 ASH
314 NCONC
163 SB!KERNEL:SPECIFIER-TYPE
148 SB!INT:BUG
148 TRUNCATE
129 SB!KERNEL:%DOUBLE-FLOAT
124 WARN
120 COMPLEX
97 SB!KERNEL:%SINGLE-FLOAT
80 REALPART
79 MAKE-ARRAY
74 INTEGER-LENGTH
66 SB!C:COMPILER-ERROR
62 IMAGPART
55 APPEND
48 LOGNOT
41 COERCE
39 ABS
32 SB!C:COMPILER-WARN
27 SB!C:COMPILER-NOTIFY
26 SB!C::NOTE-LOSSAGE
25 SB!C:COMPILER-STYLE-WARN
22 TYPEP
14 SB!KERNEL:%UNARY-TRUNCATE/SINGLE-FLOAT
13 SB!KERNEL:%UNARY-TRUNCATE/DOUBLE-FLOAT
7 ELT
7 LOGCOUNT
6 SB!INT:INFO
5 SB!KERNEL:%UNARY-ROUND
5 ROUND
5 MAPCAR
3 CONJUGATE
2 SB!VM::ASH-LEFT-MODFX
2 SB!SYS:SAP+
2 LIST-LENGTH
2 VALUES-LIST
1 SB!SYS:FOREIGN-SYMBOL-SAP
1 (SETF SB!INT:INFO)
1 SB!C::MASK-SIGNED-FIELD
1 SB!KERNEL:MAKE-SINGLE-FLOAT
1 SB!KERNEL:MAKE-DOUBLE-FLOAT
1 <
1 PACKAGEP
1 EVERY
NIL
NIL
(#P"obj/from-xc/src/code/early-source-location.lisp-obj"
#P"obj/from-xc/src/code/show.lisp-obj"
#P"obj/from-xc/src/compiler/early-constantp.lisp-obj"
#P"obj/from-xc/src/code/defsetfs.lisp-obj"
#P"obj/from-xc/src/code/cl-specials.lisp-obj" ...)
;; Loading file tests/type.after-xc.lisp ...
;; Loaded file tests/type.after-xc.lisp
T
NIL
//entering make-genesis-2.sh
//loading and running GENESIS to create cold-sbcl.core
5
;; Loading file src/cold/shared.lisp ...
;; Loading file src/cold/read-from-file.lisp ...
;; Loaded file src/cold/read-from-file.lisp
;; Loading file src/cold/rename-package-carefully.lisp ...
;; Loaded file src/cold/rename-package-carefully.lisp
;; Loading file src/cold/with-stuff.lisp ...
;; Loaded file src/cold/with-stuff.lisp
;; Loading file src/cold/ansify.lisp ...
;; Loaded file src/cold/ansify.lisp
;; Loading file src/cold/shebang.lisp ...
;; Loaded file src/cold/shebang.lisp
target features *SHEBANG-FEATURES*=
(:ANSI-CL :COMMON-LISP :SBCL :SB-DOC :SB-TEST :SB-LDB :SB-PACKAGE-LOCKS
:SB-UNICODE :SB-EVAL :SB-SOURCE-LOCATIONS :PACKAGE-LOCAL-NICKNAMES
:IEEE-FLOATING-POINT :SB-THREAD :X86-64 :UNIX :BSD :ELF :OPENBSD :64-BIT
:64-BIT-REGISTERS :GENCGC :STACK-GROWS-DOWNWARD-NOT-UPWARD
:C-STACK-IS-CONTROL-STACK :LINKAGE-TABLE :COMPARE-AND-SWAP-VOPS
:UNWIND-TO-FRAME-AND-CALL-VOP :RAW-INSTANCE-INIT-VOPS :PRECISE-ARG-COUNT-ERROR
:FP-AND-PC-STANDARD-SAVE :UNBIND-N-VOP :STACK-ALLOCATABLE-CLOSURES
:STACK-ALLOCATABLE-VECTORS :STACK-ALLOCATABLE-LISTS
:STACK-ALLOCATABLE-FIXED-OBJECTS :ALIEN-CALLBACKS :CYCLE-COUNTER
:COMPLEX-FLOAT-VOPS :READ-ONLY-TRAMPS :FLOAT-EQL-VOPS :INTEGER-EQL-VOP
:INLINE-CONSTANTS :MEMORY-BARRIER-VOPS :MULTIPLY-HIGH-VOPS :SB-SIMD-PACK
:ASH-RIGHT-VOPS :SYMBOL-INFO-VOPS :LITTLE-ENDIAN :OS-PROVIDES-DLOPEN
:OS-PROVIDES-DLADDR :OS-PROVIDES-PUTWC :OS-PROVIDES-BLKSIZE-T
:OS-PROVIDES-SUSECONDS-T :OS-PROVIDES-POLL)
target backend-subfeatures *SHEBANG-BACKEND-FEATURES*=NIL
;; Loaded file src/cold/shared.lisp
T
#<PACKAGE SB-COLD>
"obj/from-xc/"
;; Loading file src/cold/set-up-cold-packages.lisp ...
;; Loaded file src/cold/set-up-cold-packages.lisp
T
;; Loading file src/cold/defun-load-or-cload-xcompiler.lisp ...
;; Loaded file src/cold/defun-load-or-cload-xcompiler.lisp
T
;; Loading file obj/from-host/src/code/early-source-location.fas ...
;; Loaded file obj/from-host/src/code/early-source-location.fas
;; Loading file obj/from-host/src/code/cross-early.fas ...
;; Loaded file obj/from-host/src/code/cross-early.fas
;; Loading file obj/from-host/src/code/show.fas ...
;; Loaded file obj/from-host/src/code/show.fas
;; Loading file obj/from-host/src/compiler/early-constantp.fas ...
;; Loaded file obj/from-host/src/compiler/early-constantp.fas
;; Loading file obj/from-host/src/code/primordial-extensions.fas ...
;; Loaded file obj/from-host/src/code/primordial-extensions.fas
;; Loading file obj/from-host/src/code/cold-init-helper-macros.fas ...
;; Loaded file obj/from-host/src/code/cold-init-helper-macros.fas
;; Loading file obj/from-host/src/code/backq.fas ...
;; Loaded file obj/from-host/src/code/backq.fas
;; Loading file obj/from-host/src/code/cross-byte.fas ...
;; Loaded file obj/from-host/src/code/cross-byte.fas
;; Loading file obj/from-host/src/code/cross-misc.fas ...
;; Loaded file obj/from-host/src/code/cross-misc.fas
;; Loading file obj/from-host/src/code/cross-char.fas ...
;; Loaded file obj/from-host/src/code/cross-char.fas
;; Loading file obj/from-host/src/code/cross-boole.fas ...
;; Loaded file obj/from-host/src/code/cross-boole.fas
;; Loading file obj/from-host/src/code/cross-float.fas ...
;; Loaded file obj/from-host/src/code/cross-float.fas
;; Loading file obj/from-host/src/code/cross-io.fas ...
;; Loaded file obj/from-host/src/code/cross-io.fas
;; Loading file obj/from-host/src/code/cross-sap.fas ...
;; Loaded file obj/from-host/src/code/cross-sap.fas
;; Loading file obj/from-host/src/code/cross-thread.fas ...
;; Loaded file obj/from-host/src/code/cross-thread.fas
;; Loading file obj/from-host/src/code/cross-condition.fas ...
;; Loaded file obj/from-host/src/code/cross-condition.fas
;; Loading file obj/from-host/src/code/uncross.fas ...
;; Loaded file obj/from-host/src/code/uncross.fas
;; Loading file obj/from-host/src/code/defbangtype.fas ...
;; Loaded file obj/from-host/src/code/defbangtype.fas
;; Loading file obj/from-host/src/code/defbangconstant.fas ...
;; Loaded file obj/from-host/src/code/defbangconstant.fas
;; Loading file obj/from-host/src/code/early-constants.fas ...
;; Loaded file obj/from-host/src/code/early-constants.fas
;; Loading file obj/from-host/src/compiler/deftype.fas ...
;; Loaded file obj/from-host/src/compiler/deftype.fas
;; Loading file obj/from-host/src/compiler/early-lexenv.fas ...
;; Loaded file obj/from-host/src/compiler/early-lexenv.fas
;; Loading file obj/from-host/src/compiler/early-globaldb.fas ...
;; Loaded file obj/from-host/src/compiler/early-globaldb.fas
;; Loading file obj/from-host/src/code/function-names.fas ...
;; Loaded file obj/from-host/src/code/function-names.fas
;; Loading file obj/from-host/src/compiler/generic/parms.fas ...
;; Loaded file obj/from-host/src/compiler/generic/parms.fas
;; Loading file obj/from-host/src/compiler/x86-64/parms.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/parms.fas
;; Loading file obj/from-host/src/compiler/generic/early-vm.fas ...
;; Loaded file obj/from-host/src/compiler/generic/early-vm.fas
;; Loading file obj/from-host/src/compiler/generic/early-objdef.fas ...
;; Loaded file obj/from-host/src/compiler/generic/early-objdef.fas
;; Loading file obj/from-host/src/code/early-array.fas ...
;; Loaded file obj/from-host/src/code/early-array.fas
;; Loading file obj/from-host/src/code/parse-body.fas ...
;; Loaded file obj/from-host/src/code/parse-body.fas
;; Loading file obj/from-host/src/code/unportable-float.fas ...
;; Loaded file obj/from-host/src/code/unportable-float.fas
;; Loading file obj/from-host/src/compiler/policy.fas ...
;; Loaded file obj/from-host/src/compiler/policy.fas
;; Loading file obj/from-host/src/code/early-extensions.fas ...
;; Loaded file obj/from-host/src/code/early-extensions.fas
;; Loading file obj/from-host/src/compiler/parse-lambda-list.fas ...
;; Loaded file obj/from-host/src/compiler/parse-lambda-list.fas
;; Loading file obj/from-host/src/code/specializable-array.fas ...
;; Loaded file obj/from-host/src/code/specializable-array.fas
;; Loading file obj/from-host/src/code/early-cl.fas ...
;; Loaded file obj/from-host/src/code/early-cl.fas
;; Loading file obj/from-host/src/code/early-fasl.fas ...
;; Loaded file obj/from-host/src/code/early-fasl.fas
;; Loading file obj/from-host/src/code/debug-var-io.fas ...
;; Loaded file obj/from-host/src/code/debug-var-io.fas
;; Loading file obj/from-host/src/code/defbangstruct.fas ...
;; Loaded file obj/from-host/src/code/defbangstruct.fas
;; Loading file obj/from-host/src/code/early-thread.fas ...
;; Loaded file obj/from-host/src/code/early-thread.fas
;; Loading file obj/from-host/src/compiler/defconstant.fas ...
;; Loaded file obj/from-host/src/compiler/defconstant.fas
;; Loading file obj/from-host/src/code/early-raw-slots.fas ...
;; Loaded file obj/from-host/src/code/early-raw-slots.fas
;; Loading file obj/from-host/src/code/xset.fas ...
;; Loaded file obj/from-host/src/code/xset.fas
;; Loading file obj/from-host/src/code/type-class.fas ...
;; Loaded file obj/from-host/src/code/type-class.fas
;; Loading file obj/from-host/src/code/early-alieneval.fas ...
;; Loaded file obj/from-host/src/code/early-alieneval.fas
;; Loading file obj/from-host/src/compiler/early-c.fas ...
;; Loaded file obj/from-host/src/compiler/early-c.fas
;; Loading file obj/from-host/src/compiler/fun-info.fas ...
;; Loaded file obj/from-host/src/compiler/fun-info.fas
;; Loading file obj/from-host/src/pcl/slot-name.fas ...
;; Loaded file obj/from-host/src/pcl/slot-name.fas
;; Loading file obj/from-host/src/compiler/info-vector.fas ...
;; Loaded file obj/from-host/src/compiler/info-vector.fas
;; Loading file obj/from-host/src/compiler/globaldb.fas ...
;; Loaded file obj/from-host/src/compiler/globaldb.fas
;; Loading file obj/from-host/src/code/primordial-type.fas ...
;; Loaded file obj/from-host/src/code/primordial-type.fas
;; Loading file obj/from-host/src/code/early-classoid.fas ...
;; Loaded file obj/from-host/src/code/early-classoid.fas
;; Loading file obj/from-host/src/compiler/early-backend.fas ...
;; Loaded file obj/from-host/src/compiler/early-backend.fas
;; Loading file obj/from-host/src/compiler/generic/vm-array.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-array.fas
;; Loading file obj/from-host/src/code/early-time.fas ...
;; Loaded file obj/from-host/src/code/early-time.fas
;; Loading file obj/from-host/src/code/sc-offset.fas ...
;; Loaded file obj/from-host/src/code/sc-offset.fas
;; Loading file obj/from-host/src/code/char.fas ...
;; Loaded file obj/from-host/src/code/char.fas
;; Loading file obj/from-host/src/code/huffman.fas ...
;; Loaded file obj/from-host/src/code/huffman.fas
;; Loading file obj/from-host/src/code/misc.fas ...
;; Loaded file obj/from-host/src/code/misc.fas
;; Loading file obj/from-host/src/code/early-format.fas ...
;; Loaded file obj/from-host/src/code/early-format.fas
;; Loading file obj/from-host/src/compiler/policies.fas ...
;; Loaded file obj/from-host/src/compiler/policies.fas
;; Loading file obj/from-host/src/compiler/macros.fas ...
;; Loaded file obj/from-host/src/compiler/macros.fas
;; Loading file obj/from-host/src/compiler/constantp.fas ...
;; Loaded file obj/from-host/src/compiler/constantp.fas
;; Loading file obj/from-host/src/compiler/info-functions.fas ...
;; Loaded file obj/from-host/src/compiler/info-functions.fas
;; Loading file obj/from-host/src/compiler/generic/vm-macs.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-macs.fas
;; Loading file obj/from-host/src/compiler/generic/objdef.fas ...
;; Loaded file obj/from-host/src/compiler/generic/objdef.fas
;; Loading file obj/from-host/src/compiler/sset.fas ...
;; Loaded file obj/from-host/src/compiler/sset.fas
;; Loading file obj/from-host/src/code/early-type.fas ...
;; Loaded file obj/from-host/src/code/early-type.fas
;; Loading file obj/from-host/src/compiler/node.fas ...
;; Loaded file obj/from-host/src/compiler/node.fas
;; Loading file obj/from-host/src/compiler/lexenv.fas ...
;; Loaded file obj/from-host/src/compiler/lexenv.fas
;; Loading file obj/from-host/src/compiler/early-assem.fas ...
;; Loaded file obj/from-host/src/compiler/early-assem.fas
;; Loading file obj/from-host/src/compiler/vop.fas ...
;; Loaded file obj/from-host/src/compiler/vop.fas
;; Loading file obj/from-host/src/compiler/constant-leaf.fas ...
;; Loaded file obj/from-host/src/compiler/constant-leaf.fas
;; Loading file obj/from-host/src/compiler/backend.fas ...
;; Loaded file obj/from-host/src/compiler/backend.fas
;; Loading file obj/from-host/src/compiler/vmdef.fas ...
;; Loaded file obj/from-host/src/compiler/vmdef.fas
;; Loading file obj/from-host/src/compiler/x86-64/backend-parms.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/backend-parms.fas
;; Loading file obj/from-host/src/code/force-delayed-defbangconstants.fas ...
;; Loaded file obj/from-host/src/code/force-delayed-defbangconstants.fas
;; Loading file obj/from-host/src/code/defmacro.fas ...
;; Loaded file obj/from-host/src/code/defmacro.fas
;; Loading file obj/from-host/src/code/destructuring-bind.fas ...
;; Loaded file obj/from-host/src/code/destructuring-bind.fas
;; Loading file obj/from-host/src/compiler/meta-vmdef.fas ...
;; Loaded file obj/from-host/src/compiler/meta-vmdef.fas
;; Loading file obj/from-host/src/compiler/x86-64/vm.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/vm.fas
;; Loading file obj/from-host/src/code/class.fas ...
;; Loaded file obj/from-host/src/code/class.fas
;; Loading file obj/from-host/src/pcl/pre-warm.fas ...
;; Loaded file obj/from-host/src/pcl/pre-warm.fas
;; Loading file obj/from-host/src/code/debug-info.fas ...
;; Loaded file obj/from-host/src/code/debug-info.fas
;; Loading file obj/from-host/src/code/source-location.fas ...
;; Loaded file obj/from-host/src/code/source-location.fas
;; Loading file obj/from-host/src/code/early-condition.fas ...
;; Loaded file obj/from-host/src/code/early-condition.fas
;; Loading file obj/from-host/src/code/parse-defmacro-errors.fas ...
;; Loaded file obj/from-host/src/code/parse-defmacro-errors.fas
;; Loading file obj/from-host/src/code/format-directive.fas ...
;; Loaded file obj/from-host/src/code/format-directive.fas
;; Loading file obj/from-host/src/compiler/generic/primtype.fas ...
;; Loaded file obj/from-host/src/compiler/generic/primtype.fas
;; Loading file obj/from-host/src/code/host-alieneval.fas ...
;; Loaded file obj/from-host/src/code/host-alieneval.fas
;; Loading file obj/from-host/src/code/host-c-call.fas ...
;; Loaded file obj/from-host/src/code/host-c-call.fas
;; Loading file obj/from-host/src/compiler/compiler-deftype.fas ...
;; Loaded file obj/from-host/src/compiler/compiler-deftype.fas
;; Loading file obj/from-host/src/code/late-type.fas ...
;; Loaded file obj/from-host/src/code/late-type.fas
;; Loading file obj/from-host/src/code/deftypes-for-target.fas ...
;; Loaded file obj/from-host/src/code/deftypes-for-target.fas
;; Loading file obj/from-host/src/compiler/knownfun.fas ...
;; Loaded file obj/from-host/src/compiler/knownfun.fas
;; Loading file obj/from-host/src/compiler/fun-info-funs.fas ...
;; Loaded file obj/from-host/src/compiler/fun-info-funs.fas
;; Loading file obj/from-host/src/code/cross-type.fas ...
;; Loaded file obj/from-host/src/code/cross-type.fas
;; Loading file obj/from-host/src/compiler/generic/vm-type.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-type.fas
;; Loading file obj/from-host/src/compiler/proclaim.fas ...
;; Loaded file obj/from-host/src/compiler/proclaim.fas
;; Loading file obj/from-host/src/code/class-init.fas ...
;; Loaded file obj/from-host/src/code/class-init.fas
;; Loading file obj/from-host/src/code/defstruct.fas ...
;; Loaded file obj/from-host/src/code/defstruct.fas
;; Loading file obj/from-host/src/code/alien-type.fas ...
;; Loaded file obj/from-host/src/code/alien-type.fas
;; Loading file obj/from-host/src/code/force-delayed-defbangstructs.fas ...
;; Loaded file obj/from-host/src/code/force-delayed-defbangstructs.fas
;; Loading file obj/from-host/src/compiler/compiler-error.fas ...
;; Loaded file obj/from-host/src/compiler/compiler-error.fas
;; Loading file obj/from-host/src/code/type-init.fas ...
//caught: parse-unknown COMPILED-FUNCTION
;; Loaded file obj/from-host/src/code/type-init.fas
;; Loading file obj/from-host/src/compiler/fixup-type.fas ...
;; Loaded file obj/from-host/src/compiler/fixup-type.fas
;; Loading file obj/from-host/src/code/package.fas ...
;; Loaded file obj/from-host/src/code/package.fas
;; Loading file obj/from-host/src/code/random.fas ...
;; Loaded file obj/from-host/src/code/random.fas
;; Loading file obj/from-host/src/code/hash-table.fas ...
;; Loaded file obj/from-host/src/code/hash-table.fas
;; Loading file obj/from-host/src/code/readtable.fas ...
;; Loaded file obj/from-host/src/code/readtable.fas
;; Loading file obj/from-host/src/code/pathname.fas ...
;; Loaded file obj/from-host/src/code/pathname.fas
;; Loading file obj/from-host/src/compiler/fndb.fas ...
;; Loaded file obj/from-host/src/compiler/fndb.fas
;; Loading file obj/from-host/src/compiler/generic/vm-fndb.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-fndb.fas
;; Loading file obj/from-host/src/compiler/generic/late-objdef.fas ...
;; Loaded file obj/from-host/src/compiler/generic/late-objdef.fas
;; Loading file obj/from-host/src/compiler/generic/interr.fas ...
;; Loaded file obj/from-host/src/compiler/generic/interr.fas
;; Loading file obj/from-host/src/compiler/bit-util.fas ...
;; Loaded file obj/from-host/src/compiler/bit-util.fas
;; Loading file obj/from-host/src/compiler/fixup.fas ...
;; Loaded file obj/from-host/src/compiler/fixup.fas
;; Loading file obj/from-host/src/compiler/generic/core.fas ...
;; Loaded file obj/from-host/src/compiler/generic/core.fas
;; Loading file obj/from-host/src/code/thread.fas ...
;; Loaded file obj/from-host/src/code/thread.fas
;; Loading file obj/from-host/src/code/load.fas ...
;; Loaded file obj/from-host/src/code/load.fas
;; Loading file obj/from-host/src/code/foreign.fas ...
;; Loaded file obj/from-host/src/code/foreign.fas
;; Loading file obj/from-host/src/code/fop.fas ...
;; Loaded file obj/from-host/src/code/fop.fas
;; Loading file obj/from-host/src/compiler/ctype.fas ...
;; Loaded file obj/from-host/src/compiler/ctype.fas
;; Loading file obj/from-host/src/compiler/disassem.fas ...
;; Loaded file obj/from-host/src/compiler/disassem.fas
;; Loading file obj/from-host/src/compiler/assem.fas ...
;; Loaded file obj/from-host/src/compiler/assem.fas
;; Loading file obj/from-host/src/compiler/dump.fas ...
;; Loaded file obj/from-host/src/compiler/dump.fas
;; Loading file obj/from-host/src/compiler/ir1report.fas ...
;; Loaded file obj/from-host/src/compiler/ir1report.fas
;; Loading file obj/from-host/src/compiler/main.fas ...
WARNING: Found non-STANDARD-CHAR in
"
;;;; component: "
WARNING: Found non-STANDARD-CHAR in
"

;;;; IR2 component: "
;; Loaded file obj/from-host/src/compiler/main.fas
;; Loading file obj/from-host/src/compiler/xref.fas ...
;; Loaded file obj/from-host/src/compiler/xref.fas
;; Loading file obj/from-host/src/compiler/ir1tran.fas ...
;; Loaded file obj/from-host/src/compiler/ir1tran.fas
;; Loading file obj/from-host/src/compiler/ir1tran-lambda.fas ...
;; Loaded file obj/from-host/src/compiler/ir1tran-lambda.fas
;; Loading file obj/from-host/src/compiler/ir1-translators.fas ...
;; Loaded file obj/from-host/src/compiler/ir1-translators.fas
;; Loading file obj/from-host/src/compiler/ir1util.fas ...
;; Loaded file obj/from-host/src/compiler/ir1util.fas
;; Loading file obj/from-host/src/compiler/ir1opt.fas ...
;; Loaded file obj/from-host/src/compiler/ir1opt.fas
;; Loading file obj/from-host/src/compiler/loop.fas ...
;; Loaded file obj/from-host/src/compiler/loop.fas
;; Loading file obj/from-host/src/compiler/ir1final.fas ...
;; Loaded file obj/from-host/src/compiler/ir1final.fas
;; Loading file obj/from-host/src/compiler/array-tran.fas ...
;; Loaded file obj/from-host/src/compiler/array-tran.fas
;; Loading file obj/from-host/src/compiler/seqtran.fas ...
;; Loaded file obj/from-host/src/compiler/seqtran.fas
;; Loading file obj/from-host/src/compiler/typetran.fas ...
;; Loaded file obj/from-host/src/compiler/typetran.fas
;; Loading file obj/from-host/src/compiler/generic/vm-typetran.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-typetran.fas
;; Loading file obj/from-host/src/compiler/float-tran.fas ...
;; Loaded file obj/from-host/src/compiler/float-tran.fas
;; Loading file obj/from-host/src/compiler/saptran.fas ...
;; Loaded file obj/from-host/src/compiler/saptran.fas
;; Loading file obj/from-host/src/compiler/srctran.fas ...
;; Loaded file obj/from-host/src/compiler/srctran.fas
;; Loading file obj/from-host/src/code/quantifiers.fas ...
;; Loaded file obj/from-host/src/code/quantifiers.fas
;; Loading file obj/from-host/src/compiler/bitops-derive-type.fas ...
;; Loaded file obj/from-host/src/compiler/bitops-derive-type.fas
;; Loading file obj/from-host/src/compiler/generic/vm-tran.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-tran.fas
;; Loading file obj/from-host/src/compiler/locall.fas ...
;; Loaded file obj/from-host/src/compiler/locall.fas
;; Loading file obj/from-host/src/compiler/dfo.fas ...
;; Loaded file obj/from-host/src/compiler/dfo.fas
;; Loading file obj/from-host/src/compiler/dce.fas ...
;; Loaded file obj/from-host/src/compiler/dce.fas
;; Loading file obj/from-host/src/compiler/checkgen.fas ...
;; Loaded file obj/from-host/src/compiler/checkgen.fas
;; Loading file obj/from-host/src/compiler/constraint.fas ...
;; Loaded file obj/from-host/src/compiler/constraint.fas
;; Loading file obj/from-host/src/compiler/physenvanal.fas ...
;; Loaded file obj/from-host/src/compiler/physenvanal.fas
;; Loading file obj/from-host/src/compiler/tn.fas ...
;; Loaded file obj/from-host/src/compiler/tn.fas
;; Loading file obj/from-host/src/compiler/life.fas ...
;; Loaded file obj/from-host/src/compiler/life.fas
;; Loading file obj/from-host/src/compiler/debug-dump.fas ...
;; Loaded file obj/from-host/src/compiler/debug-dump.fas
;; Loading file obj/from-host/src/compiler/generic/utils.fas ...
;; Loaded file obj/from-host/src/compiler/generic/utils.fas
;; Loading file obj/from-host/src/compiler/fopcompile.fas ...
;; Loaded file obj/from-host/src/compiler/fopcompile.fas
;; Loading file obj/from-host/src/assembly/assemfile.fas ...
;; Loaded file obj/from-host/src/assembly/assemfile.fas
;; Loading file obj/from-host/src/compiler/late-vmdef.fas ...
;; Loaded file obj/from-host/src/compiler/late-vmdef.fas
;; Loading file obj/from-host/src/compiler/x86-64/insts.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/insts.fas
;; Loading file obj/from-host/src/compiler/x86-64/macros.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/macros.fas
;; Loading file obj/from-host/src/compiler/generic/early-type-vops.fas ...
;; Loaded file obj/from-host/src/compiler/generic/early-type-vops.fas
;; Loading file obj/from-host/src/assembly/x86-64/support.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/support.fas
;; Loading file obj/from-host/src/compiler/x86-64/move.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/move.fas
;; Loading file obj/from-host/src/compiler/x86-64/float.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/float.fas
;; Loading file obj/from-host/src/compiler/x86-64/simd-pack.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/simd-pack.fas
;; Loading file obj/from-host/src/compiler/x86-64/sap.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/sap.fas
;; Loading file obj/from-host/src/compiler/x86-64/system.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/system.fas
;; Loading file obj/from-host/src/compiler/x86-64/char.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/char.fas
;; Loading file obj/from-host/src/compiler/x86-64/memory.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/memory.fas
;; Loading file obj/from-host/src/compiler/x86-64/static-fn.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/static-fn.fas
;; Loading file obj/from-host/src/compiler/x86-64/arith.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/arith.fas
;; Loading file obj/from-host/src/code/cross-modular.fas ...
;; Loaded file obj/from-host/src/code/cross-modular.fas
;; Loading file obj/from-host/src/compiler/generic/late-type-vops.fas ...
;; Loaded file obj/from-host/src/compiler/generic/late-type-vops.fas
;; Loading file obj/from-host/src/compiler/x86-64/type-vops.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/type-vops.fas
;; Loading file obj/from-host/src/compiler/x86-64/subprim.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/subprim.fas
;; Loading file obj/from-host/src/compiler/x86-64/debug.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/debug.fas
;; Loading file obj/from-host/src/compiler/early-aliencomp.fas ...
;; Loaded file obj/from-host/src/compiler/early-aliencomp.fas
;; Loading file obj/from-host/src/compiler/x86-64/c-call.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/c-call.fas
;; Loading file obj/from-host/src/compiler/x86-64/cell.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/cell.fas
;; Loading file obj/from-host/src/compiler/x86-64/values.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/values.fas
;; Loading file obj/from-host/src/compiler/x86-64/alloc.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/alloc.fas
;; Loading file obj/from-host/src/compiler/x86-64/call.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/call.fas
;; Loading file obj/from-host/src/compiler/x86-64/nlx.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/nlx.fas
;; Loading file obj/from-host/src/compiler/generic/late-nlx.fas ...
;; Loaded file obj/from-host/src/compiler/generic/late-nlx.fas
;; Loading file obj/from-host/src/compiler/x86-64/show.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/show.fas
;; Loading file obj/from-host/src/compiler/x86-64/array.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/array.fas
;; Loading file obj/from-host/src/compiler/generic/type-error.fas ...
;; Loaded file obj/from-host/src/compiler/generic/type-error.fas
;; Loading file obj/from-host/src/compiler/x86-64/pred.fas ...
;; Loaded file obj/from-host/src/compiler/x86-64/pred.fas
;; Loading file obj/from-host/src/assembly/x86-64/assem-rtns.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/assem-rtns.fas
;; Loading file obj/from-host/src/assembly/x86-64/array.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/array.fas
;; Loading file obj/from-host/src/assembly/x86-64/arith.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/arith.fas
;; Loading file obj/from-host/src/assembly/x86-64/alloc.fas ...
;; Loaded file obj/from-host/src/assembly/x86-64/alloc.fas
;; Loading file obj/from-host/src/compiler/pseudo-vops.fas ...
;; Loaded file obj/from-host/src/compiler/pseudo-vops.fas
;; Loading file obj/from-host/src/compiler/aliencomp.fas ...
;; Loaded file obj/from-host/src/compiler/aliencomp.fas
;; Loading file obj/from-host/src/compiler/ltv.fas ...
;; Loaded file obj/from-host/src/compiler/ltv.fas
;; Loading file obj/from-host/src/compiler/gtn.fas ...
;; Loaded file obj/from-host/src/compiler/gtn.fas
;; Loading file obj/from-host/src/compiler/ltn.fas ...
;; Loaded file obj/from-host/src/compiler/ltn.fas
;; Loading file obj/from-host/src/compiler/stack.fas ...
;; Loaded file obj/from-host/src/compiler/stack.fas
;; Loading file obj/from-host/src/compiler/control.fas ...
;; Loaded file obj/from-host/src/compiler/control.fas
;; Loading file obj/from-host/src/compiler/entry.fas ...
;; Loaded file obj/from-host/src/compiler/entry.fas
;; Loading file obj/from-host/src/compiler/ir2tran.fas ...
;; Loaded file obj/from-host/src/compiler/ir2tran.fas
;; Loading file obj/from-host/src/compiler/generic/vm-ir2tran.fas ...
;; Loaded file obj/from-host/src/compiler/generic/vm-ir2tran.fas
;; Loading file obj/from-host/src/compiler/copyprop.fas ...
;; Loaded file obj/from-host/src/compiler/copyprop.fas
;; Loading file obj/from-host/src/compiler/represent.fas ...
;; Loaded file obj/from-host/src/compiler/represent.fas
;; Loading file obj/from-host/src/compiler/ir2opt.fas ...
;; Loaded file obj/from-host/src/compiler/ir2opt.fas
;; Loading file obj/from-host/src/compiler/pack.fas ...
;; Loaded file obj/from-host/src/compiler/pack.fas
;; Loading file obj/from-host/src/compiler/pack-iterative.fas ...
;; Loaded file obj/from-host/src/compiler/pack-iterative.fas
;; Loading file obj/from-host/src/compiler/codegen.fas ...
WARNING: Found non-STANDARD-CHAR in
"
assembly code for "
;; Loaded file obj/from-host/src/compiler/codegen.fas
;; Loading file obj/from-host/src/compiler/debug.fas ...
;; Loaded file obj/from-host/src/compiler/debug.fas
;; Loading file obj/from-host/src/code/format-time.fas ...
;; Loaded file obj/from-host/src/code/format-time.fas
;; Loading file obj/from-host/src/code/error.fas ...
;; Loaded file obj/from-host/src/code/error.fas
;; Loading file obj/from-host/src/code/macroexpand.fas ...
;; Loaded file obj/from-host/src/code/macroexpand.fas
;; Loading file obj/from-host/src/code/late-extensions.fas ...
;; Loaded file obj/from-host/src/code/late-extensions.fas
;; Loading file obj/from-host/src/code/host-pprint.fas ...
;; Loaded file obj/from-host/src/code/host-pprint.fas
;; Loading file obj/from-host/src/code/early-step.fas ...
;; Loaded file obj/from-host/src/code/early-step.fas
;; Loading file obj/from-host/src/compiler/late-proclaim.fas ...
;; Loaded file obj/from-host/src/compiler/late-proclaim.fas
;; Loading file obj/from-host/src/code/defboot.fas ...
;; Loaded file obj/from-host/src/code/defboot.fas
;; Loading file obj/from-host/src/code/setf.fas ...
;; Loaded file obj/from-host/src/code/setf.fas
;; Loading file obj/from-host/src/code/macros.fas ...
;; Loaded file obj/from-host/src/code/macros.fas
;; Loading file obj/from-host/src/code/loop.fas ...
;; Loaded file obj/from-host/src/code/loop.fas
;; Loading file obj/from-host/src/code/late-format.fas ...
;; Loaded file obj/from-host/src/code/late-format.fas
;; Loading file obj/from-host/src/code/sxhash.fas ...
;; Loaded file obj/from-host/src/code/sxhash.fas
;; Loading file obj/from-host/src/pcl/walk.fas ...
;; Loaded file obj/from-host/src/pcl/walk.fas

*TARGET-OBJECT-FILE-NAMES*
;; Compiling file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/compiler/generic/genesis.lisp ...
;; Wrote file /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/from-host/src/compiler/generic/genesis.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/genesis.fas ...
WARNING: Found non-STANDARD-CHAR in
"

initially defined functions:"
WARNING: Found non-STANDARD-CHAR in
"

(a note about initially undefined function references: These functions
are referred to by code which is installed by GENESIS, but they are not
installed by GENESIS. This is not necessarily a problem; functions can
be defined later, by cold init toplevel forms, or in files compiled and
loaded at warm init, or elsewhere. As long as they are defined before
they are called, everything should be OK. Things are also OK if the
cross-compiler knew their inline definition and used that everywhere
that they were called before the out-of-line definition is installed,
as is fairly common for structure accessors.)
initially undefined function references:"

WARNING: Found non-STANDARD-CHAR in
"

layout names:"
WARNING: Found non-STANDARD-CHAR in
"

parsed type specifiers:"
;; Loaded file obj/from-host/src/compiler/generic/genesis.fas
T
*PRELOAD-OBJECT-FILE*
beginning GENESIS, creating core "output/cold-sbcl.core"
WARNING: ignoring unrecognized line "W _Jv_RegisterClasses" in
src/runtime/sbcl.nm
obj/from-xc/src/assembly/x86-64/tramps.assem-obj
obj/from-xc/src/code/early-source-location.lisp-obj
obj/from-xc/src/code/show.lisp-obj
obj/from-xc/src/compiler/early-constantp.lisp-obj
obj/from-xc/src/code/defsetfs.lisp-obj
obj/from-xc/src/code/cl-specials.lisp-obj
obj/from-xc/src/code/primordial-extensions.lisp-obj
obj/from-xc/src/code/cold-init-helper-macros.lisp-obj
obj/from-xc/src/code/early-defmethod.lisp-obj
obj/from-xc/src/code/backq.lisp-obj
obj/from-xc/src/code/globals.lisp-obj
obj/from-xc/src/code/cmacros.lisp-obj
obj/from-xc/src/code/uncross.lisp-obj
obj/from-xc/src/code/defbangtype.lisp-obj
obj/from-xc/src/code/defbangconstant.lisp-obj
obj/from-xc/src/code/early-constants.lisp-obj
obj/from-xc/src/compiler/deftype.lisp-obj
obj/from-xc/src/compiler/early-lexenv.lisp-obj
obj/from-xc/src/compiler/early-globaldb.lisp-obj
obj/from-xc/src/code/function-names.lisp-obj
obj/from-xc/src/compiler/generic/parms.lisp-obj
obj/from-xc/src/compiler/x86-64/parms.lisp-obj
obj/from-xc/src/compiler/generic/early-vm.lisp-obj
obj/from-xc/src/compiler/generic/early-objdef.lisp-obj
obj/from-xc/src/code/early-array.lisp-obj
obj/from-xc/src/code/kernel.lisp-obj
obj/from-xc/src/code/barrier.lisp-obj
obj/from-xc/src/code/parse-body.lisp-obj
obj/from-xc/src/code/unportable-float.lisp-obj
obj/from-xc/src/compiler/policy.lisp-obj
obj/from-xc/src/code/condition-boot.lisp-obj
obj/from-xc/src/code/early-extensions.lisp-obj
obj/from-xc/src/compiler/parse-lambda-list.lisp-obj
obj/from-xc/src/code/restart.lisp-obj
obj/from-xc/src/code/specializable-array.lisp-obj
obj/from-xc/src/code/early-cl.lisp-obj
obj/from-xc/src/code/ansi-stream.lisp-obj
obj/from-xc/src/code/early-fasl.lisp-obj
obj/from-xc/src/code/debug-var-io.lisp-obj
obj/from-xc/src/code/defbangstruct.lisp-obj
obj/from-xc/src/code/early-thread.lisp-obj
obj/from-xc/src/code/early-print.lisp-obj
obj/from-xc/src/code/early-pprint.lisp-obj
obj/from-xc/src/code/early-impl.lisp-obj
obj/from-xc/src/code/target-extensions.lisp-obj
obj/from-xc/src/code/early-package.lisp-obj
obj/from-xc/src/compiler/defconstant.lisp-obj
obj/from-xc/src/code/early-raw-slots.lisp-obj
obj/from-xc/src/code/funutils.lisp-obj
obj/from-xc/src/code/maphash.lisp-obj
obj/from-xc/src/code/xset.lisp-obj
obj/from-xc/src/code/type-class.lisp-obj
obj/from-xc/src/code/early-alieneval.lisp-obj
obj/from-xc/src/code/cas.lisp-obj
obj/from-xc/src/compiler/early-c.lisp-obj
obj/from-xc/src/compiler/fun-info.lisp-obj
obj/from-xc/src/pcl/slot-name.lisp-obj
obj/from-xc/src/code/signal.lisp-obj
obj/from-xc/src/compiler/info-vector.lisp-obj
obj/from-xc/src/compiler/globaldb.lisp-obj
obj/from-xc/src/code/primordial-type.lisp-obj
obj/from-xc/src/code/early-classoid.lisp-obj
obj/from-xc/src/code/sysmacs.lisp-obj
obj/from-xc/src/code/target-error.lisp-obj
obj/from-xc/src/compiler/early-backend.lisp-obj
obj/from-xc/output/stuff-groveled-from-headers.lisp-obj
obj/from-xc/src/code/cold-error.lisp-obj
obj/from-xc/src/code/fdefinition.lisp-obj
obj/from-xc/src/compiler/generic/vm-array.lisp-obj
obj/from-xc/src/code/weak.lisp-obj
obj/from-xc/src/code/array.lisp-obj
obj/from-xc/src/code/pred.lisp-obj
obj/from-xc/src/code/target-alieneval.lisp-obj
obj/from-xc/src/code/target-c-call.lisp-obj
obj/from-xc/src/code/target-allocate.lisp-obj
obj/from-xc/src/code/misc-aliens.lisp-obj
obj/from-xc/src/code/early-float.lisp-obj
obj/from-xc/src/pcl/early-low.lisp-obj
obj/from-xc/src/code/target-sxhash.lisp-obj
obj/from-xc/src/code/list.lisp-obj
obj/from-xc/src/code/seq.lisp-obj
obj/from-xc/src/code/coerce.lisp-obj
obj/from-xc/src/code/string.lisp-obj
obj/from-xc/src/code/mipsstrops.lisp-obj
obj/from-xc/src/code/early-time.lisp-obj
obj/from-xc/src/code/unix.lisp-obj
obj/from-xc/src/code/bsd-os.lisp-obj
obj/from-xc/src/code/sc-offset.lisp-obj
obj/from-xc/src/code/x86-64-vm.lisp-obj
obj/from-xc/src/code/target-signal.lisp-obj
obj/from-xc/src/code/bignum.lisp-obj
obj/from-xc/src/code/numbers.lisp-obj
obj/from-xc/src/code/float-trap.lisp-obj
obj/from-xc/src/code/float.lisp-obj
obj/from-xc/src/code/irrat.lisp-obj
obj/from-xc/src/code/char.lisp-obj
obj/from-xc/src/code/huffman.lisp-obj
obj/from-xc/src/code/target-char.lisp-obj
obj/from-xc/src/code/target-unicode.lisp-obj
obj/from-xc/src/code/misc.lisp-obj
obj/from-xc/src/code/symbol.lisp-obj
obj/from-xc/src/code/fd-stream.lisp-obj
obj/from-xc/src/code/stream.lisp-obj
obj/from-xc/src/code/early-format.lisp-obj
obj/from-xc/src/code/defpackage.lisp-obj
obj/from-xc/src/code/error-error.lisp-obj
obj/from-xc/src/code/common-os.lisp-obj
obj/from-xc/src/code/deadline.lisp-obj
obj/from-xc/src/code/serve-event.lisp-obj
obj/from-xc/src/code/query.lisp-obj
obj/from-xc/src/code/sort.lisp-obj
obj/from-xc/src/code/time.lisp-obj
obj/from-xc/src/code/final.lisp-obj
obj/from-xc/src/code/stubs.lisp-obj
obj/from-xc/src/code/exhaust.lisp-obj
obj/from-xc/src/compiler/policies.lisp-obj
obj/from-xc/src/compiler/macros.lisp-obj
obj/from-xc/src/compiler/constantp.lisp-obj
obj/from-xc/src/compiler/info-functions.lisp-obj
obj/from-xc/src/compiler/generic/vm-macs.lisp-obj
obj/from-xc/src/compiler/generic/objdef.lisp-obj
obj/from-xc/src/compiler/sset.lisp-obj
obj/from-xc/src/code/early-type.lisp-obj
obj/from-xc/src/compiler/node.lisp-obj
obj/from-xc/src/compiler/lexenv.lisp-obj
obj/from-xc/src/compiler/early-assem.lisp-obj
obj/from-xc/src/compiler/vop.lisp-obj
obj/from-xc/src/compiler/constant-leaf.lisp-obj
obj/from-xc/src/compiler/backend.lisp-obj
obj/from-xc/src/compiler/vmdef.lisp-obj
obj/from-xc/src/compiler/x86-64/backend-parms.lisp-obj
obj/from-xc/src/code/room.lisp-obj
obj/from-xc/src/code/force-delayed-defbangconstants.lisp-obj
obj/from-xc/src/code/defmacro.lisp-obj
obj/from-xc/src/code/destructuring-bind.lisp-obj
obj/from-xc/src/compiler/meta-vmdef.lisp-obj
obj/from-xc/src/compiler/x86-64/vm.lisp-obj
obj/from-xc/src/code/target-random.lisp-obj
obj/from-xc/src/code/class.lisp-obj
obj/from-xc/src/pcl/pre-warm.lisp-obj
obj/from-xc/src/pcl/low.lisp-obj
obj/from-xc/src/code/debug-info.lisp-obj
obj/from-xc/src/code/source-location.lisp-obj
obj/from-xc/src/code/early-full-eval.lisp-obj
obj/from-xc/src/code/early-condition.lisp-obj
obj/from-xc/src/code/condition.lisp-obj
obj/from-xc/src/code/toplevel.lisp-obj
obj/from-xc/src/code/parse-defmacro-errors.lisp-obj
obj/from-xc/src/code/format-directive.lisp-obj
obj/from-xc/src/code/target-format.lisp-obj
obj/from-xc/src/compiler/generic/primtype.lisp-obj
obj/from-xc/src/code/host-alieneval.lisp-obj
obj/from-xc/src/code/host-c-call.lisp-obj
obj/from-xc/src/compiler/compiler-deftype.lisp-obj
obj/from-xc/src/code/late-type.lisp-obj
obj/from-xc/src/code/target-type.lisp-obj
obj/from-xc/src/code/deftypes-for-target.lisp-obj
obj/from-xc/src/compiler/knownfun.lisp-obj
obj/from-xc/src/compiler/fun-info-funs.lisp-obj
obj/from-xc/src/compiler/generic/vm-type.lisp-obj
obj/from-xc/src/compiler/proclaim.lisp-obj
obj/from-xc/src/code/class-init.lisp-obj
obj/from-xc/src/code/defstruct.lisp-obj
obj/from-xc/src/code/target-defstruct.lisp-obj
obj/from-xc/src/code/alien-type.lisp-obj
obj/from-xc/src/code/force-delayed-defbangstructs.lisp-obj
obj/from-xc/src/code/typep.lisp-obj
obj/from-xc/src/compiler/compiler-error.lisp-obj
obj/from-xc/src/code/type-init.lisp-obj
obj/from-xc/src/compiler/fixup-type.lisp-obj
obj/from-xc/src/code/package.lisp-obj
obj/from-xc/src/code/random.lisp-obj
obj/from-xc/src/code/hash-table.lisp-obj
obj/from-xc/src/code/readtable.lisp-obj
obj/from-xc/src/code/pathname.lisp-obj
obj/from-xc/src/compiler/fndb.lisp-obj
obj/from-xc/src/compiler/generic/vm-fndb.lisp-obj
obj/from-xc/src/compiler/generic/late-objdef.lisp-obj
obj/from-xc/src/compiler/generic/interr.lisp-obj
obj/from-xc/src/compiler/bit-util.lisp-obj
obj/from-xc/src/compiler/fixup.lisp-obj
obj/from-xc/src/compiler/generic/core.lisp-obj
obj/from-xc/src/code/thread.lisp-obj
obj/from-xc/src/code/load.lisp-obj
obj/from-xc/src/code/linkage-table.lisp-obj
obj/from-xc/src/code/foreign-load.lisp-obj
obj/from-xc/src/code/unix-foreign-load.lisp-obj
obj/from-xc/src/code/foreign.lisp-obj
obj/from-xc/src/code/fop.lisp-obj
obj/from-xc/src/compiler/ctype.lisp-obj
obj/from-xc/src/compiler/disassem.lisp-obj
obj/from-xc/src/compiler/assem.lisp-obj
obj/from-xc/src/compiler/dump.lisp-obj
obj/from-xc/src/compiler/ir1report.lisp-obj
obj/from-xc/src/compiler/main.lisp-obj
obj/from-xc/src/compiler/xref.lisp-obj
obj/from-xc/src/compiler/target-main.lisp-obj
obj/from-xc/src/compiler/ir1tran.lisp-obj
obj/from-xc/src/compiler/ir1tran-lambda.lisp-obj
obj/from-xc/src/compiler/ir1-translators.lisp-obj
obj/from-xc/src/compiler/ir1util.lisp-obj
obj/from-xc/src/compiler/ir1opt.lisp-obj
obj/from-xc/src/compiler/loop.lisp-obj
obj/from-xc/src/compiler/ir1final.lisp-obj
obj/from-xc/src/compiler/array-tran.lisp-obj
obj/from-xc/src/compiler/seqtran.lisp-obj
obj/from-xc/src/compiler/typetran.lisp-obj
obj/from-xc/src/compiler/generic/vm-typetran.lisp-obj
obj/from-xc/src/compiler/float-tran.lisp-obj
obj/from-xc/src/compiler/saptran.lisp-obj
obj/from-xc/src/compiler/srctran.lisp-obj
obj/from-xc/src/code/quantifiers.lisp-obj
obj/from-xc/src/compiler/bitops-derive-type.lisp-obj
obj/from-xc/src/compiler/generic/vm-tran.lisp-obj
obj/from-xc/src/compiler/locall.lisp-obj
obj/from-xc/src/compiler/dfo.lisp-obj
obj/from-xc/src/compiler/dce.lisp-obj
obj/from-xc/src/compiler/checkgen.lisp-obj
obj/from-xc/src/compiler/constraint.lisp-obj
obj/from-xc/src/compiler/physenvanal.lisp-obj
obj/from-xc/src/compiler/tn.lisp-obj
obj/from-xc/src/compiler/life.lisp-obj
obj/from-xc/src/compiler/debug-dump.lisp-obj
obj/from-xc/src/compiler/generic/utils.lisp-obj
obj/from-xc/src/compiler/fopcompile.lisp-obj
obj/from-xc/src/compiler/late-vmdef.lisp-obj
obj/from-xc/src/compiler/x86-64/insts.lisp-obj
obj/from-xc/src/compiler/x86-64/macros.lisp-obj
obj/from-xc/src/compiler/generic/early-type-vops.lisp-obj
obj/from-xc/src/assembly/x86-64/support.lisp-obj
obj/from-xc/src/compiler/x86-64/move.lisp-obj
obj/from-xc/src/compiler/x86-64/float.lisp-obj
obj/from-xc/src/compiler/x86-64/simd-pack.lisp-obj
obj/from-xc/src/compiler/x86-64/sap.lisp-obj
obj/from-xc/src/compiler/x86-64/system.lisp-obj
obj/from-xc/src/compiler/x86-64/char.lisp-obj
obj/from-xc/src/compiler/x86-64/memory.lisp-obj
obj/from-xc/src/compiler/x86-64/static-fn.lisp-obj
obj/from-xc/src/compiler/x86-64/arith.lisp-obj
obj/from-xc/src/compiler/generic/late-type-vops.lisp-obj
obj/from-xc/src/compiler/x86-64/type-vops.lisp-obj
obj/from-xc/src/compiler/x86-64/subprim.lisp-obj
obj/from-xc/src/compiler/x86-64/debug.lisp-obj
obj/from-xc/src/compiler/early-aliencomp.lisp-obj
obj/from-xc/src/compiler/x86-64/c-call.lisp-obj
obj/from-xc/src/compiler/x86-64/cell.lisp-obj
obj/from-xc/src/compiler/x86-64/values.lisp-obj
obj/from-xc/src/compiler/x86-64/alloc.lisp-obj
obj/from-xc/src/compiler/x86-64/call.lisp-obj
obj/from-xc/src/compiler/x86-64/nlx.lisp-obj
obj/from-xc/src/compiler/generic/late-nlx.lisp-obj
obj/from-xc/src/compiler/x86-64/show.lisp-obj
obj/from-xc/src/compiler/x86-64/array.lisp-obj
obj/from-xc/src/compiler/generic/type-error.lisp-obj
obj/from-xc/src/compiler/x86-64/pred.lisp-obj
obj/from-xc/src/assembly/x86-64/assem-rtns.lisp-obj
obj/from-xc/src/assembly/x86-64/array.lisp-obj
obj/from-xc/src/assembly/x86-64/arith.lisp-obj
obj/from-xc/src/assembly/x86-64/alloc.lisp-obj
obj/from-xc/src/assembly/x86-64/assem-rtns.assem-obj
obj/from-xc/src/assembly/x86-64/array.assem-obj
obj/from-xc/src/assembly/x86-64/arith.assem-obj
obj/from-xc/src/assembly/x86-64/alloc.assem-obj
obj/from-xc/src/compiler/pseudo-vops.lisp-obj
obj/from-xc/src/compiler/aliencomp.lisp-obj
obj/from-xc/src/compiler/ltv.lisp-obj
obj/from-xc/src/compiler/gtn.lisp-obj
obj/from-xc/src/compiler/ltn.lisp-obj
obj/from-xc/src/compiler/stack.lisp-obj
obj/from-xc/src/compiler/control.lisp-obj
obj/from-xc/src/compiler/entry.lisp-obj
obj/from-xc/src/compiler/ir2tran.lisp-obj
obj/from-xc/src/compiler/generic/vm-ir2tran.lisp-obj
obj/from-xc/src/compiler/copyprop.lisp-obj
obj/from-xc/src/compiler/represent.lisp-obj
obj/from-xc/src/compiler/ir2opt.lisp-obj
obj/from-xc/src/compiler/pack.lisp-obj
obj/from-xc/src/compiler/pack-iterative.lisp-obj
obj/from-xc/src/compiler/codegen.lisp-obj
obj/from-xc/src/compiler/debug.lisp-obj
obj/from-xc/src/code/format-time.lisp-obj
obj/from-xc/src/code/error.lisp-obj
obj/from-xc/src/code/macroexpand.lisp-obj
obj/from-xc/src/code/late-extensions.lisp-obj
obj/from-xc/src/compiler/generic/target-core.lisp-obj
obj/from-xc/src/code/eval.lisp-obj
obj/from-xc/src/code/target-sap.lisp-obj
obj/from-xc/src/code/target-package.lisp-obj
obj/from-xc/src/code/module.lisp-obj
obj/from-xc/src/code/bignum-random.lisp-obj
obj/from-xc/src/code/target-hash-table.lisp-obj
obj/from-xc/src/code/host-pprint.lisp-obj
obj/from-xc/src/code/pprint.lisp-obj
obj/from-xc/src/code/print.lisp-obj
obj/from-xc/src/code/reader.lisp-obj
obj/from-xc/src/code/target-stream.lisp-obj
obj/from-xc/src/code/target-pathname.lisp-obj
obj/from-xc/src/code/unix-pathname.lisp-obj
obj/from-xc/src/code/filesys.lisp-obj
obj/from-xc/src/code/target-misc.lisp-obj
obj/from-xc/src/code/save.lisp-obj
obj/from-xc/src/code/sharpm.lisp-obj
obj/from-xc/src/code/alloc.lisp-obj
obj/from-xc/src/code/early-step.lisp-obj
obj/from-xc/src/code/target-thread.lisp-obj
obj/from-xc/src/code/timer.lisp-obj
obj/from-xc/src/code/interr.lisp-obj
obj/from-xc/src/code/gc.lisp-obj
obj/from-xc/src/code/purify.lisp-obj
obj/from-xc/src/code/debug-int.lisp-obj
obj/from-xc/src/compiler/target-disassem.lisp-obj
obj/from-xc/src/compiler/x86-64/target-insts.lisp-obj
obj/from-xc/src/code/debug.lisp-obj
obj/from-xc/src/code/octets.lisp-obj
obj/from-xc/src/code/external-formats/enc-basic.lisp-obj
obj/from-xc/src/code/external-formats/enc-ebcdic.lisp-obj
obj/from-xc/src/code/external-formats/enc-cyr.lisp-obj
obj/from-xc/src/code/external-formats/enc-dos.lisp-obj
obj/from-xc/src/code/external-formats/enc-iso.lisp-obj
obj/from-xc/src/code/external-formats/enc-win.lisp-obj
obj/from-xc/src/code/external-formats/enc-mac.lisp-obj
obj/from-xc/src/code/external-formats/mb-util.lisp-obj
obj/from-xc/src/code/external-formats/enc-cn-tbl.lisp-obj
obj/from-xc/src/code/external-formats/enc-cn.lisp-obj
obj/from-xc/src/code/external-formats/enc-jpn-tbl.lisp-obj
obj/from-xc/src/code/external-formats/enc-jpn.lisp-obj
obj/from-xc/src/code/external-formats/enc-ucs.lisp-obj
obj/from-xc/src/code/external-formats/enc-utf.lisp-obj
obj/from-xc/src/code/full-eval.lisp-obj
obj/from-xc/src/code/bit-bash.lisp-obj
obj/from-xc/src/code/target-load.lisp-obj
obj/from-xc/src/compiler/target-dump.lisp-obj
obj/from-xc/src/code/cold-init.lisp-obj
obj/from-xc/src/compiler/late-proclaim.lisp-obj
obj/from-xc/src/code/defboot.lisp-obj
obj/from-xc/src/code/setf.lisp-obj
obj/from-xc/src/code/macros.lisp-obj
obj/from-xc/src/code/loop.lisp-obj
obj/from-xc/src/code/late-format.lisp-obj
obj/from-xc/src/code/sxhash.lisp-obj
obj/from-xc/src/code/late-cas.lisp-obj
obj/from-xc/src/pcl/walk.lisp-obj
; SB!Loader: (257+604+11816+14608) structs/consts/funs/other
[building initial core file in "output/cold-sbcl.core":
writing 32768 bytes [1 page] from #<SB!FASL::GSPACE :READ-ONLY>
writing 32768 bytes [1 page] from #<SB!FASL::GSPACE :STATIC>
writing 42500096 bytes [1297 pages] from #<SB!FASL::GSPACE :DYNAMIC>
/(DESCRIPTOR-BITS INITIAL-FUN)=#X10026A028B
done]

//testing for consistency of first and second GENESIS passes
//header files match between first and second GENESIS -- good
55m48.14s real 53m22.26s user 2m05.24s system
//entering make-target-2.sh
//doing warm init - compilation phase
This is SBCL 1.3.10.openbsd.1, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
COLD-INIT... (PACKAGE = "COMMON-LISP")
("Length(TLFs)= " 14608)

*
"/about to LOAD warm.lisp (with *compile-files-p* = T)"
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/macros.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;MACROS.FASL.NEWEST written
; compilation finished in 0:00:00.275
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/compiler-support.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;COMPILER-SUPPORT.FASL.NEWEST written
; compilation finished in 0:00:00.113
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/defclass.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;DEFCLASS.FASL.NEWEST written
; compilation finished in 0:00:00.250
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/defs.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;DEFS.FASL.NEWEST written
; compilation finished in 0:00:00.173
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/fngen.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;FNGEN.FASL.NEWEST written
; compilation finished in 0:00:00.070
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/wrapper.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;WRAPPER.FASL.NEWEST written
; compilation finished in 0:00:00.091
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/cache.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;CACHE.FASL.NEWEST written
; compilation finished in 0:00:00.393
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/dlisp.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;DLISP.FASL.NEWEST written
; compilation finished in 0:00:00.092
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/boot.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;BOOT.FASL.NEWEST written
; compilation finished in 0:00:02.545
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/vector.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;VECTOR.FASL.NEWEST written
; compilation finished in 0:00:00.429
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/slots-boot.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;SLOTS-BOOT.FASL.NEWEST written
; compilation finished in 0:00:01.116
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/combin.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;COMBIN.FASL.NEWEST written
; compilation finished in 0:00:00.451
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/dfun.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;DFUN.FASL.NEWEST written
; compilation finished in 0:00:01.400
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/ctor.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;CTOR.FASL.NEWEST written
; compilation finished in 0:00:00.771
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/braid.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;BRAID.FASL.NEWEST written
; compilation finished in 0:00:00.363
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/dlisp3.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;DLISP3.FASL.NEWEST written
; compilation finished in 0:00:00.018
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/generic-functions.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;GENERIC-FUNCTIONS.FASL.NEWEST written
; compilation finished in 0:00:00.034
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/slots.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;SLOTS.FASL.NEWEST written
; compilation finished in 0:00:00.356
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/init.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;INIT.FASL.NEWEST written
; compilation finished in 0:00:00.790
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/std-class.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;STD-CLASS.FASL.NEWEST written
; compilation finished in 0:00:02.190
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/cpl.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;CPL.FASL.NEWEST written
; compilation finished in 0:00:00.201
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/fsc.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;FSC.FASL.NEWEST written
; compilation finished in 0:00:00.035
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/methods.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;METHODS.FASL.NEWEST written
; compilation finished in 0:00:01.226
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/fixup.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;FIXUP.FASL.NEWEST written
; compilation finished in 0:00:00.024
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/defcombin.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;DEFCOMBIN.FASL.NEWEST written
; compilation finished in 0:00:00.150
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/ctypes.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;CTYPES.FASL.NEWEST written
; compilation finished in 0:00:00.027
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/env.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;ENV.FASL.NEWEST written
; compilation finished in 0:00:00.122
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/documentation.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;DOCUMENTATION.FASL.NEWEST written
; compilation finished in 0:00:00.604
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/print-object.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;PRINT-OBJECT.FASL.NEWEST written
; compilation finished in 0:00:00.756
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/precom1.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;PRECOM1.FASL.NEWEST written
; compilation finished in 0:00:00.012
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/precom2.lisp" (written 30 SEP 2016 06:41:12 PM):

; SYS:SRC;PCL;PRECOM2.FASL.NEWEST written
; compilation finished in 0:00:01.950
; Done with PCL compilation

; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/setf-funs.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-KERNEL")
; compiling (LET (#) ...)
; compiling (DEFINE-SETTERS ("COMMON-LISP") ...)

; SYS:SRC;CODE;SETF-FUNS.FASL.NEWEST written
; compilation finished in 0:00:00.158
; Fixed ftypes: (%MAKE-ARRAY %MAP %TYPEP ADJUST-ARRAY CLASS-OF COERCE COERCE-TO-CONDITION CONCATENATE COPY-PPRINT-DISPATCH SB-PCL:ENSURE-CLASS-FINALIZED FIND-CLASS LIST-TO-VECTOR* MAKE-ARRAY MAKE-CONDITION MAKE-SEQUENCE MAKE-STRING MAKE-STRING-OUTPUT-STREAM MAP MERGE OPEN PPRINT-DISPATCH SET-PPRINT-DISPATCH STREAM-ELEMENT-TYPE SUBTYPEP TYPE-OF TYPEP UPGRADED-ARRAY-ELEMENT-TYPE UPGRADED-COMPLEX-PART-TYPE VECTOR-TO-VECTOR*)
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/late-condition.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-KERNEL")
; compiling (FMAKUNBOUND (QUOTE INSTALL-CONDITION-SLOT-READER))
; compiling (FMAKUNBOUND (QUOTE INSTALL-CONDITION-SLOT-WRITER))
; compiling (DEFMACRO STANDARD-METHOD-FUNCTION ...)
; compiling (DEFUN INSTALL-CONDITION-SLOT-READER ...)
; compiling (DEFUN INSTALL-CONDITION-SLOT-WRITER ...)

; SYS:SRC;CODE;LATE-CONDITION.FASL.NEWEST written
; compilation finished in 0:00:00.024
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/gray-streams-class.lisp" (written 30 SEP 2016 06:41:12 PM):
; compiling (IN-PACKAGE "SB-GRAY")
; compiling (LET (#) ...)
; compiling (DEFCLASS FUNDAMENTAL-INPUT-STREAM ...)
; compiling (DEFCLASS FUNDAMENTAL-OUTPUT-STREAM ...)
; compiling (DEFCLASS FUNDAMENTAL-CHARACTER-STREAM ...)
; compiling (DEFCLASS FUNDAMENTAL-BINARY-STREAM ...)
; compiling (DEFCLASS FUNDAMENTAL-CHARACTER-INPUT-STREAM ...)
; compiling (DEFCLASS FUNDAMENTAL-CHARACTER-OUTPUT-STREAM ...)
; compiling (DEFCLASS FUNDAMENTAL-BINARY-INPUT-STREAM ...)
; compiling (DEFCLASS FUNDAMENTAL-BINARY-OUTPUT-STREAM ...)

; SYS:SRC;PCL;GRAY-STREAMS-CLASS.FASL.NEWEST written
; compilation finished in 0:00:00.018
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/gray-streams.lisp" (written 30 SEP 2016 06:41:12 PM):
; compiling (IN-PACKAGE "SB-GRAY")
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN BUG-OR-ERROR ...)
; compiling (FMAKUNBOUND (QUOTE STREAM-ELEMENT-TYPE))
; compiling (DEFGENERIC STREAM-ELEMENT-TYPE ...)
; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...)
; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...)
; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...)
; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...)
; compiling (DEFGENERIC PCL-OPEN-STREAM-P ...)
; compiling (DEFMETHOD PCL-OPEN-STREAM-P ...)
; compiling (DEFMETHOD PCL-OPEN-STREAM-P ...)
; compiling (DEFMETHOD PCL-OPEN-STREAM-P ...)
; compiling (DEFMETHOD PCL-OPEN-STREAM-P ...)
; compiling (PCL-OPEN-STREAM-P (MAKE-STRING-OUTPUT-STREAM))
; compiling (SETF (FDEFINITION #) ...)
; compiling (DEFGENERIC PCL-CLOSE ...)
; compiling (DEFMETHOD PCL-CLOSE ...)
; compiling (DEFMETHOD PCL-CLOSE ...)
; compiling (PCL-CLOSE (MAKE-STRING-OUTPUT-STREAM))
; compiling (SETF (FDEFINITION #) ...)
; compiling (LET NIL ...)
; compiling (LET NIL ...)
; compiling (LET NIL ...)
; compiling (DEFGENERIC STREAM-READ-CHAR ...)
; compiling (DEFGENERIC STREAM-UNREAD-CHAR ...)
; compiling (DEFGENERIC STREAM-READ-CHAR-NO-HANG ...)
; compiling (DEFMETHOD STREAM-READ-CHAR-NO-HANG ...)
; compiling (DEFGENERIC STREAM-PEEK-CHAR ...)
; compiling (DEFMETHOD STREAM-PEEK-CHAR ...)
; compiling (DEFGENERIC STREAM-LISTEN ...)
; compiling (DEFMETHOD STREAM-LISTEN ...)
; compiling (DEFGENERIC STREAM-READ-LINE ...)
; compiling (DEFMETHOD STREAM-READ-LINE ...)
; compiling (DEFGENERIC STREAM-CLEAR-INPUT ...)
; compiling (DEFMETHOD STREAM-CLEAR-INPUT ...)
; compiling (DEFMETHOD STREAM-CLEAR-INPUT ...)
; compiling (DEFMETHOD STREAM-CLEAR-INPUT ...)
; compiling (DEFGENERIC STREAM-READ-SEQUENCE ...)
; compiling (DEFMETHOD STREAM-READ-SEQUENCE ...)
; compiling (DEFMETHOD STREAM-READ-SEQUENCE ...)
; compiling (DEFGENERIC STREAM-WRITE-CHAR ...)
; compiling (DEFGENERIC STREAM-LINE-COLUMN ...)
; compiling (DEFMETHOD STREAM-LINE-COLUMN ...)
; compiling (DEFGENERIC STREAM-LINE-LENGTH ...)
; compiling (DEFMETHOD STREAM-LINE-LENGTH ...)
; compiling (DEFGENERIC STREAM-START-LINE-P ...)
; compiling (DEFMETHOD STREAM-START-LINE-P ...)
; compiling (DEFGENERIC STREAM-WRITE-STRING ...)
; compiling (DEFMETHOD STREAM-WRITE-STRING ...)
; compiling (DEFGENERIC STREAM-TERPRI ...)
; compiling (DEFMETHOD STREAM-TERPRI ...)
; compiling (DEFGENERIC STREAM-FRESH-LINE ...)
; compiling (DEFMETHOD STREAM-FRESH-LINE ...)
; compiling (DEFGENERIC STREAM-FINISH-OUTPUT ...)
; compiling (DEFMETHOD STREAM-FINISH-OUTPUT ...)
; compiling (DEFMETHOD STREAM-FINISH-OUTPUT ...)
; compiling (DEFMETHOD STREAM-FINISH-OUTPUT ...)
; compiling (DEFGENERIC STREAM-FORCE-OUTPUT ...)
; compiling (DEFMETHOD STREAM-FORCE-OUTPUT ...)
; compiling (DEFMETHOD STREAM-FORCE-OUTPUT ...)
; compiling (DEFMETHOD STREAM-FORCE-OUTPUT ...)
; compiling (DEFGENERIC STREAM-CLEAR-OUTPUT ...)
; compiling (DEFMETHOD STREAM-CLEAR-OUTPUT ...)
; compiling (DEFMETHOD STREAM-CLEAR-OUTPUT ...)
; compiling (DEFMETHOD STREAM-CLEAR-OUTPUT ...)
; compiling (DEFGENERIC STREAM-ADVANCE-TO-COLUMN ...)
; compiling (DEFMETHOD STREAM-ADVANCE-TO-COLUMN ...)
; compiling (DEFGENERIC STREAM-WRITE-SEQUENCE ...)
; compiling (DEFMETHOD STREAM-WRITE-SEQUENCE ...)
; compiling (DEFMETHOD STREAM-WRITE-SEQUENCE ...)
; compiling (DEFGENERIC STREAM-READ-BYTE ...)
; compiling (DEFMETHOD STREAM-READ-BYTE ...)
; compiling (DEFMETHOD STREAM-READ-BYTE ...)
; compiling (DEFGENERIC STREAM-WRITE-BYTE ...)
; compiling (DEFMETHOD STREAM-WRITE-BYTE ...)
; compiling (DEFMETHOD STREAM-WRITE-BYTE ...)
; compiling (DEFGENERIC STREAM-FILE-POSITION ...)
; compiling (DEFMETHOD STREAM-FILE-POSITION ...)
; compiling (DEFMETHOD STREAM-FILE-POSITION ...)

; SYS:SRC;PCL;GRAY-STREAMS.FASL.NEWEST written
; compilation finished in 0:00:00.858
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/pcl/sequence.lisp" (written 30 SEP 2016 06:41:12 PM):
; compiling (IN-PACKAGE "SB-IMPL")
; compiling (DEFINE-CONDITION SB-SEQUENCE:PROTOCOL-UNIMPLEMENTED ...)
; compiling (DEFUN SB-SEQUENCE:PROTOCOL-UNIMPLEMENTED ...)
; compiling (DEFGENERIC SB-SEQUENCE:EMPTYP ...)
; compiling (DEFGENERIC SB-SEQUENCE:LENGTH ...)
; compiling (DEFGENERIC SB-SEQUENCE:ELT ...)
; compiling (DEFGENERIC (SETF SB-SEQUENCE:ELT) ...)
; compiling (DEFGENERIC SB-SEQUENCE:MAKE-SEQUENCE-LIKE ...)
; compiling (DEFGENERIC SB-SEQUENCE:ADJUST-SEQUENCE ...)
; compiling (DEFGENERIC SB-SEQUENCE:MAKE-SEQUENCE-ITERATOR ...)
; compiling (DEFVAR *EXHAUSTED* ...)
; compiling (DEFGENERIC SB-SEQUENCE:MAKE-SIMPLE-SEQUENCE-ITERATOR ...)
; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-STEP ...)
; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-ENDP ...)
; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-ELEMENT ...)
; compiling (DEFGENERIC (SETF SB-SEQUENCE:ITERATOR-ELEMENT) ...)
; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-INDEX ...)
; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-COPY ...)
; compiling (DEFMACRO SB-SEQUENCE:WITH-SEQUENCE-ITERATOR ...)
; compiling (DEFMACRO SB-SEQUENCE:WITH-SEQUENCE-ITERATOR-FUNCTIONS ...)
; compiling (DEFUN SB-SEQUENCE:CANONIZE-TEST ...)
; compiling (DEFUN SB-SEQUENCE:CANONIZE-KEY ...)
; compiling (DEFUN LOOP-ELEMENTS-ITERATION-PATH ...)
; compiling (SB-LOOP::ADD-LOOP-PATH (QUOTE #) ...)
; compiling (DEFGENERIC SB-SEQUENCE:MAP ...)
; compiling (DEFMETHOD SB-SEQUENCE:MAP ...)
; compiling (DEFGENERIC SB-SEQUENCE:COUNT ...)
; compiling (DEFMETHOD SB-SEQUENCE:COUNT ...)
; compiling (DEFGENERIC SB-SEQUENCE:COUNT-IF ...)
; compiling (DEFMETHOD SB-SEQUENCE:COUNT-IF ...)
; compiling (DEFGENERIC SB-SEQUENCE:COUNT-IF-NOT ...)
; compiling (DEFMETHOD SB-SEQUENCE:COUNT-IF-NOT ...)
; compiling (DEFGENERIC SB-SEQUENCE:FIND ...)
; compiling (DEFMETHOD SB-SEQUENCE:FIND ...)
; compiling (DEFGENERIC SB-SEQUENCE:FIND-IF ...)
; compiling (DEFMETHOD SB-SEQUENCE:FIND-IF ...)
; compiling (DEFGENERIC SB-SEQUENCE:FIND-IF-NOT ...)
; compiling (DEFMETHOD SB-SEQUENCE:FIND-IF-NOT ...)
; compiling (DEFGENERIC SB-SEQUENCE:POSITION ...)
; compiling (DEFMETHOD SB-SEQUENCE:POSITION ...)
; compiling (DEFGENERIC SB-SEQUENCE:POSITION-IF ...)
; compiling (DEFMETHOD SB-SEQUENCE:POSITION-IF ...)
; compiling (DEFGENERIC SB-SEQUENCE:POSITION-IF-NOT ...)
; compiling (DEFMETHOD SB-SEQUENCE:POSITION-IF-NOT ...)
; compiling (DEFGENERIC SB-SEQUENCE:SUBSEQ ...)
; compiling (DEFMETHOD SB-SEQUENCE:SUBSEQ ...)
; compiling (DEFGENERIC SB-SEQUENCE:COPY-SEQ ...)
; compiling (DEFMETHOD SB-SEQUENCE:COPY-SEQ ...)
; compiling (DEFGENERIC SB-SEQUENCE:FILL ...)
; compiling (DEFMETHOD SB-SEQUENCE:FILL ...)
; compiling (DEFGENERIC SB-SEQUENCE:NSUBSTITUTE ...)
; compiling (DEFMETHOD SB-SEQUENCE:NSUBSTITUTE ...)
; compiling (DEFGENERIC SB-SEQUENCE:NSUBSTITUTE-IF ...)
; compiling (DEFMETHOD SB-SEQUENCE:NSUBSTITUTE-IF ...)
; compiling (DEFGENERIC SB-SEQUENCE:NSUBSTITUTE-IF-NOT ...)
; compiling (DEFMETHOD SB-SEQUENCE:NSUBSTITUTE-IF-NOT ...)
; compiling (DEFGENERIC SB-SEQUENCE:SUBSTITUTE ...)
; compiling (DEFMETHOD SB-SEQUENCE:SUBSTITUTE ...)
; compiling (DEFGENERIC SB-SEQUENCE:SUBSTITUTE-IF ...)
; compiling (DEFMETHOD SB-SEQUENCE:SUBSTITUTE-IF ...)
; compiling (DEFGENERIC SB-SEQUENCE:SUBSTITUTE-IF-NOT ...)
; compiling (DEFMETHOD SB-SEQUENCE:SUBSTITUTE-IF-NOT ...)
; compiling (DEFUN %SEQUENCE-REPLACE ...)
; compiling (DEFGENERIC SB-SEQUENCE:REPLACE ...)
; compiling (DEFMETHOD SB-SEQUENCE:REPLACE ...)
; compiling (DEFGENERIC SB-SEQUENCE:NREVERSE ...)
; compiling (DEFMETHOD SB-SEQUENCE:NREVERSE ...)
; compiling (DEFGENERIC SB-SEQUENCE:REVERSE ...)
; compiling (DEFMETHOD SB-SEQUENCE:REVERSE ...)
; compiling (DEFGENERIC SB-SEQUENCE:CONCATENATE ...)
; compiling (DEFMETHOD SB-SEQUENCE:CONCATENATE ...)
; compiling (DEFGENERIC SB-SEQUENCE:REDUCE ...)
; compiling (DEFMETHOD SB-SEQUENCE:REDUCE ...)
; compiling (DEFGENERIC SB-SEQUENCE:MISMATCH ...)
; compiling (DEFMETHOD SB-SEQUENCE:MISMATCH ...)
; compiling (DEFGENERIC SB-SEQUENCE:SEARCH ...)
; compiling (DEFMETHOD SB-SEQUENCE:SEARCH ...)
; compiling (DEFGENERIC SB-SEQUENCE:DELETE ...)
; compiling (DEFMETHOD SB-SEQUENCE:DELETE ...)
; compiling (DEFGENERIC SB-SEQUENCE:DELETE-IF ...)
; compiling (DEFMETHOD SB-SEQUENCE:DELETE-IF ...)
; compiling (DEFGENERIC SB-SEQUENCE:DELETE-IF-NOT ...)
; compiling (DEFMETHOD SB-SEQUENCE:DELETE-IF-NOT ...)
; compiling (DEFGENERIC SB-SEQUENCE:REMOVE ...)
; compiling (DEFMETHOD SB-SEQUENCE:REMOVE ...)
; compiling (DEFGENERIC SB-SEQUENCE:REMOVE-IF ...)
; compiling (DEFMETHOD SB-SEQUENCE:REMOVE-IF ...)
; compiling (DEFGENERIC SB-SEQUENCE:REMOVE-IF-NOT ...)
; compiling (DEFMETHOD SB-SEQUENCE:REMOVE-IF-NOT ...)
; compiling (DEFGENERIC SB-SEQUENCE:DELETE-DUPLICATES ...)
; compiling (DEFMETHOD SB-SEQUENCE:DELETE-DUPLICATES ...)
; compiling (DEFGENERIC SB-SEQUENCE:REMOVE-DUPLICATES ...)
; compiling (DEFMETHOD SB-SEQUENCE:REMOVE-DUPLICATES ...)
; compiling (DEFUN %SORT-WITH-TEMP-VECTOR ...)
; compiling (DEFGENERIC SB-SEQUENCE:SORT ...)
; compiling (DEFMETHOD SB-SEQUENCE:SORT ...)
; compiling (DEFGENERIC SB-SEQUENCE:STABLE-SORT ...)
; compiling (DEFMETHOD SB-SEQUENCE:STABLE-SORT ...)
; compiling (DEFGENERIC SB-SEQUENCE:MERGE ...)
; compiling (DEFMETHOD SB-SEQUENCE:MERGE ...)

; SYS:SRC;PCL;SEQUENCE.FASL.NEWEST written
; compilation finished in 0:00:01.571
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/describe.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-IMPL")
; compiling (DEFUN CLASS-NAME-OR-CLASS ...)
; compiling (DEFUN FUNCTION-LAMBDA-EXPRESSION ...)
; compiling (DEFUN PRIN1-TO-LINE ...)
; compiling (DEFUN DESCRIBE ...)
; compiling (DEFGENERIC OBJECT-SELF-STRING ...)
; compiling (DEFMETHOD OBJECT-SELF-STRING ...)
; compiling (DEFMETHOD OBJECT-SELF-STRING ...)
; compiling (DEFGENERIC OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFMETHOD OBJECT-TYPE-STRING ...)
; compiling (DEFUN PRINT-STANDARD-DESCRIBE-HEADER ...)
; compiling (DEFGENERIC DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFMETHOD DESCRIBE-OBJECT ...)
; compiling (DEFUN DESCRIBE-DEPRECATION ...)
; compiling (DEFUN DESCRIBE-CLASS ...)
; compiling (DEFUN DESCRIBE-INSTANCE ...)
; compiling (DEFUN QUIET-DOC ...)
; compiling (DEFUN DESCRIBE-DOCUMENTATION ...)
; compiling (DEFUN DESCRIBE-STUFF ...)
; compiling (DEFUN DESCRIBE-VARIABLE ...)
; compiling (DEFUN DESCRIBE-LAMBDA-LIST ...)
; compiling (DEFUN DESCRIBE-ARGUMENT-PRECEDENCE-ORDER ...)
; compiling (DEFUN DESCRIBE-FUNCTION-SOURCE ...)
; compiling (DEFUN DESCRIBE-FUNCTION ...)
; compiling (DEFUN DESCRIBE-TYPE ...)

; SYS:SRC;CODE;DESCRIBE.FASL.NEWEST written
; compilation finished in 0:00:00.709
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/describe-policy.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-C")
; compiling (DEFUN DESCRIBE-COMPILER-POLICY ...)

; SYS:SRC;CODE;DESCRIBE-POLICY.FASL.NEWEST written
; compilation finished in 0:00:00.041
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/inspect.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-IMPL")
; compiling (DEFPARAMETER *INSPECT-LENGTH* ...)
; compiling (DEFVAR *INSPECT-UNBOUND-OBJECT-MARKER* ...)
; compiling (DEFUN INSPECTOR ...)
; compiling (DEFVAR *INSPECT-FUN* ...)
; compiling (DEFVAR *INSPECTED*)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN INSPECT ...)
; compiling (DEFVAR *HELP-FOR-INSPECT* ...)
; compiling (DEFUN %INSPECT ...)
; compiling (DEFUN EVAL-FOR-INSPECT ...)
; compiling (DEFUN TTY-DISPLAY-INSPECTED-PARTS ...)
; compiling (DEFGENERIC INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFUN INSPECTED-STRUCTURE-ELEMENTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFUN INSPECTED-STANDARD-OBJECT-ELEMENTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFUN INSPECTED-INDEX-STRING ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFUN INSPECTED-PARTS-OF-SIMPLE-CONS ...)
; compiling (DEFUN INSPECTED-PARTS-OF-NONTRIVIAL-LIST ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)

; SYS:SRC;CODE;INSPECT.FASL.NEWEST written
; compilation finished in 0:00:00.975
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/profile.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-PROFILE")
; compiling (DECLAIM (INLINE MAKE-COUNTER))
; compiling (DEFSTRUCT (COUNTER # ...) ...)
; compiling (DEFUN INCF-COUNTER ...)
; compiling (DEFUN COUNTER-COUNT ...)
; compiling (DEFCONSTANT +TICKS-PER-SECOND+ ...)
; compiling (DECLAIM (INLINE GET-INTERNAL-TICKS))
; compiling (DEFUN GET-INTERNAL-TICKS ...)
; compiling (DEFVAR *PROFILED-FUN-NAME->INFO* ...)
; compiling (DEFSTRUCT (PROFILE-INFO #) ...)
; compiling (DECLAIM (COUNTER *ENCLOSED-TICKS* ...))
; compiling (DEFVAR *ENCLOSED-TICKS*)
; compiling (DEFVAR *ENCLOSED-CONSING*)
; compiling (DECLAIM (COUNTER *ENCLOSED-PROFILES*))
; compiling (DEFVAR *ENCLOSED-PROFILES*)
; compiling (DECLAIM (COUNTER *ENCLOSED-GC-RUN-TIME*))
; compiling (DEFVAR *ENCLOSED-GC-RUN-TIME*)
; compiling (DEFVAR *COMPUTING-PROFILING-DATA-FOR*)
; compiling (DEFSTRUCT (OVERHEAD #) ...)
; compiling (DEFVAR *OVERHEAD*)
; compiling (DECLAIM (TYPE OVERHEAD ...))
; compiling (MAKUNBOUND (QUOTE *OVERHEAD*))
; compiling (DEFUN PROFILE-ENCAPSULATION-LAMBDAS ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/profile.lisp
; in: DEFUN PROFILE-ENCAPSULATION-LAMBDAS
; (APPLY FUNCTION SB-PROFILE::ARGS)
; --> MULTIPLE-VALUE-CALL PROGN
; ==>
; (SB-C::%FUNCALL
; #<SB-C::CLAMBDA
; :%SOURCE-NAME #:CLEANUP-FUN-251
; :%DEBUG-NAME (FLET #:CLEANUP-FUN-251 :IN SB-PROFILE::PROFILE-ENCAPSULATION-LAMBDAS)
; :KIND :CLEANUP
; :TYPE #<SB-KERNEL:BUILT-IN-CLASSOID FUNCTION (read-only)>
; :WHERE-FROM :DEFINED
; :VARS NIL {1003F28C53}>)
;
; note: doing unsigned word to integer coercion (cost 20) from SB-ALIEN:ALIEN

; (UNWIND-PROTECT (APPLY FUNCTION SB-PROFILE::ARGS)
; (LET ((SB-PROFILE::*COMPUTING-PROFILING-DATA-FOR* FUNCTION)
; (SB-PROFILE::DYNAMIC-USAGE-1 (SB-KERNEL:DYNAMIC-USAGE)))
; (SETF SB-PROFILE::DTICKS (- # SB-PROFILE::START-TICKS)
; SB-PROFILE::DCONSING
; (IF #
; #
; #)
; SB-PROFILE::INNER-ENCLOSED-PROFILES
; (SB-PROFILE::COUNTER-COUNT SB-PROFILE::*ENCLOSED-PROFILES*)
; SB-PROFILE::DGC-RUN-TIME
; (- *GC-RUN-TIME* SB-PROFILE::START-GC-RUN-TIME))
; (SB-PROFILE::INCF-COUNTER SB-PROFILE::TICKS
; (- SB-PROFILE::DTICKS
; (SB-PROFILE::COUNTER-COUNT SB-PROFILE::*ENCLOSED-TICKS*)))
; (SB-PROFILE::INCF-COUNTER SB-PROFILE::GC-RUN-TIME
; (- SB-PROFILE::DGC-RUN-TIME
; (SB-PROFILE::COUNTER-COUNT SB-PROFILE::*ENCLOSED-GC-RUN-TIME*)))
; (SB-PROFILE::INCF-COUNTER SB-PROFILE::CONSING
; (- SB-PROFILE::DCONSING
; (SB-PROFILE::COUNTER-COUNT SB-PROFILE::*ENCLOSED-CONSING*)))
; (SB-PROFILE::INCF-COUNTER SB-PROFILE::PROFILES
; SB-PROFILE::INNER-ENCLOSED-PROFILES)))
; --> FLET BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION
; ==>
; (#:CLEANUP-FUN-251)
;
; note: doing unsigned word to integer coercion (cost 20) from SB-ALIEN:ALIEN

; (- SB-PROFILE::DYNAMIC-USAGE-1 SB-PROFILE::DYNAMIC-USAGE-0)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of GENERIC--

; compiling (DEFUN MAPC-ON-NAMED-FUNS ...)
; compiling (DEFUN PROFILE-1-UNPROFILED-FUN ...)
; compiling (DEFUN PROFILE-1-FUN ...)
; compiling (DEFUN UNPROFILE-1-FUN ...)
; compiling (DEFMACRO PROFILE ...)
; compiling (DEFMACRO UNPROFILE ...)
; compiling (DEFUN UNPROFILE-ALL ...)
; compiling (DEFUN RESET ...)
; compiling (DEFSTRUCT (TIME-INFO #) ...)
; compiling (DEFUN COMPENSATE-TIME ...)
; compiling (DEFUN REPORT ...)
; compiling (DEFUN PRINT-PROFILE-TABLE ...)
; compiling (DECLAIM (TYPE UNSIGNED-BYTE ...))
; compiling (DEFPARAMETER *TIMER-OVERHEAD-ITERATIONS* ...)
; compiling (DECLAIM (NOTINLINE COMPUTE-OVERHEAD-AUX))
; compiling (DEFUN COMPUTE-OVERHEAD-AUX ...)
; compiling (DEFUN COMPUTE-OVERHEAD ...)
; compiling (DEFUN PROFILE-DEINIT ...);
; compilation unit finished
; printed 3 notes


; SYS:SRC;CODE;PROFILE.FASL.NEWEST written
; compilation finished in 0:00:00.588
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/ntrace.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-DEBUG")
; compiling (DEFVAR *TRACE-INDENTATION-STEP* ...)
; compiling (DEFVAR *MAX-TRACE-INDENTATION* ...)
; compiling (DEFVAR *TRACE-ENCAPSULATE-DEFAULT* ...)
; compiling (DEFVAR *TRACED-FUNS* ...)
; compiling (DEF!STRUCT (TRACE-INFO #) ...)
; compiling (!SET-LOAD-FORM-METHOD TRACE-INFO ...)
; compiling (DEFVAR *TRACED-ENTRIES* ...)
; compiling (DECLAIM (LIST *TRACED-ENTRIES*))
; compiling (DEFVAR *IN-TRACE* ...)
; compiling (DEFUN TRACE-FDEFINITION ...)
; compiling (DEFUN TRACE-REDEFINED-UPDATE ...)
; compiling (PUSH (FUNCTION TRACE-REDEFINED-UPDATE) ...)
; compiling (DEFUN COERCE-FORM ...)
; compiling (DEFUN COERCE-FORM-LIST ...)
; compiling (DEFUN PRINT-TRACE-INDENTATION ...)
; compiling (DEFUN TRACE-WHEREIN-P ...)
; compiling (DEFUN TRACE-PRINT ...)
; compiling (DEFUN TRACE-MAYBE-BREAK ...)
; compiling (DEFUN DISCARD-INVALID-ENTRIES ...)
; compiling (DEFUN TRACE-START-BREAKPOINT-FUN ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN TRACE-END-BREAKPOINT-FUN ...)
; compiling (DEFUN TRACE-CALL ...)
; compiling (DEFUN TRACE-1 ...)
; compiling (DEFUN PARSE-TRACE-OPTIONS ...)
; compiling (DEFUN EXPAND-TRACE ...)
; compiling (DEFUN %LIST-TRACED-FUNS ...)
; compiling (DEFMACRO TRACE ...)
; compiling (DEFUN UNTRACE-1 ...)
; compiling (DEFUN UNTRACE-ALL ...)
; compiling (DEFUN UNTRACE-PACKAGE ...)
; compiling (DEFMACRO UNTRACE ...)

; SYS:SRC;CODE;NTRACE.FASL.NEWEST written
; compilation finished in 0:00:00.568
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/step.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-IMPL")
; compiling (DEFUN STEP-FORM ...)
; compiling (DEFUN STEP-VALUES ...)
; compiling (DEFUN STEP-FINISHED ...)
; compiling (DEFGENERIC SINGLE-STEP ...)
; compiling (DEFMETHOD SINGLE-STEP ...)
; compiling (DEFMETHOD SINGLE-STEP ...)
; compiling (DEFMETHOD SINGLE-STEP ...)
; compiling (DEFVAR *STEPPER-HOOK* ...)
; compiling (DEFUN INVOKE-STEPPER ...)
; compiling (DEFMACRO STEP ...)

; SYS:SRC;CODE;STEP.FASL.NEWEST written
; compilation finished in 0:00:00.202
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/warm-lib.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-IMPL")

; SYS:SRC;CODE;WARM-LIB.FASL.NEWEST written
; compilation finished in 0:00:00.011
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/run-program.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-IMPL")
; compiling (DEFINE-ALIEN-ROUTINE WRAPPED-ENVIRON ...)
; compiling (DEFUN POSIX-ENVIRON ...)
; compiling (DEFUN UNIX-ENVIRONMENT-SBCL-FROM-CMUCL ...)
; compiling (DEFINE-ALIEN-ROUTINE ("waitpid" C-WAITPID) ...)
; compiling (DEFUN WAITPID ...)
; compiling (DEFVAR *ACTIVE-PROCESSES* ...)
; compiling (DEFVAR *ACTIVE-PROCESSES-LOCK* ...)
; compiling (DEFMACRO WITH-ACTIVE-PROCESSES-LOCK ...)
; compiling (DEFSTRUCT (PROCESS #) ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN PROCESS-EXIT-CODE ...)
; compiling (DEFUN PROCESS-STATUS ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN PROCESS-WAIT ...)
; compiling (DEFUN FIND-CURRENT-FOREGROUND-PROCESS ...)
; compiling (DEFUN PROCESS-KILL ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/run-program.lisp
; in: DEFUN PROCESS-KILL
; (VALUES NIL SB-IMPL::ERRNO)
; ==>
; SB-IMPL::ERRNO
;
; note: deleting unreachable code

; compiling (DEFUN PROCESS-ALIVE-P ...)
; compiling (DEFUN PROCESS-CLOSE ...)
; compiling (DEFUN GET-PROCESSES-STATUS-CHANGES ...)
; compiling (DEFVAR *CLOSE-ON-ERROR* ...)
; compiling (DEFVAR *CLOSE-IN-PARENT* ...)
; compiling (DEFVAR *HANDLERS-INSTALLED* ...)
; compiling (DEFINE-ALIEN-ROUTINE OPENPTY ...)
; compiling (DEFUN FIND-A-PTY ...)
; compiling (DEFUN OPEN-PTY ...)
; compiling (DEFMACRO ROUND-NULL-TERMINATED-BYTES-TO-WORDS ...)
; compiling (DEFUN STRING-LIST-TO-C-STRVEC ...)
; compiling (DEFMACRO WITH-ARGS ...)
; compiling (DEFMACRO WITH-ENVIRONMENT ...)
; compiling (DEFINE-ALIEN-ROUTINE SPAWN ...)
; compiling (DEFUN PREPARE-ARGS ...)
; compiling (DEFUN RUN-PROGRAM ...)
; compiling (DEFUN COPY-DESCRIPTOR-TO-STREAM ...)
; compiling (DEFUN GET-STREAM-FD-AND-EXTERNAL-FORMAT ...)
; compiling (DEFUN GET-TEMPORARY-DIRECTORY ...)
; compiling (DEFUN GET-DESCRIPTOR-FOR ...);
; compilation unit finished
; printed 1 note


; SYS:SRC;CODE;RUN-PROGRAM.FASL.NEWEST written
; compilation finished in 0:00:00.772
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/code/repack-xref.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-C")
; compiling (LABELS (#) ...)
; compiling (DEFUN REPACK-XREF ...)

; SYS:SRC;CODE;REPACK-XREF.FASL.NEWEST written
; compilation finished in 0:00:00.150
T
* //doing warm init - load and dump phase
This is SBCL 1.3.10.openbsd.1, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
COLD-INIT... (PACKAGE = "COMMON-LISP")
("Length(TLFs)= " 14608)

*
"about to LOAD warm.lisp (with *compile-files-p* = NIL)"
*
; Fixed ftypes: (%MAKE-ARRAY %MAP %TYPEP ADJUST-ARRAY CLASS-OF COERCE COERCE-TO-CONDITION CONCATENATE COPY-PPRINT-DISPATCH SB-PCL:ENSURE-CLASS-FINALIZED FIND-CLASS LIST-TO-VECTOR* MAKE-ARRAY MAKE-CONDITION MAKE-SEQUENCE MAKE-STRING MAKE-STRING-OUTPUT-STREAM MAP MERGE OPEN PPRINT-DISPATCH SET-PPRINT-DISPATCH STREAM-ELEMENT-TYPE SUBTYPEP TYPE-OF TYPEP UPGRADED-ARRAY-ELEMENT-TYPE UPGRADED-COMPLEX-PART-TYPE VECTOR-TO-VECTOR*)
FUN-INFO: Collapsed 1315 -> 737
Disassembler: 91 printers, 40 prefilters, 4 labelers
Calling SB-DISASSEM::UNINTERN-INIT-ONLY-STUFF
Calling SB-IMPL::UNINTERN-INIT-ONLY-STUFF
Calling SB-INT::UNINTERN-INIT-ONLY-STUFF
"done with warm.lisp, about to GC :FULL T"
*
NIL
*
#<SB-C:POLICY ((INHIBIT-WARNINGS 1) (SPEED 1) (SPACE 1) (SAFETY 1) (DEBUG 1)
(COMPILATION-SPEED 1))>
*
NIL
*
"done with warm.lisp, about to SAVE-LISP-AND-DIE"
*
NIL
*
T
*
NIL
* [undoing binding stack and other enclosing state... done]
[saving current Lisp image into output/sbcl.core:
writing 5024 bytes from the read-only space at 0x20000000
writing 3072 bytes from the static space at 0x20100000
writing 42762240 bytes from the dynamic space at 0x1000000000
done]
//checking for leftover cold-init symbols
Found 5:
(#:!BOOTSTRAP-SET-SLOT #:!EARLY-GF-NAME #:!BOOTSTRAP-SLOT-INDEX
#:!FIX-ENSURE-ACCESSOR-SPECIALIZERS #:*!DELAYED-DEFMETHOD-ARGS*)
0m37.86s real 0m17.90s user 0m17.91s system
//entering make-target-contrib.sh
find: obj/asdf-cache/: No such file or directory
find: obj/sbcl-home/contrib/: No such file or directory
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
mkdir -p /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib/
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval '(compile-file #p"SYS:CONTRIB;ASDF;UIOP.LISP" :output-file (parse-native-namestring "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//uiop.fasl"))' </dev/null
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf/uiop.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :UIOP/PACKAGE ...)
; compiling (IN-PACKAGE :UIOP/PACKAGE)
; compiling (DEFUN FIND-PACKAGE* ...)
; compiling (DEFUN FIND-SYMBOL* ...)
; compiling (DEFUN SYMBOL-CALL ...)
; compiling (DEFUN INTERN* ...)
; compiling (DEFUN EXPORT* ...)
; compiling (DEFUN IMPORT* ...)
; compiling (DEFUN SHADOWING-IMPORT* ...)
; compiling (DEFUN SHADOW* ...)
; compiling (DEFUN MAKE-SYMBOL* ...)
; compiling (DEFUN UNINTERN* ...)
; compiling (DEFUN SYMBOL-SHADOWING-P ...)
; compiling (DEFUN HOME-PACKAGE-P ...)
; compiling (DEFUN SYMBOL-PACKAGE-NAME ...)
; compiling (DEFUN STANDARD-COMMON-LISP-SYMBOL-P ...)
; compiling (DEFUN REIFY-PACKAGE ...)
; compiling (DEFUN UNREIFY-PACKAGE ...)
; compiling (DEFUN REIFY-SYMBOL ...)
; compiling (DEFUN UNREIFY-SYMBOL ...)
; compiling (DEFVAR *ALL-PACKAGE-HAPPINESS* ...)
; compiling (DEFVAR *ALL-PACKAGE-FISHINESS* ...)
; compiling (DEFUN RECORD-FISHY ...)
; compiling (DEFMACRO WHEN-PACKAGE-FISHINESS ...)
; compiling (DEFMACRO NOTE-PACKAGE-FISHINESS ...)
; compiling (DEFUN SET-DUMMY-SYMBOL ...)
; compiling (DEFUN MAKE-DUMMY-SYMBOL ...)
; compiling (DEFUN DUMMY-SYMBOL ...)
; compiling (DEFUN GET-DUMMY-SYMBOL ...)
; compiling (DEFUN NUKE-SYMBOL-IN-PACKAGE ...)
; compiling (DEFUN NUKE-SYMBOL ...)
; compiling (DEFUN REHOME-SYMBOL ...)
; compiling (DEFUN ENSURE-PACKAGE-UNUSED ...)
; compiling (DEFUN DELETE-PACKAGE* ...)
; compiling (DEFUN PACKAGE-NAMES ...)
; compiling (DEFUN PACKAGES-FROM-NAMES ...)
; compiling (DEFUN FRESH-PACKAGE-NAME ...)
; compiling (DEFUN RENAME-PACKAGE-AWAY ...)
; compiling (DEFUN PACKAGE-DEFINITION-FORM ...)
; compiling (DEFUN ENSURE-SHADOWING-IMPORT ...)
; compiling (DEFUN ENSURE-IMPORTED ...)
; compiling (DEFUN ENSURE-IMPORT ...)
; compiling (DEFUN ENSURE-INHERITED ...)
; compiling (DEFUN ENSURE-MIX ...)
; compiling (DEFUN RECYCLE-SYMBOL ...)
; compiling (DEFUN SYMBOL-RECYCLED-P ...)
; compiling (DEFUN ENSURE-SYMBOL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN ENSURE-EXPORTED-TO-USER ...)
; compiling (DEFUN ENSURE-EXPORTED ...)
; compiling (DEFUN ENSURE-EXPORT ...)
; compiling (DEFUN ENSURE-PACKAGE ...)
; compiling (DEFUN PARSE-DEFINE-PACKAGE-FORM ...)
; compiling (DEFMACRO DEFINE-PACKAGE ...)
; compiling (DEFINE-PACKAGE :ASDF/PACKAGE ...)
; compiling (DEFINE-PACKAGE :UIOP/COMMON-LISP ...)
; compiling (IN-PACKAGE :UIOP/COMMON-LISP)
; compiling (WHEN (AND #) ...)
; compiling NIL
; compiling NIL
; compiling (DEFMACRO LOOP* ...)
; compiling (DEFUN FROB-SUBSTRINGS ...)
; compiling (DEFMACRO COMPATFMT ...)
; compiling (DEFINE-PACKAGE :UIOP/UTILITY ...)
; compiling (IN-PACKAGE :UIOP/UTILITY)
; compiling (DEFUN UNDEFINE-FUNCTION ...)
; compiling (DEFUN UNDEFINE-FUNCTIONS ...)
; compiling (DEFDEF DEFGENERIC* ...)
; compiling (DEFDEF DEFUN* ...)
; compiling (DEFMACRO WITH-UPGRADABILITY ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFTYPE STAMP ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :UIOP/OS ...)
; compiling (IN-PACKAGE :UIOP/OS)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :UIOP/PATHNAME ...)
; compiling (IN-PACKAGE :UIOP/PATHNAME)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :UIOP/FILESYSTEM ...)
; compiling (IN-PACKAGE :UIOP/FILESYSTEM)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :UIOP/STREAM ...)
; compiling (IN-PACKAGE :UIOP/STREAM)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :UIOP/IMAGE ...)
; compiling (IN-PACKAGE :UIOP/IMAGE)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf/uiop.lisp
; in: DEFUN RAW-PRINT-BACKTRACE
; (BACKTRACE (OR COUNT MOST-POSITIVE-FIXNUM) STREAM)
;
; caught STYLE-WARNING:
; The function SB-DEBUG:BACKTRACE has been deprecated as of SBCL version 1.2.15.
;
; Use SB-DEBUG:PRINT-BACKTRACE instead.
;
; In future SBCL versions SB-DEBUG:BACKTRACE will signal a full warning at
; compile-time.
; See also:
; The SBCL Manual, Node "Deprecation Conditions"

; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf/uiop.lisp
; in: DEFUN RAW-PRINT-BACKTRACE
; (BACKTRACE (OR COUNT MOST-POSITIVE-FIXNUM) STREAM)
;
; caught STYLE-WARNING:
; The function SB-DEBUG:BACKTRACE has been deprecated as of SBCL version 1.2.15.
;
; Use SB-DEBUG:PRINT-BACKTRACE instead.
;
; In future SBCL versions SB-DEBUG:BACKTRACE will signal a full warning at
; compile-time.
; See also:
; The SBCL Manual, Node "Deprecation Conditions"

; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :UIOP/RUN-PROGRAM ...)
; compiling (IN-PACKAGE :UIOP/RUN-PROGRAM)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :UIOP/LISP-BUILD ...)
; compiling (IN-PACKAGE :UIOP/LISP-BUILD)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :UIOP/CONFIGURATION ...)
; compiling (IN-PACKAGE :UIOP/CONFIGURATION)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (UIOP/PACKAGE:DEFINE-PACKAGE :UIOP/BACKWARD-DRIVER ...)
; compiling (IN-PACKAGE :UIOP/BACKWARD-DRIVER)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :UIOP/DRIVER ...)
; compiling (PROVIDE "uiop")
; compiling (PROVIDE "UIOP")
; compiling (PROVIDE "UIOP")
; compiling (PROVIDE "uiop");
; compilation unit finished
; caught 2 STYLE-WARNING conditions


; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//uiop.fasl written
; compilation finished in 0:00:06.294
* if [ -d asdf-upstream ] ; then rm -rf asdf-upstream ; fi
mkdir -p /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib/
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval '(compile-file #p"SYS:CONTRIB;ASDF;ASDF.LISP" :output-file (parse-native-namestring "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//asdf.fasl"))' </dev/null
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf/asdf.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (REQUIRE :UIOP)
; compiling (UIOP/PACKAGE:DEFINE-PACKAGE :ASDF/UPGRADE ...)
; compiling (IN-PACKAGE :ASDF/UPGRADE)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WHEN-UPGRADING NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/COMPONENT ...)
; compiling (IN-PACKAGE :ASDF/COMPONENT)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/SYSTEM ...)
; compiling (IN-PACKAGE :ASDF/SYSTEM)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/CACHE ...)
; compiling (IN-PACKAGE :ASDF/CACHE)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/FIND-SYSTEM ...)
; compiling (IN-PACKAGE :ASDF/FIND-SYSTEM)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/FIND-COMPONENT ...)
; compiling (IN-PACKAGE :ASDF/FIND-COMPONENT)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/OPERATION ...)
; compiling (IN-PACKAGE :ASDF/OPERATION)
; compiling (WHEN-UPGRADING (:WHEN #) ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/ACTION ...)
; compiling (IN-PACKAGE :ASDF/ACTION)
; compiling (DEFTYPE ACTION ...)
; compiling (DEFTYPE OPERATION-DESIGNATOR ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/LISP-ACTION ...)
; compiling (IN-PACKAGE :ASDF/LISP-ACTION)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/PLAN ...)
; compiling (IN-PACKAGE :ASDF/PLAN)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/OPERATE ...)
; compiling (IN-PACKAGE :ASDF/OPERATE)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/OUTPUT-TRANSLATIONS ...)
; compiling (IN-PACKAGE :ASDF/OUTPUT-TRANSLATIONS)
; compiling (WHEN-UPGRADING NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/SOURCE-REGISTRY ...)
; compiling (IN-PACKAGE :ASDF/SOURCE-REGISTRY)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/PARSE-DEFSYSTEM ...)
; compiling (IN-PACKAGE :ASDF/PARSE-DEFSYSTEM)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/BUNDLE ...)
; compiling (IN-PACKAGE :ASDF/BUNDLE)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFTYPE USER-SYSTEM ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/CONCATENATE-SOURCE ...)
; compiling (IN-PACKAGE :ASDF/CONCATENATE-SOURCE)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/PACKAGE-INFERRED-SYSTEM ...)
; compiling (IN-PACKAGE :ASDF/PACKAGE-INFERRED-SYSTEM)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/BACKWARD-INTERNALS ...)
; compiling (IN-PACKAGE :ASDF/BACKWARD-INTERNALS)
; compiling (WHEN-UPGRADING (:WHEN #) ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/BACKWARD-INTERFACE ...)
; compiling (IN-PACKAGE :ASDF/BACKWARD-INTERFACE)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (DEFINE-PACKAGE :ASDF/INTERFACE ...)
; compiling (DEFINE-PACKAGE :ASDF/USER ...)
; compiling (DEFINE-PACKAGE :ASDF/FOOTER ...)
; compiling (IN-PACKAGE :ASDF/FOOTER)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WITH-UPGRADABILITY NIL ...)
; compiling (WHEN *LOAD-VERBOSE* ...)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//asdf.fasl written
; compilation finished in 0:00:07.998
* true
gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-aclrepl")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-aclrepl/module-setup.lisp" (written 06 JUL 2017 02:42:21 PM):
; compiling (PROVIDE :SB-ACLREPL)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-aclrepl/module-setup.fasl written
; compilation finished in 0:00:00.003
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/toplevel.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-ACLREPL ...)
; compiling (IN-PACKAGE :SB-ACLREPL)
; compiling (DEFVAR *NOPRINT* ...)
; compiling (DEFVAR *BREAK-LEVEL* ...)
; compiling (DEFVAR *INSPECT-BREAK* ...)
; compiling (DEFVAR *CONTINUABLE-BREAK* ...)
; compiling (DEFUN REPL ...)
; compiling (DEFUN REP-ONE ...)

; SYS:CONTRIB;SB-ACLREPL;TOPLEVEL-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.018
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/repl.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-ACLREPL)
; compiling (DEFSTRUCT USER-CMD ...)
; compiling (DEFSTRUCT CMD-TABLE-ENTRY ...)
; compiling (DEFPARAMETER *DEFAULT-PROMPT* ...)
; compiling (DEFPARAMETER *PROMPT* ...)
; compiling (DEFPARAMETER *USE-SHORT-PACKAGE-NAME* ...)
; compiling (DEFPARAMETER *DIR-STACK* ...)
; compiling (DEFPARAMETER *COMMAND-CHAR* ...)
; compiling (DEFVAR *MAX-HISTORY* ...)
; compiling (DEFVAR *EXIT-ON-EOF* ...)
; compiling (DEFPARAMETER *HISTORY* ...)
; compiling (DEFPARAMETER *CMD-NUMBER* ...)
; compiling (DEFVAR *INPUT*)
; compiling (DEFVAR *OUTPUT*)
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFVAR *EOF-MARKER* ...)
; compiling (DEFVAR *EOF-CMD* ...)
; compiling (DEFVAR *NULL-CMD* ...)
; compiling (DEFPARAMETER *CMD-TABLE-HASH* ...)
; compiling (DEFUN PROMPT-PACKAGE-NAME ...)
; compiling (DEFUN READ-CMD ...)
; compiling (DEFUN DISPATCH-COMMAND-LINE ...)
; compiling (DEFUN PROCESS-CMD-NUMERIC ...)
; compiling (DEFUN MAYBE-RETURN-HISTORY-CMD ...)
; compiling (DEFUN FIND-HISTORY-MATCHING-PATTERN ...)
; compiling (DEFUN PROCESS-HISTORY-SEARCH ...)
; compiling (DEFUN PROCESS-CMD-TEXT ...)
; compiling (DEFUN MAKE-CTE ...)
; compiling (DEFUN %ADD-ENTRY ...)
; compiling (DEFUN ADD-CMD-TABLE-ENTRY ...)
; compiling (DEFUN FIND-CMD ...)
; compiling (DEFUN USER-CMD= ...)
; compiling (DEFUN ADD-TO-HISTORY ...)
; compiling (DEFUN GET-HISTORY ...)
; compiling (DEFUN GET-CMD-DOC-LIST ...)
; compiling (DEFUN CD-CMD ...)
; compiling (DEFUN PWD-CMD ...)
; compiling (DEFUN TRACE-CMD ...)
; compiling (DEFUN UNTRACE-CMD ...)
; compiling (DEFUN ALL-THREADS ...)
; compiling (DEFUN OTHER-THREADS ...)
; compiling (DEFUN EXIT-CMD ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/repl.lisp
; in: DEFUN EXIT-CMD
; (VALUES)
;
; note: deleting unreachable code

; compiling (DEFUN PACKAGE-CMD ...)
; compiling (DEFUN STRING-TO-LIST-SKIP-SPACES ...)
; compiling (LET (#) ...)
; compiling (DEFUN CF-CMD ...)
; compiling (DEFUN >-NUM ...)
; compiling (DEFUN NEWER-FILE-P ...)
; compiling (DEFUN COMPILE-FILE-AS-NEEDED ...)
; compiling (DEFUN APROPOS-CMD ...)
; compiling (LET (#) ...)
; compiling (DEFUN INSPECT-CMD ...)
; compiling (DEFUN ISTEP-CMD ...)
; compiling (DEFUN DESCRIBE-CMD ...)
; compiling (DEFUN MACROEXPAND-CMD ...)
; compiling (DEFUN HISTORY-CMD ...)
; compiling (DEFUN HELP-CMD ...)
; compiling (DEFUN ALIAS-CMD ...)
; compiling (DEFUN SHELL-CMD ...)
; compiling (DEFUN PUSHD-CMD ...)
; compiling (DEFUN POPD-CMD ...)
; compiling (DEFUN POP-CMD ...)
; compiling (DEFUN BT-CMD ...)
; compiling (DEFUN CURRENT-CMD ...)
; compiling (DEFUN TOP-CMD ...)
; compiling (DEFUN BOTTOM-CMD ...)
; compiling (DEFUN UP-CMD ...)
; compiling (DEFUN DN-CMD ...)
; compiling (DEFUN CONTINUE-CMD ...)
; compiling (DEFUN ERROR-CMD ...)
; compiling (DEFUN FRAME-CMD ...)
; compiling (DEFUN ZOOM-CMD ...)
; compiling (DEFUN LOCAL-CMD ...)
; compiling (DEFUN PROCESSES-CMD ...)
; compiling (DEFUN KILL-CMD ...)
; compiling (DEFUN FOCUS-CMD ...)
; compiling (DEFUN RESET-CMD ...)
; compiling (DEFUN DIRS-CMD ...)
; compiling (LET (#) ...)
; compiling (DEFSETF ALIAS ...)
; compiling (DEFMACRO ALIAS ...)
; compiling (DEFUN REMOVE-ALIAS ...)
; compiling (DEFUN PEEK-CHAR-NON-WHITESPACE ...)
; compiling (DEFUN STRING-TRIM-WHITESPACE ...)
; compiling (DEFUN WHITESPACE-CHAR-P ...)
; compiling (DEFUN WHITESPACE-CHAR-NOT-NEWLINE-P ...)
; compiling (DEFUN REPL-PROMPT-FUN ...)
; compiling (DEFUN PROCESS-CMD ...)
; compiling (DEFUN REPL-READ-FORM-FUN ...)
; compiling (SETF *REPL-PROMPT-FUN* ...)
; compiling (DEFMACRO WITH-NEW-REPL-STATE ...)
; compiling (DEFUN MAKE-REPL-FUN ...)
; compiling (WHEN (BOUNDP #) ...)

; SYS:CONTRIB;SB-ACLREPL;REPL-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.513
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/debug.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-ACLREPL)
; compiling (DEFUN DEBUG-LOOP ...)
; compiling (DEFUN CONTINUABLE-BREAK-P ...)
; compiling (DEFUN PRINT-RESTARTS ...)

; SYS:CONTRIB;SB-ACLREPL;DEBUG-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.106
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/inspect.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE #:SB-ACLREPL)
; compiling (DEFCONSTANT +DEFAULT-INSPECT-LENGTH+ ...)
; compiling (DEFSTRUCT (%INSPECT # ...) ...)
; compiling (DEFPARAMETER *CURRENT-INSPECT* ...)
; compiling (DEFPARAMETER *INSPECT-RAW* ...)
; compiling (DEFPARAMETER *INSPECT-LENGTH* ...)
; compiling (DEFPARAMETER *SKIP-ADDRESS-DISPLAY* ...)
; compiling (DEFVAR *INSPECT-HELP* ...)
; compiling (DEFVAR *INSPECT-UNBOUND-OBJECT-MARKER* ...)
; compiling (DEFUN INSPECTOR-FUN ...)
; compiling (SETQ SB-IMPL::*INSPECT-FUN* ...)
; compiling (DEFUN ISTEP ...)
; compiling (DEFUN ISTEP-DISPATCH ...)
; compiling (DEFUN SET-CURRENT-INSPECT ...)
; compiling (DEFUN RESET-STACK ...)
; compiling (DEFUN OUTPUT-INSPECT-NOTE ...)
; compiling (DEFUN STACK ...)
; compiling (DEFUN REDISPLAY ...)
; compiling (DECLAIM (INLINE PARTS-COMPONENTS))
; compiling (DEFUN PARTS-COMPONENTS ...)
; compiling (DECLAIM (INLINE PARTS-COUNT))
; compiling (DEFUN PARTS-COUNT ...)
; compiling (DECLAIM (INLINE PARTS-SEQ-TYPE))
; compiling (DEFUN PARTS-SEQ-TYPE ...)
; compiling (DECLAIM (INLINE PARTS-SEQ-HINT))
; compiling (DEFUN PARTS-SEQ-HINT ...)
; compiling (DEFUN ISTEP-CMD-REDISPLAY ...)
; compiling (DEFUN ISTEP-CMD-PARENT ...)
; compiling (DEFUN ISTEP-CMD-INSPECT-* ...)
; compiling (DEFUN ISTEP-CMD-INSPECT-NEW-FORM ...)
; compiling (DEFUN ISTEP-CMD-SELECT-PARENT-COMPONENT ...)
; compiling (DEFUN ISTEP-CMD-SET-RAW ...)
; compiling (DEFUN ISTEP-CMD-RESET ...)
; compiling (DEFUN ISTEP-CMD-HELP ...)
; compiling (DEFUN ISTEP-CMD-SKIP ...)
; compiling (DEFUN ISTEP-CMD-PRINT ...)
; compiling (DEFUN SELECT-DESCRIPTION ...)
; compiling (DEFUN ISTEP-CMD-TREE ...)
; compiling (DEFUN ISTEP-CMD-SET ...)
; compiling (DEFUN ISTEP-CMD-SELECT-COMPONENT ...)
; compiling (DEFUN ISTEP-CMD-SET-STACK ...)
; compiling (DEFUN NO-OBJECT-MSG ...)
; compiling (DEFUN DISPLAY-CURRENT ...)
; compiling (DEFUN DISPLAY-INSPECT ...)
; compiling (DEFUN ARRAY-LABEL-P ...)
; compiling (DEFUN NAMED-OR-ARRAY-LABEL-P ...)
; compiling (DEFUN HEX-LABEL-P ...)
; compiling (DEFUN DISPLAY-LABELED-ELEMENT ...)
; compiling (DEFUN FIND-PART-ID ...)
; compiling (DEFUN COMPONENT-AT ...)
; compiling (DEFUN ID-AT ...)
; compiling (DEFUN INSPECTED-ELEMENTS ...)
; compiling (DEFUN LAST-REQUESTED ...)
; compiling (DEFUN LAST-PART ...)
; compiling (DEFUN COMPUTE-ELEMENTS-COUNT ...)
; compiling (DEFUN SET-ELEMENT ...)
; compiling (DEFUN SET-ELEMENT-VALUES ...)
; compiling (DEFUN FIRST-ELEMENT-ELLIPSES-P ...)
; compiling (DEFUN LABEL-AT ...)
; compiling (DEFUN ARRAY-INDEX-STRING ...)
; compiling (DEFGENERIC INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFUN SIMPLE-CONS-PAIR-P ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFUN CONS-SAFE-LENGTH ...)
; compiling (DEFUN INSPECTED-DESCRIPTION-OF-NONTRIVIAL-LIST ...)
; compiling (DEFUN N-WORD-BITS-HEX-FORMAT ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/inspect.lisp
; in: DEFUN N-WORD-BITS-HEX-FORMAT
; (CASE SB-VM:N-WORD-BITS (64 "~16,'0X") (32 "~8,'0X") (T "~X"))
; --> LET COND IF COND IF PROGN
; ==>
; "~8,'0X"
;
; note: deleting unreachable code

; --> LET COND IF COND IF COND THE PROGN
; ==>
; "~X"
;
; note: deleting unreachable code

; compiling (DEFUN REF32-HEXSTR ...)
; compiling (DEFUN REF32 ...)
; compiling (DEFUN DESCRIPTION-MAYBE-INTERNALS ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/inspect.lisp
; in: DEFMETHOD INSPECTED-DESCRIPTION (SINGLE-FLOAT)
; (SB-ACLREPL::DESCRIPTION-MAYBE-INTERNALS "single-float ~W"
; (LIST SB-ACLREPL::OBJECT) "[#x~A]"
; (SB-ACLREPL::REF32-HEXSTR SB-ACLREPL::OBJECT (ROUND SB-VM:N-WORD-BITS 8)))
; ==>
; "single-float ~W"
;
; note: deleting unreachable code

; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFUN BIGNUM-WORDS ...)
; compiling (DEFUN BIGNUM-COMPONENT-AT ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/inspect.lisp
; in: DEFUN BIGNUM-COMPONENT-AT
; (SB-ACLREPL::REF32 BIGNUM (* 4 (1+ SB-ACLREPL::OFFSET)))
; ==>
; BIGNUM
;
; note: deleting unreachable code

; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...)
; compiling (DEFGENERIC INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFUN INSPECTED-STRUCTURE-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFUN INSPECTED-STANDARD-OBJECT-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFUN INSPECTED-PARTS-OF-SIMPLE-CONS ...)
; compiling (DEFUN INSPECTED-PARTS-OF-NONTRIVIAL-LIST ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFMETHOD INSPECTED-PARTS ...)
; compiling (DEFGENERIC SET-COMPONENT-VALUE ...)
; compiling (DEFMETHOD SET-COMPONENT-VALUE ...)
; compiling (DEFMETHOD SET-COMPONENT-VALUE ...)
; compiling (DEFMETHOD SET-COMPONENT-VALUE ...)
; compiling (DEFMETHOD SET-COMPONENT-VALUE ...)
; compiling (DEFMETHOD SET-COMPONENT-VALUE ...)
; compiling (DEFMETHOD SET-COMPONENT-VALUE ...)

; SYS:CONTRIB;SB-ACLREPL;INSPECT-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.787
;
; compilation unit finished
; printed 5 notes
CL-USER(1): echo "(defsystem :sb-aclrepl :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-aclrepl.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-aclrepl")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rt/rt.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-RT ...)
; compiling (IN-PACKAGE :SB-RT)
; compiling (DEFVAR *TEST* ...)
; compiling (DEFVAR *DO-TESTS-WHEN-DEFINED* ...)
; compiling (DEFVAR *ENTRIES* ...)
; compiling (DEFVAR *IN-TEST* ...)
; compiling (DEFVAR *DEBUG* ...)
; compiling (DEFVAR *CATCH-ERRORS* ...)
; compiling (DEFVAR *PRINT-CIRCLE-ON-FAILURE* ...)
; compiling (DEFVAR *COMPILE-TESTS* ...)
; compiling (DEFVAR *OPTIMIZATION-SETTINGS* ...)
; compiling (DEFVAR *EXPECTED-FAILURES* ...)
; compiling (DEFSTRUCT (ENTRY # ...) ...)
; compiling (DEFMACRO VALS ...)
; compiling (DEFMACRO DEFN ...)
; compiling (DEFUN PENDING-TESTS ...)
; compiling (DEFUN REM-ALL-TESTS ...)
; compiling (DEFUN REM-TEST ...)
; compiling (DEFUN GET-TEST ...)
; compiling (DEFUN GET-ENTRY ...)
; compiling (DEFMACRO DEFTEST ...)
; compiling (DEFUN ADD-ENTRY ...)
; compiling (DEFUN REPORT-ERROR ...)
; compiling (DEFUN DO-TEST ...)
; compiling (DEFUN EQUALP-WITH-CASE ...)
; compiling (DEFUN DO-ENTRY ...)
; compiling (DEFUN CONTINUE-TESTING ...)
; compiling (DEFUN DO-TESTS ...)
; compiling (DEFUN DO-ENTRIES ...)

; SYS:CONTRIB;SB-RT;RT-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.160
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE #:ACLREPL-TESTS ...)
; compiling (IN-PACKAGE #:ACLREPL-TESTS)
; compiling (DECLAIM (SPECIAL SB-ACLREPL::*SKIP-ADDRESS-DISPLAY* ...))
; compiling (SETF SB-RT::*CATCH-ERRORS* ...)
; compiling (REM-ALL-TESTS)
; compiling (DEFTEST HOOK.1 ...)
; compiling (DEFTEST HOOK.2 ...)
; compiling (DEFTEST HOOK.3 ...)
; compiling (DEFCLASS EMPTY-CLASS ...)
; compiling (DEFPARAMETER *EMPTY-CLASS* ...)
; compiling (DEFCLASS EMPTY-CLASS ...)
; compiling (DEFCLASS SIMPLE-CLASS ...)
; compiling (DEFSTRUCT EMPTY-STRUCT)
; compiling (DEFSTRUCT TINY-STRUCT ...)
; compiling (DEFSTRUCT SIMPLE-STRUCT ...)
; compiling (DEFPARAMETER *EMPTY-CLASS* ...)
; compiling (DEFPARAMETER *SIMPLE-CLASS* ...)
; compiling (DEFPARAMETER *EMPTY-STRUCT* ...)
; compiling (DEFPARAMETER *TINY-STRUCT* ...)
; compiling (DEFPARAMETER *SIMPLE-STRUCT* ...)
; compiling (DEFPARAMETER *NORMAL-LIST* ...)
; compiling (DEFPARAMETER *DOTTED-LIST* ...)
; compiling (DEFPARAMETER *CONS-PAIR* ...)
; compiling (DEFPARAMETER *COMPLEX* ...)
; compiling (DEFPARAMETER *RATIO* ...)
; compiling (DEFPARAMETER *DOUBLE* ...)
; compiling (DEFPARAMETER *BIGNUM* ...)
; compiling (DEFPARAMETER *ARRAY* ...)
; compiling (DEFPARAMETER *VECTOR* ...)
; compiling (DEFPARAMETER *CIRCLE-LIST1* ...)
; compiling (SETF (CAR *CIRCLE-LIST1*) ...)
; compiling (DEFPARAMETER *CIRCLE-LIST2* ...)
; compiling (SETF (CDR *CIRCLE-LIST2*) ...)
; compiling (DEFPARAMETER *CIRCLE-LIST3* ...)
; compiling (SETF (CAR *CIRCLE-LIST3*) ...)
; compiling (DEFPARAMETER *CIRCLE-LIST4* ...)
; compiling (SETF (SECOND *CIRCLE-LIST4*) ...)
; compiling (DEFPARAMETER *CIRCLE-LIST5* ...)
; compiling (SETF (CDDR *CIRCLE-LIST5*) ...)
; compiling (DEFUN FIND-POSITION ...)
; compiling (DEFUN PARTS ...)
; compiling (DEFUN DESCRIPTION ...)
; compiling (DEFUN ELEMENTS ...)
; compiling (DEFUN ELEMENTS-COMPONENTS ...)
; compiling (DEFUN ELEMENTS-LABELS ...)
; compiling (DEFUN ELEMENTS-COUNT ...)
; compiling (DEFUN LABELED-ELEMENT ...)
; compiling (DEFUN DISPLAY ...)
; compiling (DEFUN ISTEP ...)
; compiling (DEFTEST FIND.LIST.0 ...)
; compiling (DEFTEST FIND.LIST.1 ...)
; compiling (DEFTEST FIND.LIST.2 ...)
; compiling (DEFTEST FIND.LIST.3 ...)
; compiling (DEFTEST PARTS.LIST.1 ...)
; compiling (DEFTEST PARTS.LIST.2 ...)
; compiling (DEFTEST PARTS.LIST.3 ...)
; compiling (DEFTEST PARTS.LIST.4 ...)
; compiling (DEFTEST PARTS.LIST.5 ...)
; compiling (DEFTEST PARTS.LIST.6 ...)
; compiling (DEFTEST PARTS.LIST.7 ...)
; compiling (DEFTEST PARTS.LIST.8 ...)
; compiling (DEFUN BASENAME ...)
; compiling (DEFUN ELEMENTS-TESTS-NAME ...)
; compiling (DEFMACRO DEF-ELEMENTS-TESTS ...)
; compiling (DEF-ELEMENTS-TESTS *NORMAL-LIST* ...)
; compiling (DEF-ELEMENTS-TESTS *DOTTED-LIST* ...)
; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST1* ...)
; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST2* ...)
; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST3* ...)
; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST4* ...)
; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST5* ...)
; compiling (DEFTEST CIRCLE-LIST1-COMPONENTS ...)
; compiling (DEFTEST CIRCLE-LIST2-COMPONENTS.0 ...)
; compiling (DEFTEST CIRCLE-LIST2-COMPONENTS.1 ...)
; compiling (DEFTEST CIRCLE-LIST3-COMPONENTS.0 ...)
; compiling (DEFTEST CIRCLE-LIST3-COMPONENTS.1 ...)
; compiling (DEFTEST CIRCLE-LIST3-COMPONENTS.2 ...)
; compiling (DEFTEST CIRCLE-LIST4-COMPONENTS.0 ...)
; compiling (DEFTEST CIRCLE-LIST4-COMPONENTS.1 ...)
; compiling (DEFTEST CIRCLE-LIST4-COMPONENTS.2 ...)
; compiling (DEFTEST CIRCLE-LIST5-COMPONENTS.0 ...)
; compiling (DEFTEST CIRCLE-LIST5-COMPONENTS.1 ...)
; compiling (DEFTEST CIRCLE-LIST5-COMPONENTS.2 ...)
; compiling (DEF-ELEMENTS-TESTS *CONS-PAIR* ...)
; compiling (DEF-ELEMENTS-TESTS *COMPLEX* ...)
; compiling (DEF-ELEMENTS-TESTS *RATIO* ...)
; compiling (CASE SB-VM:N-WORD-BITS ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl/tests.lisp
; in: DEF-ELEMENTS-TESTS *BIGNUM*
; (ACLREPL-TESTS::DEF-ELEMENTS-TESTS ACLREPL-TESTS::*BIGNUM* 2
; #(4154852436 1149780945)
; #((0 . :HEX32) (1 . :HEX32)))
; --> PROGN UNLESS IF EQ
; ==>
; #(4154852436 1149780945)
;
; note: deleting unreachable code

; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...)
; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...)
; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...)
; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...)
; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...)
; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...)
; compiling (DEF-ELEMENTS-TESTS *ARRAY* ...)
; compiling (DEF-ELEMENTS-TESTS *EMPTY-CLASS* ...)
; compiling (DEF-ELEMENTS-TESTS *EMPTY-STRUCT* ...)
; compiling (DEF-ELEMENTS-TESTS *SIMPLE-STRUCT* ...)
; compiling (DEFUN LABEL-TEST-NAME ...)
; compiling (DEFMACRO DEF-LABEL-TEST ...)
; compiling (DEF-LABEL-TEST *SIMPLE-STRUCT* ...)
; compiling (DEF-LABEL-TEST *SIMPLE-STRUCT* ...)
; compiling (DEF-LABEL-TEST *SIMPLE-STRUCT* ...)
; compiling (DEF-LABEL-TEST *SIMPLE-CLASS* ...)
; compiling (DEF-LABEL-TEST *SIMPLE-CLASS* ...)
; compiling (DEF-LABEL-TEST *SIMPLE-CLASS* ...)
; compiling (DEF-LABEL-TEST *COMPLEX* ...)
; compiling (DEF-LABEL-TEST *COMPLEX* ...)
; compiling (DEF-LABEL-TEST *RATIO* ...)
; compiling (DEF-LABEL-TEST *RATIO* ...)
; compiling (DEF-LABEL-TEST *DOTTED-LIST* ...)
; compiling (DEF-LABEL-TEST *DOTTED-LIST* ...)
; compiling (DEF-LABEL-TEST *DOTTED-LIST* ...)
; compiling (DEF-LABEL-TEST *NORMAL-LIST* ...)
; compiling (DEF-LABEL-TEST *NORMAL-LIST* ...)
; compiling (DEF-LABEL-TEST *NORMAL-LIST* ...)
; compiling (DEF-LABEL-TEST *VECTOR* ...)
; compiling (DEF-LABEL-TEST *VECTOR* ...)
; compiling (DEF-LABEL-TEST *VECTOR* ...)
; compiling (DEF-LABEL-TEST *VECTOR* ...)
; compiling (DEF-LABEL-TEST *CONS-PAIR* ...)
; compiling (DEF-LABEL-TEST *CONS-PAIR* ...)
; compiling (DEFTEST NIL.PARTS.0 ...)
; compiling (DEF-ELEMENTS-TESTS *TINY-STRUCT* ...)
; compiling (DEF-ELEMENTS-TESTS *TINY-STRUCT* ...)
; compiling (DEF-ELEMENTS-TESTS *TINY-STRUCT* ...)
; compiling (DEF-ELEMENTS-TESTS *DOUBLE* ...)
; compiling (DEF-ELEMENTS-TESTS *DOUBLE* ...)
; compiling (DEFUN DISPLAY-TEST-NAME ...)
; compiling (DEFMACRO DEF-DISPLAY-TEST ...)
; compiling (DEF-DISPLAY-TEST *CONS-PAIR* ...)
; compiling (DEF-DISPLAY-TEST *SIMPLE-STRUCT* ...)
; compiling (DEF-DISPLAY-TEST *SIMPLE-STRUCT* ...)
; compiling (CASE SB-VM:N-WORD-BITS ...)
; compiling (DEF-DISPLAY-TEST *VECTOR* ...)
; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST1* ...)
; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST2* ...)
; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST3* ...)
; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST4* ...)
; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST5* ...)
; compiling (DEFTEST INSPECT.0 ...)
; compiling (DEFTEST ISTEP.0 ...)
; compiling (DEFTEST ISTEP.1 ...)
; compiling (DEFTEST ISTEP.2 ...)
; compiling (DEFTEST ISTEP.3 ...)
; compiling (DEFTEST ISTEP.4 ...)
; compiling (DEFTEST ISTEP.5 ...)
; compiling (DEFTEST ISTEP.6 ...)
; compiling (DEFTEST ISTEP.7 ...)
; compiling (DEFTEST ISTEP.8 ...)
; compiling (DEFTEST ISTEP.9 ...)

; SYS:CONTRIB;SB-ACLREPL;TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.238
Doing 144 pending tests of 144 tests total.
ACLREPL-TESTS::HOOK.1 ACLREPL-TESTS::HOOK.2 ACLREPL-TESTS::HOOK.3
ACLREPL-TESTS::FIND.LIST.0 ACLREPL-TESTS::FIND.LIST.1
ACLREPL-TESTS::FIND.LIST.2 ACLREPL-TESTS::FIND.LIST.3
ACLREPL-TESTS::PARTS.LIST.1 ACLREPL-TESTS::PARTS.LIST.2
ACLREPL-TESTS::PARTS.LIST.3 ACLREPL-TESTS::PARTS.LIST.4
ACLREPL-TESTS::PARTS.LIST.5 ACLREPL-TESTS::PARTS.LIST.6
ACLREPL-TESTS::PARTS.LIST.7 ACLREPL-TESTS::PARTS.LIST.8
ACLREPL-TESTS::ELEM.NORMAL-LIST.COUNT
ACLREPL-TESTS::ELEM.NORMAL-LIST.COMPONENTS
ACLREPL-TESTS::ELEM.NORMAL-LIST.LABELS ACLREPL-TESTS::ELEM.DOTTED-LIST.COUNT
ACLREPL-TESTS::ELEM.DOTTED-LIST.COMPONENTS
ACLREPL-TESTS::ELEM.DOTTED-LIST.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST1.COUNT
ACLREPL-TESTS::ELEM.CIRCLE-LIST1.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST2.COUNT
ACLREPL-TESTS::ELEM.CIRCLE-LIST2.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST3.COUNT
ACLREPL-TESTS::ELEM.CIRCLE-LIST3.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST4.COUNT
ACLREPL-TESTS::ELEM.CIRCLE-LIST4.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST5.COUNT
ACLREPL-TESTS::ELEM.CIRCLE-LIST5.LABELS ACLREPL-TESTS::CIRCLE-LIST1-COMPONENTS
ACLREPL-TESTS::CIRCLE-LIST2-COMPONENTS.0
ACLREPL-TESTS::CIRCLE-LIST2-COMPONENTS.1
ACLREPL-TESTS::CIRCLE-LIST3-COMPONENTS.0
ACLREPL-TESTS::CIRCLE-LIST3-COMPONENTS.1
ACLREPL-TESTS::CIRCLE-LIST3-COMPONENTS.2
ACLREPL-TESTS::CIRCLE-LIST4-COMPONENTS.0
ACLREPL-TESTS::CIRCLE-LIST4-COMPONENTS.1
ACLREPL-TESTS::CIRCLE-LIST4-COMPONENTS.2
ACLREPL-TESTS::CIRCLE-LIST5-COMPONENTS.0
ACLREPL-TESTS::CIRCLE-LIST5-COMPONENTS.1
ACLREPL-TESTS::CIRCLE-LIST5-COMPONENTS.2 ACLREPL-TESTS::ELEM.CONS-PAIR.COUNT
ACLREPL-TESTS::ELEM.CONS-PAIR.COMPONENTS ACLREPL-TESTS::ELEM.CONS-PAIR.LABELS
ACLREPL-TESTS::ELEM.COMPLEX.COUNT ACLREPL-TESTS::ELEM.COMPLEX.COMPONENTS
ACLREPL-TESTS::ELEM.COMPLEX.LABELS ACLREPL-TESTS::ELEM.RATIO.COUNT
ACLREPL-TESTS::ELEM.RATIO.COMPONENTS ACLREPL-TESTS::ELEM.RATIO.LABELS
ACLREPL-TESTS::ELEM.BIGNUM.COUNT ACLREPL-TESTS::ELEM.BIGNUM.COMPONENTS
ACLREPL-TESTS::ELEM.BIGNUM.LABELS ACLREPL-TESTS::ELEM.VECTOR.COUNT
ACLREPL-TESTS::ELEM.VECTOR.COMPONENTS ACLREPL-TESTS::ELEM.VECTOR.LABELS
ACLREPL-TESTS::ELEM.VECTOR.S3.COUNT ACLREPL-TESTS::ELEM.VECTOR.S3.COMPONENTS
ACLREPL-TESTS::ELEM.VECTOR.S3.LABELS ACLREPL-TESTS::ELEM.VECTOR.P10.S3.COUNT
ACLREPL-TESTS::ELEM.VECTOR.P10.S3.COMPONENTS
ACLREPL-TESTS::ELEM.VECTOR.P10.S3.LABELS
ACLREPL-TESTS::ELEM.VECTOR.P5.S16.COUNT
ACLREPL-TESTS::ELEM.VECTOR.P5.S16.COMPONENTS
ACLREPL-TESTS::ELEM.VECTOR.P5.S16.LABELS
ACLREPL-TESTS::ELEM.VECTOR.P2.S16.COUNT
ACLREPL-TESTS::ELEM.VECTOR.P2.S16.COMPONENTS
ACLREPL-TESTS::ELEM.VECTOR.P2.S16.LABELS
ACLREPL-TESTS::ELEM.VECTOR.P2.S15.COUNT
ACLREPL-TESTS::ELEM.VECTOR.P2.S15.COMPONENTS
ACLREPL-TESTS::ELEM.VECTOR.P2.S15.LABELS ACLREPL-TESTS::ELEM.ARRAY.COUNT
ACLREPL-TESTS::ELEM.ARRAY.COMPONENTS ACLREPL-TESTS::ELEM.ARRAY.LABELS
ACLREPL-TESTS::ELEM.EMPTY-CLASS.COUNT
ACLREPL-TESTS::ELEM.EMPTY-CLASS.COMPONENTS
ACLREPL-TESTS::ELEM.EMPTY-CLASS.LABELS ACLREPL-TESTS::ELEM.EMPTY-STRUCT.COUNT
ACLREPL-TESTS::ELEM.EMPTY-STRUCT.COMPONENTS
ACLREPL-TESTS::ELEM.EMPTY-STRUCT.LABELS ACLREPL-TESTS::ELEM.SIMPLE-STRUCT.COUNT
ACLREPL-TESTS::ELEM.SIMPLE-STRUCT.COMPONENTS
ACLREPL-TESTS::ELEM.SIMPLE-STRUCT.LABELS ACLREPL-TESTS::LABEL.SIMPLE-STRUCT.0
ACLREPL-TESTS::LABEL.SIMPLE-STRUCT.1 ACLREPL-TESTS::LABEL.SIMPLE-STRUCT.2
ACLREPL-TESTS::LABEL.SIMPLE-CLASS.0 ACLREPL-TESTS::LABEL.SIMPLE-CLASS.1
ACLREPL-TESTS::LABEL.SIMPLE-CLASS.2 ACLREPL-TESTS::LABEL.COMPLEX.0
ACLREPL-TESTS::LABEL.COMPLEX.1 ACLREPL-TESTS::LABEL.RATIO.0
ACLREPL-TESTS::LABEL.RATIO.1 ACLREPL-TESTS::LABEL.DOTTED-LIST.0
ACLREPL-TESTS::LABEL.DOTTED-LIST.1 ACLREPL-TESTS::LABEL.DOTTED-LIST.2
ACLREPL-TESTS::LABEL.NORMAL-LIST.0 ACLREPL-TESTS::LABEL.NORMAL-LIST.1
ACLREPL-TESTS::LABEL.NORMAL-LIST.2 ACLREPL-TESTS::LABEL.VECTOR.0
ACLREPL-TESTS::LABEL.VECTOR.1 ACLREPL-TESTS::LABEL.VECTOR.S2.0
ACLREPL-TESTS::LABEL.VECTOR.S2.1 ACLREPL-TESTS::LABEL.CONS-PAIR.0
ACLREPL-TESTS::LABEL.CONS-PAIR.1 ACLREPL-TESTS::NIL.PARTS.0
ACLREPL-TESTS::ELEM.TINY-STRUCT.COUNT
ACLREPL-TESTS::ELEM.TINY-STRUCT.COMPONENTS
ACLREPL-TESTS::ELEM.TINY-STRUCT.LABELS ACLREPL-TESTS::ELEM.TINY-STRUCT.S1.COUNT
ACLREPL-TESTS::ELEM.TINY-STRUCT.S1.COMPONENTS
ACLREPL-TESTS::ELEM.TINY-STRUCT.S1.LABELS
ACLREPL-TESTS::ELEM.TINY-STRUCT.S2.COUNT
ACLREPL-TESTS::ELEM.TINY-STRUCT.S2.COMPONENTS
ACLREPL-TESTS::ELEM.TINY-STRUCT.S2.LABELS ACLREPL-TESTS::ELEM.DOUBLE.COUNT
ACLREPL-TESTS::ELEM.DOUBLE.COMPONENTS ACLREPL-TESTS::ELEM.DOUBLE.LABELS
ACLREPL-TESTS::ELEM.DOUBLE.S1.COUNT ACLREPL-TESTS::ELEM.DOUBLE.S1.COMPONENTS
ACLREPL-TESTS::ELEM.DOUBLE.S1.LABELS ACLREPL-TESTS::DISPLAY.CONS-PAIR
ACLREPL-TESTS::DISPLAY.SIMPLE-STRUCT ACLREPL-TESTS::DISPLAY.SIMPLE-STRUCT.S2
ACLREPL-TESTS::DISPLAY.BIGNUM ACLREPL-TESTS::DISPLAY.VECTOR.P5.S6
ACLREPL-TESTS::DISPLAY.CIRCLE-LIST1 ACLREPL-TESTS::DISPLAY.CIRCLE-LIST2
ACLREPL-TESTS::DISPLAY.CIRCLE-LIST3 ACLREPL-TESTS::DISPLAY.CIRCLE-LIST4
ACLREPL-TESTS::DISPLAY.CIRCLE-LIST5 ACLREPL-TESTS::INSPECT.0
ACLREPL-TESTS::ISTEP.0 ACLREPL-TESTS::ISTEP.1 ACLREPL-TESTS::ISTEP.2
ACLREPL-TESTS::ISTEP.3 ACLREPL-TESTS::ISTEP.4 ACLREPL-TESTS::ISTEP.5
ACLREPL-TESTS::ISTEP.6 ACLREPL-TESTS::ISTEP.7 ACLREPL-TESTS::ISTEP.8
ACLREPL-TESTS::ISTEP.9
No tests failed.;
; compilation unit finished
; printed 1 note

CL-USER(1): gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-aclrepl'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-bsd-sockets")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-grovel/defpackage.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE "SB-GROVEL" ...)

; SYS:CONTRIB;SB-GROVEL;DEFPACKAGE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.005
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-grovel/def-to-lisp.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE #:SB-GROVEL)
; compiling (DEFVAR *DEFAULT-C-STREAM* ...)
; compiling (DEFUN SPLIT-CFLAGS ...)
; compiling (DEFUN C-ESCAPE ...)
; compiling (DEFUN AS-C ...)
; compiling (DEFUN WORD-CAST ...)
; compiling (DEFUN PRINTF-TRANSFORM-LONG-LONG ...)
; compiling (DEFUN PRINTF ...)
; compiling (DEFUN C-FOR-ENUM ...)
; compiling (DEFUN C-FOR-STRUCTURE ...)
; compiling (DEFUN PRINT-C-SOURCE ...)
; compiling (DEFUN C-CONSTANTS-EXTRACT ...)
; compiling (DEFCLASS GROVEL-CONSTANTS-FILE ...)
; compiling (DEFCLASS ASDF/INTERFACE::SB-GROVEL-CONSTANTS-FILE ...)
; compiling (DEFINE-CONDITION C-COMPILE-FAILED ...)
; compiling (DEFINE-CONDITION A-DOT-OUT-FAILED ...)
; compiling (DEFMETHOD PERFORM ...)

; SYS:CONTRIB;SB-GROVEL;DEF-TO-LISP-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.142
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-grovel/foreign-glue.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-GROVEL)
; compiling (DEFMACRO DEFINE-FOREIGN-ROUTINE ...)
; compiling (DEFUN REINTERN ...)
; compiling (DEFPARAMETER ALIEN-TYPE-TABLE ...)
; compiling (DEFPARAMETER LISP-TYPE-TABLE ...)
; compiling (DEFINE-ALIEN-TYPES (TYPE SIZE) ...)
; compiling (DEFUN RETRIEVE-TYPE-FOR ...)
; compiling (DEFUN ALIEN-TYPE-FOR ...)
; compiling (DEFUN LISP-TYPE-FOR ...)
; compiling (DEFUN MK-PADDING ...)
; compiling (DEFUN MK-STRUCT ...)
; compiling (DEFUN MK-UNION ...)
; compiling (DEFUN MK-VAL ...)
; compiling (DEFCLASS SLOT ...)
; compiling (DEFCLASS STRUCTURED-TYPE ...)
; compiling (DEFCLASS UNION ...)
; compiling (DEFCLASS STRUCT ...)
; compiling (DEFCLASS VALUE-SLOT ...)
; compiling (DEFCLASS PADDING ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD SIZE ...)
; compiling (DEFGENERIC SLOT-END ...)
; compiling (DEFMETHOD SLOT-END ...)
; compiling (DEFUN OVERLAP-P ...)
; compiling (DEFGENERIC FIND-OVERLAPS ...)
; compiling (DEFMETHOD FIND-OVERLAPS ...)
; compiling (DEFMETHOD FIND-OVERLAPS ...)
; compiling (DEFGENERIC PAD-TO-OFFSET-OF ...)
; compiling (DEFMETHOD PAD-TO-OFFSET-OF ...)
; compiling (DEFMETHOD PAD-TO-OFFSET-OF ...)
; compiling (DEFGENERIC REPLACE-BY-UNION ...)
; compiling (DEFMETHOD REPLACE-BY-UNION ...)
; compiling (DEFMETHOD REPLACE-BY-UNION ...)
; compiling (DEFGENERIC INSERT-ELEMENT ...)
; compiling (DEFMETHOD INSERT-ELEMENT ...)
; compiling (DEFUN SANE-SLOT ...)
; compiling (DEFGENERIC ACCESSOR-MODIFIER-FOR ...)
; compiling (DEFMETHOD ACCESSOR-MODIFIER-FOR ...)
; compiling (DEFMETHOD ACCESSOR-MODIFIER-FOR ...)
; compiling (DEFMETHOD ACCESSOR-MODIFIER-FOR ...)
; compiling (DEFMETHOD ACCESSOR-MODIFIER-FOR ...)
; compiling (DEFUN C-STRING-READER[1] ...)
; compiling (DEFUN C-STRING-WRITER ...)
; compiling (DEFGENERIC ACCESSORS-FOR ...)
; compiling (DEFMETHOD ACCESSORS-FOR ...)
; compiling (DEFMETHOD ACCESSORS-FOR ...)
; compiling (DEFMETHOD ACCESSORS-FOR ...)
; compiling (DEFGENERIC GENERATE-STRUCT-DEFINITION ...)
; compiling (DEFMETHOD GENERATE-STRUCT-DEFINITION ...)
; compiling (DEFMETHOD GENERATE-STRUCT-DEFINITION ...)
; compiling (DEFMACRO DEFINE-C-STRUCT ...)
; compiling (DEFUN FOREIGN-NULLP ...)
; compiling (DECLAIM (SB-EXT:DEPRECATED :LATE ...))

; SYS:CONTRIB;SB-GROVEL;FOREIGN-GLUE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.336
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/module-setup.lisp" (written 06 JUL 2017 02:42:26 PM):
; compiling (PROVIDE :SB-BSD-SOCKETS)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/module-setup.fasl written
; compilation finished in 0:00:00.002
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/defpackage.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE "SB-BSD-SOCKETS-INTERNAL" ...)
; compiling (DEFPACKAGE "SB-BSD-SOCKETS" ...)
; compiling (LET (#) ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;DEFPACKAGE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.008
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp" (written 06 JUL 2017 02:42:26 PM):
; compiling (IN-PACKAGE #:SOCKINT)
; compiling (DEFCONSTANT AF-INET ...)
; compiling (DEFCONSTANT AF-UNSPEC ...)
; compiling (DEFCONSTANT AF-LOCAL ...)
; compiling (DEFCONSTANT AF-INET6 ...)
; compiling (DEFCONSTANT SOCK-STREAM ...)
; compiling (DEFCONSTANT SOCK-DGRAM ...)
; compiling (DEFCONSTANT SOCK-RAW ...)
; compiling (DEFCONSTANT SOCK-RDM ...)
; compiling (DEFCONSTANT SOCK-SEQPACKET ...)
; compiling (DEFCONSTANT SOL-SOCKET ...)
; compiling (DEFCONSTANT SO-DEBUG ...)
; compiling (DEFCONSTANT SO-REUSEADDR ...)
; compiling (DEFCONSTANT SO-TYPE ...)
; compiling (DEFCONSTANT SO-ERROR ...)
; compiling (DEFCONSTANT SO-DONTROUTE ...)
; compiling (DEFCONSTANT SO-BROADCAST ...)
; compiling (DEFCONSTANT SO-SNDBUF ...)
; compiling (DEFCONSTANT SO-RCVBUF ...)
; compiling (DEFCONSTANT SO-KEEPALIVE ...)
; compiling (DEFCONSTANT SO-OOBINLINE ...)
; compiling (DEFCONSTANT SO-LINGER ...)
; compiling (DEFCONSTANT SO-SNDLOWAT ...)
; compiling (DEFCONSTANT SO-RCVLOWAT ...)
; compiling (DEFCONSTANT SO-SNDTIMEO ...)
; compiling (DEFCONSTANT SO-RCVTIMEO ...)
; compiling (DEFCONSTANT TCP-NODELAY ...)
; compiling (DEFCONSTANT IFNAMSIZ ...)
; compiling (DEFCONSTANT SHUT_RD ...)
; compiling (DEFCONSTANT SHUT_WR ...)
; compiling (DEFCONSTANT SHUT_RDWR ...)
; compiling (DEFCONSTANT EADDRINUSE ...)
; compiling (DEFCONSTANT EAGAIN ...)
; compiling (DEFCONSTANT EBADF ...)
; compiling (DEFCONSTANT ECONNREFUSED ...)
; compiling (DEFCONSTANT ETIMEDOUT ...)
; compiling (DEFCONSTANT EINTR ...)
; compiling (DEFCONSTANT EINVAL ...)
; compiling (DEFCONSTANT ENOBUFS ...)
; compiling (DEFCONSTANT ENOMEM ...)
; compiling (DEFCONSTANT EOPNOTSUPP ...)
; compiling (DEFCONSTANT EPERM ...)
; compiling (DEFCONSTANT EPROTONOSUPPORT ...)
; compiling (DEFCONSTANT ERANGE ...)
; compiling (DEFCONSTANT ESOCKTNOSUPPORT ...)
; compiling (DEFCONSTANT ENETUNREACH ...)
; compiling (DEFCONSTANT ENOTCONN ...)
; compiling (DEFCONSTANT EAFNOSUPPORT ...)
; compiling (DEFCONSTANT EINPROGRESS ...)
; compiling (DEFCONSTANT NETDB-INTERNAL ...)
; compiling (DEFCONSTANT NETDB-SUCCESS ...)
; compiling (DEFCONSTANT HOST-NOT-FOUND ...)
; compiling (DEFCONSTANT TRY-AGAIN ...)
; compiling (DEFCONSTANT NO-RECOVERY ...)
; compiling (DEFCONSTANT NO-DATA ...)
; compiling (DEFCONSTANT NO-ADDRESS ...)
; compiling (DECLAIM (INLINE H-STRERROR))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("hstrerror" H-STRERROR) ...)
; compiling (DEFCONSTANT O-NONBLOCK ...)
; compiling (DEFCONSTANT F-GETFL ...)
; compiling (DEFCONSTANT F-SETFL ...)
; compiling (DEFCONSTANT MSG-OOB ...)
; compiling (DEFCONSTANT MSG-PEEK ...)
; compiling (DEFCONSTANT MSG-TRUNC ...)
; compiling (DEFCONSTANT MSG-WAITALL ...)
; compiling (DEFCONSTANT MSG-EOR ...)
; compiling (DEFCONSTANT MSG-DONTROUTE ...)
; compiling (DEFCONSTANT MSG-DONTWAIT ...)
; compiling (DEFINE-ALIEN-TYPE SOCKLEN-T ...)
; compiling (DEFINE-ALIEN-TYPE SIZE-T ...)
; compiling (DEFINE-ALIEN-TYPE SSIZE-T ...)
; compiling (SB-GROVEL::DEFINE-C-STRUCT PROTOENT ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT PROTOENT
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::PROTOENT 24
; (SB-BSD-SOCKETS-INTERNAL::NAME
; SB-BSD-SOCKETS-INTERNAL::C-STRING-POINTER
; "char *" 0 8)
; (SB-BSD-SOCKETS-INTERNAL::ALIASES (* (* T))
; "char **" 8 8)
; (SB-BSD-SOCKETS-INTERNAL::PROTO INTEGER "int" 16
; 4))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (*
; T))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (*
; T))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN
; ==>
; (SB-SYS:INT-SAP 0)
;
; note: doing SAP to pointer coercion (cost 20), for:
; the first result of INT-SAP

; compiling (DECLAIM (INLINE GETPROTOBYNAME))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobyname" GETPROTOBYNAME) ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobyname" GETPROTOBYNAME)
; (SB-GROVEL::DEFINE-FOREIGN-ROUTINE
; ("getprotobyname" SB-BSD-SOCKETS-INTERNAL::GETPROTOBYNAME)
; (* SB-BSD-SOCKETS-INTERNAL::PROTOENT)
; (SB-BSD-SOCKETS-INTERNAL::NAME C-STRING))
; --> DEFINE-ALIEN-ROUTINE PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN
; --> SB-INT:NAMED-LAMBDA FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::PROTOENT
; (SB-BSD-SOCKETS-INTERNAL::NAME
; SB-ALIEN:C-STRING
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::ALIASES
; #
; :OFFSET
; 64)
; (SB-BSD-SOCKETS-INTERNAL::PROTO
; #
; :OFFSET
; 128)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-4-20
; #
; :OFFSET
; 160)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DECLAIM (INLINE GETPROTOBYNUMBER))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobynumber" GETPROTOBYNUMBER) ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in:
; SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobynumber" GETPROTOBYNUMBER)
; (SB-GROVEL::DEFINE-FOREIGN-ROUTINE
; ("getprotobynumber" SB-BSD-SOCKETS-INTERNAL::GETPROTOBYNUMBER)
; (* SB-BSD-SOCKETS-INTERNAL::PROTOENT) (SB-BSD-SOCKETS-INTERNAL::PROTO INT))
; --> DEFINE-ALIEN-ROUTINE PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN
; --> SB-INT:NAMED-LAMBDA FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::PROTOENT
; (SB-BSD-SOCKETS-INTERNAL::NAME
; SB-ALIEN:C-STRING
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::ALIASES
; #
; :OFFSET
; 64)
; (SB-BSD-SOCKETS-INTERNAL::PROTO
; #
; :OFFSET
; 128)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-4-20
; #
; :OFFSET
; 160)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFCONSTANT INADDR-ANY ...)
; compiling (SB-GROVEL::DEFINE-C-STRUCT IN-ADDR ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT IN-ADDR
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::IN-ADDR 4
; (ADDR (ARRAY (UNSIGNED 8)) "u_int32_t" 0 4))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-IN ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-IN
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN 16
; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER
; "sa_family_t" 1 1)
; (SB-BSD-SOCKETS-INTERNAL::PORT
; (ARRAY (UNSIGNED 8)) "u_int16_t" 2 2)
; (ADDR (ARRAY (UNSIGNED 8)) "struct in_addr" 4 4))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 2)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 2)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (SB-GROVEL::DEFINE-C-STRUCT IN6-ADDR ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT IN6-ADDR
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::IN6-ADDR 16
; (ADDR (ARRAY (UNSIGNED 8)) "unsigned char" 16 1))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 1)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 1)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-IN6 ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-IN6
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN6 28
; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER
; "sa_family_t" 1 1)
; (SB-BSD-SOCKETS-INTERNAL::PORT
; (ARRAY (UNSIGNED 8)) "u_int16_t" 2 2)
; (SB-BSD-SOCKETS-INTERNAL::FLOWINFO
; (ARRAY (UNSIGNED 8)) "u_int32_t" 4 4)
; (ADDR (ARRAY (UNSIGNED 8)) "struct in_addr6" 8
; 16)
; (SB-BSD-SOCKETS-INTERNAL::SCOPE-ID
; (ARRAY (UNSIGNED 8)) "u_int32_t" 24 4))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 2)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 2)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 16)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 16)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-UN ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-UN
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::SOCKADDR-UN 106
; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER
; "sa_family_t" 1 1)
; (SB-BSD-SOCKETS-INTERNAL::PATH C-STRING "char" 2
; 104))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK CAST SB-ALIEN-INTERNALS:%CAST
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; compiling (SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-UN-ABSTRACT ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-UN-ABSTRACT
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::SOCKADDR-UN-ABSTRACT 106
; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER
; "sa_family_t" 1 1)
; (SB-BSD-SOCKETS-INTERNAL::PATH
; (ARRAY (UNSIGNED 8)) "char" 2 104))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 104)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 104)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFCONSTANT INET-ADDRSTRLEN ...)
; compiling (DEFCONSTANT INET6-ADDRSTRLEN ...)
; compiling (DECLAIM (INLINE INET-NTOP))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("inet_ntop" INET-NTOP) ...)
; compiling (DECLAIM (INLINE INET-PTON))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("inet_pton" INET-PTON) ...)
; compiling (SB-GROVEL::DEFINE-C-STRUCT HOSTENT ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT HOSTENT
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::HOSTENT 32
; (SB-BSD-SOCKETS-INTERNAL::NAME
; SB-BSD-SOCKETS-INTERNAL::C-STRING-POINTER
; "char *" 0 8)
; (SB-BSD-SOCKETS-INTERNAL::ALIASES (* C-STRING)
; "char **" 8 8)
; (TYPE INTEGER "int" 16 4)
; (LENGTH INTEGER "int" 20 4)
; (SB-BSD-SOCKETS-INTERNAL::ADDRESSES
; (* (* (UNSIGNED 8))) "char **" 24 8))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; SB-ALIEN:C-STRING)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; SB-ALIEN:C-STRING)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN
; ==>
; (SB-SYS:INT-SAP 0)
;
; note: doing SAP to pointer coercion (cost 20), for:
; the first result of INT-SAP

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (*
; (SB-ALIEN:UNSIGNED
; 8)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (*
; (SB-ALIEN:UNSIGNED
; 8)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN
; ==>
; (SB-SYS:INT-SAP 0)
;
; note: doing SAP to pointer coercion (cost 20), for:
; the first result of INT-SAP

; compiling (SB-GROVEL::DEFINE-C-STRUCT MSGHDR ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT MSGHDR
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::MSGHDR 48
; (SB-BSD-SOCKETS-INTERNAL::NAME
; SB-BSD-SOCKETS-INTERNAL::C-STRING-POINTER
; "void *" 0 8)
; (SB-BSD-SOCKETS-INTERNAL::NAMELEN INTEGER
; "socklen_t" 8 4)
; (SB-BSD-SOCKETS-INTERNAL::IOV (* T)
; "struct iovec" 16 8)
; (SB-BSD-SOCKETS-INTERNAL::IOVLEN INTEGER "size_t"
; 24 4)
; (SB-BSD-SOCKETS-INTERNAL::CONTROL (* T) "void *"
; 32 8)
; (SB-BSD-SOCKETS-INTERNAL::CONTROLLEN INTEGER
; "socklen_t" 40 4)
; (SB-BSD-SOCKETS-INTERNAL::FLAGS INTEGER "int" 44
; 4))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; T)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; T)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN
; ==>
; (SB-SYS:INT-SAP 0)
;
; note: doing SAP to pointer coercion (cost 20), for:
; the first result of INT-SAP

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; T)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; T)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN
; ==>
; (SB-SYS:INT-SAP 0)
;
; note: doing SAP to pointer coercion (cost 20), for:
; the first result of INT-SAP

; compiling (DECLAIM (INLINE SOCKET))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("socket" SOCKET) ...)
; compiling (DECLAIM (INLINE BIND))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("bind" BIND) ...)
; compiling (DECLAIM (INLINE LISTEN))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("listen" LISTEN) ...)
; compiling (DECLAIM (INLINE ACCEPT))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("accept" ACCEPT) ...)
; compiling (DECLAIM (INLINE GETPEERNAME))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getpeername" GETPEERNAME) ...)
; compiling (DECLAIM (INLINE GETSOCKNAME))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getsockname" GETSOCKNAME) ...)
; compiling (DECLAIM (INLINE CONNECT))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("connect" CONNECT) ...)
; compiling (DECLAIM (INLINE CLOSE))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("close" CLOSE) ...)
; compiling (DECLAIM (INLINE SHUTDOWN))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("shutdown" SHUTDOWN) ...)
; compiling (DECLAIM (INLINE RECVFROM))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("recvfrom" RECVFROM) ...)
; compiling (DECLAIM (INLINE RECVMSG))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("recvmsg" RECVMSG) ...)
; compiling (DECLAIM (INLINE SEND))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("send" SEND) ...)
; compiling (DECLAIM (INLINE SENDTO))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("sendto" SENDTO) ...)
; compiling (DECLAIM (INLINE SENDMSG))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("sendmsg" SENDMSG) ...)
; compiling (DECLAIM (INLINE GETHOSTBYNAME))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gethostbyname" GETHOSTBYNAME) ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gethostbyname" GETHOSTBYNAME)
; (SB-GROVEL::DEFINE-FOREIGN-ROUTINE
; ("gethostbyname" SB-BSD-SOCKETS-INTERNAL::GETHOSTBYNAME)
; (* SB-BSD-SOCKETS-INTERNAL::HOSTENT)
; (SB-BSD-SOCKETS-INTERNAL::NAME C-STRING))
; --> DEFINE-ALIEN-ROUTINE PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN
; --> SB-INT:NAMED-LAMBDA FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::HOSTENT
; (SB-BSD-SOCKETS-INTERNAL::NAME
; SB-ALIEN:C-STRING
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::ALIASES
; #
; :OFFSET
; 64)
; (TYPE
; #
; :OFFSET
; 128)
; (LENGTH
; #
; :OFFSET
; 160)
; (SB-BSD-SOCKETS-INTERNAL::ADDRESSES
; #
; :OFFSET
; 192)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-0-32
; #
; :OFFSET
; 256)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DECLAIM (INLINE GETHOSTBYADDR))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gethostbyaddr" GETHOSTBYADDR) ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gethostbyaddr" GETHOSTBYADDR)
; (SB-GROVEL::DEFINE-FOREIGN-ROUTINE
; ("gethostbyaddr" SB-BSD-SOCKETS-INTERNAL::GETHOSTBYADDR)
; (* SB-BSD-SOCKETS-INTERNAL::HOSTENT) (ADDR (* T))
; (SB-BSD-SOCKETS-INTERNAL::LEN INT) (SB-BSD-SOCKETS-INTERNAL::AF INT))
; --> DEFINE-ALIEN-ROUTINE PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN
; --> SB-INT:NAMED-LAMBDA FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::HOSTENT
; (SB-BSD-SOCKETS-INTERNAL::NAME
; SB-ALIEN:C-STRING
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::ALIASES
; #
; :OFFSET
; 64)
; (TYPE
; #
; :OFFSET
; 128)
; (LENGTH
; #
; :OFFSET
; 160)
; (SB-BSD-SOCKETS-INTERNAL::ADDRESSES
; #
; :OFFSET
; 192)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-0-32
; #
; :OFFSET
; 256)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (SB-GROVEL::DEFINE-C-STRUCT ADDRINFO ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT ADDRINFO
; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::ADDRINFO 48
; (SB-BSD-SOCKETS-INTERNAL::FLAGS INTEGER "int" 0
; 4)
; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER "int" 4
; 4)
; (SB-BSD-SOCKETS-INTERNAL::SOCKTYPE INTEGER "int"
; 8 4)
; (SB-BSD-SOCKETS-INTERNAL::PROTOCOL INTEGER "int"
; 12 4)
; (SB-BSD-SOCKETS-INTERNAL::ADDRLEN INTEGER
; "size_t" 16 4)
; (ADDR (* T) "struct sockaddr*" 24 8)
; (SB-BSD-SOCKETS-INTERNAL::CANONNAME
; SB-BSD-SOCKETS-INTERNAL::C-STRING-POINTER
; "char *" 32 8)
; (SB-BSD-SOCKETS-INTERNAL::NEXT
; (* (STRUCT SB-BSD-SOCKETS-INTERNAL::ADDRINFO))
; "struct addrinfo*" 40 8))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; T)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; T)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN
; ==>
; (SB-SYS:INT-SAP 0)
;
; note: doing SAP to pointer coercion (cost 20), for:
; the first result of INT-SAP

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::ADDRINFO
; (SB-BSD-SOCKETS-INTERNAL::FLAGS
; #
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::FAMILY
; #
; :OFFSET
; 32)
; (SB-BSD-SOCKETS-INTERNAL::SOCKTYPE
; #
; :OFFSET
; 64)
; (SB-BSD-SOCKETS-INTERNAL::PROTOCOL
; #
; :OFFSET
; 96)
; (SB-BSD-SOCKETS-INTERNAL::ADDRLEN
; #
; :OFFSET
; 128)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-4-20
; #
; :OFFSET
; 160)
; (SB-ALIEN:ADDR
; #
; :OFFSET
; 192)
; (SB-BSD-SOCKETS-INTERNAL::CANONNAME
; SB-ALIEN:C-STRING
; :OFFSET
; 256)
; (SB-BSD-SOCKETS-INTERNAL::NEXT
; #
; :OFFSET
; 320)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-0-48
; #
; :OFFSET
; 384)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::ADDRINFO
; (SB-BSD-SOCKETS-INTERNAL::FLAGS
; #
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::FAMILY
; #
; :OFFSET
; 32)
; (SB-BSD-SOCKETS-INTERNAL::SOCKTYPE
; #
; :OFFSET
; 64)
; (SB-BSD-SOCKETS-INTERNAL::PROTOCOL
; #
; :OFFSET
; 96)
; (SB-BSD-SOCKETS-INTERNAL::ADDRLEN
; #
; :OFFSET
; 128)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-4-20
; #
; :OFFSET
; 160)
; (SB-ALIEN:ADDR
; #
; :OFFSET
; 192)
; (SB-BSD-SOCKETS-INTERNAL::CANONNAME
; SB-ALIEN:C-STRING
; :OFFSET
; 256)
; (SB-BSD-SOCKETS-INTERNAL::NEXT
; #
; :OFFSET
; 320)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-0-48
; #
; :OFFSET
; 384)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN
; ==>
; (SB-SYS:INT-SAP 0)
;
; note: doing SAP to pointer coercion (cost 20), for:
; the first result of INT-SAP

; compiling (DECLAIM (INLINE GETADDRINFO))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getaddrinfo" GETADDRINFO) ...)
; compiling (DECLAIM (INLINE FREEADDRINFO))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("freeaddrinfo" FREEADDRINFO) ...)
; compiling (DECLAIM (INLINE GAI-STRERROR))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gai_strerror" GAI-STRERROR) ...)
; compiling (DECLAIM (INLINE GETNAMEINFO))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getnameinfo" GETNAMEINFO) ...)
; compiling (DEFCONSTANT EAI-FAMILY ...)
; compiling (DEFCONSTANT EAI-SOCKTYPE ...)
; compiling (DEFCONSTANT EAI-BADFLAGS ...)
; compiling (DEFCONSTANT EAI-NONAME ...)
; compiling (DEFCONSTANT EAI-SERVICE ...)
; compiling (DEFCONSTANT EAI-ADDRFAMILY ...)
; compiling (DEFCONSTANT EAI-MEMORY ...)
; compiling (DEFCONSTANT EAI-FAIL ...)
; compiling (DEFCONSTANT EAI-AGAIN ...)
; compiling (DEFCONSTANT EAI-SYSTEM ...)
; compiling (DEFCONSTANT NI-NAMEREQD ...)
; compiling (DECLAIM (INLINE SETSOCKOPT))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("setsockopt" SETSOCKOPT) ...)
; compiling (DECLAIM (INLINE FCNTL))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("fcntl" FCNTL) ...)
; compiling (DECLAIM (INLINE GETSOCKOPT))
; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getsockopt" GETSOCKOPT) ...)
; compiling (DEFCONSTANT IPPROTO_IP ...)
; compiling (DEFCONSTANT IPPROTO_IPV6 ...)
; compiling (DEFCONSTANT IPPROTO_ICMP ...)
; compiling (DEFCONSTANT IPPROTO_IGMP ...)
; compiling (DEFCONSTANT IPPROTO_TCP ...)
; compiling (DEFCONSTANT IPPROTO_UDP ...)
; compiling (DEFCONSTANT IPPROTO_RAW ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;CONSTANTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:02.317
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/util.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-BSD-SOCKETS)
; compiling (DEFUN INTERRUPTED-P ...)
; compiling (DEFMACRO SYSCALL-ERROR-CASE ...)
; compiling (DEFMACRO SOCKET-ERROR-CASE ...)
; compiling (DEFMACRO ADDRINFO-ERROR-CASE ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;UTIL-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.077
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/protocol.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE #:SB-BSD-SOCKETS)
; compiling (DEFGENERIC MAKE-SOCKADDR-FOR ...)
; compiling (DEFGENERIC FREE-SOCKADDR-FOR ...)
; compiling (DEFGENERIC BITS-OF-SOCKADDR ...)
; compiling (DEFGENERIC SIZE-OF-SOCKADDR ...)
; compiling (DEFGENERIC SOCKET-NAME ...)
; compiling (DEFGENERIC SOCKET-PEERNAME ...)
; compiling (DEFGENERIC SOCKET-NAMESTRING ...)
; compiling (DEFGENERIC SOCKET-PEERSTRING ...)
; compiling (DEFGENERIC SOCKET-OPEN-P ...)
; compiling (DEFGENERIC SOCKET-CLOSE ...)
; compiling (DEFGENERIC SOCKET-BIND ...)
; compiling (DEFGENERIC SOCKET-ACCEPT ...)
; compiling (DEFGENERIC SOCKET-CONNECT ...)
; compiling (DEFGENERIC SOCKET-RECEIVE ...)
; compiling (DEFGENERIC SOCKET-SEND ...)
; compiling (DEFGENERIC SOCKET-LISTEN ...)
; compiling (DEFGENERIC SOCKET-SHUTDOWN ...)
; compiling (DEFGENERIC SOCKET-MAKE-STREAM ...)
; compiling (DEFGENERIC NON-BLOCKING-MODE ...)
; compiling (DEFGENERIC (SETF NON-BLOCKING-MODE) ...)
; compiling (DEFGENERIC HOST-ENT-ADDRESS ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;PROTOCOL-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.022
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/sockets.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-BSD-SOCKETS)
; compiling (DEFUN SOCKET-ERRNO ...)
; compiling (DEFCLASS SOCKET ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD SHARED-INITIALIZE ...)
; compiling (DEFUN CALL-WITH-SOCKET-ADDR ...)
; compiling (DEFMACRO WITH-SOCKET-ADDR ...)
; compiling (DEFMACRO WITH-SOCKET-FD-AND-ADDR ...)
; compiling (DEFMETHOD SOCKET-BIND ...)
; compiling (DEFMETHOD SOCKET-ACCEPT ...)
; compiling (DEFMETHOD SOCKET-CONNECT ...)
; compiling (DEFMETHOD SOCKET-PEERNAME ...)
; compiling (DEFMETHOD SOCKET-NAME ...)
; compiling (DEFMETHOD SOCKET-RECEIVE ...)
; compiling (DEFMACRO WITH-VECTOR-SAP ...)
; compiling (DEFMETHOD SOCKET-SEND ...)
; compiling (DEFMETHOD SOCKET-LISTEN ...)
; compiling (DEFMETHOD SOCKET-OPEN-P ...)
; compiling (DEFMETHOD SOCKET-CLOSE ...)
; compiling (DEFMETHOD SOCKET-SHUTDOWN ...)
; compiling (DEFMETHOD SOCKET-MAKE-STREAM ...)
; compiling (DEFINE-CONDITION SOCKET-ERROR ...)
; compiling (DEFMACRO DEFINE-SOCKET-CONDITION ...)
; compiling (DEFPARAMETER *CONDITIONS-FOR-ERRNO* ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EADDRINUSE ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EAGAIN ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EBADF ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ECONNREFUSED ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ETIMEDOUT ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EINTR ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EINVAL ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ENOBUFS ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ENOMEM ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EOPNOTSUPP ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EPERM ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EPROTONOSUPPORT ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ESOCKTNOSUPPORT ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ENETUNREACH ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ENOTCONN ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EAFNOSUPPORT ...)
; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EINPROGRESS ...)
; compiling (DEFUN CONDITION-FOR-ERRNO ...)
; compiling (DEFUN SOCKET-ERROR ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;SOCKETS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.637
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/misc.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-BSD-SOCKETS)
; compiling (DEFMETHOD NON-BLOCKING-MODE ...)
; compiling (DEFMETHOD (SETF NON-BLOCKING-MODE) ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;MISC-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.033
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/name-service.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-BSD-SOCKETS)
; compiling (DEFCLASS HOST-ENT ...)
; compiling (DEFMETHOD HOST-ENT-ADDRESS ...)
; compiling (DECLAIM (INLINE NATURALIZE-UNSIGNED-BYTE-8-ARRAY))
; compiling (DEFUN NATURALIZE-UNSIGNED-BYTE-8-ARRAY ...)
; compiling (DEFCONSTANT NI-MAX-HOST ...)
; compiling (DEFUN GET-HOST-BY-NAME ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/name-service.lisp
; in: DEFUN GET-HOST-BY-NAME
; (LOOP SB-BSD-SOCKETS::FOR SB-BSD-SOCKETS::INFO* = SB-BSD-SOCKETS::INFO SB-BSD-SOCKETS::THEN (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-NEXT
; SB-BSD-SOCKETS::INFO*)
; SB-BSD-SOCKETS::UNTIL (NULL-ALIEN SB-BSD-SOCKETS::INFO*)
; DO (COND
; ((=
; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-FAMILY SB-BSD-SOCKETS::INFO*)
; SB-BSD-SOCKETS-INTERNAL::AF-INET)
; (LET (#)
; (SETF #)))
; ((=
; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-FAMILY SB-BSD-SOCKETS::INFO*)
; SB-BSD-SOCKETS-INTERNAL::AF-INET6)
; (LET (#)
; (SETF #)))))
; --> BLOCK LET SB-LOOP::LOOP-BODY TAGBODY SB-LOOP::LOOP-REALLY-DESETQ SETQ THE
; --> SB-BSD-SOCKETS::INFO SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::ADDRINFO
; (SB-BSD-SOCKETS-INTERNAL::FLAGS
; #
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::FAMILY
; #
; :OFFSET
; 32)
; (SB-BSD-SOCKETS-INTERNAL::SOCKTYPE
; #
; :OFFSET
; 64)
; (SB-BSD-SOCKETS-INTERNAL::PROTOCOL
; #
; :OFFSET
; 96)
; (SB-BSD-SOCKETS-INTERNAL::ADDRLEN
; #
; :OFFSET
; 128)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-4-20
; #
; :OFFSET
; 160)
; (SB-ALIEN:ADDR
; #
; :OFFSET
; 192)
; (SB-BSD-SOCKETS-INTERNAL::CANONNAME
; SB-ALIEN:C-STRING
; :OFFSET
; 256)
; (SB-BSD-SOCKETS-INTERNAL::NEXT
; #
; :OFFSET
; 320)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-0-48
; #
; :OFFSET
; 384)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-NEXT SB-BSD-SOCKETS::INFO*)
; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::ADDRINFO
; (SB-BSD-SOCKETS-INTERNAL::FLAGS
; #
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::FAMILY
; #
; :OFFSET
; 32)
; (SB-BSD-SOCKETS-INTERNAL::SOCKTYPE
; #
; :OFFSET
; 64)
; (SB-BSD-SOCKETS-INTERNAL::PROTOCOL
; #
; :OFFSET
; 96)
; (SB-BSD-SOCKETS-INTERNAL::ADDRLEN
; #
; :OFFSET
; 128)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-4-20
; #
; :OFFSET
; 160)
; (SB-ALIEN:ADDR
; #
; :OFFSET
; 192)
; (SB-BSD-SOCKETS-INTERNAL::CANONNAME
; SB-ALIEN:C-STRING
; :OFFSET
; 256)
; (SB-BSD-SOCKETS-INTERNAL::NEXT
; #
; :OFFSET
; 320)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-0-48
; #
; :OFFSET
; 384)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (LOOP SB-BSD-SOCKETS::FOR SB-BSD-SOCKETS::INFO* = SB-BSD-SOCKETS::INFO SB-BSD-SOCKETS::THEN (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-NEXT
; SB-BSD-SOCKETS::INFO*)
; SB-BSD-SOCKETS::UNTIL (NULL-ALIEN SB-BSD-SOCKETS::INFO*)
; DO (COND
; ((=
; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-FAMILY SB-BSD-SOCKETS::INFO*)
; SB-BSD-SOCKETS-INTERNAL::AF-INET)
; (LET (#)
; (SETF #)))
; ((=
; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-FAMILY SB-BSD-SOCKETS::INFO*)
; SB-BSD-SOCKETS-INTERNAL::AF-INET6)
; (LET (#)
; (SETF #)))))
; --> BLOCK LET SB-LOOP::LOOP-BODY TAGBODY SB-LOOP::LOOP-REALLY-DESETQ SETQ THE
; --> SB-BSD-SOCKETS::INFO SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::ADDRINFO
; (SB-BSD-SOCKETS-INTERNAL::FLAGS
; #
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::FAMILY
; #
; :OFFSET
; 32)
; (SB-BSD-SOCKETS-INTERNAL::SOCKTYPE
; #
; :OFFSET
; 64)
; (SB-BSD-SOCKETS-INTERNAL::PROTOCOL
; #
; :OFFSET
; 96)
; (SB-BSD-SOCKETS-INTERNAL::ADDRLEN
; #
; :OFFSET
; 128)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-4-20
; #
; :OFFSET
; 160)
; (SB-ALIEN:ADDR
; #
; :OFFSET
; 192)
; (SB-BSD-SOCKETS-INTERNAL::CANONNAME
; SB-ALIEN:C-STRING
; :OFFSET
; 256)
; (SB-BSD-SOCKETS-INTERNAL::NEXT
; #
; :OFFSET
; 320)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-0-48
; #
; :OFFSET
; 384)))>)
;
; note: doing SAP to pointer coercion (cost 20)

; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-NEXT SB-BSD-SOCKETS::INFO*)
; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::ADDRINFO
; (SB-BSD-SOCKETS-INTERNAL::FLAGS
; #
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::FAMILY
; #
; :OFFSET
; 32)
; (SB-BSD-SOCKETS-INTERNAL::SOCKTYPE
; #
; :OFFSET
; 64)
; (SB-BSD-SOCKETS-INTERNAL::PROTOCOL
; #
; :OFFSET
; 96)
; (SB-BSD-SOCKETS-INTERNAL::ADDRLEN
; #
; :OFFSET
; 128)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-4-20
; #
; :OFFSET
; 160)
; (SB-ALIEN:ADDR
; #
; :OFFSET
; 192)
; (SB-BSD-SOCKETS-INTERNAL::CANONNAME
; SB-ALIEN:C-STRING
; :OFFSET
; 256)
; (SB-BSD-SOCKETS-INTERNAL::NEXT
; #
; :OFFSET
; 320)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-0-48
; #
; :OFFSET
; 384)))>)
;
; note: doing SAP to pointer coercion (cost 20)

; compiling (DEFUN GET-HOST-BY-ADDRESS ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/name-service.lisp
; in: DEFUN GET-HOST-BY-ADDRESS
; (AREF SB-BSD-SOCKETS::ADDRESS SB-BSD-SOCKETS::I)
; ==>
; (SB-KERNEL:HAIRY-DATA-VECTOR-REF/CHECK-BOUNDS ARRAY SB-INT:INDEX)
;
; note: unable to
; optimize
; because:
; Upgraded element type of array is not known at compile time.
;
; note: unable to
; optimize
; because:
; Upgraded element type of array is not known at compile time.

; (FUNCALL SB-BSD-SOCKETS::SOCKADDR-FREE SB-BSD-SOCKETS::SOCKADDR)
; --> SB-C::%FUNCALL THE
; ==>
; (SB-KERNEL:%COERCE-CALLABLE-TO-FUN SB-BSD-SOCKETS::SOCKADDR-FREE)
;
; note: unable to
; optimize away possible call to FDEFINITION at runtime
; because:
; SOCKADDR-FREE is not known to be a function

; (SB-ALIEN::C-STRING-TO-STRING (ALIEN-SAP SB-BSD-SOCKETS::HOST-BUF)
; (SB-IMPL::DEFAULT-EXTERNAL-FORMAT) 'CHARACTER)
;
; note: doing SAP to pointer coercion (cost 20) from #:VAR218

; compiling (DEFVAR *NAME-SERVICE-ERRNO* ...)
; compiling (DEFUN NAME-SERVICE-ERROR ...)
; compiling (DEFUN ADDRINFO-ERROR ...)
; compiling (DEFINE-CONDITION NAME-SERVICE-ERROR ...)
; compiling (DEFPARAMETER *CONDITIONS-FOR-NAME-SERVICE-ERRNO* ...)
; compiling (DEFPARAMETER *CONDITIONS-FOR-NAME-SERVICE-ERROR-CODE* ...)
; compiling (DEFMACRO DEFINE-NAME-SERVICE-CONDITION ...)
; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::NETDB-INTERNAL ...)
; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::NETDB-SUCCESS ...)
; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::HOST-NOT-FOUND ...)
; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::TRY-AGAIN ...)
; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::NO-RECOVERY ...)
; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::NO-ADDRESS ...)
; compiling (DEFUN CONDITION-FOR-NAME-SERVICE-ERRNO ...)
; compiling (DEFUN CONDITION-FOR-NAME-SERVICE-ERROR-CODE ...)
; compiling (DEFUN GET-NAME-SERVICE-ERRNO ...)
; compiling (DEFUN GET-NAME-SERVICE-ERROR-MESSAGE ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;NAME-SERVICE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.189
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/local.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-BSD-SOCKETS)
; compiling (DEFCLASS LOCAL-SOCKET ...)
; compiling (DEFMETHOD SOCKET-NAMESTRING ...)
; compiling (DEFMETHOD SOCKET-PEERSTRING ...)
; compiling (DEFMETHOD MAKE-SOCKADDR-FOR ...)
; compiling (DEFMETHOD FREE-SOCKADDR-FOR ...)
; compiling (DEFMETHOD SIZE-OF-SOCKADDR ...)
; compiling (DEFMETHOD BITS-OF-SOCKADDR ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/local.lisp
; in: DEFMETHOD BITS-OF-SOCKADDR (LOCAL-SOCKET T)
; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-UN-PATH SB-BSD-SOCKETS::SOCKADDR)
; --> BLOCK CAST SB-ALIEN-INTERNALS:%CAST SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-C::SAP

; compiling (DEFCLASS LOCAL-ABSTRACT-SOCKET ...)
; compiling (DEFMETHOD MAKE-SOCKADDR-FOR ...)
; compiling (DEFMETHOD FREE-SOCKADDR-FOR ...)
; compiling (DEFMETHOD SIZE-OF-SOCKADDR ...)
; compiling (DEFMETHOD BITS-OF-SOCKADDR ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;LOCAL-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.208
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/inet6.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-BSD-SOCKETS)
; compiling (DEFCLASS INET6-SOCKET ...)
; compiling (DEFPARAMETER *INET6-ADDRESS-ANY* ...)
; compiling (DEFUN ADDRESS-NUMBERS/V6 ...)
; compiling (DEFUN ENDPOINT-STRING/V6 ...)
; compiling (DEFMETHOD SOCKET-NAMESTRING ...)
; compiling (DEFMETHOD SOCKET-PEERSTRING ...)
; compiling (DEFUN UNPARSE-INET6-ADDRESS ...)
; compiling (DEFUN MAKE-INET6-ADDRESS ...)
; compiling (DEFMETHOD MAKE-SOCKADDR-FOR ...)
; compiling (DEFMETHOD FREE-SOCKADDR-FOR ...)
; compiling (DEFMETHOD SIZE-OF-SOCKADDR ...)
; compiling (DEFMETHOD BITS-OF-SOCKADDR ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;INET6-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.425
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/inet4.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-BSD-SOCKETS)
; compiling (DEFCLASS INET-SOCKET ...)
; compiling (DEFPARAMETER *INET-ADDRESS-ANY* ...)
; compiling (DEFUN ADDRESS-NUMBERS/V4 ...)
; compiling (DEFUN ENDPOINT-STRING/V4 ...)
; compiling (DEFMETHOD SOCKET-NAMESTRING ...)
; compiling (DEFMETHOD SOCKET-PEERSTRING ...)
; compiling (DEFUN MAKE-INET-ADDRESS ...)
; compiling (DEFMETHOD MAKE-SOCKADDR-FOR ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/inet4.lisp
; in: DEFMETHOD MAKE-SOCKADDR-FOR (INET-SOCKET)
; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN-PORT SB-BSD-SOCKETS::SOCKADDR)
; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 2)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN-ADDR SB-BSD-SOCKETS::SOCKADDR)
; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN-PORT SB-BSD-SOCKETS::SOCKADDR)
; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 2)>)
;
; note: doing SAP to pointer coercion (cost 20)

; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN-ADDR SB-BSD-SOCKETS::SOCKADDR)
; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 4)>)
;
; note: doing SAP to pointer coercion (cost 20)

; compiling (DEFMETHOD FREE-SOCKADDR-FOR ...)
; compiling (DEFMETHOD SIZE-OF-SOCKADDR ...)
; compiling (DEFMETHOD BITS-OF-SOCKADDR ...)
; compiling (DEFUN MAKE-INET-SOCKET ...)
; compiling (DECLAIM (SB-EXT:DEPRECATED :LATE ...))

; SYS:CONTRIB;SB-BSD-SOCKETS;INET4-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.146
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/inet.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-BSD-SOCKETS)
; compiling (DEFINE-CONDITION UNKNOWN-PROTOCOL ...)
; compiling (DEFVAR *PROTOCOLS* ...)
; compiling (DEFUN GET-PROTOCOL-BY-NAME ...)
; compiling (SB-EXT:DEFGLOBAL **GETPROTOBY-LOCK** ...)
; compiling (DEFUN GETPROTOBYNAME ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/inet.lisp
; in: DEFUN GETPROTOBYNAME
; (SB-BSD-SOCKETS-INTERNAL::GETPROTOBYNAME SB-BSD-SOCKETS::NAME)
; --> BLOCK WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET SYMBOL-MACROLET
; --> VALUES PROG1 LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-BSD-SOCKETS-INTERNAL::PROTOENT
; (SB-BSD-SOCKETS-INTERNAL::NAME
; SB-ALIEN:C-STRING
; :OFFSET
; 0)
; (SB-BSD-SOCKETS-INTERNAL::ALIASES
; #
; :OFFSET
; 64)
; (SB-BSD-SOCKETS-INTERNAL::PROTO
; #
; :OFFSET
; 128)
; (SB-BSD-SOCKETS-INTERNAL::PADDING-4-20
; #
; :OFFSET
; 160)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (DEREF (SB-BSD-SOCKETS-INTERNAL::PROTOENT-ALIASES SB-BSD-SOCKETS::PROTOENT)
; SB-BSD-SOCKETS::INDEX)
; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; T)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-BSD-SOCKETS-INTERNAL::PROTOENT-NAME SB-BSD-SOCKETS::PROTOENT)
; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN:ALIEN


; SYS:CONTRIB;SB-BSD-SOCKETS;INET-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.050
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/sockopt.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-BSD-SOCKETS)
; compiling (DEFMACRO DEFINE-SOCKET-OPTION ...)
; compiling (DEFUN FOREIGN-INT-TO-INTEGER ...)
; compiling (DEFMACRO DEFINE-SOCKET-OPTION-INT ...)
; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-RECEIVE-LOW-WATER ...)
; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-SEND-LOW-WATER ...)
; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-TYPE ...)
; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-SEND-BUFFER ...)
; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-RECEIVE-BUFFER ...)
; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-PRIORITY ...)
; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-TCP-KEEPCNT ...)
; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-TCP-KEEPIDLE ...)
; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-TCP-KEEPINTVL ...)
; compiling (DEFUN FOREIGN-INT-TO-BOOL ...)
; compiling (DEFUN BOOL-TO-FOREIGN-INT ...)
; compiling (DEFMACRO DEFINE-SOCKET-OPTION-BOOL ...)
; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-REUSE-ADDRESS ...)
; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-KEEP-ALIVE ...)
; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-OOB-INLINE ...)
; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-BSD-COMPATIBLE ...)
; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-PASS-CREDENTIALS ...)
; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-DEBUG ...)
; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-DONT-ROUTE ...)
; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-BROADCAST ...)
; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-TCP-NODELAY ...)
; compiling (DEFUN IDENTITY-1 ...)
; compiling (DEFINE-SOCKET-OPTION SOCKOPT-BIND-TO-DEVICE ...)

; SYS:CONTRIB;SB-BSD-SOCKETS;SOCKOPT-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.416

; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/sockets.lisp
; in: DEFMETHOD SB-BSD-SOCKETS:SOCKET-SEND (SB-BSD-SOCKETS:SOCKET T T)
; (IF SB-BSD-SOCKETS::NOSIGNAL
; SB-BSD-SOCKETS-INTERNAL::MSG-NOSIGNAL
; 0)
;
; caught WARNING:
; undefined variable: SB-BSD-SOCKETS-INTERNAL::MSG-NOSIGNAL
;
; compilation unit finished
; Undefined variable:
; SB-BSD-SOCKETS-INTERNAL::MSG-NOSIGNAL
; caught 1 WARNING condition
; printed 83 notes
* echo "(defsystem :sb-bsd-sockets :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-bsd-sockets.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-bsd-sockets")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/defpackage.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-POSIX ...)

; SYS:CONTRIB;SB-POSIX;DEFPACKAGE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.007
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/strtod.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-POSIX")
; compiling (DEFUN STRTOD ...)

; SYS:CONTRIB;SB-POSIX;STRTOD-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.046
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/designator.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-POSIX)
; compiling (DEFVAR *DESIGNATOR-TYPES* ...)
; compiling (DEFMACRO DEFINE-DESIGNATOR ...)

; SYS:CONTRIB;SB-POSIX;DESIGNATOR-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.025
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/macros.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-POSIX)
; compiling (DEFINE-DESIGNATOR FILENAME ...)
; compiling (DEFINE-DESIGNATOR FILE-DESCRIPTOR ...)
; compiling (DEFINE-DESIGNATOR SAP-OR-NIL ...)
; compiling (DEFINE-DESIGNATOR ALIEN-POINTER-TO-ANYTHING-OR-NIL ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/macros.lisp
; in: DEFINE-DESIGNATOR ALIEN-POINTER-TO-ANYTHING-OR-NIL
; (SAP-ALIEN (SB-SYS:INT-SAP 0) (* T))
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN (SB-SYS:INT-SAP 0)
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; T)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFUN LISP-FOR-C-SYMBOL ...)
; compiling (DEFPARAMETER *C-FUNCTIONS-IN-RUNTIME* ...)
; compiling (DEFUN REAL-C-NAME ...)
; compiling (DEFMACRO DEFINE-CALL-INTERNALLY ...)
; compiling (DEFMACRO DEFINE-CALL ...)
; compiling (DEFMACRO DEFINE-ENTRY-POINT ...)
; compiling (DEFMACRO DEFINE-SIMPLE-CALL ...)

; SYS:CONTRIB;SB-POSIX;MACROS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.090
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/constants.lisp-temp" (written 06 JUL 2017 02:42:33 PM):
; compiling (IN-PACKAGE #:SB-POSIX)
; compiling (DEFCONSTANT AF-INET ...)
; compiling (EXPORT (QUOTE AF-INET))
; compiling (DEFINE-ALIEN-TYPE UID-T ...)
; compiling (DEFINE-ALIEN-TYPE GID-T ...)
; compiling (DEFINE-ALIEN-TYPE NLINK-T ...)
; compiling (DEFINE-ALIEN-TYPE PID-T ...)
; compiling (DEFINE-ALIEN-TYPE INO-T ...)
; compiling (DEFINE-ALIEN-TYPE TIME-T ...)
; compiling (DEFINE-ALIEN-TYPE DEV-T ...)
; compiling (DEFCONSTANT SIGHUP ...)
; compiling (EXPORT (QUOTE SIGHUP))
; compiling (DEFCONSTANT SIGINT ...)
; compiling (EXPORT (QUOTE SIGINT))
; compiling (DEFCONSTANT SIGQUIT ...)
; compiling (EXPORT (QUOTE SIGQUIT))
; compiling (DEFCONSTANT SIGILL ...)
; compiling (EXPORT (QUOTE SIGILL))
; compiling (DEFCONSTANT SIGTRAP ...)
; compiling (EXPORT (QUOTE SIGTRAP))
; compiling (DEFCONSTANT SIGABRT ...)
; compiling (EXPORT (QUOTE SIGABRT))
; compiling (DEFCONSTANT SIGEMT ...)
; compiling (EXPORT (QUOTE SIGEMT))
; compiling (DEFCONSTANT SIGFPE ...)
; compiling (EXPORT (QUOTE SIGFPE))
; compiling (DEFCONSTANT SIGKILL ...)
; compiling (EXPORT (QUOTE SIGKILL))
; compiling (DEFCONSTANT SIGBUS ...)
; compiling (EXPORT (QUOTE SIGBUS))
; compiling (DEFCONSTANT SIGSEGV ...)
; compiling (EXPORT (QUOTE SIGSEGV))
; compiling (DEFCONSTANT SIGSYS ...)
; compiling (EXPORT (QUOTE SIGSYS))
; compiling (DEFCONSTANT SIGPIPE ...)
; compiling (EXPORT (QUOTE SIGPIPE))
; compiling (DEFCONSTANT SIGALRM ...)
; compiling (EXPORT (QUOTE SIGALRM))
; compiling (DEFCONSTANT SIGTERM ...)
; compiling (EXPORT (QUOTE SIGTERM))
; compiling (DEFCONSTANT SIGURG ...)
; compiling (EXPORT (QUOTE SIGURG))
; compiling (DEFCONSTANT SIGSTOP ...)
; compiling (EXPORT (QUOTE SIGSTOP))
; compiling (DEFCONSTANT SIGTSTP ...)
; compiling (EXPORT (QUOTE SIGTSTP))
; compiling (DEFCONSTANT SIGCONT ...)
; compiling (EXPORT (QUOTE SIGCONT))
; compiling (DEFCONSTANT SIGCHLD ...)
; compiling (EXPORT (QUOTE SIGCHLD))
; compiling (DEFCONSTANT SIGTTIN ...)
; compiling (EXPORT (QUOTE SIGTTIN))
; compiling (DEFCONSTANT SIGTTOU ...)
; compiling (EXPORT (QUOTE SIGTTOU))
; compiling (DEFCONSTANT SIGIO ...)
; compiling (EXPORT (QUOTE SIGIO))
; compiling (DEFCONSTANT SIGXCPU ...)
; compiling (EXPORT (QUOTE SIGXCPU))
; compiling (DEFCONSTANT SIGXFSZ ...)
; compiling (EXPORT (QUOTE SIGXFSZ))
; compiling (DEFCONSTANT SIGVTALRM ...)
; compiling (EXPORT (QUOTE SIGVTALRM))
; compiling (DEFCONSTANT SIGPROF ...)
; compiling (EXPORT (QUOTE SIGPROF))
; compiling (DEFCONSTANT SIGWINCH ...)
; compiling (EXPORT (QUOTE SIGWINCH))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE SIGPWR))
; compiling (DEFCONSTANT SIGUSR1 ...)
; compiling (EXPORT (QUOTE SIGUSR1))
; compiling (DEFCONSTANT SIGUSR2 ...)
; compiling (EXPORT (QUOTE SIGUSR2))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE SIGRTMIN))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE SIGRTMAX))
; compiling (DEFCONSTANT EPERM ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EPERM))
; compiling (DEFCONSTANT ENOENT ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOENT))
; compiling (DEFCONSTANT ESRCH ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ESRCH))
; compiling (DEFCONSTANT EINTR ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EINTR))
; compiling (DEFCONSTANT EIO ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EIO))
; compiling (DEFCONSTANT ENXIO ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENXIO))
; compiling (DEFCONSTANT E2BIG ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE E2BIG))
; compiling (DEFCONSTANT ENOEXEC ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOEXEC))
; compiling (DEFCONSTANT EBADF ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EBADF))
; compiling (DEFCONSTANT ECHILD ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ECHILD))
; compiling (DEFCONSTANT EAGAIN ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EAGAIN))
; compiling (DEFCONSTANT ENOMEM ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOMEM))
; compiling (DEFCONSTANT EACCES ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EACCES))
; compiling (DEFCONSTANT EFAULT ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EFAULT))
; compiling (DEFCONSTANT ENOTBLK ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOTBLK))
; compiling (DEFCONSTANT EBUSY ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EBUSY))
; compiling (DEFCONSTANT EEXIST ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EEXIST))
; compiling (DEFCONSTANT EXDEV ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EXDEV))
; compiling (DEFCONSTANT ENODEV ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENODEV))
; compiling (DEFCONSTANT ENOTDIR ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOTDIR))
; compiling (DEFCONSTANT EISDIR ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EISDIR))
; compiling (DEFCONSTANT EINVAL ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EINVAL))
; compiling (DEFCONSTANT ENFILE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENFILE))
; compiling (DEFCONSTANT EMFILE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EMFILE))
; compiling (DEFCONSTANT ENOTTY ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOTTY))
; compiling (DEFCONSTANT ETXTBSY ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ETXTBSY))
; compiling (DEFCONSTANT EFBIG ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EFBIG))
; compiling (DEFCONSTANT ENOSPC ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOSPC))
; compiling (DEFCONSTANT ESPIPE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ESPIPE))
; compiling (DEFCONSTANT EROFS ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EROFS))
; compiling (DEFCONSTANT EMLINK ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EMLINK))
; compiling (DEFCONSTANT EPIPE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EPIPE))
; compiling (DEFCONSTANT EDOM ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EDOM))
; compiling (DEFCONSTANT ERANGE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ERANGE))
; compiling (DEFCONSTANT EDEADLK ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EDEADLK))
; compiling (DEFCONSTANT ENAMETOOLONG ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENAMETOOLONG))
; compiling (DEFCONSTANT ENOLCK ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOLCK))
; compiling (DEFCONSTANT ENOSYS ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOSYS))
; compiling (DEFCONSTANT ENOTEMPTY ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOTEMPTY))
; compiling (DEFCONSTANT ELOOP ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ELOOP))
; compiling (DEFCONSTANT EWOULDBLOCK ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EWOULDBLOCK))
; compiling (DEFCONSTANT ENOMSG ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOMSG))
; compiling (DEFCONSTANT EIDRM ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EIDRM))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ECHRNG))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EL2NSYNC))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EL3HLT))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EL3RST))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ELNRNG))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EUNATCH))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENOCSI))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EL2HLT))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EBADE))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EBADR))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EXFULL))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENOANO))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EBADRQC))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EBADSLT))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EDEADLOCK))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EBFONT))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENOSTR))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENODATA))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ETIME))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENOSR))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENONET))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENOPKG))
; compiling (DEFCONSTANT EREMOTE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EREMOTE))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENOLINK))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EADV))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ESRMNT))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ECOMM))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EPROTO))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EMULTIHOP))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EDOTDOT))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EBADMSG))
; compiling (DEFCONSTANT EOVERFLOW ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EOVERFLOW))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENOTUNIQ))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EBADFD))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EREMCHG))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ELIBACC))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ELIBBAD))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ELIBSCN))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ELIBMAX))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ELIBEXEC))
; compiling (DEFCONSTANT EILSEQ ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EILSEQ))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ERESTART))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ESTRPIPE))
; compiling (DEFCONSTANT EUSERS ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EUSERS))
; compiling (DEFCONSTANT ENOTSOCK ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOTSOCK))
; compiling (DEFCONSTANT EDESTADDRREQ ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EDESTADDRREQ))
; compiling (DEFCONSTANT EMSGSIZE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EMSGSIZE))
; compiling (DEFCONSTANT EPROTOTYPE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EPROTOTYPE))
; compiling (DEFCONSTANT ENOPROTOOPT ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOPROTOOPT))
; compiling (DEFCONSTANT EPROTONOSUPPORT ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EPROTONOSUPPORT))
; compiling (DEFCONSTANT ESOCKTNOSUPPORT ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ESOCKTNOSUPPORT))
; compiling (DEFCONSTANT EOPNOTSUPP ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EOPNOTSUPP))
; compiling (DEFCONSTANT EPFNOSUPPORT ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EPFNOSUPPORT))
; compiling (DEFCONSTANT EAFNOSUPPORT ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EAFNOSUPPORT))
; compiling (DEFCONSTANT EADDRINUSE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EADDRINUSE))
; compiling (DEFCONSTANT EADDRNOTAVAIL ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EADDRNOTAVAIL))
; compiling (DEFCONSTANT ENETDOWN ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENETDOWN))
; compiling (DEFCONSTANT ENETUNREACH ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENETUNREACH))
; compiling (DEFCONSTANT ENETRESET ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENETRESET))
; compiling (DEFCONSTANT ECONNABORTED ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ECONNABORTED))
; compiling (DEFCONSTANT ECONNRESET ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ECONNRESET))
; compiling (DEFCONSTANT ENOBUFS ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOBUFS))
; compiling (DEFCONSTANT EISCONN ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EISCONN))
; compiling (DEFCONSTANT ENOTCONN ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOTCONN))
; compiling (DEFCONSTANT ESHUTDOWN ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ESHUTDOWN))
; compiling (DEFCONSTANT ETOOMANYREFS ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ETOOMANYREFS))
; compiling (DEFCONSTANT ETIMEDOUT ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ETIMEDOUT))
; compiling (DEFCONSTANT ECONNREFUSED ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ECONNREFUSED))
; compiling (DEFCONSTANT EHOSTDOWN ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EHOSTDOWN))
; compiling (DEFCONSTANT EHOSTUNREACH ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EHOSTUNREACH))
; compiling (DEFCONSTANT EALREADY ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EALREADY))
; compiling (DEFCONSTANT EINPROGRESS ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EINPROGRESS))
; compiling (DEFCONSTANT ESTALE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ESTALE))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EUCLEAN))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENOTNAM))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE ENAVAIL))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE EREMOTEIO))
; compiling (DEFCONSTANT EDQUOT ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EDQUOT))
; compiling (DEFCONSTANT ENOMEDIUM ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE ENOMEDIUM))
; compiling (DEFCONSTANT EMEDIUMTYPE ...)
; compiling (SETF (GET # ...) ...)
; compiling (EXPORT (QUOTE EMEDIUMTYPE))
; compiling (DEFCONSTANT WNOHANG ...)
; compiling (EXPORT (QUOTE WNOHANG))
; compiling (DEFCONSTANT WUNTRACED ...)
; compiling (EXPORT (QUOTE WUNTRACED))
; compiling (DEFINE-ALIEN-TYPE MODE-T ...)
; compiling (DEFCONSTANT S-IFMT ...)
; compiling (EXPORT (QUOTE S-IFMT))
; compiling (DEFCONSTANT S-IFIFO ...)
; compiling (EXPORT (QUOTE S-IFIFO))
; compiling (DEFCONSTANT S-IFCHR ...)
; compiling (EXPORT (QUOTE S-IFCHR))
; compiling (DEFCONSTANT S-IFDIR ...)
; compiling (EXPORT (QUOTE S-IFDIR))
; compiling (DEFCONSTANT S-IFBLK ...)
; compiling (EXPORT (QUOTE S-IFBLK))
; compiling (DEFCONSTANT S-IFREG ...)
; compiling (EXPORT (QUOTE S-IFREG))
; compiling (DEFCONSTANT S-IFLNK ...)
; compiling (EXPORT (QUOTE S-IFLNK))
; compiling (DEFCONSTANT S-IFSOCK ...)
; compiling (EXPORT (QUOTE S-IFSOCK))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE S-IFWHT))
; compiling (DEFCONSTANT S-ISUID ...)
; compiling (EXPORT (QUOTE S-ISUID))
; compiling (DEFCONSTANT S-ISGID ...)
; compiling (EXPORT (QUOTE S-ISGID))
; compiling (DEFCONSTANT S-ISVTX ...)
; compiling (EXPORT (QUOTE S-ISVTX))
; compiling (DEFCONSTANT S-IRUSR ...)
; compiling (EXPORT (QUOTE S-IRUSR))
; compiling (DEFCONSTANT S-IWUSR ...)
; compiling (EXPORT (QUOTE S-IWUSR))
; compiling (DEFCONSTANT S-IXUSR ...)
; compiling (EXPORT (QUOTE S-IXUSR))
; compiling (DEFCONSTANT S-IREAD ...)
; compiling (EXPORT (QUOTE S-IREAD))
; compiling (DEFCONSTANT S-IWRITE ...)
; compiling (EXPORT (QUOTE S-IWRITE))
; compiling (DEFCONSTANT S-IEXEC ...)
; compiling (EXPORT (QUOTE S-IEXEC))
; compiling (DEFCONSTANT S-IRGRP ...)
; compiling (EXPORT (QUOTE S-IRGRP))
; compiling (DEFCONSTANT S-IWGRP ...)
; compiling (EXPORT (QUOTE S-IWGRP))
; compiling (DEFCONSTANT S-IXGRP ...)
; compiling (EXPORT (QUOTE S-IXGRP))
; compiling (DEFCONSTANT S-IROTH ...)
; compiling (EXPORT (QUOTE S-IROTH))
; compiling (DEFCONSTANT S-IWOTH ...)
; compiling (EXPORT (QUOTE S-IWOTH))
; compiling (DEFCONSTANT S-IXOTH ...)
; compiling (EXPORT (QUOTE S-IXOTH))
; compiling (DEFCONSTANT R-OK ...)
; compiling (EXPORT (QUOTE R-OK))
; compiling (DEFCONSTANT W-OK ...)
; compiling (EXPORT (QUOTE W-OK))
; compiling (DEFCONSTANT X-OK ...)
; compiling (EXPORT (QUOTE X-OK))
; compiling (DEFCONSTANT F-OK ...)
; compiling (EXPORT (QUOTE F-OK))
; compiling (DEFINE-ALIEN-TYPE OFF-T ...)
; compiling (DEFCONSTANT PROT-NONE ...)
; compiling (EXPORT (QUOTE PROT-NONE))
; compiling (DEFCONSTANT PROT-READ ...)
; compiling (EXPORT (QUOTE PROT-READ))
; compiling (DEFCONSTANT PROT-WRITE ...)
; compiling (EXPORT (QUOTE PROT-WRITE))
; compiling (DEFCONSTANT PROT-EXEC ...)
; compiling (EXPORT (QUOTE PROT-EXEC))
; compiling (DEFCONSTANT MAP-SHARED ...)
; compiling (EXPORT (QUOTE MAP-SHARED))
; compiling (DEFCONSTANT MAP-PRIVATE ...)
; compiling (EXPORT (QUOTE MAP-PRIVATE))
; compiling (DEFCONSTANT MAP-FIXED ...)
; compiling (EXPORT (QUOTE MAP-FIXED))
; compiling (DEFCONSTANT MAP-ANON ...)
; compiling (EXPORT (QUOTE MAP-ANON))
; compiling (DEFCONSTANT MS-ASYNC ...)
; compiling (EXPORT (QUOTE MS-ASYNC))
; compiling (DEFCONSTANT MS-SYNC ...)
; compiling (EXPORT (QUOTE MS-SYNC))
; compiling (DEFCONSTANT MS-INVALIDATE ...)
; compiling (EXPORT (QUOTE MS-INVALIDATE))
; compiling (DEFCONSTANT MCL-CURRENT ...)
; compiling (EXPORT (QUOTE MCL-CURRENT))
; compiling (DEFCONSTANT MCL-FUTURE ...)
; compiling (EXPORT (QUOTE MCL-FUTURE))
; compiling (SB-GROVEL::DEFINE-C-STRUCT DIRENT ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT DIRENT
; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::DIRENT 280
; (SB-POSIX::INO SB-POSIX::INO-T "ino_t" 0 8)
; (SB-POSIX::NAME C-STRING "char *" 24 256))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing unsigned word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX:DIRENT-INO)
; (#:VAR-0 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::DIRENT)) STRUCT)
; (TYPE T #:VAR-0)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX:DIRENT-INO (SETF (SLOT STRUCT 'SB-POSIX::INO) #:VAR-0)))
;
; note: doing unsigned word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK CAST SB-ALIEN-INTERNALS:%CAST
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-PASSWD ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-PASSWD
; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-PASSWD 72
; (SB-POSIX::NAME SB-POSIX::C-STRING-POINTER
; "char *" 0 8)
; (SB-POSIX::PASSWD SB-POSIX::C-STRING-POINTER
; "char *" 8 8)
; (SB-POSIX::UID SB-POSIX::UID-T "uid_t" 16 4)
; (SB-POSIX::GID SB-POSIX::GID-T "gid_t" 20 4)
; (SB-POSIX::GECOS SB-POSIX::C-STRING-POINTER
; "char *" 40 8)
; (SB-POSIX::DIR SB-POSIX::C-STRING-POINTER
; "char *" 48 8)
; (SB-POSIX::SHELL SB-POSIX::C-STRING-POINTER
; "char *" 56 8))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-GROUP ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-GROUP
; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-GROUP 32
; (SB-POSIX::NAME SB-POSIX::C-STRING-POINTER
; "char *" 0 8)
; (SB-POSIX::PASSWD SB-POSIX::C-STRING-POINTER
; "char *" 8 8)
; (SB-POSIX::GID SB-POSIX::GID-T "gid_t" 16 4))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS
; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF
; ==>
; (SB-ALIEN::C-STRING-TO-STRING ALIEN
; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>)
; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE
; #<SB-ALIEN::ALIEN-C-STRING-TYPE SB-ALIEN:C-STRING>))
;
; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE

; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-STAT ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-STAT
; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-STAT 128
; (SB-POSIX::MODE SB-POSIX::MODE-T "mode_t" 0 4)
; (SB-POSIX::DEV SB-POSIX::DEV-T "dev_t" 4 4)
; (SB-POSIX::INO SB-POSIX::INO-T "ino_t" 8 8)
; (SB-POSIX::NLINK SB-POSIX::NLINK-T "nlink_t" 16
; 4)
; (SB-POSIX::UID SB-POSIX::UID-T "uid_t" 20 4)
; (SB-POSIX::GID SB-POSIX::GID-T "gid_t" 24 4)
; (SB-POSIX::RDEV SB-POSIX::DEV-T "dev_t" 28 4)
; (SB-POSIX::ATIME SB-POSIX::TIME-T "time_t" 32 8)
; (SB-POSIX::MTIME SB-POSIX::TIME-T "time_t" 48 8)
; ...)
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing unsigned word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-STAT-INO)
; (#:VAR-760 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-STAT)) STRUCT)
; (TYPE T #:VAR-760)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-STAT-INO
; (SETF (SLOT STRUCT 'SB-POSIX::INO) #:VAR-760)))
;
; note: doing unsigned word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-STAT-ATIME)
; (#:VAR-765 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-STAT)) STRUCT)
; (TYPE T #:VAR-765)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-STAT-ATIME
; (SETF (SLOT STRUCT 'SB-POSIX::ATIME) #:VAR-765)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-STAT-MTIME)
; (#:VAR-766 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-STAT)) STRUCT)
; (TYPE T #:VAR-766)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-STAT-MTIME
; (SETF (SLOT STRUCT 'SB-POSIX::MTIME) #:VAR-766)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-STAT-CTIME)
; (#:VAR-767 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-STAT)) STRUCT)
; (TYPE T #:VAR-767)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-STAT-CTIME
; (SETF (SLOT STRUCT 'SB-POSIX::CTIME) #:VAR-767)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-STAT-SIZE)
; (#:VAR-768 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-STAT)) STRUCT)
; (TYPE T #:VAR-768)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-STAT-SIZE
; (SETF (SLOT STRUCT 'SB-POSIX::SIZE) #:VAR-768)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; compiling (DEFCONSTANT O-RDONLY ...)
; compiling (EXPORT (QUOTE O-RDONLY))
; compiling (DEFCONSTANT O-WRONLY ...)
; compiling (EXPORT (QUOTE O-WRONLY))
; compiling (DEFCONSTANT O-RDWR ...)
; compiling (EXPORT (QUOTE O-RDWR))
; compiling (DEFCONSTANT O-CREAT ...)
; compiling (EXPORT (QUOTE O-CREAT))
; compiling (DEFCONSTANT O-EXCL ...)
; compiling (EXPORT (QUOTE O-EXCL))
; compiling (DEFCONSTANT O-NOCTTY ...)
; compiling (EXPORT (QUOTE O-NOCTTY))
; compiling (DEFCONSTANT O-TRUNC ...)
; compiling (EXPORT (QUOTE O-TRUNC))
; compiling (DEFCONSTANT O-APPEND ...)
; compiling (EXPORT (QUOTE O-APPEND))
; compiling (DEFCONSTANT O-NONBLOCK ...)
; compiling (EXPORT (QUOTE O-NONBLOCK))
; compiling (DEFCONSTANT O-NDELAY ...)
; compiling (EXPORT (QUOTE O-NDELAY))
; compiling (DEFCONSTANT O-SYNC ...)
; compiling (EXPORT (QUOTE O-SYNC))
; compiling (DEFCONSTANT O-NOFOLLOW ...)
; compiling (EXPORT (QUOTE O-NOFOLLOW))
; compiling (DEFCONSTANT O-DIRECTORY ...)
; compiling (EXPORT (QUOTE O-DIRECTORY))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE O-DIRECT))
; compiling (DEFCONSTANT O-ASYNC ...)
; compiling (EXPORT (QUOTE O-ASYNC))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE O-LARGEFILE))
; compiling (DEFCONSTANT O-DSYNC ...)
; compiling (EXPORT (QUOTE O-DSYNC))
; compiling (DEFCONSTANT O-RSYNC ...)
; compiling (EXPORT (QUOTE O-RSYNC))
; compiling (DEFCONSTANT SEEK-SET ...)
; compiling (EXPORT (QUOTE SEEK-SET))
; compiling (DEFCONSTANT SEEK-CUR ...)
; compiling (EXPORT (QUOTE SEEK-CUR))
; compiling (DEFCONSTANT SEEK-END ...)
; compiling (EXPORT (QUOTE SEEK-END))
; compiling (DEFCONSTANT F-DUPFD ...)
; compiling (EXPORT (QUOTE F-DUPFD))
; compiling (DEFCONSTANT F-GETFD ...)
; compiling (EXPORT (QUOTE F-GETFD))
; compiling (DEFCONSTANT F-SETFD ...)
; compiling (EXPORT (QUOTE F-SETFD))
; compiling (DEFCONSTANT F-GETFL ...)
; compiling (EXPORT (QUOTE F-GETFL))
; compiling (DEFCONSTANT F-SETFL ...)
; compiling (EXPORT (QUOTE F-SETFL))
; compiling (DEFCONSTANT F-GETLK ...)
; compiling (EXPORT (QUOTE F-GETLK))
; compiling (DEFCONSTANT F-SETLK ...)
; compiling (EXPORT (QUOTE F-SETLK))
; compiling (DEFCONSTANT F-SETLKW ...)
; compiling (EXPORT (QUOTE F-SETLKW))
; compiling (DEFCONSTANT F-GETOWN ...)
; compiling (EXPORT (QUOTE F-GETOWN))
; compiling (DEFCONSTANT F-SETOWN ...)
; compiling (EXPORT (QUOTE F-SETOWN))
; compiling (DEFCONSTANT F-RDLCK ...)
; compiling (EXPORT (QUOTE F-RDLCK))
; compiling (DEFCONSTANT F-WRLCK ...)
; compiling (EXPORT (QUOTE F-WRLCK))
; compiling (DEFCONSTANT F-UNLCK ...)
; compiling (EXPORT (QUOTE F-UNLCK))
; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-FLOCK ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-FLOCK
; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-FLOCK 24
; (TYPE SHORT "short" 20 2)
; (SB-POSIX::WHENCE SHORT "short" 22 2))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-FLOCK-START)
; (#:VAR-1080 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-FLOCK)) STRUCT)
; (TYPE T #:VAR-1080)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-FLOCK-START
; (SETF (SLOT STRUCT 'SB-POSIX::START) #:VAR-1080)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-FLOCK-LEN)
; (#:VAR-1081 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-FLOCK)) STRUCT)
; (TYPE T #:VAR-1081)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-FLOCK-LEN
; (SETF (SLOT STRUCT 'SB-POSIX::LEN) #:VAR-1081)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; compiling (DEFCONSTANT F-LOCK ...)
; compiling (EXPORT (QUOTE F-LOCK))
; compiling (DEFCONSTANT F-TLOCK ...)
; compiling (EXPORT (QUOTE F-TLOCK))
; compiling (DEFCONSTANT F-ULOCK ...)
; compiling (EXPORT (QUOTE F-ULOCK))
; compiling (DEFCONSTANT F-TEST ...)
; compiling (EXPORT (QUOTE F-TEST))
; compiling (DEFINE-ALIEN-TYPE CC-T ...)
; compiling (DEFINE-ALIEN-TYPE SPEED-T ...)
; compiling (EXPORT (QUOTE SPEED-T))
; compiling (DEFINE-ALIEN-TYPE TCFLAG-T ...)
; compiling (EXPORT (QUOTE TCFLAG-T))
; compiling (DEFCONSTANT NCCS ...)
; compiling (EXPORT (QUOTE NCCS))
; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-TERMIOS ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-TERMIOS
; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-TERMIOS 44
; (SB-POSIX::IFLAG SB-POSIX::TCFLAG-T "tcflag_t" 0
; 4)
; (SB-POSIX::OFLAG SB-POSIX::TCFLAG-T "tcflag_t" 4
; 4)
; (SB-POSIX::CFLAG SB-POSIX::TCFLAG-T "tcflag_t" 8
; 4)
; (SB-POSIX::LFLAG SB-POSIX::TCFLAG-T "tcflag_t" 12
; 4)
; (SB-POSIX::CC (ARRAY SB-POSIX::CC-T) "cc_t" 16
; 20))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 20)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure
;
; note: doing SAP to pointer coercion (cost 20)

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT
; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-ARRAY-TYPE (ARRAY
; (SB-ALIEN:UNSIGNED
; 8)
; 20)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-ALIEN-TYPE SUSECONDS-T ...)
; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-UTIMBUF ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-UTIMBUF
; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-UTIMBUF 16
; (SB-POSIX::ACTIME SB-POSIX::TIME-T "time_t" 0 8)
; (SB-POSIX::MODTIME SB-POSIX::TIME-T "time_t" 8 8))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-UTIMBUF-ACTIME)
; (#:VAR-1482 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-UTIMBUF)) STRUCT)
; (TYPE T #:VAR-1482)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-UTIMBUF-ACTIME
; (SETF (SLOT STRUCT 'SB-POSIX::ACTIME) #:VAR-1482)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-UTIMBUF-MODTIME)
; (#:VAR-1483 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-UTIMBUF)) STRUCT)
; (TYPE T #:VAR-1483)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-UTIMBUF-MODTIME
; (SETF (SLOT STRUCT 'SB-POSIX::MODTIME) #:VAR-1483)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-TIMEVAL ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/constants.lisp-temp
; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-TIMEVAL
; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-TIMEVAL 16
; (SB-POSIX::SEC SB-POSIX::TIME-T "time_t" 0 8)
; (SB-POSIX::USEC SB-POSIX::SUSECONDS-T
; "suseconds_t" 8 8))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-TIMEVAL-SEC)
; (#:VAR-1616 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-TIMEVAL)) STRUCT)
; (TYPE T #:VAR-1616)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-TIMEVAL-SEC
; (SETF (SLOT STRUCT 'SB-POSIX::SEC) #:VAR-1616)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; ALIEN
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA (SETF SB-POSIX::ALIEN-TIMEVAL-USEC)
; (#:VAR-1617 STRUCT)
; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-TIMEVAL)) STRUCT)
; (TYPE T #:VAR-1617)
; (OPTIMIZE (SPEED 3)))
; (BLOCK SB-POSIX::ALIEN-TIMEVAL-USEC
; (SETF (SLOT STRUCT 'SB-POSIX::USEC) #:VAR-1617)))
;
; note: doing signed word to integer coercion (cost 20) to "<return value>"

; compiling (DEFCONSTANT VEOF ...)
; compiling (EXPORT (QUOTE VEOF))
; compiling (DEFCONSTANT VEOL ...)
; compiling (EXPORT (QUOTE VEOL))
; compiling (DEFCONSTANT VERASE ...)
; compiling (EXPORT (QUOTE VERASE))
; compiling (DEFCONSTANT VINTR ...)
; compiling (EXPORT (QUOTE VINTR))
; compiling (DEFCONSTANT VKILL ...)
; compiling (EXPORT (QUOTE VKILL))
; compiling (DEFCONSTANT VMIN ...)
; compiling (EXPORT (QUOTE VMIN))
; compiling (DEFCONSTANT VQUIT ...)
; compiling (EXPORT (QUOTE VQUIT))
; compiling (DEFCONSTANT VSTART ...)
; compiling (EXPORT (QUOTE VSTART))
; compiling (DEFCONSTANT VSTOP ...)
; compiling (EXPORT (QUOTE VSTOP))
; compiling (DEFCONSTANT VSUSP ...)
; compiling (EXPORT (QUOTE VSUSP))
; compiling (DEFCONSTANT VTIME ...)
; compiling (EXPORT (QUOTE VTIME))
; compiling (DEFCONSTANT VDISABLE ...)
; compiling (EXPORT (QUOTE VDISABLE))
; compiling (DEFCONSTANT BRKINT ...)
; compiling (EXPORT (QUOTE BRKINT))
; compiling (DEFCONSTANT ICRNL ...)
; compiling (EXPORT (QUOTE ICRNL))
; compiling (DEFCONSTANT IGNBRK ...)
; compiling (EXPORT (QUOTE IGNBRK))
; compiling (DEFCONSTANT IGNCR ...)
; compiling (EXPORT (QUOTE IGNCR))
; compiling (DEFCONSTANT IGNPAR ...)
; compiling (EXPORT (QUOTE IGNPAR))
; compiling (DEFCONSTANT INLCR ...)
; compiling (EXPORT (QUOTE INLCR))
; compiling (DEFCONSTANT INPCK ...)
; compiling (EXPORT (QUOTE INPCK))
; compiling (DEFCONSTANT ISTRIP ...)
; compiling (EXPORT (QUOTE ISTRIP))
; compiling (DEFCONSTANT IXOFF ...)
; compiling (EXPORT (QUOTE IXOFF))
; compiling (DEFCONSTANT IXON ...)
; compiling (EXPORT (QUOTE IXON))
; compiling (DEFCONSTANT PARMRK ...)
; compiling (EXPORT (QUOTE PARMRK))
; compiling (DEFCONSTANT OPOST ...)
; compiling (EXPORT (QUOTE OPOST))
; compiling (DEFCONSTANT OCRNL ...)
; compiling (EXPORT (QUOTE OCRNL))
; compiling (DEFCONSTANT ONOCR ...)
; compiling (EXPORT (QUOTE ONOCR))
; compiling (DEFCONSTANT ONLRET ...)
; compiling (EXPORT (QUOTE ONLRET))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE OFDEL))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE OFILL))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE NLDLY))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE NL0))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE NL1))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE CRDLY))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE CR0))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE CR1))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE CR2))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE CR3))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE TABDLY))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE TAB0))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE TAB1))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE TAB2))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE TAB3))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE BSDLY))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE BS0))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE BS1))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE VTDLY))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE VT0))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE VT1))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE FFDLY))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE FF0))
; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...)
; compiling (EXPORT (QUOTE FF1))
; compiling (DEFCONSTANT B0 ...)
; compiling (EXPORT (QUOTE B0))
; compiling (DEFCONSTANT B50 ...)
; compiling (EXPORT (QUOTE B50))
; compiling (DEFCONSTANT B75 ...)
; compiling (EXPORT (QUOTE B75))
; compiling (DEFCONSTANT B110 ...)
; compiling (EXPORT (QUOTE B110))
; compiling (DEFCONSTANT B134 ...)
; compiling (EXPORT (QUOTE B134))
; compiling (DEFCONSTANT B150 ...)
; compiling (EXPORT (QUOTE B150))
; compiling (DEFCONSTANT B200 ...)
; compiling (EXPORT (QUOTE B200))
; compiling (DEFCONSTANT B300 ...)
; compiling (EXPORT (QUOTE B300))
; compiling (DEFCONSTANT B600 ...)
; compiling (EXPORT (QUOTE B600))
; compiling (DEFCONSTANT B1200 ...)
; compiling (EXPORT (QUOTE B1200))
; compiling (DEFCONSTANT B1800 ...)
; compiling (EXPORT (QUOTE B1800))
; compiling (DEFCONSTANT B2400 ...)
; compiling (EXPORT (QUOTE B2400))
; compiling (DEFCONSTANT B4800 ...)
; compiling (EXPORT (QUOTE B4800))
; compiling (DEFCONSTANT B9600 ...)
; compiling (EXPORT (QUOTE B9600))
; compiling (DEFCONSTANT B19200 ...)
; compiling (EXPORT (QUOTE B19200))
; compiling (DEFCONSTANT B38400 ...)
; compiling (EXPORT (QUOTE B38400))
; compiling (DEFCONSTANT B57600 ...)
; compiling (EXPORT (QUOTE B57600))
; compiling (DEFCONSTANT B115200 ...)
; compiling (EXPORT (QUOTE B115200))
; compiling (DEFCONSTANT B230400 ...)
; compiling (EXPORT (QUOTE B230400))
; compiling (DEFCONSTANT CSIZE ...)
; compiling (EXPORT (QUOTE CSIZE))
; compiling (DEFCONSTANT CS5 ...)
; compiling (EXPORT (QUOTE CS5))
; compiling (DEFCONSTANT CS6 ...)
; compiling (EXPORT (QUOTE CS6))
; compiling (DEFCONSTANT CS7 ...)
; compiling (EXPORT (QUOTE CS7))
; compiling (DEFCONSTANT CS8 ...)
; compiling (EXPORT (QUOTE CS8))
; compiling (DEFCONSTANT CSTOPB ...)
; compiling (EXPORT (QUOTE CSTOPB))
; compiling (DEFCONSTANT CREAD ...)
; compiling (EXPORT (QUOTE CREAD))
; compiling (DEFCONSTANT PARENB ...)
; compiling (EXPORT (QUOTE PARENB))
; compiling (DEFCONSTANT PARODD ...)
; compiling (EXPORT (QUOTE PARODD))
; compiling (DEFCONSTANT HUPCL ...)
; compiling (EXPORT (QUOTE HUPCL))
; compiling (DEFCONSTANT CLOCAL ...)
; compiling (EXPORT (QUOTE CLOCAL))
; compiling (DEFCONSTANT ECHO ...)
; compiling (EXPORT (QUOTE ECHO))
; compiling (DEFCONSTANT ECHOE ...)
; compiling (EXPORT (QUOTE ECHOE))
; compiling (DEFCONSTANT ECHOK ...)
; compiling (EXPORT (QUOTE ECHOK))
; compiling (DEFCONSTANT ECHONL ...)
; compiling (EXPORT (QUOTE ECHONL))
; compiling (DEFCONSTANT ICANON ...)
; compiling (EXPORT (QUOTE ICANON))
; compiling (DEFCONSTANT IEXTEN ...)
; compiling (EXPORT (QUOTE IEXTEN))
; compiling (DEFCONSTANT ISIG ...)
; compiling (EXPORT (QUOTE ISIG))
; compiling (DEFCONSTANT NOFLSH ...)
; compiling (EXPORT (QUOTE NOFLSH))
; compiling (DEFCONSTANT TOSTOP ...)
; compiling (EXPORT (QUOTE TOSTOP))
; compiling (DEFCONSTANT TCSANOW ...)
; compiling (EXPORT (QUOTE TCSANOW))
; compiling (DEFCONSTANT TCSADRAIN ...)
; compiling (EXPORT (QUOTE TCSADRAIN))
; compiling (DEFCONSTANT TCSAFLUSH ...)
; compiling (EXPORT (QUOTE TCSAFLUSH))
; compiling (DEFCONSTANT TCIFLUSH ...)
; compiling (EXPORT (QUOTE TCIFLUSH))
; compiling (DEFCONSTANT TCIOFLUSH ...)
; compiling (EXPORT (QUOTE TCIOFLUSH))
; compiling (DEFCONSTANT TCOFLUSH ...)
; compiling (EXPORT (QUOTE TCOFLUSH))
; compiling (DEFCONSTANT TCIOFF ...)
; compiling (EXPORT (QUOTE TCIOFF))
; compiling (DEFCONSTANT TCION ...)
; compiling (EXPORT (QUOTE TCION))
; compiling (DEFCONSTANT TCOOFF ...)
; compiling (EXPORT (QUOTE TCOOFF))
; compiling (DEFCONSTANT TCOON ...)
; compiling (EXPORT (QUOTE TCOON))
; compiling (DEFCONSTANT LOG-USER ...)
; compiling (EXPORT (QUOTE LOG-USER))
; compiling (DEFCONSTANT LOG-LOCAL0 ...)
; compiling (EXPORT (QUOTE LOG-LOCAL0))
; compiling (DEFCONSTANT LOG-LOCAL1 ...)
; compiling (EXPORT (QUOTE LOG-LOCAL1))
; compiling (DEFCONSTANT LOG-LOCAL2 ...)
; compiling (EXPORT (QUOTE LOG-LOCAL2))
; compiling (DEFCONSTANT LOG-LOCAL3 ...)
; compiling (EXPORT (QUOTE LOG-LOCAL3))
; compiling (DEFCONSTANT LOG-LOCAL4 ...)
; compiling (EXPORT (QUOTE LOG-LOCAL4))
; compiling (DEFCONSTANT LOG-LOCAL5 ...)
; compiling (EXPORT (QUOTE LOG-LOCAL5))
; compiling (DEFCONSTANT LOG-LOCAL6 ...)
; compiling (EXPORT (QUOTE LOG-LOCAL6))
; compiling (DEFCONSTANT LOG-LOCAL7 ...)
; compiling (EXPORT (QUOTE LOG-LOCAL7))
; compiling (DEFCONSTANT LOG-AUTHPRIV ...)
; compiling (EXPORT (QUOTE LOG-AUTHPRIV))
; compiling (DEFCONSTANT LOG-CRON ...)
; compiling (EXPORT (QUOTE LOG-CRON))
; compiling (DEFCONSTANT LOG-DAEMON ...)
; compiling (EXPORT (QUOTE LOG-DAEMON))
; compiling (DEFCONSTANT LOG-FTP ...)
; compiling (EXPORT (QUOTE LOG-FTP))
; compiling (DEFCONSTANT LOG-KERN ...)
; compiling (EXPORT (QUOTE LOG-KERN))
; compiling (DEFCONSTANT LOG-LPR ...)
; compiling (EXPORT (QUOTE LOG-LPR))
; compiling (DEFCONSTANT LOG-MAIL ...)
; compiling (EXPORT (QUOTE LOG-MAIL))
; compiling (DEFCONSTANT LOG-NEWS ...)
; compiling (EXPORT (QUOTE LOG-NEWS))
; compiling (DEFCONSTANT LOG-SYSLOG ...)
; compiling (EXPORT (QUOTE LOG-SYSLOG))
; compiling (DEFCONSTANT LOG-UUCP ...)
; compiling (EXPORT (QUOTE LOG-UUCP))
; compiling (DEFCONSTANT LOG-PID ...)
; compiling (EXPORT (QUOTE LOG-PID))
; compiling (DEFCONSTANT LOG-CONS ...)
; compiling (EXPORT (QUOTE LOG-CONS))
; compiling (DEFCONSTANT LOG-NDELAY ...)
; compiling (EXPORT (QUOTE LOG-NDELAY))
; compiling (DEFCONSTANT LOG-ODELAY ...)
; compiling (EXPORT (QUOTE LOG-ODELAY))
; compiling (DEFCONSTANT LOG-NOWAIT ...)
; compiling (EXPORT (QUOTE LOG-NOWAIT))
; compiling (DEFCONSTANT LOG-PERROR ...)
; compiling (EXPORT (QUOTE LOG-PERROR))
; compiling (DEFCONSTANT LOG-EMERG ...)
; compiling (EXPORT (QUOTE LOG-EMERG))
; compiling (DEFCONSTANT LOG-ALERT ...)
; compiling (EXPORT (QUOTE LOG-ALERT))
; compiling (DEFCONSTANT LOG-CRIT ...)
; compiling (EXPORT (QUOTE LOG-CRIT))
; compiling (DEFCONSTANT LOG-ERR ...)
; compiling (EXPORT (QUOTE LOG-ERR))
; compiling (DEFCONSTANT LOG-WARNING ...)
; compiling (EXPORT (QUOTE LOG-WARNING))
; compiling (DEFCONSTANT LOG-NOTICE ...)
; compiling (EXPORT (QUOTE LOG-NOTICE))
; compiling (DEFCONSTANT LOG-INFO ...)
; compiling (EXPORT (QUOTE LOG-INFO))
; compiling (DEFCONSTANT LOG-DEBUG ...)
; compiling (EXPORT (QUOTE LOG-DEBUG))

; SYS:CONTRIB;SB-POSIX;CONSTANTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:01.736
STYLE-WARNING: Couldn't grovel for SIGPWR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for SIGRTMIN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for SIGRTMAX (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ECHRNG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL2NSYNC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL3HLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL3RST (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELNRNG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EUNATCH (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOCSI (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL2HLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EXFULL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOANO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADRQC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADSLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EDEADLOCK (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBFONT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOSTR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENODATA (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ETIME (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOSR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENONET (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOPKG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOLINK (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EADV (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ESRMNT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ECOMM (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EPROTO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EMULTIHOP (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EDOTDOT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADMSG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOTUNIQ (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADFD (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EREMCHG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBACC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBBAD (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBSCN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBMAX (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBEXEC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ERESTART (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ESTRPIPE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EUCLEAN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOTNAM (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENAVAIL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EREMOTEIO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for S_IFWHT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for O_DIRECT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for O_LARGEFILE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for OFDEL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for OFILL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NLDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NL0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NL1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CRDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR2 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR3 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TABDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB2 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB3 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BSDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BS0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BS1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VTDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VT0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VT1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FFDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FF0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FF1 (unknown to the C compiler).
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-POSIX)
; compiling (DEFMACRO DEFINE-PROTOCOL-CLASS ...)
; compiling (DEFINE-CONDITION SYSCALL-ERROR ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SYSCALL-ERROR ...)
; compiling (DEFUN UNSUPPORTED-ERROR ...)
; compiling (DEFUN UNSUPPORTED-WARNING ...)
; compiling (DECLAIM (INLINE NEVER-FAILS))
; compiling (DEFUN NEVER-FAILS ...)
; compiling (SETF *C-FUNCTIONS-IN-RUNTIME* ...)
; compiling (DEFMACRO DEFINE-CALL* ...)
; compiling (DEFINE-CALL* "access" ...)
; compiling (DEFINE-CALL* "chdir" ...)
; compiling (DEFINE-CALL* "chmod" ...)
; compiling (DEFINE-CALL* "close" ...)
; compiling (DEFINE-CALL* "creat" ...)
; compiling (DEFINE-CALL* "dup" ...)
; compiling (DEFINE-CALL* "dup2" ...)
; compiling (DEFINE-CALL* ("lseek" :OPTIONS ...) ...)
; compiling (DEFINE-CALL* "mkdir" ...)
; compiling (DEF "open")
; compiling (DEFINE-CALL* "read" ...)
; compiling (DEFINE-CALL "rename" ...)
; compiling (DEFINE-CALL* "rmdir" ...)
; compiling (DEFINE-CALL* "unlink" ...)
; compiling (DEFINE-CALL "opendir" ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-CALL "opendir"
; (SB-POSIX::DEFINE-CALL "opendir" (* T) NULL-ALIEN
; (PATHNAME SB-POSIX:FILENAME))
; --> PROGN SB-POSIX::DEFINE-CALL-INTERNALLY PROGN DEFUN PROGN SB-IMPL::%DEFUN
; --> SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; T)>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-CALL* "write" ...)
; compiling (DEFINE-CALL ("readdir" :OPTIONS ...) ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-CALL ("readdir" :OPTIONS :LARGEFILE)
; (SB-POSIX::DEFINE-CALL ("readdir" :OPTIONS :LARGEFILE) (* SB-POSIX::DIRENT)
; NOT (SB-POSIX::DIR (* T)))
; --> PROGN SB-POSIX::DEFINE-CALL-INTERNALLY PROGN DEFUN PROGN SB-IMPL::%DEFUN
; --> SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::DIRENT
; (SB-POSIX::INO
; #
; :OFFSET
; 0)
; (SB-POSIX::PADDING-16-8
; #
; :OFFSET
; 64)
; (SB-POSIX::NAME
; #
; :OFFSET
; 192)
; (SB-POSIX::PADDING-0-280
; #
; :OFFSET
; 2240)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-CALL "closedir" ...)
; compiling (DEFINE-CALL* "umask" ...)
; compiling (DEFINE-CALL* "getpid" ...)
; compiling (DEFINE-CALL "chown" ...)
; compiling (DEFINE-CALL "chroot" ...)
; compiling (DEFINE-CALL "fchdir" ...)
; compiling (DEFINE-CALL "fchmod" ...)
; compiling (DEFINE-CALL "fchown" ...)
; compiling (DEFINE-CALL "fdatasync" ...)
; compiling (DEFINE-CALL ("ftruncate" :OPTIONS ...) ...)
; compiling (DEFINE-CALL "fsync" ...)
; compiling (DEFINE-CALL "lchown" ...)
; compiling (DEFINE-CALL "link" ...)
; compiling (DEFINE-CALL "lockf" ...)
; compiling (DEFINE-CALL "mkfifo" ...)
; compiling (DEFINE-CALL "symlink" ...)
; compiling (DEFINE-CALL "sync" ...)
; compiling (DEFINE-CALL ("truncate" :OPTIONS ...) ...)
; compiling (DEF-MK*TEMP MKTEMP ...)
; compiling (DEF-MK*TEMP MKSTEMP ...)
; compiling (DEF-MK*TEMP MKDTEMP ...)
; compiling (DEFINE-CALL-INTERNALLY IOCTL-WITHOUT-ARG ...)
; compiling (DEFINE-CALL-INTERNALLY IOCTL-WITH-INT-ARG ...)
; compiling (DEFINE-CALL-INTERNALLY IOCTL-WITH-POINTER-ARG ...)
; compiling (DEFINE-ENTRY-POINT "ioctl" ...)
; compiling (DEFINE-CALL-INTERNALLY FCNTL-WITHOUT-ARG ...)
; compiling (DEFINE-CALL-INTERNALLY FCNTL-WITH-INT-ARG ...)
; compiling (DEFINE-CALL-INTERNALLY FCNTL-WITH-POINTER-ARG ...)
; compiling (DEFINE-PROTOCOL-CLASS FLOCK ...)
; compiling (DEFINE-ENTRY-POINT "fcntl" ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-ENTRY-POINT "fcntl"
; (SB-POSIX::FLOCK-TO-ALIEN SB-POSIX::ARG SB-POSIX::A-FLOCK)
; --> SB-POSIX::A-FLOCK SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-FLOCK
; (SB-POSIX::START
; #
; :OFFSET
; 0)
; (SB-POSIX::LEN
; #
; :OFFSET
; 64)
; (SB-POSIX::PID
; #
; :OFFSET
; 128)
; (TYPE
; #
; :OFFSET
; 160)
; (SB-POSIX::WHENCE
; #
; :OFFSET
; 176)
; (SB-POSIX::PADDING-0-24
; #
; :OFFSET
; 192)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::FCNTL-WITH-POINTER-ARG SB-POSIX::FD SB-POSIX::CMD
; SB-POSIX::A-FLOCK)
; --> SB-POSIX::A-FLOCK SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-FLOCK
; (SB-POSIX::START
; #
; :OFFSET
; 0)
; (SB-POSIX::LEN
; #
; :OFFSET
; 64)
; (SB-POSIX::PID
; #
; :OFFSET
; 128)
; (TYPE
; #
; :OFFSET
; 160)
; (SB-POSIX::WHENCE
; #
; :OFFSET
; 176)
; (SB-POSIX::PADDING-0-24
; #
; :OFFSET
; 192)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::ALIEN-TO-FLOCK SB-POSIX::A-FLOCK SB-POSIX::ARG)
; --> SB-POSIX::A-FLOCK SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-FLOCK
; (SB-POSIX::START
; #
; :OFFSET
; 0)
; (SB-POSIX::LEN
; #
; :OFFSET
; 64)
; (SB-POSIX::PID
; #
; :OFFSET
; 128)
; (TYPE
; #
; :OFFSET
; 160)
; (SB-POSIX::WHENCE
; #
; :OFFSET
; 176)
; (SB-POSIX::PADDING-0-24
; #
; :OFFSET
; 192)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::WITH-ALIEN-FLOCK SB-POSIX::A-FLOCK
; NIL
; (SB-POSIX::FLOCK-TO-ALIEN SB-POSIX::ARG SB-POSIX::A-FLOCK)
; (LET ((SB-POSIX::R
; (SB-POSIX::FCNTL-WITH-POINTER-ARG SB-POSIX::FD SB-POSIX::CMD
; SB-POSIX::A-FLOCK)))
; (SB-POSIX::ALIEN-TO-FLOCK SB-POSIX::A-FLOCK SB-POSIX::ARG)
; SB-POSIX::R))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET
; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-FLOCK SB-POSIX::A-FLOCK
; --> SB-ALIEN-INTERNALS:LOCAL-ALIEN SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-FLOCK
; (SB-POSIX::START
; #
; :OFFSET
; 0)
; (SB-POSIX::LEN
; #
; :OFFSET
; 64)
; (SB-POSIX::PID
; #
; :OFFSET
; 128)
; (TYPE
; #
; :OFFSET
; 160)
; (SB-POSIX::WHENCE
; #
; :OFFSET
; 176)
; (SB-POSIX::PADDING-0-24
; #
; :OFFSET
; 192)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-CALL "geteuid" ...)
; compiling (DEFINE-CALL "getuid" ...)
; compiling (DEFINE-CALL "seteuid" ...)
; compiling (DEFINE-CALL "setfsuid" ...)
; compiling (DEFINE-CALL "setreuid" ...)
; compiling (DEFINE-CALL "setresuid" ...)
; compiling (DEFINE-CALL "setuid" ...)
; compiling (DEFINE-CALL "getegid" ...)
; compiling (DEFINE-CALL "getgid" ...)
; compiling (EXPORT (QUOTE #) ...)
; compiling (DECLAIM (INLINE GETRESGID ...))
; compiling (DEFUN GETRESGID ...)
; compiling (DEFUN GETRESUID ...)
; compiling (DEFINE-CALL "setegid" ...)
; compiling (DEFINE-CALL "setfsgid" ...)
; compiling (DEFINE-CALL "setgid" ...)
; compiling (DEFINE-CALL "setregid" ...)
; compiling (DEFINE-CALL "setresgid" ...)
; compiling (DEFINE-CALL "alarm" ...)
; compiling (DEFINE-SIMPLE-CALL ABORT ...)
; compiling (DEFINE-SIMPLE-CALL EXIT ...)
; compiling (DEFINE-SIMPLE-CALL _EXIT ...)
; compiling (DEFINE-CALL ("posix_fork" :C-NAME ...) ...)
; compiling (DEFUN FORK ...)
; compiling (EXPORT (QUOTE FORK) ...)
; compiling (DEFINE-CALL "getpgid" ...)
; compiling (DEFINE-CALL "getppid" ...)
; compiling (DEFINE-CALL "getpgrp" ...)
; compiling (DEFINE-CALL "getsid" ...)
; compiling (DEFINE-CALL "kill" ...)
; compiling (DEFINE-CALL "killpg" ...)
; compiling (DEFINE-CALL "pause" ...)
; compiling (DEFINE-CALL "setpgid" ...)
; compiling (DEFINE-CALL "setpgrp" ...)
; compiling (DEFINE-CALL "setsid" ...)
; compiling (DEFMACRO WITH-GROWING-C-STRING ...)
; compiling (EXPORT (QUOTE READLINK) ...)
; compiling (DEFUN READLINK ...)
; compiling (EXPORT (QUOTE GETCWD) ...)
; compiling (DEFUN GETCWD ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN GETCWD
; (SB-POSIX::WITH-GROWING-C-STRING (SB-POSIX::BUF SB-POSIX::SIZE)
; (LET ((SB-POSIX::RESULT (SB-POSIX::%GETCWD SB-POSIX::BUF SB-POSIX::SIZE)))
; (COND (SB-POSIX::RESULT (SB-POSIX::BUF))
; ((/= # SB-POSIX:ERANGE)
; (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::GETCWD)))))
; --> BLOCK LET FLET BLOCK WHEN IF SETF SB-KERNEL:%SET-SAP-REF-8 ALIEN-SAP
; ==>
; SB-POSIX::BUF
;
; note: deleting unreachable code

; compiling (EXPORT (QUOTE WAIT) ...)
; compiling (DECLAIM (INLINE WAIT))
; compiling (DEFUN WAIT ...)
; compiling (EXPORT (QUOTE WAITPID) ...)
; compiling (DECLAIM (INLINE WAITPID))
; compiling (DEFUN WAITPID ...)
; compiling (DEFINE-CALL "wifexited" ...)
; compiling (DEFINE-CALL "wexitstatus" ...)
; compiling (DEFINE-CALL "wifsignaled" ...)
; compiling (DEFINE-CALL "wtermsig" ...)
; compiling (DEFINE-CALL "wifstopped" ...)
; compiling (DEFINE-CALL "wstopsig" ...)
; compiling (DEFINE-CALL ("mmap" :OPTIONS ...) ...)
; compiling (DEFINE-CALL "munmap" ...)
; compiling (DEFINE-CALL "msync" ...)
; compiling (DEFINE-CALL "mlockall" ...)
; compiling (DEFINE-CALL "munlockall" ...)
; compiling (DEFINE-CALL "getpagesize" ...)
; compiling (DEFINE-PROTOCOL-CLASS PASSWD ...)
; compiling (DEFINE-PROTOCOL-CLASS GROUP ...)
; compiling (DEFMACRO DEFINE-OBJ-CALL ...)
; compiling (DEFINE-OBJ-CALL "getpwnam" ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-OBJ-CALL "getpwnam"
; (SB-POSIX::DEFINE-OBJ-CALL "getpwnam" SB-POSIX::LOGIN-NAME
; (FUNCTION (* SB-POSIX::ALIEN-PASSWD)
; (C-STRING :NOT-NULL T))
; SB-POSIX::ALIEN-TO-PASSWD)
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-PASSWD
; (SB-POSIX::NAME
; SB-ALIEN:C-STRING
; :OFFSET
; 0)
; (SB-POSIX::PASSWD
; SB-ALIEN:C-STRING
; :OFFSET
; 64)
; (SB-POSIX::UID
; #
; :OFFSET
; 128)
; (SB-POSIX::GID
; #
; :OFFSET
; 160)
; (SB-POSIX::PADDING-16-24
; #
; :OFFSET
; 192)
; (SB-POSIX::GECOS
; SB-ALIEN:C-STRING
; :OFFSET
; 320)
; (SB-POSIX::DIR
; SB-ALIEN:C-STRING
; :OFFSET
; 384)
; (SB-POSIX::SHELL
; SB-ALIEN:C-STRING
; :OFFSET
; 448)
; (SB-POSIX::PADDING-8-64
; #
; :OFFSET
; 512)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-OBJ-CALL "getpwuid" ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-OBJ-CALL "getpwuid"
; (SB-POSIX::DEFINE-OBJ-CALL "getpwuid" SB-POSIX::UID
; (FUNCTION (* SB-POSIX::ALIEN-PASSWD)
; SB-POSIX::UID-T)
; SB-POSIX::ALIEN-TO-PASSWD)
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-PASSWD
; (SB-POSIX::NAME
; SB-ALIEN:C-STRING
; :OFFSET
; 0)
; (SB-POSIX::PASSWD
; SB-ALIEN:C-STRING
; :OFFSET
; 64)
; (SB-POSIX::UID
; #
; :OFFSET
; 128)
; (SB-POSIX::GID
; #
; :OFFSET
; 160)
; (SB-POSIX::PADDING-16-24
; #
; :OFFSET
; 192)
; (SB-POSIX::GECOS
; SB-ALIEN:C-STRING
; :OFFSET
; 320)
; (SB-POSIX::DIR
; SB-ALIEN:C-STRING
; :OFFSET
; 384)
; (SB-POSIX::SHELL
; SB-ALIEN:C-STRING
; :OFFSET
; 448)
; (SB-POSIX::PADDING-8-64
; #
; :OFFSET
; 512)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-OBJ-CALL "getgrnam" ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-OBJ-CALL "getgrnam"
; (SB-POSIX::DEFINE-OBJ-CALL "getgrnam" SB-POSIX::LOGIN-NAME
; (FUNCTION (* SB-POSIX::ALIEN-GROUP)
; (C-STRING :NOT-NULL T))
; SB-POSIX::ALIEN-TO-GROUP)
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-GROUP
; (SB-POSIX::NAME
; SB-ALIEN:C-STRING
; :OFFSET
; 0)
; (SB-POSIX::PASSWD
; SB-ALIEN:C-STRING
; :OFFSET
; 64)
; (SB-POSIX::GID
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-12-20
; #
; :OFFSET
; 160)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-OBJ-CALL "getgrgid" ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-OBJ-CALL "getgrgid"
; (SB-POSIX::DEFINE-OBJ-CALL "getgrgid" SB-POSIX::GID
; (FUNCTION (* SB-POSIX::ALIEN-GROUP)
; SB-POSIX::GID-T)
; SB-POSIX::ALIEN-TO-GROUP)
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-GROUP
; (SB-POSIX::NAME
; SB-ALIEN:C-STRING
; :OFFSET
; 0)
; (SB-POSIX::PASSWD
; SB-ALIEN:C-STRING
; :OFFSET
; 64)
; (SB-POSIX::GID
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-12-20
; #
; :OFFSET
; 160)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-PROTOCOL-CLASS TIMEVAL ...)
; compiling (DEFINE-PROTOCOL-CLASS STAT ...)
; compiling (DEFMACRO DEFINE-STAT-CALL ...)
; compiling (DEFINE-STAT-CALL "stat" ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-STAT-CALL "stat"
; (SB-POSIX::DEFINE-STAT-CALL "stat" PATHNAME SB-POSIX:FILENAME
; (FUNCTION INT (C-STRING :NOT-NULL T)
; (* SB-POSIX::ALIEN-STAT)))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK
; --> MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL BLOCK SB-C::%WITHIN-CLEANUP
; --> RETURN-FROM PROGN LET SB-POSIX::ALIEN-TO-STAT SB-POSIX::A-STAT
; --> SB-ALIEN-INTERNALS:LOCAL-ALIEN SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-STAT
; (SB-POSIX::MODE
; #
; :OFFSET
; 0)
; (SB-POSIX::DEV
; #
; :OFFSET
; 32)
; (SB-POSIX::INO
; #
; :OFFSET
; 64)
; (SB-POSIX::NLINK
; #
; :OFFSET
; 128)
; (SB-POSIX::UID
; #
; :OFFSET
; 160)
; (SB-POSIX::GID
; #
; :OFFSET
; 192)
; (SB-POSIX::RDEV
; #
; :OFFSET
; 224)
; (SB-POSIX::ATIME
; #
; :OFFSET
; 256)
; (SB-POSIX::PADDING-8-40
; #
; :OFFSET
; 320)
; (SB-POSIX::MTIME
; #
; :OFFSET
; 384)
; ...))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK
; --> SB-POSIX::FREE-ALIEN-STAT SB-POSIX::A-STAT SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-STAT
; (SB-POSIX::MODE
; #
; :OFFSET
; 0)
; (SB-POSIX::DEV
; #
; :OFFSET
; 32)
; (SB-POSIX::INO
; #
; :OFFSET
; 64)
; (SB-POSIX::NLINK
; #
; :OFFSET
; 128)
; (SB-POSIX::UID
; #
; :OFFSET
; 160)
; (SB-POSIX::GID
; #
; :OFFSET
; 192)
; (SB-POSIX::RDEV
; #
; :OFFSET
; 224)
; (SB-POSIX::ATIME
; #
; :OFFSET
; 256)
; (SB-POSIX::PADDING-8-40
; #
; :OFFSET
; 320)
; (SB-POSIX::MTIME
; #
; :OFFSET
; 384)
; ...))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-STAT-CALL "lstat" ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-STAT-CALL "lstat"
; (SB-POSIX::DEFINE-STAT-CALL "lstat" PATHNAME SB-POSIX:FILENAME
; (FUNCTION INT (C-STRING :NOT-NULL T)
; (* SB-POSIX::ALIEN-STAT)))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK
; --> MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL BLOCK SB-C::%WITHIN-CLEANUP
; --> RETURN-FROM PROGN LET SB-POSIX::ALIEN-TO-STAT SB-POSIX::A-STAT
; --> SB-ALIEN-INTERNALS:LOCAL-ALIEN SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-STAT
; (SB-POSIX::MODE
; #
; :OFFSET
; 0)
; (SB-POSIX::DEV
; #
; :OFFSET
; 32)
; (SB-POSIX::INO
; #
; :OFFSET
; 64)
; (SB-POSIX::NLINK
; #
; :OFFSET
; 128)
; (SB-POSIX::UID
; #
; :OFFSET
; 160)
; (SB-POSIX::GID
; #
; :OFFSET
; 192)
; (SB-POSIX::RDEV
; #
; :OFFSET
; 224)
; (SB-POSIX::ATIME
; #
; :OFFSET
; 256)
; (SB-POSIX::PADDING-8-40
; #
; :OFFSET
; 320)
; (SB-POSIX::MTIME
; #
; :OFFSET
; 384)
; ...))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK
; --> SB-POSIX::FREE-ALIEN-STAT SB-POSIX::A-STAT SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-STAT
; (SB-POSIX::MODE
; #
; :OFFSET
; 0)
; (SB-POSIX::DEV
; #
; :OFFSET
; 32)
; (SB-POSIX::INO
; #
; :OFFSET
; 64)
; (SB-POSIX::NLINK
; #
; :OFFSET
; 128)
; (SB-POSIX::UID
; #
; :OFFSET
; 160)
; (SB-POSIX::GID
; #
; :OFFSET
; 192)
; (SB-POSIX::RDEV
; #
; :OFFSET
; 224)
; (SB-POSIX::ATIME
; #
; :OFFSET
; 256)
; (SB-POSIX::PADDING-8-40
; #
; :OFFSET
; 320)
; (SB-POSIX::MTIME
; #
; :OFFSET
; 384)
; ...))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-STAT-CALL "fstat" ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFINE-STAT-CALL "fstat"
; (SB-POSIX::DEFINE-STAT-CALL "fstat" SB-POSIX::FD SB-POSIX:FILE-DESCRIPTOR
; (FUNCTION INT INT (* SB-POSIX::ALIEN-STAT)))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK
; --> MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL BLOCK SB-C::%WITHIN-CLEANUP
; --> RETURN-FROM PROGN LET SB-POSIX::ALIEN-TO-STAT SB-POSIX::A-STAT
; --> SB-ALIEN-INTERNALS:LOCAL-ALIEN SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-STAT
; (SB-POSIX::MODE
; #
; :OFFSET
; 0)
; (SB-POSIX::DEV
; #
; :OFFSET
; 32)
; (SB-POSIX::INO
; #
; :OFFSET
; 64)
; (SB-POSIX::NLINK
; #
; :OFFSET
; 128)
; (SB-POSIX::UID
; #
; :OFFSET
; 160)
; (SB-POSIX::GID
; #
; :OFFSET
; 192)
; (SB-POSIX::RDEV
; #
; :OFFSET
; 224)
; (SB-POSIX::ATIME
; #
; :OFFSET
; 256)
; (SB-POSIX::PADDING-8-40
; #
; :OFFSET
; 320)
; (SB-POSIX::MTIME
; #
; :OFFSET
; 384)
; ...))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK
; --> SB-POSIX::FREE-ALIEN-STAT SB-POSIX::A-STAT SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-STAT
; (SB-POSIX::MODE
; #
; :OFFSET
; 0)
; (SB-POSIX::DEV
; #
; :OFFSET
; 32)
; (SB-POSIX::INO
; #
; :OFFSET
; 64)
; (SB-POSIX::NLINK
; #
; :OFFSET
; 128)
; (SB-POSIX::UID
; #
; :OFFSET
; 160)
; (SB-POSIX::GID
; #
; :OFFSET
; 192)
; (SB-POSIX::RDEV
; #
; :OFFSET
; 224)
; (SB-POSIX::ATIME
; #
; :OFFSET
; 256)
; (SB-POSIX::PADDING-8-40
; #
; :OFFSET
; 320)
; (SB-POSIX::MTIME
; #
; :OFFSET
; 384)
; ...))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-CALL "s_isreg" ...)
; compiling (DEFINE-CALL "s_isdir" ...)
; compiling (DEFINE-CALL "s_ischr" ...)
; compiling (DEFINE-CALL "s_isblk" ...)
; compiling (DEFINE-CALL "s_isfifo" ...)
; compiling (DEFINE-CALL "s_islnk" ...)
; compiling (DEFINE-CALL "s_issock" ...)
; compiling (EXPORT (QUOTE PIPE) ...)
; compiling (DECLAIM (INLINE PIPE))
; compiling (DEFUN PIPE ...)
; compiling (DEFINE-PROTOCOL-CLASS TERMIOS ...)
; compiling (EXPORT (QUOTE TCSETATTR) ...)
; compiling (DECLAIM (INLINE TCSETATTR))
; compiling (DEFUN TCSETATTR ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN TCSETATTR
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS
; NIL
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; (LET ((SB-POSIX::FD (SB-POSIX:FILE-DESCRIPTOR SB-POSIX::FD)))
; (LET* ((SB-POSIX::R #))
; (WHEN (MINUSP SB-POSIX::R)
; (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::TCSETATTR)))
; (VALUES)))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET
; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (EXPORT (QUOTE TCGETATTR) ...)
; compiling (DECLAIM (INLINE TCGETATTR))
; compiling (DEFUN TCGETATTR ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN TCGETATTR
; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS SB-POSIX::TERMIOS)
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS
; NIL
; (LET ((SB-POSIX::R (ALIEN-FUNCALL # # SB-POSIX::A-TERMIOS)))
; (WHEN (MINUSP SB-POSIX::R) (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::TCGETATTR))
; (SETF SB-POSIX::TERMIOS
; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS
; SB-POSIX::TERMIOS))))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET
; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-CALL "tcdrain" ...)
; compiling (DEFINE-CALL "tcflow" ...)
; compiling (DEFINE-CALL "tcflush" ...)
; compiling (DEFINE-CALL "tcgetsid" ...)
; compiling (DEFINE-CALL "tcsendbreak" ...)
; compiling (EXPORT (QUOTE CFSETISPEED) ...)
; compiling (DECLAIM (INLINE CFSETISPEED))
; compiling (DEFUN CFSETISPEED ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN CFSETISPEED
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS SB-POSIX::TERMIOS)
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS
; NIL
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; (LET ((SB-POSIX::R (ALIEN-FUNCALL # SB-POSIX::A-TERMIOS SPEED)))
; (WHEN (MINUSP SB-POSIX::R)
; (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::CFSETISPEED))
; (SETF SB-POSIX::TERMIOS
; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS
; SB-POSIX::TERMIOS))))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET
; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (EXPORT (QUOTE CFSETOSPEED) ...)
; compiling (DECLAIM (INLINE CFSETOSPEED))
; compiling (DEFUN CFSETOSPEED ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN CFSETOSPEED
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS SB-POSIX::TERMIOS)
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS
; NIL
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; (LET ((SB-POSIX::R (ALIEN-FUNCALL # SB-POSIX::A-TERMIOS SPEED)))
; (WHEN (MINUSP SB-POSIX::R)
; (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::CFSETOSPEED))
; (SETF SB-POSIX::TERMIOS
; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS
; SB-POSIX::TERMIOS))))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET
; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (EXPORT (QUOTE CFGETISPEED) ...)
; compiling (DECLAIM (INLINE CFGETISPEED))
; compiling (DEFUN CFGETISPEED ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN CFGETISPEED
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS
; NIL
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; (ALIEN-FUNCALL
; (EXTERN-ALIEN "cfgetispeed"
; (FUNCTION SB-POSIX:SPEED-T (* SB-POSIX::ALIEN-TERMIOS)))
; SB-POSIX::A-TERMIOS))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET
; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (EXPORT (QUOTE CFGETOSPEED) ...)
; compiling (DECLAIM (INLINE CFGETOSPEED))
; compiling (DEFUN CFGETOSPEED ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN CFGETOSPEED
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS
; NIL
; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS)
; (ALIEN-FUNCALL
; (EXTERN-ALIEN "cfgetospeed"
; (FUNCTION SB-POSIX:SPEED-T (* SB-POSIX::ALIEN-TERMIOS)))
; SB-POSIX::A-TERMIOS))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET
; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS
; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TERMIOS
; (SB-POSIX::IFLAG
; #
; :OFFSET
; 0)
; (SB-POSIX::OFLAG
; #
; :OFFSET
; 32)
; (SB-POSIX::CFLAG
; #
; :OFFSET
; 64)
; (SB-POSIX::LFLAG
; #
; :OFFSET
; 96)
; (SB-POSIX::CC
; #
; :OFFSET
; 128)
; (SB-POSIX::PADDING-8-36
; #
; :OFFSET
; 288)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (EXPORT (QUOTE TIME) ...)
; compiling (DEFUN TIME ...)
; compiling (EXPORT (QUOTE UTIME) ...)
; compiling (DEFUN UTIME ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN UTIME
; (EXTERN-ALIEN "utime"
; (FUNCTION INT (C-STRING :NOT-NULL T)
; (* SB-POSIX::ALIEN-UTIMBUF)))
; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-FUN-TYPE (FUNCTION
; (SB-ALIEN:SIGNED
; 32)
; (SB-ALIEN:C-STRING
; :NOT-NULL
; T)
; (*
; (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-UTIMBUF
; # #
; #)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (EXPORT (QUOTE UTIMES) ...)
; compiling (DEFUN UTIMES ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN UTIMES
; (EXTERN-ALIEN "sb_utimes"
; (FUNCTION INT (C-STRING :NOT-NULL T)
; (* (ARRAY SB-POSIX::ALIEN-TIMEVAL 2))))
; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-FUN-TYPE (FUNCTION
; (SB-ALIEN:SIGNED
; 32)
; (SB-ALIEN:C-STRING
; :NOT-NULL
; T)
; (*
; (ARRAY
; #
; 2)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (DEREF SB-POSIX::BUF 0)
; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-RECORD-TYPE (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TIMEVAL
; (SB-POSIX::SEC
; (SB-ALIEN:SIGNED
; 64)
; :OFFSET
; 0)
; (SB-POSIX::USEC
; (SB-ALIEN:SIGNED
; 64)
; :OFFSET
; 64)
; (SB-POSIX::PADDING-0-16
; (ARRAY
; #
; 0)
; :OFFSET
; 128))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; (DEREF SB-POSIX::BUF 1)
; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-RECORD-TYPE (SB-ALIEN:STRUCT
; SB-POSIX::ALIEN-TIMEVAL
; (SB-POSIX::SEC
; (SB-ALIEN:SIGNED
; 64)
; :OFFSET
; 0)
; (SB-POSIX::USEC
; (SB-ALIEN:SIGNED
; 64)
; :OFFSET
; 64)
; (SB-POSIX::PADDING-0-16
; (ARRAY
; #
; 0)
; :OFFSET
; 128))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (EXPORT (QUOTE GETENV) ...)
; compiling (DEFUN GETENV ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/interface.lisp
; in: DEFUN GETENV
; (ALIEN-FUNCALL
; (EXTERN-ALIEN "getenv" (FUNCTION (* CHAR) (C-STRING :NOT-NULL T)))
; SB-POSIX::NAME)
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:SIGNED
; 8))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFINE-CALL "setenv" ...)
; compiling (DEFINE-CALL "unsetenv" ...)
; compiling (EXPORT (QUOTE PUTENV) ...)
; compiling (DEFUN PUTENV ...)
; compiling (EXPORT (QUOTE OPENLOG) ...)
; compiling (EXPORT (QUOTE SYSLOG) ...)
; compiling (EXPORT (QUOTE CLOSELOG) ...)
; compiling (DEFUN OPENLOG ...)
; compiling (DEFUN SYSLOG ...)
; compiling (DEFINE-CALL "closelog" ...)

; SYS:CONTRIB;SB-POSIX;INTERFACE-TMP.FASL.NEWEST written
; compilation finished in 0:00:03.029
STYLE-WARNING: Didn't find definition for "setfsuid"
STYLE-WARNING: Didn't find definition for "setfsgid"
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets/tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE "SB-BSD-SOCKETS-TEST" ...)
; compiling (IN-PACKAGE :SB-BSD-SOCKETS-TEST)
; compiling (DEFMACRO DEFTEST* ...)
; compiling (DEFTEST MAKE-INET-ADDRESS ...)
; compiling (DEFTEST MAKE-INET-ADDRESS2 ...)
; compiling (DEFTEST MAKE-INET6-ADDRESS.1 ...)
; compiling (DEFTEST GET-PROTOCOL-BY-NAME/TCP ...)
; compiling (DEFTEST GET-PROTOCOL-BY-NAME/UDP ...)
; compiling (DEFTEST GET-PROTOCOL-BY-NAME/ERROR ...)
; compiling (DEFTEST MAKE-INET-SOCKET.SMOKE ...)
; compiling (DEFTEST MAKE-INET-SOCKET.KEYWORD ...)
; compiling (DEFTEST* (MAKE-INET-SOCKET-WRONG) ...)
; compiling (DEFTEST* (MAKE-INET-SOCKET-KEYWORD-WRONG) ...)
; compiling (DEFTEST MAKE-INET6-SOCKET.SMOKE ...)
; compiling (DEFTEST MAKE-INET6-SOCKET.KEYWORD ...)
; compiling (DEFTEST* (NON-BLOCK-SOCKET) ...)
; compiling (DEFTEST INET-SOCKET-BIND ...)
; compiling (DEFTEST INET6-SOCKET-BIND ...)
; compiling (DEFTEST* (SIMPLE-SOCKOPT-TEST) ...)
; compiling (DEFUN READ-BUF-NONBLOCK ...)
; compiling (DEFTEST SIMPLE-LOCAL-CLIENT ...)
; compiling (DEFUN HTTP-STREAM ...)
; compiling (DEFTEST SOCKET-OPEN-P-TRUE.1 ...)
; compiling (DEFTEST SOCKET-OPEN-P-FALSE ...)
; compiling (DEFUN UDP-SERVER ...)
; compiling (DEFTEST INTERRUPT-IO ...)
; compiling (DEFMACRO WITH-CLIENT-AND-SERVER ...)
; compiling (DEFINE-SHUTDOWN-TESTS :OUTPUT)
; compiling (DEFINE-SHUTDOWN-TESTS :IO)

; SYS:CONTRIB;SB-BSD-SOCKETS;TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.183
Doing 28 pending tests of 28 tests total.
SB-BSD-SOCKETS:MAKE-INET-ADDRESS SB-BSD-SOCKETS-TEST::MAKE-INET-ADDRESS2
SB-BSD-SOCKETS-TEST::MAKE-INET6-ADDRESS.1
SB-BSD-SOCKETS-TEST::GET-PROTOCOL-BY-NAME/TCP
SB-BSD-SOCKETS-TEST::GET-PROTOCOL-BY-NAME/UDP
SB-BSD-SOCKETS-TEST::GET-PROTOCOL-BY-NAME/ERROR
SB-BSD-SOCKETS-TEST::MAKE-INET-SOCKET.SMOKE
SB-BSD-SOCKETS-TEST::MAKE-INET-SOCKET.KEYWORD
SB-BSD-SOCKETS-TEST::MAKE-INET-SOCKET-WRONG
SB-BSD-SOCKETS-TEST::MAKE-INET-SOCKET-KEYWORD-WRONG
SB-BSD-SOCKETS-TEST::MAKE-INET6-SOCKET.SMOKE
SB-BSD-SOCKETS-TEST::MAKE-INET6-SOCKET.KEYWORD
SB-BSD-SOCKETS-TEST::NON-BLOCK-SOCKET SB-BSD-SOCKETS-TEST::INET-SOCKET-BIND
SB-BSD-SOCKETS-TEST::INET6-SOCKET-BIND SB-BSD-SOCKETS-TEST::SIMPLE-SOCKOPT-TEST
SB-BSD-SOCKETS-TEST::SIMPLE-LOCAL-CLIENT
SB-BSD-SOCKETS-TEST::SOCKET-OPEN-P-TRUE.1
SB-BSD-SOCKETS-TEST::SOCKET-OPEN-P-FALSE SB-BSD-SOCKETS-TEST::INTERRUPT-IO
SB-BSD-SOCKETS-TEST::SHUTDOWN.SERVER.CHARACTER.OUTPUT
SB-BSD-SOCKETS-TEST::SHUTDOWN.SERVER.UB8.OUTPUT
SB-BSD-SOCKETS-TEST::SHUTDOWN.CLIENT.CHARACTER.OUTPUT
SB-BSD-SOCKETS-TEST::SHUTDOWN.CLIENT.UB8.OUTPUT
SB-BSD-SOCKETS-TEST::SHUTDOWN.SERVER.CHARACTER.IO
SB-BSD-SOCKETS-TEST::SHUTDOWN.SERVER.UB8.IO
SB-BSD-SOCKETS-TEST::SHUTDOWN.CLIENT.CHARACTER.IO
SB-BSD-SOCKETS-TEST::SHUTDOWN.CLIENT.UB8.IO
No tests failed.
;
; compilation unit finished
; printed 79 notes
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-bsd-sockets'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cltl2'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-cltl2")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-cltl2/module-setup.lisp" (written 06 JUL 2017 02:42:50 PM):
; compiling (PROVIDE :SB-CLTL2)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-cltl2/module-setup.fasl written
; compilation finished in 0:00:00.003
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cltl2/defpackage.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-CLTL2 ...)

; SYS:CONTRIB;SB-CLTL2;DEFPACKAGE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.011
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cltl2/env.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CLTL2)
; compiling (DEFVAR *NULL-LEXENV* ...)
; compiling (DEFUN AUGMENT-ENVIRONMENT ...)
; compiling (DEFUN EXTRA-PAIRS ...)
; compiling (DEFUN MAYBE-DEPRECATION-ENTRY ...)
; compiling (DEFUN EXTRA-DECL-INFO ...)
; compiling (DEFMACRO LIST-CONS-WHEN ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FUNCTION-INFORMATION ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN VARIABLE-INFORMATION ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN DECLARATION-INFORMATION ...)
; compiling (DEFUN PARSE-MACRO ...)
; compiling (DEFUN ENCLOSE ...)
; compiling (DEFUN UPDATE-LEXENV-USER-DATA ...)
; compiling (DEFMACRO DEFINE-DECLARATION ...)

; SYS:CONTRIB;SB-CLTL2;ENV-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.398
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cltl2/macroexpand.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CLTL2)
; compiling (DEFUN MACROEXPAND-ALL ...)
; compiling (DEFUN %QUASIQUOTED-MACROEXPAND-ALL ...)
; compiling (SETF (GET # ...) ...)

; SYS:CONTRIB;SB-CLTL2;MACROEXPAND-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.015
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cltl2/compiler-let.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CLTL2)
; compiling (DEF-IR1-TRANSLATOR COMPILER-LET ...)
; compiling (DEFUN WALK-COMPILER-LET ...)
; compiling (SB-WALKER:DEFINE-WALKER-TEMPLATE COMPILER-LET ...)
; compiling (SETF (GETF SB-EVAL::*EVAL-DISPATCH-FUNCTIONS* ...) ...)

; SYS:CONTRIB;SB-CLTL2;COMPILER-LET-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.035
* echo "(defsystem :sb-cltl2 :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-cltl2.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-cltl2")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cltl2/tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-CLTL2-TESTS ...)
; compiling (IN-PACKAGE :SB-CLTL2-TESTS)
; compiling (REM-ALL-TESTS)
; compiling (DEFMACRO *X*-VALUE ...)
; compiling (DEFTEST COMPILER-LET.1 ...)
; compiling (DEFVAR *EXPANSIONS* ...)
; compiling (DEFMACRO MACROEXPAND-MACRO ...)
; compiling (DEFTEST MACROEXPAND-ALL.1 ...)
; compiling (DEFTEST MACROEXPAND-ALL.2 ...)
; compiling (DEFTEST MACROEXPAND-ALL.3 ...)
; compiling (DEFUN SMV ...)
; compiling (DEFMACRO TESTR ...)
; compiling (DEFTEST MACROEXPAND-ALL.4 ...)
; compiling (DEFTEST MACROEXPAND-ALL.5 ...)
; compiling (DEFTEST MACROEXPAND-ALL.6 ...)
; compiling (DEFINE-SYMBOL-MACRO GLOBAL-SYMBOL-MACRO ...)
; compiling (DEFTEST MACROEXPAND-ALL.7 ...)
; compiling (DEFTEST MACROEXPAND-ALL.8 ...)
; compiling (DEFTEST MACROEXPAND-ALL.9 ...)
; compiling (DEFTEST MACROEXPAND-ALL.10 ...)
; compiling (DEFTEST MACROEXPAND-ALL.11 ...)
; compiling (DEFTEST MACROEXPAND-ALL.12 ...)
; compiling (DEFTEST MACROEXPAND-ALL.13 ...)
; compiling (DEFMACRO DINFO ...)
; compiling (DEF SPEED)
; compiling (DEF SAFETY)
; compiling (DEF DEBUG)
; compiling (DEF COMPILATION-SPEED)
; compiling (DEF SPACE)
; compiling (DEFTEST DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.1 ...)
; compiling (DEFTEST DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.2 ...)
; compiling (DEFTEST DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.3 ...)
; compiling (DEFTEST DECLARATION-INFORMATION.MUFFLE-CONDITIONS.DEFAULT ...)
; compiling (DEFTEST DECLARATION-INFORMATION.MUFFLE-CONDITIONS.1 ...)
; compiling (DEFTEST DECLARATION-INFORMATION.MUFFLE-CONDITIONS.2 ...)
; compiling (DECLAIM (DECLARATION FUBAR))
; compiling (DEFTEST DECLARATION-INFORMATION.DECLARATION ...)
; compiling (DEFVAR *FOO*)
; compiling (DEFMACRO VAR-INFO ...)
; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND ...)
; compiling (DEFVAR *VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND.DEPRECATION*)
; compiling (DECLAIM (DEPRECATED :EARLY ...))
; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND.DEPRECATION ...)
; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND/EXTRA-DECL ...)
; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/BOUND ...)
; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/BOUND/EXTRA-DECL ...)
; compiling (DEFTEST VARIABLE-INFO.LOCAL-SPECIAL/UNBOUND ...)
; compiling (DEFTEST VARIABLE-INFO.LOCAL-SPECIAL/BOUND ...)
; compiling (DEFTEST VARIABLE-INFO.LOCAL-SPECIAL/SHADOWED ...)
; compiling (DEFTEST VARIABLE-INFO.LOCAL-SPECIAL/SHADOWS-LEXICAL ...)
; compiling (DEFTEST VARIABLE-INFO.LEXICAL ...)
; compiling (DEFTEST VARIABLE-INFO.LEXICAL.TYPE ...)
; compiling (DEFTEST VARIABLE-INFO.LEXICAL.TYPE.2 ...)
; compiling (DEFTEST VARIABLE-INFO.LEXICAL.TYPE.3 ...)
; compiling (DEFTEST VARIABLE-INFO.IGNORE ...)
; compiling (DEFTEST VARIABLE-INFO.SYMBOL-MACRO/LOCAL ...)
; compiling (DEFINE-SYMBOL-MACRO MY-SYMBOL-MACRO ...)
; compiling (DEFTEST VARIABLE-INFO.SYMBOL-MACRO/GLOBAL ...)
; compiling (DEFTEST VARIABLE-INFO.UNDEFINED ...)
; compiling (DECLAIM (DEPRECATED :EARLY ...))
; compiling (DEFTEST VARIABLE-INFO.UNDEFINED.DEPRECATION ...)
; compiling (DECLAIM (GLOBAL THIS-IS-GLOBAL))
; compiling (DEFTEST GLOBAL-VARIABLE ...)
; compiling (DEFGLOBAL THIS-IS-GLOBAL-TOO ...)
; compiling (DEFTEST GLOBAL-VARIABLE.2 ...)
; compiling (SB-ALIEN:DEFINE-ALIEN-VARIABLE "errno" ...)
; compiling (DEFTEST ALIEN-VARIABLE ...)
; compiling (DEFGLOBAL *VARIABLE-INFO.GLOBAL.DEPRECATION* ...)
; compiling (DECLAIM (DEPRECATED :EARLY ...))
; compiling (DEFTEST VARIABLE-INFO.GLOBAL.DEPRECATION ...)
; compiling (DEFMACRO FUN-INFO ...)
; compiling (DEFUN MY-GLOBAL-FUN ...)
; compiling (DEFTEST FUNCTION-INFO.GLOBAL/NO-FTYPE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MY-GLOBAL-FUN-2 ...)
; compiling (DEFTEST FUNCTION-INFO.GLOBAL/FTYPE ...)
; compiling (DEFUN FUNCTION-INFO.GLOBAL.DEPRECATION ...)
; compiling (DECLAIM (DEPRECATED :EARLY ...))
; compiling (DEFTEST FUNCTION-INFO.GLOBAL.DEPRECATION ...)
; compiling (DEFTEST FUNCTION-INFO.GLOBAL.DEPRECATION.LEXICALLY-SHADOWED ...)
; compiling (DEFMACRO MY-MACRO ...)
; compiling (DEFTEST FUNCTION-INFO.MACRO ...)
; compiling (DEFTEST FUNCTION-INFO.MACROLET ...)
; compiling (DEFTEST FUNCTION-INFO.SPECIAL-FORM ...)
; compiling (DEFTEST FUNCTION-INFO.NOTINLINE/LOCAL ...)
; compiling (DECLAIM (NOTINLINE MY-NOTINLINE))
; compiling (DEFUN MY-NOTINLINE ...)
; compiling (DEFTEST FUNCTION-INFO.NOTINLINE/GLOBAL ...)
; compiling (DECLAIM (INLINE MY-INLINE))
; compiling (DEFUN MY-INLINE ...)
; compiling (DEFTEST FUNCTION-INFO.INLINE/GLOBAL ...)
; compiling (DEFTEST FUNCTION-INFORMATION.KNOWN-INLINE ...)
; compiling (DEFTEST FUNCTION-INFORMATION.FTYPE ...)
; compiling (DEFMACRO CT ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE1 ...)
; compiling (DEFVAR *FOO*)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE2 ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE3 ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL1 ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL12 ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL13 ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL.MASK ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.IGNORE ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.FUNCTION ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.MACRO ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.SYMBOL-MACRO ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.MACRO2 ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.NEST ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.NEST2 ...)
; compiling (DEFTEST AUGMENT-ENVIRONMENT.SYMBOL-MACRO-VAR ...)
; compiling (DEFMACRO THIRD-VALUE ...)
; compiling (DEFTEST DEFINE-DECLARATION.DECLARE ...)
; compiling (DEFTEST DEFINE-DECLARATION.DECLARE2 ...)
; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE ...)
; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.SPECIAL ...)
; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.SPECIAL2 ...)
; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.MASK ...)
; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.MACROMASK ...)
; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.MACROMASK2 ...)
; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.MASK2 ...)
; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.SPECIALMASK ...)
; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION ...)
; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION.LEXICAL ...)
; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION.LEXICAL2 ...)
; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION.MASK ...)
; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION.MASK2 ...)
; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION2 ...)
; compiling (DEFTEST MACROEXPAND-ALL.SPECIAL-BINDING ...)
; compiling (DEFTEST MACROEXPAND-ALL.SYMBOL-MACRO-SHADOWED ...)

; SYS:CONTRIB;SB-CLTL2;TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.136
Doing 118 pending tests of 118 tests total.
SB-CLTL2-TESTS::COMPILER-LET.1 SB-CLTL2-TESTS::MACROEXPAND-ALL.1
SB-CLTL2-TESTS::MACROEXPAND-ALL.2 SB-CLTL2-TESTS::MACROEXPAND-ALL.3
SB-CLTL2-TESTS::MACROEXPAND-ALL.4 SB-CLTL2-TESTS::MACROEXPAND-ALL.5
SB-CLTL2-TESTS::MACROEXPAND-ALL.6 SB-CLTL2-TESTS::MACROEXPAND-ALL.7
SB-CLTL2-TESTS::MACROEXPAND-ALL.8 SB-CLTL2-TESTS::MACROEXPAND-ALL.9
SB-CLTL2-TESTS::MACROEXPAND-ALL.10 SB-CLTL2-TESTS::MACROEXPAND-ALL.11
SB-CLTL2-TESTS::MACROEXPAND-ALL.12 SB-CLTL2-TESTS::MACROEXPAND-ALL.13
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.DEFAULT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.0
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.1
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.2
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.3
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.IMPLICIT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.DEFAULT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.0
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.1
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.2
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.3
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.IMPLICIT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.DEFAULT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.0
SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.1
SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.2
SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.3
SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.IMPLICIT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.DEFAULT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.0
SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.1
SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.2
SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.3
SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.IMPLICIT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.DEFAULT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.0
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.1
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.2
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.3
SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.IMPLICIT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.1
SB-CLTL2-TESTS::DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.2
SB-CLTL2-TESTS::DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.3
SB-CLTL2-TESTS::DECLARATION-INFORMATION.MUFFLE-CONDITIONS.DEFAULT
SB-CLTL2-TESTS::DECLARATION-INFORMATION.MUFFLE-CONDITIONS.1
SB-CLTL2-TESTS::DECLARATION-INFORMATION.MUFFLE-CONDITIONS.2
SB-CLTL2-TESTS::DECLARATION-INFORMATION.DECLARATION
SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND
SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND.DEPRECATION
SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND/EXTRA-DECL
SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/BOUND
SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/BOUND/EXTRA-DECL
SB-CLTL2-TESTS::VARIABLE-INFO.LOCAL-SPECIAL/UNBOUND
SB-CLTL2-TESTS::VARIABLE-INFO.LOCAL-SPECIAL/BOUND
SB-CLTL2-TESTS::VARIABLE-INFO.LOCAL-SPECIAL/SHADOWED
SB-CLTL2-TESTS::VARIABLE-INFO.LOCAL-SPECIAL/SHADOWS-LEXICAL
SB-CLTL2-TESTS::VARIABLE-INFO.LEXICAL
SB-CLTL2-TESTS::VARIABLE-INFO.LEXICAL.TYPE
SB-CLTL2-TESTS::VARIABLE-INFO.LEXICAL.TYPE.2
SB-CLTL2-TESTS::VARIABLE-INFO.LEXICAL.TYPE.3
SB-CLTL2-TESTS::VARIABLE-INFO.IGNORE
SB-CLTL2-TESTS::VARIABLE-INFO.SYMBOL-MACRO/LOCAL
SB-CLTL2-TESTS::VARIABLE-INFO.SYMBOL-MACRO/GLOBAL
SB-CLTL2-TESTS::VARIABLE-INFO.UNDEFINED
SB-CLTL2-TESTS::VARIABLE-INFO.UNDEFINED.DEPRECATION
SB-CLTL2-TESTS::GLOBAL-VARIABLE SB-CLTL2-TESTS::GLOBAL-VARIABLE.2
SB-CLTL2-TESTS::ALIEN-VARIABLE SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL.DEPRECATION
SB-CLTL2-TESTS::FUNCTION-INFO.GLOBAL/NO-FTYPE
SB-CLTL2-TESTS::FUNCTION-INFO.GLOBAL/FTYPE
SB-CLTL2-TESTS::FUNCTION-INFO.GLOBAL.DEPRECATION
SB-CLTL2-TESTS::FUNCTION-INFO.GLOBAL.DEPRECATION.LEXICALLY-SHADOWED
SB-CLTL2-TESTS::FUNCTION-INFO.MACRO SB-CLTL2-TESTS::FUNCTION-INFO.MACROLET
SB-CLTL2-TESTS::FUNCTION-INFO.SPECIAL-FORM
SB-CLTL2-TESTS::FUNCTION-INFO.NOTINLINE/LOCAL
SB-CLTL2-TESTS::FUNCTION-INFO.NOTINLINE/GLOBAL
SB-CLTL2-TESTS::FUNCTION-INFO.INLINE/GLOBAL
SB-CLTL2-TESTS::FUNCTION-INFORMATION.KNOWN-INLINE
SB-CLTL2-TESTS::FUNCTION-INFORMATION.FTYPE
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE1
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE2
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE3
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL1
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL12
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL13
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL.MASK
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.IGNORE
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.FUNCTION
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.MACRO
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.SYMBOL-MACRO
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.MACRO2
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.NEST
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.NEST2
SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.SYMBOL-MACRO-VAR
SB-CLTL2-TESTS::DEFINE-DECLARATION.DECLARE
SB-CLTL2-TESTS::DEFINE-DECLARATION.DECLARE2
SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE
SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.SPECIAL
SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.SPECIAL2
SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.MASK
SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.MACROMASK
SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.MACROMASK2
SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.MASK2
SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.SPECIALMASK
SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION
SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION.LEXICAL
SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION.LEXICAL2
SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION.MASK
SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION.MASK2
SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION2
SB-CLTL2-TESTS::MACROEXPAND-ALL.SPECIAL-BINDING
SB-CLTL2-TESTS::MACROEXPAND-ALL.SYMBOL-MACRO-SHADOWED
No tests failed.
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cltl2'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-concurrency")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-concurrency/module-setup.lisp" (written 06 JUL 2017 02:42:52 PM):
; compiling (PROVIDE :SB-CONCURRENCY)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-concurrency/module-setup.fasl written
; compilation finished in 0:00:00.003
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/package.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-CONCURRENCY ...)

; SYS:CONTRIB;SB-CONCURRENCY;PACKAGE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.008
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/gate.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CONCURRENCY)
; compiling (DEFSTRUCT (GATE # ...) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN MAKE-GATE ...)
; compiling (DEFUN OPEN-GATE ...)
; compiling (DEFUN CLOSE-GATE ...)
; compiling (DEFUN WAIT-ON-GATE ...)
; compiling (DEFUN GATE-OPEN-P ...)

; SYS:CONTRIB;SB-CONCURRENCY;GATE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.086
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/queue.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CONCURRENCY)
; compiling (DEFCONSTANT +DUMMY+ ...)
; compiling (DEFCONSTANT +DEAD-END+ ...)
; compiling (DECLAIM (INLINE %MAKE-QUEUE))
; compiling (DEFSTRUCT (QUEUE # ...) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN MAKE-QUEUE ...)
; compiling (DEFUN ENQUEUE ...)
; compiling (DEFUN DEQUEUE ...)
; compiling (DEFUN TRY-WALK-QUEUE ...)
; compiling (DEFUN LIST-QUEUE-CONTENTS ...)
; compiling (DEFUN QUEUE-COUNT ...)
; compiling (DEFUN QUEUE-EMPTY-P ...)

; SYS:CONTRIB;SB-CONCURRENCY;QUEUE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.044
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/mailbox.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CONCURRENCY)
; compiling (DEFSTRUCT (MAILBOX # ...) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DEFUN MAKE-MAILBOX ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN MAILBOX-COUNT ...)
; compiling (DEFUN MAILBOX-EMPTY-P ...)
; compiling (DEFUN LIST-MAILBOX-MESSAGES ...)
; compiling (DEFUN SEND-MESSAGE ...)
; compiling (DEFUN RECEIVE-MESSAGE ...)
; compiling (DEFUN RECEIVE-MESSAGE-NO-HANG ...)
; compiling (DEFUN RECEIVE-PENDING-MESSAGES ...)

; SYS:CONTRIB;SB-CONCURRENCY;MAILBOX-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.068
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/frlock.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CONCURRENCY)
; compiling (DEFSTRUCT (FRLOCK # ...) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (DECLAIM (INLINE MAKE-FRLOCK))
; compiling (DEFUN MAKE-FRLOCK ...)
; compiling (DECLAIM (INLINE FRLOCK-READ-BEGIN))
; compiling (DEFUN FRLOCK-READ-BEGIN ...)
; compiling (DECLAIM (INLINE FRLOCK-READ-END))
; compiling (DEFUN FRLOCK-READ-END ...)
; compiling (DEFMACRO FRLOCK-READ ...)
; compiling (DEFUN %%GRAB-FRLOCK-WRITE-LOCK ...)
; compiling (DECLAIM (INLINE %GRAB-FRLOCK-WRITE-LOCK))
; compiling (DEFUN %GRAB-FRLOCK-WRITE-LOCK ...)
; compiling (DECLAIM (INLINE GRAB-FRLOCK-WRITE-LOCK))
; compiling (DEFUN GRAB-FRLOCK-WRITE-LOCK ...)
; compiling (DECLAIM (INLINE RELEASE-FRLOCK-WRITE-LOCK))
; compiling (DEFUN RELEASE-FRLOCK-WRITE-LOCK ...)
; compiling (DEFMACRO FRLOCK-WRITE ...)

; SYS:CONTRIB;SB-CONCURRENCY;FRLOCK-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.090
* echo "(defsystem :sb-concurrency :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-concurrency.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-concurrency")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/tests/package.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :CL-USER)
; compiling (DEFPACKAGE :SB-CONCURRENCY-TEST ...)

; SYS:CONTRIB;SB-CONCURRENCY;TESTS;PACKAGE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.015
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/tests/test-utils.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST)
; compiling (DEFPARAMETER +TIMEOUT+ ...)
; compiling (DEFUN MAKE-THREADS ...)
; compiling (DEFUN TIMED-JOIN-THREAD ...)
; compiling (DEFUN HANG ...)
; compiling (DEFUN KILL-THREAD ...)

; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-UTILS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.046
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/tests/test-frlock.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST)
; compiling (DEFMACRO DEFTEST* ...)
; compiling (DEFVAR *MINIMUM-SLEEP* ...)
; compiling (DEFUN TEST-FRLOCKS ...)
; compiling (DEFTEST* (FRLOCK.1 :FAILS-ON ...) ...)

; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-FRLOCK-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.056
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/tests/test-queue.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST)
; compiling (DEFTEST QUEUE.1 ...)
; compiling (DEFTEST QUEUE.2 ...)
; compiling (DEFTEST QUEUE.3 ...)
; compiling (DEFTEST QUEUE.4 ...)
; compiling (DEFTEST QUEUE.5 ...)
; compiling (DEFTEST QUEUE.T.1 ...)
; compiling (DEFTEST QUEUE.T.2 ...)
; compiling (DEFTEST QUEUE.T.3 ...)

; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-QUEUE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.005
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/tests/test-mailbox.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST)
; compiling (DEFTEST MAILBOX-TRIVIA.1 ...)
; compiling (DEFTEST MAILBOX-TRIVIA.2 ...)
; compiling (DEFTEST MAILBOX-TRIVIA.3 ...)
; compiling (DEFTEST MAILBOX-TIMEOUTS ...)
; compiling (DEFSTRUCT COUNTER ...)
; compiling (DEFUN RECEIVER-DISTRIBUTION ...)
; compiling (DEFUN TEST-MAILBOX-PRODUCERS-CONSUMERS ...)
; compiling (DEFTEST MAILBOX.SINGLE-PRODUCER-SINGLE-CONSUMER ...)
; compiling (DEFTEST MAILBOX.SINGLE-PRODUCER-MULTIPLE-CONSUMERS ...)
; compiling (DEFTEST MAILBOX.MULTIPLE-PRODUCERS-SINGLE-CONSUMER ...)
; compiling (DEFTEST MAILBOX.MULTIPLE-PRODUCERS-MULTIPLE-CONSUMERS ...)
; compiling (DEFTEST MAILBOX.INTERRUPTS-SAFETY.1 ...)

; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-MAILBOX-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.067
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency/tests/test-gate.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST)
; compiling (DEFTEST GATE.0 ...)
; compiling (DEFTEST GATE.1 ...)
; compiling (DEFTEST GATE.2 ...)
; compiling (DEFTEST GATE-DEADLINE.1 ...)
; compiling (DEFTEST GATE-DEADLINE.2 ...)
; compiling (DEFTEST GATE-TIMEOUT.1 ...)
; compiling (DEFTEST GATE-TIMEOUT.2 ...)

; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-GATE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.004
Doing 25 pending tests of 25 tests total.
SB-CONCURRENCY-TEST::FRLOCK.1 SB-CONCURRENCY-TEST::QUEUE.1
SB-CONCURRENCY-TEST::QUEUE.2 SB-CONCURRENCY-TEST::QUEUE.3
SB-CONCURRENCY-TEST::QUEUE.4 SB-CONCURRENCY-TEST::QUEUE.5
SB-CONCURRENCY-TEST::QUEUE.T.1 SB-CONCURRENCY-TEST::QUEUE.T.2
SB-CONCURRENCY-TEST::QUEUE.T.3 SB-CONCURRENCY-TEST::MAILBOX-TRIVIA.1
SB-CONCURRENCY-TEST::MAILBOX-TRIVIA.2 SB-CONCURRENCY-TEST::MAILBOX-TRIVIA.3
Test SB-CONCURRENCY-TEST::MAILBOX-TIMEOUTS failed
Form: (LET* ((SB-CONCURRENCY-TEST::MBOX (SB-CONCURRENCY:MAKE-MAILBOX))
(SB-CONCURRENCY-TEST::WRITERS
(LOOP SB-CONCURRENCY-TEST::FOR SB-CONCURRENCY-TEST::I SB-CONCURRENCY-TEST::FROM 1 SB-CONCURRENCY-TEST::UPTO 20
SB-CONCURRENCY-TEST::COLLECT (SB-THREAD:MAKE-THREAD
(LAMBDA
(SB-CONCURRENCY-TEST::X)
(LOOP SB-CONCURRENCY-TEST::REPEAT 50
DO (SB-CONCURRENCY:SEND-MESSAGE
SB-CONCURRENCY-TEST::MBOX
SB-CONCURRENCY-TEST::X) (SLEEP
0.001)))
:ARGUMENTS
SB-CONCURRENCY-TEST::I)))
(SB-CONCURRENCY-TEST::READERS
(LOOP SB-CONCURRENCY-TEST::REPEAT 10
SB-CONCURRENCY-TEST::COLLECT (SB-THREAD:MAKE-THREAD
(LAMBDA ()
(LOOP SB-CONCURRENCY-TEST::WHILE (SB-CONCURRENCY:RECEIVE-MESSAGE
SB-CONCURRENCY-TEST::MBOX
:TIMEOUT
0.1)
COUNT T))))))
(MAPC #'SB-THREAD:JOIN-THREAD SB-CONCURRENCY-TEST::WRITERS)
(APPLY #'+
(MAPCAR #'SB-THREAD:JOIN-THREAD SB-CONCURRENCY-TEST::READERS)))
Expected value: 1000
Actual value: 999.
SB-CONCURRENCY-TEST::MAILBOX.SINGLE-PRODUCER-SINGLE-CONSUMER
SB-CONCURRENCY-TEST::MAILBOX.SINGLE-PRODUCER-MULTIPLE-CONSUMERS
SB-CONCURRENCY-TEST::MAILBOX.MULTIPLE-PRODUCERS-SINGLE-CONSUMER
SB-CONCURRENCY-TEST::MAILBOX.MULTIPLE-PRODUCERS-MULTIPLE-CONSUMERS
SB-CONCURRENCY-TEST::MAILBOX.INTERRUPTS-SAFETY.1 SB-CONCURRENCY-TEST::GATE.0
SB-CONCURRENCY-TEST::GATE.1 SB-CONCURRENCY-TEST::GATE.2
SB-CONCURRENCY-TEST::GATE-DEADLINE.1 SB-CONCURRENCY-TEST::GATE-DEADLINE.2
SB-CONCURRENCY-TEST::GATE-TIMEOUT.1 SB-CONCURRENCY-TEST::GATE-TIMEOUT.2
1 out of 25 total tests failed: SB-CONCURRENCY-TEST::MAILBOX-TIMEOUTS.
WARNING: ignoring expected failures in test-op
Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
{10028D5053}>:
test-op failed with unexpected failures

Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {10028D5053}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #<SIMPLE-ERROR "test-op failed with unexpected failures" {1003030BD3}> #<unavailable argument>)
1: (SB-DEBUG::RUN-HOOK *INVOKE-DEBUGGER-HOOK* #<SIMPLE-ERROR "test-op failed with unexpected failures" {1003030BD3}>)
2: (INVOKE-DEBUGGER #<SIMPLE-ERROR "test-op failed with unexpected failures" {1003030BD3}>)
3: (ERROR "test-op failed with unexpected failures")
4: ((:METHOD ASDF/ACTION:PERFORM (ASDF/LISP-ACTION:TEST-OP (EQL (ASDF/SYSTEM:FIND-SYSTEM :SB-CONCURRENCY-TESTS)))) #<unavailable argument> #<unavailable argument>) [fast-method]
5: ((SB-PCL::EMF ASDF/ACTION:PERFORM) #<unavailable argument> #<unavailable argument> #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency-tests">)
6: ((:METHOD ASDF/ACTION:PERFORM-WITH-RESTARTS :AROUND (T T)) #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency-tests">) [fast-method]
7: ((:METHOD ASDF/PLAN:PERFORM-PLAN (LIST)) ((#1=#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/SYSTEM:SYSTEM "sb-concurrency">) (#1# . #<ASDF/SYSTEM:SYSTEM "sb-rt">) (#<ASDF/LISP-ACTION:TEST-OP > . #<ASDF/SYSTEM:SYSTEM "sb-concurrency-tests">)) :FORCE NIL) [fast-method]
8: ((FLET SB-C::WITH-IT :IN SB-C::%WITH-COMPILATION-UNIT))
9: ((:METHOD ASDF/PLAN:PERFORM-PLAN :AROUND (T)) ((#1=#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/SYSTEM:SYSTEM "sb-concurrency">) (#1# . #<ASDF/SYSTEM:SYSTEM "sb-rt">) (#<ASDF/LISP-ACTION:TEST-OP > . #<ASDF/SYSTEM:SYSTEM "sb-concurrency-tests">))) [fast-method]
10: ((FLET SB-C::WITH-IT :IN SB-C::%WITH-COMPILATION-UNIT))
11: ((:METHOD ASDF/PLAN:PERFORM-PLAN :AROUND (T)) #<ASDF/PLAN:SEQUENTIAL-PLAN {1003D45E33}>) [fast-method]
12: ((:METHOD ASDF/OPERATE:OPERATE (ASDF/OPERATION:OPERATION ASDF/COMPONENT:COMPONENT)) #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency-tests">) [fast-method]
13: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency-tests">)
14: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
15: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency-tests">) [fast-method]
16: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> ASDF/LISP-ACTION:TEST-OP :SB-CONCURRENCY-TESTS)
17: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
18: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) ASDF/LISP-ACTION:TEST-OP :SB-CONCURRENCY-TESTS) [fast-method]
19: ((SB-PCL::EMF ASDF/ACTION:PERFORM) #<unavailable argument> #<unavailable argument> #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency">)
20: ((:METHOD ASDF/ACTION:PERFORM-WITH-RESTARTS :AROUND (T T)) #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency">) [fast-method]
21: ((:METHOD ASDF/PLAN:PERFORM-PLAN (LIST)) ((#1=#<ASDF/LISP-ACTION:PREPARE-OP > . #2=#<ASDF/SYSTEM:SYSTEM #3="sb-concurrency">) (#1# . #4=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "package">) (#5=#<ASDF/LISP-ACTION:LOAD-OP > . #4#) (#1# . #6=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "frlock">) (#5# . #6#) (#1# . #7=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "queue">) (#5# . #7#) (#1# . #8=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "mailbox">) (#5# . #8#) (#1# . #9=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "gate">) (#5# . #9#) (#<ASDF/LISP-ACTION:COMPILE-OP > . #2#) ...) :FORCE NIL) [fast-method]
22: ((FLET SB-C::WITH-IT :IN SB-C::%WITH-COMPILATION-UNIT))
23: ((:METHOD ASDF/PLAN:PERFORM-PLAN :AROUND (T)) ((#1=#<ASDF/LISP-ACTION:PREPARE-OP > . #2=#<ASDF/SYSTEM:SYSTEM #3="sb-concurrency">) (#1# . #4=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "package">) (#5=#<ASDF/LISP-ACTION:LOAD-OP > . #4#) (#1# . #6=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "frlock">) (#5# . #6#) (#1# . #7=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "queue">) (#5# . #7#) (#1# . #8=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "mailbox">) (#5# . #8#) (#1# . #9=#<ASDF/LISP-ACTION:CL-SOURCE-FILE #3# "gate">) (#5# . #9#) (#<ASDF/LISP-ACTION:COMPILE-OP > . #2#) ...)) [fast-method]
24: ((FLET SB-C::WITH-IT :IN SB-C::%WITH-COMPILATION-UNIT))
25: ((:METHOD ASDF/PLAN:PERFORM-PLAN :AROUND (T)) #<ASDF/PLAN:SEQUENTIAL-PLAN {10037070C3}>) [fast-method]
26: ((:METHOD ASDF/OPERATE:OPERATE (ASDF/OPERATION:OPERATION ASDF/COMPONENT:COMPONENT)) #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency">) [fast-method]
27: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency">)
28: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
29: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) #<ASDF/LISP-ACTION:TEST-OP > #<ASDF/SYSTEM:SYSTEM "sb-concurrency">) [fast-method]
30: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> ASDF/LISP-ACTION:TEST-OP "sb-concurrency")
31: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
32: (ASDF/CACHE:CALL-WITH-ASDF-CACHE #<CLOSURE (LAMBDA NIL :IN ASDF/OPERATE:OPERATE) {1002C53B8B}> :OVERRIDE NIL :KEY NIL)
33: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) ASDF/LISP-ACTION:TEST-OP "sb-concurrency") [fast-method]
34: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) ASDF/LISP-ACTION:TEST-OP "sb-concurrency") [fast-method]
35: (ASDF/OPERATE:TEST-SYSTEM "sb-concurrency")
36: (SB-INT:SIMPLE-EVAL-IN-LEXENV (ASDF/INTERFACE::TEST-ASDF-CONTRIB "sb-concurrency") #<NULL-LEXENV>)
37: (EVAL (ASDF/INTERFACE::TEST-ASDF-CONTRIB "sb-concurrency"))
38: (SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS ((:LOAD . "../asdf-stub.lisp") (:EVAL . "(asdf::test-asdf-contrib \"sb-concurrency\")")))
39: (SB-IMPL::TOPLEVEL-INIT)
40: ((FLET #:WITHOUT-INTERRUPTS-BODY-86 :IN SAVE-LISP-AND-DIE))
41: ((LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE))

unhandled condition in --disable-debugger mode, quitting
;
; compilation unit aborted
; caught 4 fatal ERROR conditions
gmake: *** [../asdf-module.mk:40: test] Error 1
gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-concurrency'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cover'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-cover")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-cover/module-setup.lisp" (written 06 JUL 2017 02:44:36 PM):
; compiling (PROVIDE :SB-COVER)
; compiling (REQUIRE :SB-MD5)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-cover/module-setup.fasl written
; compilation finished in 0:00:00.006
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rotate-byte/package.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE "SB-ROTATE-BYTE" ...)

; SYS:CONTRIB;SB-ROTATE-BYTE;PACKAGE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.010
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rotate-byte/compiler.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-ROTATE-BYTE")
; compiling (DEFKNOWN ROTATE-BYTE ...)
; compiling (DEFKNOWN %ROTATE-BYTE ...)
; compiling (DEFKNOWN %UNSIGNED-32-ROTATE-BYTE ...)
; compiling (DEFKNOWN %UNSIGNED-64-ROTATE-BYTE ...)
; compiling (DEFINE-SOURCE-TRANSFORM ROTATE-BYTE ...)
; compiling (DEFOPTIMIZER (%ROTATE-BYTE DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM %ROTATE-BYTE ...)
; compiling (DEFTRANSFORM %ROTATE-BYTE ...)
; compiling (DEFTRANSFORM %ROTATE-BYTE ...)

; SYS:CONTRIB;SB-ROTATE-BYTE;COMPILER-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.043
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rotate-byte/x86-64-vm.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-ROTATE-BYTE")
; compiling (DEFINE-VOP (%32BIT-ROTATE-BYTE/C) ...)
; compiling (DEFINE-VOP (%32BIT-ROTATE-BYTE) ...)
; compiling (DEFINE-VOP (%64BIT-ROTATE-BYTE/C) ...)
; compiling (DEFINE-VOP (%64BIT-ROTATE-BYTE) ...)

; SYS:CONTRIB;SB-ROTATE-BYTE;X86-64-VM-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.077
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rotate-byte/rotate-byte.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-ROTATE-BYTE")
; compiling (DEFUN ROTATE-BYTE ...)
; compiling (DEFUN %ROTATE-BYTE ...)
; compiling (DEFUN %UNSIGNED-32-ROTATE-BYTE ...)
; compiling (DEFUN %UNSIGNED-64-ROTATE-BYTE ...)

; SYS:CONTRIB;SB-ROTATE-BYTE;ROTATE-BYTE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.012
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-md5/md5.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-MD5 ...)
; compiling (IN-PACKAGE :SB-MD5)
; compiling (DEFTYPE UB32 ...)
; compiling (DEFMACRO ASSEMBLE-UB32 ...)
; compiling (DECLAIM (INLINE F ...) ...)
; compiling (DEFUN F ...)
; compiling (DEFUN G ...)
; compiling (DEFUN H ...)
; compiling (DEFUN I ...)
; compiling (DECLAIM (INLINE MOD32+) ...)
; compiling (DEFUN MOD32+ ...)
; compiling (DEFINE-COMPILER-MACRO MOD32+ ...)
; compiling (DECLAIM (INLINE ROL32) ...)
; compiling (DEFUN ROL32 ...)
; compiling (DEFPARAMETER *T* ...)
; compiling (DEFMACRO WITH-MD5-ROUND ...)
; compiling (DEFTYPE MD5-REGS ...)
; compiling (DEFMACRO MD5-REGS-A ...)
; compiling (DEFMACRO MD5-REGS-B ...)
; compiling (DEFMACRO MD5-REGS-C ...)
; compiling (DEFMACRO MD5-REGS-D ...)
; compiling (DEFCONSTANT +MD5-MAGIC-A+ ...)
; compiling (DEFCONSTANT +MD5-MAGIC-B+ ...)
; compiling (DEFCONSTANT +MD5-MAGIC-C+ ...)
; compiling (DEFCONSTANT +MD5-MAGIC-D+ ...)
; compiling (DECLAIM (INLINE INITIAL-MD5-REGS))
; compiling (DEFUN INITIAL-MD5-REGS ...)
; compiling (DEFUN UPDATE-MD5-BLOCK ...)
; compiling (DECLAIM (INLINE FILL-BLOCK ...))
; compiling (DEFUN FILL-BLOCK-UB8 ...)
; compiling (DEFUN FILL-BLOCK-CHAR ...)
; compiling (DEFUN FILL-BLOCK ...)
; compiling (DECLAIM (INLINE MD5REGS-DIGEST))
; compiling (DEFUN MD5REGS-DIGEST ...); in: LAMBDA (#:EXPR #:ENV)
; (+ SB-MD5::OFFSET 1)
;
; note: unable to
; associate +/+ of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: unable to
; associate +/- of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.

; (+ SB-MD5::OFFSET 2)
;
; note: unable to
; associate +/+ of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: unable to
; associate +/- of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.

; (+ SB-MD5::OFFSET 3)
;
; note: unable to
; associate +/+ of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: unable to
; associate +/- of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.

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

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

; (+ SB-MD5::OFFSET 3)
;
; note: forced to do GENERIC-+ (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline fixnum arithmetic (cost 2) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; etc.

; compiling (DEFSTRUCT (MD5-STATE # ...) ...)
; compiling (DECLAIM (INLINE COPY-TO-BUFFER))
; compiling (DEFUN COPY-TO-BUFFER ...)
; compiling (DEFUN UPDATE-MD5-STATE ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-md5/md5.lisp
; in: DEFUN UPDATE-MD5-STATE
; (INCF (SB-MD5::MD5-STATE-AMOUNT SB-MD5::STATE) LENGTH)
; --> LET*
; ==>
; (+ LENGTH
; (TRULY-THE (INTEGER 0 *)
; (SB-KERNEL:%INSTANCE-REF (THE SB-MD5:MD5-STATE #:OBJ) 2)))
;
; note: forced to do GENERIC-+ (cost 10)
; unable to do inline fixnum arithmetic (cost 2) because:
; The second argument is a UNSIGNED-BYTE, not a FIXNUM.
; The result is a (VALUES (INTEGER -4611686018427387904) &OPTIONAL), not a (VALUES
; FIXNUM
; &REST
; T).
; unable to do inline (signed-byte 64) arithmetic (cost 5) because:
; The second argument is a UNSIGNED-BYTE, not a (SIGNED-BYTE 64).
; The result is a (VALUES (INTEGER -4611686018427387904) &OPTIONAL), not a (VALUES
; (SIGNED-BYTE
; 64)
; &REST
; T).
; etc.

; (+ (SB-MD5::MD5-STATE-AMOUNT SB-MD5::STATE) LENGTH)
;
; note: forced to do GENERIC-+ (cost 10)
; unable to do inline fixnum arithmetic (cost 2) because:
; The first argument is a UNSIGNED-BYTE, not a FIXNUM.
; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES FIXNUM
; &REST T).
; unable to do inline (signed-byte 64) arithmetic (cost 5) because:
; The first argument is a UNSIGNED-BYTE, not a (SIGNED-BYTE 64).
; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES
; (SIGNED-BYTE 64)
; &REST T).
; etc.

; compiling (DEFUN FINALIZE-MD5-STATE ...); in: LAMBDA (#:EXPR #:ENV)
; (+ SB-MD5::OFFSET 1)
;
; note: unable to
; associate +/+ of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: unable to
; associate +/- of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.

; (+ SB-MD5::OFFSET 2)
;
; note: unable to
; associate +/+ of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: unable to
; associate +/- of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.

; (+ SB-MD5::OFFSET 3)
;
; note: unable to
; associate +/+ of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: unable to
; associate +/- of constants
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.

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

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

; (+ SB-MD5::OFFSET 3)
;
; note: forced to do GENERIC-+ (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline fixnum arithmetic (cost 2) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; etc.

; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-md5/md5.lisp
; in: DEFUN FINALIZE-MD5-STATE
; (* 8 (SB-MD5::MD5-STATE-AMOUNT SB-MD5::STATE))
; ==>
; (ASH SB-C::X 3)
;
; note: forced to do full call
; unable to do inline ASH (cost 2) because:
; The first argument is a UNSIGNED-BYTE, not a FIXNUM.
; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES FIXNUM
; &REST T).
; unable to do inline ASH (cost 3) because:
; The first argument is a UNSIGNED-BYTE, not a (UNSIGNED-BYTE 64).
; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES
; (UNSIGNED-BYTE
; 64)
; &REST T).
; etc.

; (LDB (BYTE 32 32) SB-MD5::TOTAL-LENGTH)
; --> SB-KERNEL:%LDB LOGAND
; ==>
; (ASH INT (- SB-C::POSN))
;
; note: forced to do full call
; unable to do inline ASH (cost 2) because:
; The first argument is a UNSIGNED-BYTE, not a FIXNUM.
; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES FIXNUM
; &REST T).
; unable to do inline ASH (cost 3) because:
; The first argument is a UNSIGNED-BYTE, not a (UNSIGNED-BYTE 64).
; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES
; (UNSIGNED-BYTE
; 64)
; &REST T).
; etc.

; compiling (DEFUN MD5SUM-SEQUENCE ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-md5/md5.lisp
; in: DEFUN MD5SUM-SEQUENCE
; (SB-MD5:UPDATE-MD5-STATE SB-MD5::STATE SB-MD5::DATA :START SB-MD5::REAL-START
; :END (+ SB-MD5::REAL-START (- SB-MD5::END SB-MD5::START)))
;
; note: doing signed word to integer coercion (cost 20)

; compiling (DEFUN MD5SUM-STRING ...)
; compiling (DEFCONSTANT +BUFFER-SIZE+ ...)
; compiling (DEFTYPE BUFFER-INDEX ...)
; compiling (DEFUN MD5SUM-STREAM ...)
; compiling (DEFUN MD5SUM-FILE ...)

; SYS:CONTRIB;SB-MD5;MD5-TMP.FASL.NEWEST written
; compilation finished in 0:00:01.037
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cover/cover.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE #:SB-COVER ...)
; compiling (IN-PACKAGE #:SB-COVER)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *SOURCE-PATH-MODE* ...)
; compiling (DEFCLASS SAMPLE-COUNT ...)
; compiling (DEFUN CLEAR-COVERAGE ...)
; compiling (DEFUN RESET-COVERAGE ...)
; compiling (DEFUN SAVE-COVERAGE ...)
; compiling (DEFUN RESTORE-COVERAGE ...)
; compiling (DEFUN SAVE-COVERAGE-IN-FILE ...)
; compiling (DEFUN RESTORE-COVERAGE-FROM-FILE ...)
; compiling (DEFUN PATHNAME-AS-DIRECTORY ...)
; compiling (DEFUN REPORT ...)
; compiling (DEFUN PERCENT ...)
; compiling (DEFUN REPORT-FILE ...)
; compiling (DEFUN FILL-WITH-STATE ...)
; compiling (DEFUN DETABIFY ...)
; compiling (DEFVAR *COUNTS* ...)
; compiling (DEFUN PRINT-REPORT ...)
; compiling (DEFUN WRITE-STYLES ...)
; compiling (DEFUN CONVERT-RECORDS ...)
; compiling (DEFUN READ-FILE ...)
; compiling (DEFUN MAKE-SOURCE-RECORDER ...)
; compiling (DEFUN MAKE-SOURCE-RECORDING-READTABLE ...)
; compiling (DEFUN MAKE-RECORDING-READ-LIST ...)
; compiling (DEFUN SUPPRESS-SHARP-DOT ...)
; compiling (DEFUN READ-AND-RECORD-SOURCE-MAP ...)
; compiling (DEFUN READ-SOURCE-FORM ...)
; compiling (DEFUN SOURCE-PATH-STREAM-POSITION ...)
; compiling (DEFUN CHECK-SOURCE-PATH ...)
; compiling (DEFUN SOURCE-PATH-STRING-POSITION ...)
; compiling (DEFUN SOURCE-PATH-FILE-POSITION ...)
; compiling (DEFUN SOURCE-PATH-SOURCE-POSITION ...)

; SYS:CONTRIB;SB-COVER;COVER-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.370
;
; compilation unit finished
; printed 23 notes
* echo "(defsystem :sb-cover :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-cover.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-cover")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cover/tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE SB-COVER-TEST ...)
; compiling (IN-PACKAGE SB-COVER-TEST)
; compiling (DEFPARAMETER *SOURCE-DIRECTORY* ...)
; compiling (DEFPARAMETER *OUTPUT-DIRECTORY* ...)
; compiling (SETF *DEFAULT-PATHNAME-DEFAULTS* ...)
; compiling (DEFUN COMPILE-LOAD ...)
; compiling (DEFUN REPORT ...)
; compiling (DEFUN REPORT-EXPECT-FAILURE ...)
; compiling (COMPILE-LOAD "test-data-1")
; compiling (REPORT-EXPECT-FAILURE)
; compiling (PROCLAIM (QUOTE #))
; compiling (COMPILE-LOAD "test-data-1")
; compiling (CATCH (QUOTE OK) ...)
; compiling (REPORT)
; compiling (ASSERT (PROBE-FILE #))
; compiling (ASSERT (ZEROP #))
; compiling (ASSERT (ZEROP #))
; compiling (ASSERT (ZEROP #))
; compiling (ASSERT (PLUSP #))
; compiling (TEST1)
; compiling (REPORT)
; compiling (ASSERT (ZEROP #))
; compiling (ASSERT (ZEROP #))
; compiling (ASSERT (PLUSP #))
; compiling (ASSERT (= # ...))
; compiling (SB-COVER:RESET-COVERAGE)
; compiling (REPORT)
; compiling (ASSERT (ZEROP #))
; compiling (ASSERT (ZEROP #))
; compiling (ASSERT (ZEROP #))
; compiling (ASSERT (PLUSP #))
; compiling (SB-COVER:CLEAR-COVERAGE)
; compiling (REPORT-EXPECT-FAILURE)
; compiling (COMPILE-LOAD "test-data-2")
; compiling (TEST2 1)
; compiling (REPORT)
; compiling (ASSERT (PLUSP #))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (PLUSP #))
; compiling (ASSERT (PLUSP #))
; compiling (ASSERT (/= # ...))
; compiling (TEST2 0)
; compiling (REPORT)
; compiling (ASSERT (= # ...))
; compiling (COMPILE-LOAD "test-data-3")
; compiling (TEST-2)
; compiling (MAP NIL ...)

; SYS:CONTRIB;SB-COVER;TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.099
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cover/test-data-1.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE SB-COVER-TEST)
; compiling (DEFUN TEST1 ...)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-cover/test-data-1.fasl written
; compilation finished in 0:00:00.008
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cover/test-data-1.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE SB-COVER-TEST)
; compiling (DEFUN TEST1 ...)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-cover/test-data-1.fasl written
; compilation finished in 0:00:00.002
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cover/test-data-2.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE SB-COVER-TEST)
; compiling (DEFUN TEST2 ...)
; compiling (IDENTITY 1)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-cover/test-data-2.fasl written
; compilation finished in 0:00:00.004
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cover/test-data-3.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DECLAIM (OPTIMIZE SB-C:STORE-COVERAGE-DATA))
; compiling (DEFUN TEST-1 ...)
; compiling (DEFUN TEST-2 ...)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-cover/test-data-3.fasl written
; compilation finished in 0:00:00.005

((1 3 1))
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-cover'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-executable'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval '(compile-file (format nil "SYS:CONTRIB;~:@(~A~);~:@(~A~).LISP" "sb-executable" "sb-executable") :output-file (parse-native-namestring "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-executable.fasl"))' </dev/null
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-executable/sb-executable.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-EXECUTABLE ...)
; compiling (IN-PACKAGE :SB-EXECUTABLE)
; compiling (DEFVAR *STREAM-BUFFER-SIZE* ...)
; compiling (DEFUN COPY-STREAM ...)
; compiling (DEFVAR *EXEC-HEADER* ...)
; compiling (DEFUN MAKE-EXECUTABLE ...)
; compiling (PROVIDE (QUOTE SB-EXECUTABLE))

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-executable.fasl written
; compilation finished in 0:00:00.130
* echo "(defsystem :sb-executable :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-executable.asd
true
gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-executable'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-gmp")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-gmp/module-setup.lisp" (written 06 JUL 2017 02:44:41 PM):
; compiling (PROVIDE :SB-GMP)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-gmp/module-setup.fasl written
; compilation finished in 0:00:00.002
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE "SB-GMP" ...)
; compiling (IN-PACKAGE "SB-GMP")
; compiling (DEFVAR *GMP-DISABLED* ...)
; compiling (DEFCONSTANT +BIGNUM-RAW-AREA-OFFSET+ ...)
; compiling (DECLAIM (INLINE BIGNUM-DATA-SAP))
; compiling (DEFUN BIGNUM-DATA-SAP ...)
; compiling (DEFUN TRY-LOAD-SHARED-OBJECT ...)
; compiling (DEFUN %LOAD-GMP ...)
; compiling (DEFVAR *GMP-FEATURES* ...)
; compiling (DEFVAR *GMP-VERSION* ...)
; compiling (%LOAD-GMP)
; compiling (DEFINE-ALIEN-TYPE GMP-LIMB ...)
; compiling (DEFTYPE UI ...)
; compiling (DEFTYPE SI ...)
; compiling (DEFINE-ALIEN-TYPE NIL ...)
; compiling (DECLAIM (INLINE Z-TO-BIGNUM ...))
; compiling (DEFUN Z-TO-BIGNUM ...)
; compiling (DEFUN Z-TO-BIGNUM-NEG ...)
; compiling (DECLAIM (INLINE GMP-Z-TO-BIGNUM))
; compiling (DEFUN GMP-Z-TO-BIGNUM ...)
; compiling (DECLAIM (INLINE BLENGTH ...) ...)
; compiling (DEFUN BLENGTH ...)
; compiling (DEFUN BASSERT ...)
; compiling (DEFINE-ALIEN-TYPE NIL ...)
; compiling (DECLAIM (INLINE __GMPZ_INIT ...))
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_INIT ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_CLEAR ...)
; compiling (DEFMACRO DEFINE-TWOARG-MPZ-FUNS ...)
; compiling (DEFMACRO DEFINE-THREEARG-MPZ-FUNS ...)
; compiling (DEFMACRO DEFINE-FOURARG-MPZ-FUNS ...)
; compiling (DEFINE-TWOARG-MPZ-FUNS (__GMPZ_SQRT __GMPZ_NEXTPRIME))
; compiling (DEFINE-THREEARG-MPZ-FUNS (__GMPZ_ADD __GMPZ_SUB ...))
; compiling (DEFINE-FOURARG-MPZ-FUNS (__GMPZ_CDIV_QR __GMPZ_FDIV_QR ...))
; compiling (DECLAIM (INLINE __GMPZ_MUL_2EXP ...))
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_MUL_2EXP ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_FDIV_Q_2EXP ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_POW_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_PROBAB_PRIME_P ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_FAC_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_2FAC_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_MFAC_UIUI ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_PRIMORIAL_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_REMOVE ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_BIN_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_FIB2_UI ...)
; compiling (DEFMACRO DEFINE-THREEARG-MPQ-FUNS ...)
; compiling (DEFINE-THREEARG-MPQ-FUNS (__GMPQ_ADD __GMPQ_SUB ...))
; compiling (DEFMACRO WITH-MPZ-RESULTS ...)
; compiling (DEFMACRO WITH-MPZ-VARS ...)
; compiling (DEFMACRO WITH-GMP-MPZ-RESULTS ...)
; compiling (DEFMACRO DEFGMPFUN ...)
; compiling (DEFGMPFUN MPZ-ADD ...)
; compiling (DEFGMPFUN MPZ-SUB ...)
; compiling (DEFGMPFUN MPZ-MUL ...)
; compiling (DEFGMPFUN MPZ-MUL-2EXP ...)
; compiling (DEFGMPFUN MPZ-MOD ...)
; compiling (DEFGMPFUN MPZ-CDIV ...)
; compiling (DEFGMPFUN MPZ-FDIV ...)
; compiling (DEFGMPFUN MPZ-FDIV-2EXP ...)
; compiling (DEFGMPFUN MPZ-TDIV ...)
; compiling (DEFGMPFUN MPZ-POW ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN MPZ-POW
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::ROP)
; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::BASE SB-GMP::GBASE))
; (SB-GMP::__GMPZ_POW_UI (ADDR SB-GMP::ROP) (ADDR SB-GMP::GBASE) EXP)))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::ROP 'SB-GMP::MP_D) #:RESULT3136
; #:SIZE3137)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; compiling (DEFGMPFUN MPZ-POWM ...)
; compiling (DEFGMPFUN MPZ-GCD ...)
; compiling (DEFGMPFUN MPZ-LCM ...)
; compiling (DEFGMPFUN MPZ-SQRT ...)
; compiling (DEFUN MPZ-PROBABLY-PRIME-P ...)
; compiling (DEFGMPFUN MPZ-NEXTPRIME ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN MPZ-NEXTPRIME
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::PRIME)
; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::A SB-GMP::GA))
; (SB-GMP::__GMPZ_NEXTPRIME (ADDR SB-GMP::PRIME) (ADDR SB-GMP::GA))))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::PRIME 'SB-GMP::MP_D)
; #:RESULT3703 #:SIZE3704)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; compiling (DEFGMPFUN MPZ-FAC ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN MPZ-FAC
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::FAC)
; (SB-GMP::__GMPZ_FAC_UI (ADDR SB-GMP::FAC) SB-GMP::N))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FAC 'SB-GMP::MP_D) #:RESULT3789
; #:SIZE3790)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; compiling (DEFGMPFUN %MPZ-2FAC ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN %MPZ-2FAC
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::FAC)
; (SB-GMP::__GMPZ_2FAC_UI (ADDR SB-GMP::FAC) SB-GMP::N))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FAC 'SB-GMP::MP_D) #:RESULT3848
; #:SIZE3849)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; compiling (DEFGMPFUN %MPZ-MFAC ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN %MPZ-MFAC
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::FAC)
; (SB-GMP::__GMPZ_MFAC_UIUI (ADDR SB-GMP::FAC) SB-GMP::N SB-GMP::M))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FAC 'SB-GMP::MP_D) #:RESULT3910
; #:SIZE3911)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; compiling (DEFGMPFUN %MPZ-PRIMORIAL ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN %MPZ-PRIMORIAL
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R)
; (SB-GMP::__GMPZ_PRIMORIAL_UI (ADDR SB-GMP::R) SB-GMP::N))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT3971
; #:SIZE3972)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; compiling (DEFGMPFUN MPZ-REMOVE-5.1 ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN MPZ-REMOVE-5.1
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R)
; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::N SB-GMP::GN) (SB-GMP::F SB-GMP::GF))
; (SETF SB-GMP::C (SB-GMP::__GMPZ_REMOVE # # #))))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT4032
; #:SIZE4033)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.

; (CHECK-TYPE SB-GMP::F UNSIGNED-BYTE "handled by GMP prior to version 5.1")
; --> DO BLOCK LET TAGBODY UNLESS IF TYPEP LET SB-C::%TYPEP-WRAPPER LET AND IF
; --> AND THE LOCALLY AND THE >= IF
; ==>
; (< SB-C::X SB-C::Y)
;
; note: forced to do GENERIC-< (cost 10)
; unable to do inline fixnum comparison (cost 3) because:
; The first argument is a INTEGER, not a FIXNUM.
; unable to do inline fixnum comparison (cost 4) because:
; The first argument is a INTEGER, not a FIXNUM.
; etc.

; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R)
; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::N SB-GMP::GN) (SB-GMP::F SB-GMP::GF))
; (SETF SB-GMP::C (SB-GMP::__GMPZ_REMOVE # # #))))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT4032
; #:SIZE4033)))
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; (SETF SB-GMP::C
; (SB-GMP::__GMPZ_REMOVE (ADDR SB-GMP::R) (ADDR SB-GMP::GN)
; (ADDR SB-GMP::GF)))
; ==>
; (SETQ SB-GMP::C
; (SB-GMP::__GMPZ_REMOVE (ADDR SB-GMP::R) (ADDR SB-GMP::GN)
; (ADDR SB-GMP::GF)))
;
; note: doing unsigned word to integer coercion (cost 20) to C

; compiling (DEFGMPFUN MPZ-REMOVE ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN MPZ-REMOVE
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R)
; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::N SB-GMP::GN) (SB-GMP::F SB-GMP::GF))
; (SETF SB-GMP::C (SB-GMP::__GMPZ_REMOVE # # #))))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT4140
; #:SIZE4141)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; (SETF SB-GMP::C
; (SB-GMP::__GMPZ_REMOVE (ADDR SB-GMP::R) (ADDR SB-GMP::GN)
; (ADDR SB-GMP::GF)))
; ==>
; (SETQ SB-GMP::C
; (SB-GMP::__GMPZ_REMOVE (ADDR SB-GMP::R) (ADDR SB-GMP::GN)
; (ADDR SB-GMP::GF)))
;
; note: doing unsigned word to integer coercion (cost 20) to C

; compiling (DEFUN SETUP-5.1-STUBS ...)
; compiling (DEFGMPFUN MPZ-BIN ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN MPZ-BIN
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R)
; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::N SB-GMP::GN))
; (SB-GMP::__GMPZ_BIN_UI (ADDR SB-GMP::R) (ADDR SB-GMP::GN) SB-GMP::K)))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT4319
; #:SIZE4320)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; compiling (DEFGMPFUN MPZ-FIB2 ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFGMPFUN MPZ-FIB2
; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::FIBN SB-GMP::FIBN-1)
; (SB-GMP::__GMPZ_FIB2_UI (ADDR SB-GMP::FIBN) (ADDR SB-GMP::FIBN-1)
; SB-GMP::N))
; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET
; --> SYMBOL-MACROLET LET LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF
; --> SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FIBN 'SB-GMP::MP_D) #:RESULT4407
; #:SIZE4408)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.

; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FIBN-1 'SB-GMP::MP_D)
; #:RESULT4409 #:SIZE4410)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.

; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FIBN 'SB-GMP::MP_D) #:RESULT4407
; #:SIZE4408)))
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FIBN-1 'SB-GMP::MP_D)
; #:RESULT4409 #:SIZE4410)))
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; compiling (DEFINE-ALIEN-TYPE NIL ...)
; compiling (DECLAIM (INLINE __GMP_RANDINIT_MT ...))
; compiling (DEFINE-ALIEN-ROUTINE __GMP_RANDINIT_MT ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMP_RANDINIT_LC_2EXP ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMP_RANDSEED ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMP_RANDSEED_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_URANDOMB ...)
; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_URANDOMM ...)
; compiling (DEFSTRUCT (GMP-RSTATE #) ...)
; compiling (DECLAIM (SB-EXT:MAYBE-INLINE MAKE-GMP-RSTATE ...))
; compiling (DEFUN MAKE-GMP-RSTATE ...)
; compiling (DEFUN MAKE-GMP-RSTATE-LC ...)
; compiling (DEFUN RAND-SEED ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFUN RAND-SEED
; (TYPEP SB-GMP::SEED '(INTEGER 0 *))
; --> LET SB-C::%TYPEP-WRAPPER LET AND IF AND THE LOCALLY AND THE >= IF
; ==>
; (< SB-C::X SB-C::Y)
;
; note: forced to do GENERIC-< (cost 10)
; unable to do inline fixnum comparison (cost 3) because:
; The first argument is a (OR (INTEGER * -1) (INTEGER 18446744073709551616)), not a FIXNUM.
; unable to do inline fixnum comparison (cost 4) because:
; The first argument is a (OR (INTEGER * -1) (INTEGER 18446744073709551616)), not a FIXNUM.
; etc.

; compiling (DEFUN RANDOM-BITCOUNT ...)
; compiling (DEFUN RANDOM-INT ...)
; compiling (DECLAIM (INLINE %LSIZE))
; compiling (DEFUN %LSIZE ...)
; compiling (DEFMACRO WITH-MPQ-VAR ...)
; compiling (DEFMACRO DEFMPQFUN ...)
; compiling (DEFMPQFUN MPQ-ADD ...)
; compiling (DEFMPQFUN MPQ-SUB ...)
; compiling (DEFMPQFUN MPQ-MUL ...)
; compiling (DEFMPQFUN MPQ-DIV ...)
; compiling (DEF ORIG-MUL ...)
; compiling (DEF ORIG-TRUNCATE ...)
; compiling (DEF ORIG-GCD ...)
; compiling (DEF ORIG-LCM ...)
; compiling (DEF ORIG-ISQRT ...)
; compiling (DEF ORIG-TWO-ARG-+ ...)
; compiling (DEF ORIG-TWO-ARG-- ...)
; compiling (DEF ORIG-TWO-ARG-* ...)
; compiling (DEF ORIG-TWO-ARG-/ ...)
; compiling (DEF ORIG-INTEXP ...)
; compiling (DEFUN GMP-MUL ...)
; compiling (DEFUN GMP-TRUNCATE ...)
; compiling (DEFUN GMP-LCM ...)
; compiling (DEFUN GMP-ISQRT ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFUN GMP-ISQRT
; (DEFUN SB-GMP::GMP-ISQRT (SB-GMP::N)
; (DECLARE (OPTIMIZE (SPEED 3) (SPACE 3))
; (TYPE UNSIGNED-BYTE SB-GMP::N)
; (INLINE SB-GMP:MPZ-SQRT))
; (IF (OR (TYPEP SB-GMP::N 'FIXNUM) SB-GMP:*GMP-DISABLED*)
; (SB-GMP::ORIG-ISQRT SB-GMP::N)
; (SB-GMP:MPZ-SQRT SB-GMP::N)))
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION
; --> SB-C::%FUNCALL MULTIPLE-VALUE-BIND LET UNLESS IF TYPEP LET
; --> SB-C::%TYPEP-WRAPPER LET AND IF AND THE LOCALLY AND THE >= IF
; ==>
; (< SB-C::X SB-C::Y)
;
; note: forced to do GENERIC-< (cost 10)
; unable to do inline fixnum comparison (cost 3) because:
; The first argument is a INTEGER, not a FIXNUM.
; unable to do inline fixnum comparison (cost 4) because:
; The first argument is a INTEGER, not a FIXNUM.
; etc.

; compiling (DEFUN GMP-TWO-ARG-+ ...)
; compiling (DEFUN GMP-TWO-ARG-- ...)
; compiling (DEFUN GMP-TWO-ARG-* ...)
; compiling (DEFUN GMP-TWO-ARG-/ ...)
; compiling (DEFUN GMP-INTEXP ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/gmp.lisp
; in: DEFUN GMP-INTEXP
; (SB-GMP:MPZ-POW SB-GMP::BASE SB-GMP::POWER)
; --> BLOCK SB-GMP::WITH-GMP-MPZ-RESULTS WITH-ALIEN SYMBOL-MACROLET
; --> SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET LET
; --> SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF -
; ==>
; (SB-KERNEL:%NEGATE
; (THE NUMBER
; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::ROP 'SB-GMP::MP_D) #:RESULT7547
; #:SIZE7548)))
;
; note: unable to
; Eliminate %negate/%negate of rationals
; due to type uncertainty:
; The first argument is a NUMBER, not a RATIONAL.
;
; note: forced to do GENERIC-NEGATE (cost 10)
; unable to do inline fixnum arithmetic (cost 1) because:
; The first argument is a NUMBER, not a FIXNUM.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T).
; unable to do inline float arithmetic (cost 1) because:
; The first argument is a NUMBER, not a SINGLE-FLOAT.
; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT
; &REST T).
; etc.

; compiling (DEFUN INSTALL-GMP-FUNS ...)
; compiling (DEFUN UNINSTALL-GMP-FUNS ...)
; compiling (DEFUN LOAD-GMP ...)
; compiling (DEFUN UNLOAD-GMP ...)
; compiling (LOAD-GMP)

; SYS:CONTRIB;SB-GMP;GMP-TMP.FASL.NEWEST written
; compilation finished in 0:00:03.965
;
; compilation unit finished
; printed 29 notes
* echo "(defsystem :sb-gmp :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-gmp.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-gmp")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp/tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE "SB-GMP-TESTS" ...)
; compiling (IN-PACKAGE "SB-GMP-TESTS")
; compiling (DEFPARAMETER *STATE* ...)
; compiling (RAND-SEED *STATE* ...)
; compiling (DEFMACRO DEFGENERATOR ...)
; compiling (DEFGENERATOR GEN-MPZ ...)
; compiling (DEFUN GEN-MPQ ...)
; compiling (DEFUN MAYBE-APPLY ...)
; compiling (DEFUN TEST-ONE-CASE ...)
; compiling (DEFVAR *ITERATION-COUNT* ...)
; compiling (DEFUN TEST-N-CASES ...)
; compiling (DEFMACRO DEFINE-GMP-TEST ...)
; compiling (DEFINE-GMP-TEST (MPZ-ADD :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-SUB :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-MUL :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-TDIV :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-FDIV :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-CDIV :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-GCD :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-LCM :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (ISQRT :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-MOD :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-POW :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPZ-POWM :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (SIGN-CONVERSION) ...)
; compiling (DEFINE-GMP-TEST (TRUNCATE-1) ...)
; compiling (DEFINE-GMP-TEST (TRUNCATE-2) ...)
; compiling (DEFUN FAC ...)
; compiling (DEFINE-GMP-TEST (FAC1) ...)
; compiling (DEFINE-GMP-TEST (FAC2) ...)
; compiling (DEFINE-GMP-TEST (POW1) ...)
; compiling (DEFINE-GMP-TEST (POW2) ...)
; compiling (DEFTEST REMOVE-1 ...)
; compiling (DEFTEST REMOVE-2 ...)
; compiling (DEFTEST REMOVE-3 ...)
; compiling (DEFTEST FIB ...)
; compiling (DEFTEST BINOMIAL ...)
; compiling (DEFINE-GMP-TEST (MPZ-NEXTPRIME :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPQ-ADD :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPQ-SUB :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPQ-MUL :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (MPQ-DIV :REPEAT ...) ...)
; compiling (DEFINE-GMP-TEST (ADD-1) ...)
; compiling (DEFINE-GMP-TEST (MOD-1) ...)

; SYS:CONTRIB;SB-GMP;TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.961
Doing 31 pending tests of 31 tests total.
SB-GMP:MPZ-ADD SB-GMP:MPZ-SUB SB-GMP:MPZ-MUL SB-GMP:MPZ-TDIV SB-GMP:MPZ-FDIV
SB-GMP:MPZ-CDIV SB-GMP:MPZ-GCD SB-GMP:MPZ-LCM ISQRT SB-GMP:MPZ-MOD
SB-GMP:MPZ-POW SB-GMP:MPZ-POWM SB-GMP-TESTS::SIGN-CONVERSION
SB-GMP-TESTS::TRUNCATE-1 SB-GMP-TESTS::TRUNCATE-2 SB-GMP-TESTS::FAC1
SB-GMP-TESTS::FAC2 SB-GMP-TESTS::POW1 SB-GMP-TESTS::POW2 SB-GMP-TESTS::REMOVE-1
SB-GMP-TESTS::REMOVE-2 SB-GMP-TESTS::REMOVE-3 SB-GMP-TESTS::FIB
SB-GMP-TESTS::BINOMIAL SB-GMP:MPZ-NEXTPRIME SB-GMP:MPQ-ADD SB-GMP:MPQ-SUB
SB-GMP:MPQ-MUL SB-GMP:MPQ-DIV SB-GMP-TESTS::ADD-1 SB-GMP-TESTS::MOD-1
No tests failed.
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-gmp'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-grovel'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-grovel")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-grovel/module-setup.lisp" (written 06 JUL 2017 02:44:49 PM):
; compiling (PROVIDE :SB-GROVEL)
; compiling (REQUIRE :ASDF)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-grovel/module-setup.fasl written
; compilation finished in 0:00:00.003
* echo "(defsystem :sb-grovel :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-grovel.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-grovel")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-grovel'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-introspect")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-introspect/module-setup.lisp" (written 06 JUL 2017 02:44:52 PM):
; compiling (PROVIDE :SB-INTROSPECT)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-introspect/module-setup.fasl written
; compilation finished in 0:00:00.004
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/introspect.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-INTROSPECT ...)
; compiling (IN-PACKAGE :SB-INTROSPECT)
; compiling (DEFTYPE DEBUG-INFO ...)
; compiling (DEFTYPE DEBUG-SOURCE ...)
; compiling (DEFTYPE DEBUG-FUNCTION ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FUNCTION-DEBUG-INFO ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FUNCTION-DEBUG-SOURCE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN DEBUG-INFO-SOURCE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN DEBUG-INFO-DEBUG-FUNCTION ...)
; compiling (DEFUN VALID-FUNCTION-NAME-P ...)
; compiling (DECLAIM (INLINE MAP-CODE-CONSTANTS))
; compiling (DEFUN MAP-CODE-CONSTANTS ...)
; compiling (DECLAIM (INLINE MAP-ALLOCATED-CODE-COMPONENTS))
; compiling (DEFUN MAP-ALLOCATED-CODE-COMPONENTS ...)
; compiling (DECLAIM (INLINE MAP-CALLER-CODE-COMPONENTS))
; compiling (DEFUN MAP-CALLER-CODE-COMPONENTS ...)
; compiling (DEFSTRUCT DEFINITION-SOURCE ...)
; compiling (DEFUN VOP-SOURCES-FROM-FUN-TEMPLATES ...)
; compiling (DEFUN FIND-VOP-SOURCE ...)
; compiling (DEFUN FIND-DEFINITION-SOURCES-BY-NAME ...)
; compiling (DEFUN FIND-DEFINITION-SOURCE ...)
; compiling (DEFUN FIND-FUNCTION-DEFINITION-SOURCE ...)
; compiling (DEFUN TRANSLATE-SOURCE-LOCATION ...)
; compiling (SB-INT:DEFINE-DEPRECATED-FUNCTION :LATE ...)
; compiling (DEFUN FUNCTION-LAMBDA-LIST ...)
; compiling (DEFUN DEFTYPE-LAMBDA-LIST ...)
; compiling (DEFUN FUNCTION-TYPE ...)
; compiling (DEFUN FIND-FUNCTION-CALLEES ...)
; compiling (DEFUN FIND-FUNCTION-CALLERS ...)
; compiling (DEFUN COLLECT-XREF ...)
; compiling (DEFUN WHO-CALLS ...)
; compiling (DEFUN WHO-BINDS ...)
; compiling (DEFUN WHO-REFERENCES ...)
; compiling (DEFUN WHO-SETS ...)
; compiling (DEFUN WHO-MACROEXPANDS ...)
; compiling (DEFUN WHO-SPECIALIZES-DIRECTLY ...)
; compiling (DEFUN WHO-SPECIALIZES-GENERALLY ...)
; compiling (DEFUN CANONICALIZE-CLASS-DESIGNATOR ...)
; compiling (DEFUN METHOD-GENERIC-FUNCTION-NAME ...)
; compiling (DEFUN COLLECT-SPECIALIZING-METHODS ...)
; compiling (DEFUN ALLOCATION-INFORMATION ...)
; compiling (DEFUN MAP-ROOT ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/introspect.lisp
; in: DEFUN MAP-ROOT
; (SB-KERNEL:VALUE-CELL-REF SB-INTROSPECT::OBJECT)
;
; note: deleting unreachable code

; (SB-KERNEL:WIDETAG-OF SB-INTROSPECT::OBJECT)
;
; note: deleting unreachable code
;
; note: deleting unreachable code

; (WARN "~&MAP-ROOT: Unknown widetag ~S: ~S~%"
; (SB-KERNEL:WIDETAG-OF SB-INTROSPECT::OBJECT) SB-INTROSPECT::OBJECT)
; ==>
; "~&MAP-ROOT: Unknown widetag ~S: ~S~%"
;
; note: deleting unreachable code

; (SB-KERNEL:VALUE-CELL-REF SB-INTROSPECT::OBJECT)
; ==>
; SB-INTROSPECT::OBJECT
;
; note: deleting unreachable code


; SYS:CONTRIB;SB-INTROSPECT;INTROSPECT-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.290
;
; compilation unit finished
; printed 5 notes
* echo "(defsystem :sb-introspect :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-introspect.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-introspect")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/xref-test-data.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-INTROSPECT-TEST/XREF ...)
; compiling (IN-PACKAGE :SB-INTROSPECT-TEST/XREF)
; compiling (DEFVAR *A* ...)
; compiling (DEFCONSTANT +Z+ ...)
; compiling (DEFUN FOO ...)
; compiling (DEFUN BAR ...)
; compiling (DEFUN XREF/1 ...)
; compiling (DEFUN XREF/2 ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/xref-test-data.lisp
; in: DEFUN XREF/2
; (SB-INTROSPECT-TEST/XREF::XREF/1)
;
; note: deleting unreachable code

; compiling (LET (#) ...)
; compiling (FLET (#) ...)
; compiling (DEFUN XREF/7 ...)
; compiling (LET (#) ...)
; compiling (DEFVAR *C* ...)
; compiling (DEFUN XREF/8 ...)
; compiling (DEFMETHOD XREF/10 ...)
; compiling (DEFMETHOD XREF/11 ...)
; compiling (DEFMETHOD XREF/11 ...)
; compiling (DEFMETHOD XREF/11 ...)
; compiling (DECLAIM (INLINE INLINE/1))
; compiling (DEFUN INLINE/1 ...)
; compiling (DEFUN XREF/12 ...)
; compiling (DEFUN XREF/13 ...)
; compiling (DEFUN XREF/14 ...)
; compiling (SB-EXT:DEFGLOBAL **GLOBAL** ...)
; compiling (DEFUN XREF/15 ...)
; compiling (DEFUN XREF/16 ...)
; compiling (DEFMACRO MACRO/1 ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/xref-test-data.lisp
; in: DEFMACRO MACRO/1
; (SB-INTROSPECT-TEST/XREF::XREF/12)
;
; note: deleting unreachable code

; compiling (DEFUN MACRO-USE/1 ...)
; compiling (DEFUN MACRO-USE/2 ...)
; compiling (FLET (#) ...)
; compiling (DEFUN MACRO-USE/4 ...)
; compiling (DECLAIM (INLINE INLINE/2))
; compiling (DEFUN INLINE/2 ...)
; compiling (DEFUN MACRO-USE/5 ...)
; compiling (DECLAIM (INLINE INLINE/3))
; compiling (DEFUN INLINE/3 ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/xref-test-data.lisp
; in: DEFUN INLINE/3
; (DEFUN SB-INTROSPECT-TEST/XREF::INLINE/3
; (SB-INTROSPECT-TEST/XREF::A
; &OPTIONAL SB-INTROSPECT-TEST/XREF::B
; &KEY SB-INTROSPECT-TEST/XREF::C SB-INTROSPECT-TEST/XREF::D)
; (LIST SB-INTROSPECT-TEST/XREF::A SB-INTROSPECT-TEST/XREF::B
; SB-INTROSPECT-TEST/XREF::C SB-INTROSPECT-TEST/XREF::D))
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA SB-INTROSPECT-TEST/XREF::INLINE/3
; (SB-INTROSPECT-TEST/XREF::A &OPTIONAL SB-INTROSPECT-TEST/XREF::B &KEY
; SB-INTROSPECT-TEST/XREF::C SB-INTROSPECT-TEST/XREF::D)
; (BLOCK SB-INTROSPECT-TEST/XREF::INLINE/3
; (LIST SB-INTROSPECT-TEST/XREF::A SB-INTROSPECT-TEST/XREF::B
; SB-INTROSPECT-TEST/XREF::C SB-INTROSPECT-TEST/XREF::D)))
;
; caught STYLE-WARNING:
; &OPTIONAL and &KEY found in the same lambda list: (A &OPTIONAL B &KEY C D)

; compiling (DEFUN INLINE/3-USER/1 ...)
; compiling (DEFUN INLINE/3-USER/2 ...)
; compiling (DEFUN INLINE/3-USER/3 ...)
; compiling (DEFUN INLINE/3-USER/4 ...)
; compiling (DECLAIM (INLINE INLINE/4))
; compiling (DEFUN INLINE/4 ...)
; compiling (DEFUN INLINE/4-USER ...)
; compiling (DEFINE-COMPILER-MACRO CMACRO ...)
; compiling (DEFSTRUCT STRUCT ...)
; compiling (DEFUN SOURCE-USER ...)
; compiling (DEFCLASS A-CLASS ...)
; compiling (DEFCLASS A-SUBCLASS ...)
; compiling (DEFSTRUCT A-STRUCTURE)
; compiling (DEFSTRUCT (A-SUBSTRUCTURE #))
; compiling (DEFVAR *AN-INSTANCE-OF-A-CLASS* ...)
; compiling (DEFVAR *AN-INSTANCE-OF-A-SUBCLASS* ...)
; compiling (DEFVAR *AN-INSTANCE-OF-A-STRUCTURE* ...)
; compiling (DEFVAR *AN-INSTANCE-OF-A-SUBSTRUCTURE* ...)
; compiling (DEFMETHOD A-GF-1 ...)
; compiling (DEFMETHOD A-GF-1 ...)
; compiling (DEFMETHOD A-GF-2 ...)
; compiling (DEFMETHOD A-GF-2 ...)
; compiling (DEFMETHOD A-GF-3 ...)
; compiling (DEFMETHOD A-GF-3 ...)
; compiling (DEFUN CALLED-BY-TRACED-FUN ...)
; compiling (DEFUN TRACED-FUN ...)
; compiling (TRACE TRACED-FUN)
; compiling (DEFUN CALLED-BY-INTERPRETED-FUNS ...)
; compiling (LET (#) ...)
; compiling (LET (#) ...)
; compiling (TRACE TRACED-INTERPRETED-FUN)

; SYS:CONTRIB;SB-INTROSPECT;XREF-TEST-DATA-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.136
WARNING:
Lisp compilation had style-warnings while
compiling #<CL-SOURCE-FILE "sb-introspect/tests" "xref-test-data">
WARNING:
Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::XREF/10.
WARNING:
Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::XREF/11.
WARNING:
Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::A-GF-1.
WARNING:
Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::A-GF-2.
WARNING:
Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::A-GF-3.
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/xref-test.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE :SB-INTROSPECT-TEST/XREF)
; compiling (DEFMACRO DEFINE-XREF-TEST ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.1 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.2 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.3 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.4 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.5 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.6 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.7 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.8 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.9 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.10 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.11 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.12 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.13 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.14 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.15 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.16 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.17 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.18 ...)
; compiling (DEFINE-XREF-TEST WHO-MACROEXPANDS.1 ...)
; compiling (DEFINE-XREF-TEST WHO-BINDS.1 ...)
; compiling (DEFINE-XREF-TEST WHO-SETS.1 ...)
; compiling (DEFINE-XREF-TEST WHO-SETS.2 ...)
; compiling (DEFINE-XREF-TEST WHO-REFERENCES.1 ...)
; compiling (DEFINE-XREF-TEST WHO-REFERENCES.2 ...)
; compiling (DEFINE-XREF-TEST WHO-REFERENCES.3 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.STRUCT-SLOT.1 ...)
; compiling (DEFINE-XREF-TEST WHO-CALLS.CMACRO.1 ...)
; compiling (DEFINE-XREF-TEST WHO-SPECIALIZES-DIRECTLY.1 ...)
; compiling (DEFINE-XREF-TEST WHO-SPECIALIZES-DIRECTLY.2 ...)
; compiling (DEFINE-XREF-TEST WHO-SPECIALIZES-GENERALLY.1 ...)
; compiling (DEFINE-XREF-TEST WHO-SPECIALIZES-GENERALLY.2 ...)

; SYS:CONTRIB;SB-INTROSPECT;XREF-TEST-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.069
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/test.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DECLAIM (OPTIMIZE #))
; compiling (IN-PACKAGE :CL-USER)
; compiling (DEFUN ONE ...)
; compiling (DEFGENERIC TWO ...)
; compiling (DEFMETHOD TWO ...)
; compiling (DEFSTRUCT THREE ...)
; compiling (WITH-COMPILATION-UNIT (:SOURCE-PLIST #) ...)
; compiling "oops-off-by-one"
; compiling (DEFPARAMETER *A* ...)
; compiling (DEFVAR *B* ...)
; compiling (DEFCLASS A ...)
; compiling (DEFINE-CONDITION B ...)
; compiling (DEFSTRUCT C ...)
; compiling (DEFSTRUCT (D #) ...)
; compiling (DEFPACKAGE E ...)
; compiling (DEFINE-SYMBOL-MACRO F ...)
; compiling (DEFTYPE G ...)
; compiling (DEFCONSTANT +H+ ...)
; compiling (DEFMETHOD J ...)
; compiling (DEFMETHOD J ...)
; compiling (DEFMACRO L ...)
; compiling (DEFINE-COMPILER-MACRO M ...)
; compiling (DEFSETF N ...)
; compiling (DEFUN (SETF O) ...)
; compiling (DEFMETHOD (SETF P) ...)
; compiling (DEFINE-MODIFY-MACRO Q ...)
; compiling (DEFINE-METHOD-COMBINATION R ...)
; compiling (DEFINE-SETF-EXPANDER S ...)
; compiling (DEFGLOBAL **GLOBAL** ...)
; compiling (DEFINE-ALIEN-TYPE TEST-ALIEN-TYPE ...)
; compiling (DEFINE-ALIEN-TYPE NIL ...)
; compiling (DEFINE-ALIEN-VARIABLE ("errno" TEST-ALIEN-VAR) ...)
; compiling (DEFINE-CONDITION TEST-CONDITION ...)

; SYS:CONTRIB;SB-INTROSPECT;TEST-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.124
WARNING: Implicitly creating new generic function COMMON-LISP-USER::J.
WARNING:
Implicitly creating new generic function
(COMMON-LISP:SETF COMMON-LISP-USER::P).
WARNING: redefining SB-INTROSPECT::FUNCTION-DEBUG-INFO in DEFUN
WARNING: redefining SB-INTROSPECT::FUNCTION-DEBUG-SOURCE in DEFUN
WARNING: redefining SB-INTROSPECT::DEBUG-INFO-SOURCE in DEFUN
WARNING: redefining SB-INTROSPECT::DEBUG-INFO-DEBUG-FUNCTION in DEFUN
WARNING: redefining SB-INTROSPECT:VALID-FUNCTION-NAME-P in DEFUN
WARNING: redefining SB-INTROSPECT::MAP-CODE-CONSTANTS in DEFUN
WARNING: redefining SB-INTROSPECT::MAP-ALLOCATED-CODE-COMPONENTS in DEFUN
WARNING: redefining SB-INTROSPECT::MAP-CALLER-CODE-COMPONENTS in DEFUN
WARNING: redefining SB-INTROSPECT::COPY-DEFINITION-SOURCE in DEFUN
WARNING: redefining SB-INTROSPECT::DEFINITION-SOURCE-P in DEFUN
WARNING:
redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-PATHNAME) in DEFUN
WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-PATHNAME in DEFUN
WARNING:
redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-FORM-PATH) in DEFUN
WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-FORM-PATH in DEFUN
WARNING:
redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-FORM-NUMBER) in DEFUN
WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-FORM-NUMBER in DEFUN
WARNING:
redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-CHARACTER-OFFSET) in DEFUN
WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-CHARACTER-OFFSET in DEFUN
WARNING:
redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-FILE-WRITE-DATE) in DEFUN
WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-FILE-WRITE-DATE in DEFUN
WARNING:
redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-PLIST) in DEFUN
WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-PLIST in DEFUN
WARNING:
redefining (COMMON-LISP:SETF SB-INTROSPECT::DEFINITION-SOURCE-DESCRIPTION) in DEFUN
WARNING: redefining SB-INTROSPECT::DEFINITION-SOURCE-DESCRIPTION in DEFUN
WARNING: redefining SB-INTROSPECT::MAKE-DEFINITION-SOURCE in DEFUN
WARNING: redefining SB-INTROSPECT::VOP-SOURCES-FROM-FUN-TEMPLATES in DEFUN
WARNING: redefining SB-INTROSPECT::FIND-VOP-SOURCE in DEFUN
WARNING: redefining SB-INTROSPECT:FIND-DEFINITION-SOURCES-BY-NAME in DEFUN
WARNING: redefining SB-INTROSPECT:FIND-DEFINITION-SOURCE in DEFUN
WARNING: redefining SB-INTROSPECT::FIND-FUNCTION-DEFINITION-SOURCE in DEFUN
WARNING: redefining SB-INTROSPECT::TRANSLATE-SOURCE-LOCATION in DEFUN
WARNING: redefining SB-INTROSPECT:FUNCTION-ARGLIST in DEFUN
WARNING: redefining SB-INTROSPECT:FUNCTION-LAMBDA-LIST in DEFUN
WARNING: redefining SB-INTROSPECT:DEFTYPE-LAMBDA-LIST in DEFUN
WARNING: redefining SB-INTROSPECT:FUNCTION-TYPE in DEFUN
WARNING: redefining SB-INTROSPECT:FIND-FUNCTION-CALLEES in DEFUN
WARNING: redefining SB-INTROSPECT:FIND-FUNCTION-CALLERS in DEFUN
WARNING: redefining SB-INTROSPECT::COLLECT-XREF in DEFUN
WARNING: redefining SB-INTROSPECT:WHO-CALLS in DEFUN
WARNING: redefining SB-INTROSPECT:WHO-BINDS in DEFUN
WARNING: redefining SB-INTROSPECT:WHO-REFERENCES in DEFUN
WARNING: redefining SB-INTROSPECT:WHO-SETS in DEFUN
WARNING: redefining SB-INTROSPECT:WHO-MACROEXPANDS in DEFUN
WARNING: redefining SB-INTROSPECT:WHO-SPECIALIZES-DIRECTLY in DEFUN
WARNING: redefining SB-INTROSPECT:WHO-SPECIALIZES-GENERALLY in DEFUN
WARNING: redefining SB-INTROSPECT::CANONICALIZE-CLASS-DESIGNATOR in DEFUN
WARNING: redefining SB-INTROSPECT::METHOD-GENERIC-FUNCTION-NAME in DEFUN
WARNING: redefining SB-INTROSPECT::COLLECT-SPECIALIZING-METHODS in DEFUN
WARNING: redefining SB-INTROSPECT:ALLOCATION-INFORMATION in DEFUN
WARNING: redefining SB-INTROSPECT:MAP-ROOT in DEFUN
WARNING: redefining SB-RT::PEND in DEFUN
WARNING: redefining (COMMON-LISP:SETF SB-RT::PEND) in DEFUN
WARNING: redefining SB-RT::NAME in DEFUN
WARNING: redefining (COMMON-LISP:SETF SB-RT::NAME) in DEFUN
WARNING: redefining SB-RT::FORM in DEFUN
WARNING: redefining (COMMON-LISP:SETF SB-RT::FORM) in DEFUN
WARNING: redefining SB-RT::MAKE-ENTRY in DEFUN
WARNING: redefining SB-RT::VALS in DEFMACRO
WARNING: redefining SB-RT::DEFN in DEFMACRO
WARNING: redefining SB-RT:PENDING-TESTS in DEFUN
WARNING: redefining SB-RT:REM-ALL-TESTS in DEFUN
WARNING: redefining SB-RT:REM-TEST in DEFUN
WARNING: redefining SB-RT:GET-TEST in DEFUN
WARNING: redefining SB-RT::GET-ENTRY in DEFUN
WARNING: redefining SB-RT:DEFTEST in DEFMACRO
WARNING: redefining SB-RT::ADD-ENTRY in DEFUN
WARNING: redefining SB-RT::REPORT-ERROR in DEFUN
WARNING: redefining SB-RT:DO-TEST in DEFUN
WARNING: redefining SB-RT::EQUALP-WITH-CASE in DEFUN
WARNING: redefining SB-RT::DO-ENTRY in DEFUN
WARNING: redefining SB-RT:CONTINUE-TESTING in DEFUN
WARNING: redefining SB-RT:DO-TESTS in DEFUN
WARNING: redefining SB-RT::DO-ENTRIES in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/test-driver.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-INTROSPECT-TEST ...)
; compiling (IN-PACKAGE :SB-INTROSPECT-TEST)
; compiling (DEFMACRO DEFTEST* ...)
; compiling (DEFUN EXPECT-WILD-RETURN-TYPE-P ...)
; compiling (DEFTEST FUNCTION-LAMBDA-LIST.1 ...)
; compiling (DEFTEST FUNCTION-LAMBDA-LIST.2 ...)
; compiling (DEFTEST FUNCTION-LAMBDA-LIST.3 ...)
; compiling (DEFTEST MACRO-LAMBDA-LIST.1 ...)
; compiling (DEFTEST MACRO-LAMBDA-LIST.2 ...)
; compiling (DEFTEST DEFINITION-SOURCE.1 ...)
; compiling (DEFTEST DEFINITION-SOURCE-PLIST.1 ...)
; compiling (DEFTEST DEFINITION-SOURCE-PLIST.2 ...)
; compiling (DEFUN MATCHP ...)
; compiling (DEFUN MATCHP-NAME ...)
; compiling (DEFUN MATCHP-LENGTH ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.1 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.2 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.3 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.4 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.5 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.6 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.7 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.8 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.9 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.10 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.11 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.12 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.13 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.14 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.15 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.16 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.17 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.18 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.19 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.20 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.21 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.22 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.23 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.24 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.25 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.26 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.27 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.28 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.29 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.30 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.31 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.32 ...)
; compiling (DEFTEST FIND-SOURCE-STUFF.33 ...)
; compiling (DEFGENERIC XUUQ ...)
; compiling (DEFMETHOD XUUQ ...)
; compiling (DEFMETHOD XUUQ ...)
; compiling (DEFTEST GF-INTERPLAY.1 ...)
; compiling (DEFMETHOD KROOLZ ...)
; compiling (DEFTEST GF-INTERPLAY.2 ...)
; compiling (DEFTYPE FOOBAR-TYPE ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect/test-driver.lisp
; in: DEFTYPE FOOBAR-TYPE
; (DEFTYPE SB-INTROSPECT-TEST::FOOBAR-TYPE
; (&WHOLE SB-INTROSPECT-TEST::W &ENVIRONMENT SB-INTROSPECT-TEST::E
; SB-INTROSPECT-TEST::R1 SB-INTROSPECT-TEST::R2
; &OPTIONAL SB-INTROSPECT-TEST::O
; &REST REST
; &KEY SB-INTROSPECT-TEST::K1 ...)
; (DECLARE
; (IGNORE SB-INTROSPECT-TEST::W SB-INTROSPECT-TEST::E SB-INTROSPECT-TEST::R1
; SB-INTROSPECT-TEST::R2 SB-INTROSPECT-TEST::O REST SB-INTROSPECT-TEST::K1
; SB-INTROSPECT-TEST::K2 SB-INTROSPECT-TEST::K3))
; NIL)
;
; caught STYLE-WARNING:
; &OPTIONAL and &KEY found in the same lambda list: (R1 R2 &OPTIONAL O &REST REST
; &KEY K1 K2 K3)

; compiling (DEFTEST DEFTYPE-LAMBDA-LIST.1 ...)
; compiling (DEFTEST DEFTYPE-LAMBDA-LIST.2 ...)
; compiling (DEFTEST DEFTYPE-LAMBDA-LIST.3 ...)
; compiling (DEFTEST DEFTYPE-LAMBDA-LIST.4 ...)
; compiling (DEFUN TAI ...)
; compiling (DEFTEST ALLOCATION-INFROMATION.1 ...)
; compiling (DEFTEST ALLOCATION-INFORMATION.2 ...)
; compiling (DEFTEST ALLOCATION-INFORMATION.3 ...)
; compiling (DEFTEST ALLOCATION-INFORMATION.3B ...)
; compiling (DEFTEST ALLOCATION-INFORMATION.THREAD.1 ...)
; compiling (DEFUN THREAD-TAI ...)
; compiling (DEFTEST ALLOCATION-INFORMATION.THREAD.2 ...)
; compiling (DEFUN THREAD-TAI2 ...)
; compiling (DEFTEST ALLOCATION-INFORMATION.THREAD.3 ...)
; compiling (DEFUN TYPE-EQUAL ...)
; compiling (DEFMACRO INTERPRET ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MOON ...)
; compiling (DEFTEST FUNCTION-TYPE.1 ...)
; compiling (DEFUN SUN ...)
; compiling (DEFTEST FUNCTION-TYPE.2 ...)
; compiling (DEFTEST FUNCTION-TYPE.5 ...)
; compiling (DEFTEST FUNCTION-TYPE.6 ...)
; compiling (DEFTEST FUNCTION-TYPE.7 ...)
; compiling (DEFTEST FUNCTION-TYPE.8 ...)
; compiling (DEFGENERIC EARTH ...)
; compiling (DEFTEST FUNCTION-TYPE+GFS.1 ...)
; compiling (DEFMETHOD MARS ...)
; compiling (DEFSTRUCT (STRUCT # ...) ...)
; compiling (DEFTEST FUNCTION-TYPE+DEFSTRUCT.2 ...)
; compiling (DEFTEST FUNCTION-TYPE+DEFSTRUCT.3 ...)
; compiling (DEFSTRUCT (TYPED-STRUCT :NAMED ...) ...)
; compiling (DEFTEST FUNCTION-TYPE+DEFSTRUCT.4 ...)
; compiling (DEFTEST FUNCTION-TYPE+DEFSTRUCT.5 ...)
; compiling (DEFUN (SETF SUN) ...)
; compiling (DEFTEST FUNCTION-TYPE+SETF.1 ...)
; compiling (DEFTEST FUNCTION-TYPE+MISC.1 ...)
; compiling (DEFTEST DEFSTRUCT-FUN-SOURCES ...)
; compiling (DEFTEST DEFSTRUCT-FUN-SOURCES-BY-NAME ...)
; compiling (DEFTEST ALIEN-TYPE.1 ...)
; compiling (DEFTEST ALIEN-TYPE.2 ...)
; compiling (DEFTEST ALIEN-VARIABLE ...)
; compiling (DEFTEST CONDITION-SLOT-READER ...)
; compiling (DEFTEST CONDITION-SLOT-WRITER ...)

; SYS:CONTRIB;SB-INTROSPECT;TEST-DRIVER-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.206
WARNING:
Lisp compilation had style-warnings while
compiling #<CL-SOURCE-FILE "sb-introspect/tests" "test-driver">
WARNING: Implicitly creating new generic function SB-INTROSPECT-TEST::KROOLZ.
WARNING: Implicitly creating new generic function SB-INTROSPECT-TEST::MARS.
Doing 105 pending tests of 105 tests total.
SB-INTROSPECT-TEST/XREF::WHO-CALLS.1 SB-INTROSPECT-TEST/XREF::WHO-CALLS.2
SB-INTROSPECT-TEST/XREF::WHO-CALLS.3 SB-INTROSPECT-TEST/XREF::WHO-CALLS.4
SB-INTROSPECT-TEST/XREF::WHO-CALLS.5 SB-INTROSPECT-TEST/XREF::WHO-CALLS.6
SB-INTROSPECT-TEST/XREF::WHO-CALLS.7 SB-INTROSPECT-TEST/XREF::WHO-CALLS.8
SB-INTROSPECT-TEST/XREF::WHO-CALLS.9 SB-INTROSPECT-TEST/XREF::WHO-CALLS.10
SB-INTROSPECT-TEST/XREF::WHO-CALLS.11 SB-INTROSPECT-TEST/XREF::WHO-CALLS.12
SB-INTROSPECT-TEST/XREF::WHO-CALLS.13 SB-INTROSPECT-TEST/XREF::WHO-CALLS.14
SB-INTROSPECT-TEST/XREF::WHO-CALLS.15 SB-INTROSPECT-TEST/XREF::WHO-CALLS.16
SB-INTROSPECT-TEST/XREF::WHO-CALLS.17 SB-INTROSPECT-TEST/XREF::WHO-CALLS.18
SB-INTROSPECT-TEST/XREF::WHO-MACROEXPANDS.1
SB-INTROSPECT-TEST/XREF::WHO-BINDS.1 SB-INTROSPECT-TEST/XREF::WHO-SETS.1
SB-INTROSPECT-TEST/XREF::WHO-SETS.2 SB-INTROSPECT-TEST/XREF::WHO-REFERENCES.1
SB-INTROSPECT-TEST/XREF::WHO-REFERENCES.2
SB-INTROSPECT-TEST/XREF::WHO-REFERENCES.3
SB-INTROSPECT-TEST/XREF::WHO-CALLS.STRUCT-SLOT.1
SB-INTROSPECT-TEST/XREF::WHO-CALLS.CMACRO.1
SB-INTROSPECT-TEST/XREF::WHO-SPECIALIZES-DIRECTLY.1
SB-INTROSPECT-TEST/XREF::WHO-SPECIALIZES-DIRECTLY.2
SB-INTROSPECT-TEST/XREF::WHO-SPECIALIZES-GENERALLY.1
SB-INTROSPECT-TEST/XREF::WHO-SPECIALIZES-GENERALLY.2
SB-INTROSPECT-TEST::FUNCTION-LAMBDA-LIST.1
SB-INTROSPECT-TEST::FUNCTION-LAMBDA-LIST.2
SB-INTROSPECT-TEST::FUNCTION-LAMBDA-LIST.3
SB-INTROSPECT-TEST::MACRO-LAMBDA-LIST.1 SB-INTROSPECT-TEST::MACRO-LAMBDA-LIST.2
SB-INTROSPECT-TEST::DEFINITION-SOURCE.1
SB-INTROSPECT-TEST::DEFINITION-SOURCE-PLIST.1
SB-INTROSPECT-TEST::DEFINITION-SOURCE-PLIST.2
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.1 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.2
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.3 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.4
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.5 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.6
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.7 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.8
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.9
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.10
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.11
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.12
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.13
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.14
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.15
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.16
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.17
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.18
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.19
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.20
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.21
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.22
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.23
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.24
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.25
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.26
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.27
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.28
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.29
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.30
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.31
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.32
SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.33 SB-INTROSPECT-TEST::GF-INTERPLAY.1
SB-INTROSPECT-TEST::GF-INTERPLAY.2 SB-INTROSPECT-TEST::DEFTYPE-LAMBDA-LIST.1
SB-INTROSPECT-TEST::DEFTYPE-LAMBDA-LIST.2
SB-INTROSPECT-TEST::DEFTYPE-LAMBDA-LIST.3
SB-INTROSPECT-TEST::DEFTYPE-LAMBDA-LIST.4
SB-INTROSPECT-TEST::ALLOCATION-INFROMATION.1
SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.2
SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.3
SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.3B
SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.THREAD.1
SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.THREAD.2
SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.THREAD.3
SB-INTROSPECT-TEST::FUNCTION-TYPE.1 SB-INTROSPECT-TEST::FUNCTION-TYPE.2
SB-INTROSPECT-TEST::FUNCTION-TYPE.5 SB-INTROSPECT-TEST::FUNCTION-TYPE.6
SB-INTROSPECT-TEST::FUNCTION-TYPE.7 SB-INTROSPECT-TEST::FUNCTION-TYPE.8
SB-INTROSPECT-TEST::FUNCTION-TYPE+GFS.1
SB-INTROSPECT-TEST::FUNCTION-TYPE+DEFSTRUCT.2
SB-INTROSPECT-TEST::FUNCTION-TYPE+DEFSTRUCT.3
SB-INTROSPECT-TEST::FUNCTION-TYPE+DEFSTRUCT.4
SB-INTROSPECT-TEST::FUNCTION-TYPE+DEFSTRUCT.5
SB-INTROSPECT-TEST::FUNCTION-TYPE+SETF.1
SB-INTROSPECT-TEST::FUNCTION-TYPE+MISC.1
SB-INTROSPECT-TEST::DEFSTRUCT-FUN-SOURCES
SB-INTROSPECT-TEST::DEFSTRUCT-FUN-SOURCES-BY-NAME
SB-INTROSPECT-TEST::ALIEN-TYPE.1 SB-INTROSPECT-TEST::ALIEN-TYPE.2
SB-INTROSPECT-TEST::ALIEN-VARIABLE SB-INTROSPECT-TEST::CONDITION-SLOT-READER
SB-INTROSPECT-TEST::CONDITION-SLOT-WRITER
No tests failed.
;
; compilation unit finished
; caught 2 STYLE-WARNING conditions
; printed 2 notes
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-introspect'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-md5'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-md5")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-md5/module-setup.lisp" (written 06 JUL 2017 02:44:57 PM):
; compiling (PROVIDE :SB-MD5)
; compiling (REQUIRE :SB-ROTATE-BYTE)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-md5/module-setup.fasl written
; compilation finished in 0:00:00.003
* echo "(defsystem :sb-md5 :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-md5.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-md5")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-md5/md5-tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE #:SB-MD5-TESTS ...)
; compiling (IN-PACKAGE #:SB-MD5-TESTS)
; compiling (DEFUN BYTE-ARRAY-TO-HEX-STRING ...)
; compiling (DEFUN ONE-SHOT-TEST ...)
; compiling (DEFUN INCREMENTAL-TEST ...)
; compiling (DEFUN FILL-POINTER-TEST ...)
; compiling (DEFUN TESTS-FOR-TEST-SUITE ...)
; compiling (DEFINE-RFC1321-TESTS (# # ...))
; compiling (DEFINE-OTHER-TESTS (# # ...))
; compiling (DEFTEST SB-MD5.MD5SUM-FILE.0 ...)
; compiling (DEFTEST SB-MD5.MD5SUM-SEQUENCE.ERROR.0 ...)

; SYS:CONTRIB;SB-MD5;MD5-TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.104
Doing 236 pending tests of 236 tests total.
SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.0
SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.0
SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.0
SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.1
SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.1
SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.1
SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.2
SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.2
SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.2
SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.3
SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.3
SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.3
SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.4
SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.4
SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.4
SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.5
SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.5
SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.5
SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.6
SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.6
SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.6
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.0 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.0
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.0 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.1
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.1
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.1 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.2
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.2
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.2 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.3
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.3
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.3 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.4
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.4
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.4 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.5
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.5
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.5 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.6
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.6
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.6 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.7
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.7
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.7 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.8
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.8
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.8 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.9
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.9
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.9
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.10
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.10
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.10
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.11
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.11
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.11
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.12
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.12
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.12
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.13
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.13
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.13
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.14
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.14
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.14
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.15
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.15
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.15
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.16
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.16
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.16
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.17
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.17
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.17
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.18
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.18
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.18
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.19
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.19
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.19
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.20
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.20
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.20
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.21
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.21
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.21
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.22
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.22
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.22
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.23
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.23
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.23
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.24
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.24
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.24
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.25
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.25
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.25
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.26
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.26
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.26
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.27
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.27
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.27
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.28
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.28
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.28
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.29
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.29
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.29
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.30
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.30
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.30
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.31
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.31
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.31
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.32
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.32
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.32
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.33
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.33
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.33
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.34
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.34
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.34
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.35
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.35
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.35
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.36
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.36
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.36
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.37
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.37
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.37
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.38
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.38
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.38
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.39
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.39
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.39
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.40
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.40
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.40
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.41
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.41
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.41
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.42
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.42
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.42
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.43
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.43
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.43
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.44
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.44
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.44
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.45
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.45
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.45
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.46
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.46
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.46
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.47
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.47
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.47
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.48
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.48
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.48
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.49
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.49
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.49
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.50
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.50
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.50
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.51
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.51
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.51
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.52
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.52
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.52
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.53
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.53
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.53
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.54
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.54
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.54
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.55
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.55
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.55
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.56
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.56
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.56
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.57
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.57
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.57
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.58
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.58
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.58
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.59
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.59
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.59
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.60
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.60
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.60
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.61
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.61
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.61
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.62
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.62
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.62
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.63
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.63
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.63
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.64
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.64
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.64
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.65
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.65
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.65
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.66
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.66
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.66
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.67
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.67
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.67
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.68
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.68
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.68
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.69
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.69
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.69
SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.70
SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.70
SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.70 SB-MD5-TESTS::SB-MD5.MD5SUM-FILE.0
SB-MD5-TESTS::SB-MD5.MD5SUM-SEQUENCE.ERROR.0
No tests failed.
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-md5'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-mpfr'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-mpfr")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-mpfr/module-setup.lisp" (written 06 JUL 2017 02:44:59 PM):
; compiling (PROVIDE :SB-MPFR)
; compiling (REQUIRE :SB-GMP)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-mpfr/module-setup.fasl written
; compilation finished in 0:00:00.005
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-mpfr/mpfr.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-MPFR ...)
; compiling (IN-PACKAGE :SB-MPFR)
; compiling (DEFVAR +MPFR-PRECISION+)
; compiling (DEFVAR *MPFR-VERSION* ...)
; compiling (DEFVAR *MPFR-FEATURES* ...)
; compiling (DEFUN TRY-LOAD-SHARED-OBJECT ...)
; compiling (DEFUN %LOAD-MPFR ...)
; compiling (DEFUN LOAD-MPFR ...)
; compiling (LOAD-MPFR)
; compiling (DEFINE-ALIEN-TYPE NIL ...)
; compiling (DEFINE-ALIEN-TYPE MPFR_RND_ENUM ...)
; compiling (DECLAIM (INLINE MPFR_INIT2 ...))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_INIT2 ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CLEAR ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_SI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_FLT ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_D ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_Z ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_Q ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_NAN ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_INF ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_ZERO ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_DEFAULT_PREC ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_STR ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-mpfr/mpfr.lisp
; in: DEFINE-ALIEN-ROUTINE MPFR_GET_STR
; (DEFINE-ALIEN-ROUTINE SB-MPFR::MPFR_GET_STR (* CHAR) (SB-MPFR::STR (* CHAR))
; (SB-MPFR:EXP (* LONG)) (SB-MPFR::BASE INT)
; (SB-MPFR::N UNSIGNED)
; (SB-MPFR::X (* (STRUCT SB-MPFR::MPFRFLOAT)))
; (SB-MPFR::RND SB-MPFR::MPFR_RND_ENUM))
; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET
; --> SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL
; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:SIGNED
; 8))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DECLAIM (INLINE MPFR_GET_FLT ...))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_FLT ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_D ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_SI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_Z ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_FREE_STR ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_STR ...)
; compiling (DECLAIM (INLINE MPFR_ADD ...))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_SI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_D ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_Z ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_Q ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_UI_SUB ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SI_SUB ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_SI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_D_SUB ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_D ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_Z_SUB ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_Z ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_Q ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_SI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_D ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_Z ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_Q ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SQR ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_UI_DIV ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SI_DIV ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_SI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_D_DIV ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_D ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_Z ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_Q ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SQRT ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SQRT_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_REC_SQRT ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CBRT ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ROOT ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_POW ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_POW_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_POW_SI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_POW_Z ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_UI_POW ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_NEG ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ABS ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIM ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_2UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_2SI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_2UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_2SI ...)
; compiling (DEFMACRO DEFINE-ONEARG-MPFR-INT ...)
; compiling (DEFINE-ONEARG-MPFR-INT (MPFR_LOG MPFR_LOG2 ...))
; compiling (DEFMACRO DEFINE-TWOARG-MPFR-INT ...)
; compiling (DEFINE-TWOARG-MPFR-INT (MPFR_SIN_COS MPFR_ATAN2 ...))
; compiling (DECLAIM (INLINE MPFR_FAC_UI ...))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_FAC_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ZETA_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_JN ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_YN ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_FMA ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_FMS ...)
; compiling (DEFMACRO DEFINE-CONST-MPFR-INT ...)
; compiling (DEFINE-CONST-MPFR-INT (MPFR_CONST_LOG2 MPFR_CONST_PI ...))
; compiling (DECLAIM (INLINE MPFR_SUM))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUM ...)
; compiling (DECLAIM (INLINE MPFR_CMP ...))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_UI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_SI ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_D ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_Z ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_Q ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_UI_2EXP ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_SI_2EXP ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMPABS ...)
; compiling (DEFMACRO DEFINE-ONEARG-MPFR-BOOL ...)
; compiling (DEFINE-ONEARG-MPFR-BOOL (MPFR_NAN_P MPFR_INF_P ...))
; compiling (DECLAIM (INLINE MPFR_SGN))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_SGN ...)
; compiling (DEFMACRO DEFINE-TWOARG-MPFR-BOOL ...)
; compiling (DEFINE-TWOARG-MPFR-BOOL (MPFR_GREATER_P MPFR_GREATEREQUAL_P ...))
; compiling (DEFMACRO DEFINE-MPFR-VOID ...)
; compiling (DEFINE-MPFR-VOID (MPFR_CLEAR_UNDERFLOW MPFR_CLEAR_OVERFLOW ...))
; compiling (DEFMACRO DEFINE-MPFR-BOOL ...)
; compiling (DEFINE-MPFR-BOOL (MPFR_UNDERFLOW_P MPFR_OVERFLOW_P ...))
; compiling (DECLAIM (INLINE MPFR_URANDOMB ...))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_URANDOMB ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_URANDOM ...)
; compiling (DEFINE-ONEARG-MPFR-INT (MPFR_RINT MPFR_RINT_CEIL ...))
; compiling (DECLAIM (INLINE MPFR_CEIL ...))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_CEIL ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_FLOOR ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_ROUND ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_TRUNC ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_MODF ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_FMOD ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_REMAINDER ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_REMQUO ...)
; compiling (DEFPARAMETER *MPFR-RND* ...)
; compiling (DEFPARAMETER *MPFR-BASE* ...)
; compiling (DECLAIM (INLINE MPFR-FLOAT-REF ...))
; compiling (DEFSTRUCT (MPFR-FLOAT #) ...)
; compiling (DEFUN MAKE-MPFR-FLOAT ...)
; compiling (DEFMACRO WITH-PRECISION ...)
; compiling (DEFUN SET-PRECISION ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN MPFR-FLOAT-TO-STRING ...)
; compiling (DEFUN MPFR-READER ...)
; compiling (DEFUN ENABLE-MPFR-SYNTAX ...)
; compiling (ENABLE-MPFR-SYNTAX *READTABLE*)
; compiling (DEFUN ADD ...)
; compiling (DEFUN SUB ...)
; compiling (DEFUN MUL ...)
; compiling (DEFUN SQARE ...)
; compiling (DEFUN DIV ...)
; compiling (DEFUN SQRT ...)
; compiling (DEFUN RECIPROCAL-SQRT ...)
; compiling (DEFUN CUBIC-ROOT ...)
; compiling (DEFUN K-ROOT ...)
; compiling (DEFUN POWER ...)
; compiling (DEFUN NEGATE ...)
; compiling (DEFUN ABS ...)
; compiling (DEFUN DIM ...)
; compiling (DEFUN MUL-2-RAISED ...)
; compiling (DEFUN DIV-2-RAISED ...)
; compiling (DEFMACRO DEFINE-ONEARG-MPFR-FUNS ...)
; compiling (DEFINE-ONEARG-MPFR-FUNS (# # ...))
; compiling (DEFUN ATAN ...)
; compiling (DEFUN SIN-COS ...)
; compiling (DEFUN SINH-COSH ...)
; compiling (DEFUN ARITHMETIC-GEOMETRIC-MEAN ...)
; compiling (DEFUN HYPOT ...)
; compiling (DEFUN FAC ...)
; compiling (DEFUN ZETA ...)
; compiling (DEFUN JN ...)
; compiling (DEFUN YN ...)
; compiling (DEFUN FMA ...)
; compiling (DEFUN FMS ...)
; compiling (DEFUN SUM ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-mpfr/mpfr.lisp
; in: DEFUN SUM
; (SETF (DEREF SB-MPFR::AR (INCF SB-MPFR::IDX))
; (SB-MPFR::MPFR-FLOAT-REF SB-MPFR::X))
; --> LET* SB-ALIEN-INTERNALS:%SET-DEREF SETF LET* FUNCALL SB-C::%FUNCALL
; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET
; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET
; --> SB-ALIEN-INTERNALS:NATURALIZE
; ==>
; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
; '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*
; (SB-ALIEN:STRUCT
; SB-MPFR::MPFRFLOAT
; (SB-MPFR::MPFR_PREC
; #
; :OFFSET
; 0)
; (SB-MPFR::MPFR_SIGN
; #
; :OFFSET
; 64)
; (SB-MPFR::MPFR_EXP
; #
; :OFFSET
; 128)
; (SB-MPFR::MPFR_D
; #
; :OFFSET
; 192)))>)
;
; note: unable to
; optimize
; because:
; could not optimize away %SAP-ALIEN: forced to do runtime
; allocation of alien-value structure

; compiling (DEFMACRO DEFINE-CONST-MPFR-FUNS ...)
; compiling (DEFINE-CONST-MPFR-FUNS (# # ...))
; compiling (DEFMACRO DEFINE-ONEARG-MPFR-PREDICATES ...)
; compiling (DEFINE-ONEARG-MPFR-PREDICATES (# # ...))
; compiling (DEFMACRO DEFINE-TWOARG-MPFR-PREDICATES ...)
; compiling (DEFINE-TWOARG-MPFR-PREDICATES (# # ...))
; compiling (DEFUN COMPARE ...)
; compiling (DEFUN COMPARE-2EXP ...)
; compiling (DEFMACRO DEFINE-MPFR-FLAG-FUNS ...)
; compiling (DEFINE-MPFR-FLAG-FUNS (# # ...))
; compiling (DEFMACRO DEFINE-MPFR-FLAG-PREDICATES ...)
; compiling (DEFINE-MPFR-FLAG-PREDICATES (# # ...))
; compiling (DEFUN URANDOMB ...)
; compiling (DEFUN URANDOM ...)
; compiling (DEFINE-ONEARG-MPFR-FUNS (# # ...))
; compiling (DEFMACRO DEFINE-ONEARG-NO-RND-MPFR-FUNS ...)
; compiling (DEFINE-ONEARG-NO-RND-MPFR-FUNS (# # ...))
; compiling (DEFUN MODF ...)
; compiling (DEFUN FMOD ...)
; compiling (DEFUN REMAINDER ...)
; compiling (DEFUN REMAINDER-QUOT ...)
; compiling (DECLAIM (INLINE MPFR_FITS_ULONG_P ...))
; compiling (DEFINE-ALIEN-ROUTINE MPFR_FITS_ULONG_P ...)
; compiling (DEFINE-ALIEN-ROUTINE MPFR_FITS_SLONG_P ...)
; compiling (DEFUN COERCE ...)

; SYS:CONTRIB;SB-MPFR;MPFR-TMP.FASL.NEWEST written
; compilation finished in 0:00:12.373
;
; compilation unit finished
; printed 2 notes
* echo "(defsystem :sb-mpfr :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-mpfr.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-mpfr")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
STYLE-WARNING: Undefined alien: "mpfr_get_version"
STYLE-WARNING: Undefined alien: "mpfr_get_default_prec"
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-mpfr/tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE "SB-MPFR-TESTS" ...)
; compiling (IN-PACKAGE "SB-MPFR-TESTS")
; compiling (DEFUN SAMPLE ...)
; compiling (DEFUN SAMPLE2 ...)
; compiling (DEFUN SAMPLE-PI ...)

; SYS:CONTRIB;SB-MPFR;TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.130
Doing 0 pending tests of 0 tests total.
No tests failed.
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-mpfr'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-posix")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/module-setup.lisp" (written 06 JUL 2017 02:45:15 PM):
; compiling (PROVIDE :SB-POSIX)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-posix/module-setup.fasl written
; compilation finished in 0:00:00.004
* echo "(defsystem :sb-posix :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-posix.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-posix")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
STYLE-WARNING: Couldn't grovel for SIGPWR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for SIGRTMIN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for SIGRTMAX (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ECHRNG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL2NSYNC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL3HLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL3RST (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELNRNG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EUNATCH (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOCSI (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL2HLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EXFULL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOANO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADRQC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADSLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EDEADLOCK (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBFONT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOSTR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENODATA (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ETIME (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOSR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENONET (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOPKG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOLINK (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EADV (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ESRMNT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ECOMM (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EPROTO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EMULTIHOP (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EDOTDOT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADMSG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOTUNIQ (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADFD (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EREMCHG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBACC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBBAD (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBSCN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBMAX (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBEXEC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ERESTART (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ESTRPIPE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EUCLEAN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOTNAM (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENAVAIL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EREMOTEIO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for S_IFWHT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for O_DIRECT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for O_LARGEFILE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for OFDEL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for OFILL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NLDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NL0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NL1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CRDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR2 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR3 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TABDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB2 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB3 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BSDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BS0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BS1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VTDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VT0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VT1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FFDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FF0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FF1 (unknown to the C compiler).
STYLE-WARNING: Didn't find definition for "setfsuid"
STYLE-WARNING: Didn't find definition for "setfsgid"
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/libc-tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE #:SB-LIBC-TESTS ...)
; compiling (IN-PACKAGE "SB-LIBC-TESTS")
; compiling (DEFPARAMETER *TESTS* ...)
; compiling (DEFTEST SB-LIBC.STRTOD.0 ...)
; compiling (DEFTEST SB-LIBC.STRTOD.1 ...)

; SYS:CONTRIB;SB-POSIX;LIBC-TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.254
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix/posix-tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE "SB-POSIX-TESTS" ...)
; compiling (IN-PACKAGE "SB-POSIX-TESTS")
; compiling (DEFVAR *TEST-DIRECTORY* ...)
; compiling (DEFVAR *CURRENT-DIRECTORY* ...)
; compiling (DEFVAR *THIS-FILE* ...)
; compiling (DEFCONSTANT +MODE-RWX-ALL+ ...)
; compiling (DEFMACRO DEFINE-EACCES-TEST ...)
; compiling (DEFTEST CHDIR.1 ...)
; compiling (DEFTEST CHDIR.2 ...)
; compiling (DEFTEST CHDIR.3 ...)
; compiling (DEFTEST CHDIR.4 ...)
; compiling (DEFTEST CHDIR.5 ...)
; compiling (DEFTEST CHDIR.6 ...)
; compiling (DEFTEST CHDIR.7 ...)
; compiling (DEFTEST CHDIR.8 ...)
; compiling (DEFTEST CHDIR.ERROR.1 ...)
; compiling (DEFTEST CHDIR.ERROR.2 ...)
; compiling (DEFTEST MKDIR.1 ...)
; compiling (DEFTEST MKDIR.2 ...)
; compiling (DEFTEST MKDIR.ERROR.1 ...)
; compiling (DEFTEST MKDIR.ERROR.2 ...)
; compiling (DEFINE-EACCES-TEST MKDIR.ERROR.3 ...)
; compiling (DEFTEST RMDIR.1 ...)
; compiling (DEFTEST RMDIR.2 ...)
; compiling (DEFTEST RMDIR.ERROR.1 ...)
; compiling (DEFTEST RMDIR.ERROR.2 ...)
; compiling (DEFTEST RMDIR.ERROR.3 ...)
; compiling (DEFTEST RMDIR.ERROR.4 ...)
; compiling (DEFINE-EACCES-TEST RMDIR.ERROR.5 ...)
; compiling (DEFTEST STAT.1 ...)
; compiling (DEFTEST STAT.2 ...)
; compiling (DEFTEST STAT.3 ...)
; compiling (DEFTEST STAT.4 ...)
; compiling (DEFTEST STAT.5 ...)
; compiling (DEFTEST STAT.ERROR.1 ...)
; compiling (DEFINE-EACCES-TEST STAT.ERROR.2 ...)
; compiling (DEFMACRO WITH-STAT-MODE ...)
; compiling (DEFMACRO WITH-LSTAT-MODE ...)
; compiling (DEFTEST STAT-MODE.1 ...)
; compiling (DEFTEST STAT-MODE.2 ...)
; compiling (DEFTEST STAT-MODE.3 ...)
; compiling (DEFTEST STAT-MODE.4 ...)
; compiling (DEFTEST STAT-MODE.5 ...)
; compiling (DEFTEST STAT-MODE.6 ...)
; compiling (DEFTEST STAT-MODE.7 ...)
; compiling (DEFTEST STAT-MODE.8 ...)
; compiling (DEFTEST FILENAME-DESIGNATOR.1 ...)
; compiling (DEFTEST OPEN.1 ...)
; compiling (DEFTEST OPEN.ERROR.1 ...)
; compiling (DEFTEST FCNTL.1 ...)
; compiling (DEFTEST FCNTL.FLOCK.1 ...)
; compiling (DEFTEST FCNTL.FLOCK.2 ...)
; compiling (DEFTEST READ.1 ...)
; compiling (DEFTEST OPENDIR.1 ...)
; compiling (DEFTEST READDIR.1 ...)
; compiling (DEFTEST READDIR/DIRENT-NAME ...)
; compiling (DEFTEST WRITE.1 ...)
; compiling (DEFTEST PWENT.1 ...)
; compiling (DEFTEST PWENT.2 ...)
; compiling (DEFTEST PWENT.NON-EXISTING ...)
; compiling (DEFTEST GRENT.1 ...)
; compiling (DEFTEST GRENT.2 ...)
; compiling (DEFTEST GRENT.NON-EXISTING ...)
; compiling (DEFTEST TIME.1 ...)
; compiling (DEFTEST UTIMES.1 ...)
; compiling (DEFTEST READLINK.1 ...)
; compiling (DEFTEST READLINK.2 ...)
; compiling (DEFTEST READLINK.ERROR.1 ...)
; compiling (DEFTEST READLINK.ERROR.2 ...)
; compiling (DEFTEST READLINK.ERROR.3 ...)
; compiling (DEFTEST READLINK.ERROR.4 ...)
; compiling (DEFTEST READLINK.ERROR.5 ...)
; compiling (DEFTEST READLINK.ERROR.6 ...)
; compiling (DEFTEST READLINK.ERROR.7 ...)
; compiling (DEFTEST GETCWD.1 ...)
; compiling (DEFTEST MKSTEMP.1 ...)
; compiling (DEFTEST MKDTEMP.1 ...)
; compiling (DEFTEST MKTEMP.1 ...)
; compiling (DEFTEST MKSTEMP.NULL-TERMINATE ...)
; compiling (DEFTEST ENVSTUFF ...)

; SYS:CONTRIB;SB-POSIX;POSIX-TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.060
Doing 73 pending tests of 73 tests total.
SB-LIBC-TESTS::SB-LIBC.STRTOD.0 SB-LIBC-TESTS::SB-LIBC.STRTOD.1
SB-POSIX-TESTS::CHDIR.1 SB-POSIX-TESTS::CHDIR.2 SB-POSIX-TESTS::CHDIR.3
SB-POSIX-TESTS::CHDIR.4 SB-POSIX-TESTS::CHDIR.5 SB-POSIX-TESTS::CHDIR.6
SB-POSIX-TESTS::CHDIR.7 SB-POSIX-TESTS::CHDIR.8 SB-POSIX-TESTS::CHDIR.ERROR.1
SB-POSIX-TESTS::CHDIR.ERROR.2 SB-POSIX-TESTS::MKDIR.1 SB-POSIX-TESTS::MKDIR.2
SB-POSIX-TESTS::MKDIR.ERROR.1 SB-POSIX-TESTS::MKDIR.ERROR.2
SB-POSIX-TESTS::MKDIR.ERROR.3 SB-POSIX-TESTS::RMDIR.1 SB-POSIX-TESTS::RMDIR.2
SB-POSIX-TESTS::RMDIR.ERROR.1 SB-POSIX-TESTS::RMDIR.ERROR.2
SB-POSIX-TESTS::RMDIR.ERROR.3 SB-POSIX-TESTS::RMDIR.ERROR.4
SB-POSIX-TESTS::RMDIR.ERROR.5 SB-POSIX-TESTS::STAT.1 SB-POSIX-TESTS::STAT.2
SB-POSIX-TESTS::STAT.3 SB-POSIX-TESTS::STAT.4 SB-POSIX-TESTS::STAT.5
SB-POSIX-TESTS::STAT.ERROR.1 SB-POSIX-TESTS::STAT.ERROR.2
SB-POSIX-TESTS::STAT-MODE.1 SB-POSIX-TESTS::STAT-MODE.2
SB-POSIX-TESTS::STAT-MODE.3 SB-POSIX-TESTS::STAT-MODE.4
SB-POSIX-TESTS::STAT-MODE.5 SB-POSIX-TESTS::STAT-MODE.6
SB-POSIX-TESTS::STAT-MODE.7 SB-POSIX-TESTS::STAT-MODE.8
SB-POSIX-TESTS::FILENAME-DESIGNATOR.1 SB-POSIX-TESTS::OPEN.1
SB-POSIX-TESTS::OPEN.ERROR.1 SB-POSIX-TESTS::FCNTL.1
SB-POSIX-TESTS::FCNTL.FLOCK.1 SB-POSIX-TESTS::FCNTL.FLOCK.2
SB-POSIX-TESTS::READ.1 SB-POSIX-TESTS::OPENDIR.1 SB-POSIX-TESTS::READDIR.1
SB-POSIX-TESTS::READDIR/DIRENT-NAME SB-POSIX-TESTS::WRITE.1
SB-POSIX-TESTS::PWENT.1 SB-POSIX-TESTS::PWENT.2
SB-POSIX-TESTS::PWENT.NON-EXISTING SB-POSIX-TESTS::GRENT.1
SB-POSIX-TESTS::GRENT.2 SB-POSIX-TESTS::GRENT.NON-EXISTING
SB-POSIX-TESTS::TIME.1 SB-POSIX-TESTS::UTIMES.1 SB-POSIX-TESTS::READLINK.1
SB-POSIX-TESTS::READLINK.2 SB-POSIX-TESTS::READLINK.ERROR.1
SB-POSIX-TESTS::READLINK.ERROR.2 SB-POSIX-TESTS::READLINK.ERROR.3
SB-POSIX-TESTS::READLINK.ERROR.4 SB-POSIX-TESTS::READLINK.ERROR.5
SB-POSIX-TESTS::READLINK.ERROR.6 SB-POSIX-TESTS::READLINK.ERROR.7
SB-POSIX-TESTS::GETCWD.1 SB-POSIX-TESTS::MKSTEMP.1 SB-POSIX-TESTS::MKDTEMP.1
SB-POSIX-TESTS::MKTEMP.1 SB-POSIX-TESTS::MKSTEMP.NULL-TERMINATE
SB-POSIX-TESTS::ENVSTUFF
No tests failed.
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-posix'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-queue'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-queue")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-queue/module-setup.lisp" (written 06 JUL 2017 02:45:23 PM):
; compiling (PROVIDE :SB-QUEUE)
; compiling (REQUIRE :SB-CONCURRENCY)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-queue/module-setup.fasl written
; compilation finished in 0:00:00.005
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-queue/package.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE :SB-QUEUE ...)

; SYS:CONTRIB;SB-QUEUE;PACKAGE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.012
* echo "(defsystem :sb-queue :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-queue.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-queue")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-queue'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rotate-byte'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-rotate-byte")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-rotate-byte/module-setup.lisp" (written 06 JUL 2017 02:45:25 PM):
; compiling (PROVIDE :SB-ROTATE-BYTE)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-rotate-byte/module-setup.fasl written
; compilation finished in 0:00:00.006
* echo "(defsystem :sb-rotate-byte :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-rotate-byte.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-rotate-byte")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rotate-byte/rotate-byte-tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-ROTATE-BYTE")
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (FLET (#) ...)
; compiling (DEFUN PFIXNUM/C ...)
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (DEFUN PFIXNUM ...)
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (DEFUN UB32/C ...)
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (DEFUN UB32/-C ...)
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (DEFUN UB32 ...)
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (DEFUN UB32-REG-PRESSURE ...)
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (DEFUN UB64/C ...)
; compiling (DEFUN UB64/-C ...)
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (DEFUN UB64 ...)
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))
; compiling (ASSERT (= # ...))

; SYS:CONTRIB;SB-ROTATE-BYTE;ROTATE-BYTE-TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.121
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rotate-byte'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rt'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-rt")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-rt/module-setup.lisp" (written 06 JUL 2017 02:45:28 PM):
; compiling (PROVIDE :SB-RT)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-rt/module-setup.fasl written
; compilation finished in 0:00:00.004
* echo "(defsystem :sb-rt :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-rt.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-rt")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-rt'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams'
gmake -C ../asdf
gmake[1]: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
gmake[1]: Nothing to be done for 'fasl'.
gmake[1]: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/asdf'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::build-asdf-contrib "sb-simple-streams")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-simple-streams/module-setup.lisp" (written 06 JUL 2017 02:45:30 PM):
; compiling (PROVIDE :SB-SIMPLE-STREAMS)
; compiling (REQUIRE :SB-BSD-SOCKETS)
; compiling (REQUIRE :SB-POSIX)

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/asdf-cache/sb-simple-streams/module-setup.fasl written
; compilation finished in 0:00:00.005
STYLE-WARNING: Couldn't grovel for SIGPWR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for SIGRTMIN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for SIGRTMAX (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ECHRNG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL2NSYNC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL3HLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL3RST (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELNRNG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EUNATCH (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOCSI (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL2HLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EXFULL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOANO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADRQC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADSLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EDEADLOCK (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBFONT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOSTR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENODATA (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ETIME (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOSR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENONET (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOPKG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOLINK (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EADV (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ESRMNT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ECOMM (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EPROTO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EMULTIHOP (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EDOTDOT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADMSG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOTUNIQ (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADFD (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EREMCHG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBACC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBBAD (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBSCN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBMAX (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBEXEC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ERESTART (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ESTRPIPE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EUCLEAN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOTNAM (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENAVAIL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EREMOTEIO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for S_IFWHT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for O_DIRECT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for O_LARGEFILE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for OFDEL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for OFILL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NLDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NL0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NL1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CRDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR2 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR3 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TABDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB2 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB3 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BSDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BS0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BS1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VTDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VT0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VT1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FFDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FF0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FF1 (unknown to the C compiler).
STYLE-WARNING: Didn't find definition for "setfsuid"
STYLE-WARNING: Didn't find definition for "setfsgid"
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/package.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE SB-SIMPLE-STREAMS ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;PACKAGE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.009
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/iodefs.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEFUN %FILE-NAMESTRING ...)
; compiling (DEFMACRO DEF-STREAM-CLASS ...)
; compiling (SB-INT:DEFCONSTANT-EQX +FLAG-BITS+ ...)
; compiling (DEFUN %FLAGS ...)
; compiling (DEFMACRO WITH-STREAM-CLASS ...)
; compiling (DEFMACRO SM ...)
; compiling (DEFMACRO FUNCALL-STM-HANDLER ...)
; compiling (DEFMACRO FUNCALL-STM-HANDLER-2 ...)
; compiling (DEFMACRO ADD-STREAM-INSTANCE-FLAGS ...)
; compiling (DEFMACRO REMOVE-STREAM-INSTANCE-FLAGS ...)
; compiling (DEFMACRO ANY-STREAM-INSTANCE-FLAGS ...)
; compiling (DEFMACRO SIMPLE-STREAM-DISPATCH ...)
; compiling (DEFMACRO SIMPLE-STREAM-DISPATCH-2 ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;IODEFS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.134
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/classes.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEFTYPE SIMPLE-STREAM-BUFFER ...)
; compiling (DEFTYPE BLOCKING ...)
; compiling (DEFTYPE J-LISTEN-FN ...)
; compiling (DEFTYPE J-READ-CHAR-FN ...)
; compiling (DEFTYPE J-READ-CHARS-FN ...)
; compiling (DEFTYPE J-WRITE-CHAR-FN ...)
; compiling (DEFTYPE J-WRITE-CHARS-FN ...)
; compiling (DEFTYPE J-UNREAD-CHAR-FN ...)
; compiling (DEF-STREAM-CLASS SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS SINGLE-CHANNEL-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS DUAL-CHANNEL-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS STRING-SIMPLE-STREAM ...)
; compiling (DEFGENERIC DEVICE-OPEN ...)
; compiling (DEFGENERIC DEVICE-CLOSE ...)
; compiling (DEFGENERIC DEVICE-BUFFER-LENGTH ...)
; compiling (DEFGENERIC DEVICE-FILE-POSITION ...)
; compiling (DEFGENERIC (SETF DEVICE-FILE-POSITION) ...)
; compiling (DEFGENERIC DEVICE-FILE-LENGTH ...)
; compiling (DEFGENERIC DEVICE-READ ...)
; compiling (DEFGENERIC DEVICE-CLEAR-INPUT ...)
; compiling (DEFGENERIC DEVICE-WRITE ...)
; compiling (DEFGENERIC DEVICE-CLEAR-OUTPUT ...)
; compiling (DEFGENERIC DEVICE-FINISH-RECORD ...)
; compiling (DEFMETHOD SHARED-INITIALIZE ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD DEVICE-CLOSE ...)
; compiling (DEFMETHOD DEVICE-CLOSE ...)
; compiling (DEFMETHOD DEVICE-BUFFER-LENGTH ...)
; compiling (DEFMETHOD DEVICE-FILE-POSITION ...)
; compiling (DEFMETHOD (SETF DEVICE-FILE-POSITION) ...)
; compiling (DEFMETHOD DEVICE-FILE-LENGTH ...)
; compiling (DEFGENERIC (SETF STREAM-EXTERNAL-FORMAT) ...)
; compiling (DEFMETHOD (SETF STREAM-EXTERNAL-FORMAT) ...)
; compiling (DEFMETHOD (SETF STREAM-EXTERNAL-FORMAT) ...)
; compiling (DEFMETHOD (SETF STREAM-EXTERNAL-FORMAT) ...)
; compiling (DEFMETHOD DEVICE-READ ...)
; compiling (DEFMETHOD DEVICE-READ ...)
; compiling (DEFMETHOD DEVICE-CLEAR-INPUT ...)
; compiling (DEFMETHOD DEVICE-WRITE ...)
; compiling (DEFMETHOD DEVICE-WRITE ...)
; compiling (DEFMETHOD DEVICE-CLEAR-OUTPUT ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;CLASSES-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.587
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/internal.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DECLAIM (INLINE BUFFER-SAP ...))
; compiling (DEFUN BUFFER-SAP ...)
; compiling (DEFUN BREF ...)
; compiling (DEFUN (SETF BREF) ...)
; compiling (DEFUN BUFFER-COPY ...)
; compiling (DEFUN ALLOCATE-BUFFER ...)
; compiling (DEFUN FREE-BUFFER ...)
; compiling (DEFUN MAKE-CONTROL-TABLE ...)
; compiling (DEFUN STD-NEWLINE-OUT-HANDLER ...)
; compiling (DEFUN STD-TAB-OUT-HANDLER ...)
; compiling (DEFUN STD-DC-NEWLINE-IN-HANDLER ...)
; compiling (DEFVAR *STD-CONTROL-OUT-TABLE* ...)
; compiling (DEFVAR *DEFAULT-EXTERNAL-FORMAT* ...)
; compiling (DEFVAR *EXTERNAL-FORMATS* ...)
; compiling (DEFVAR *EXTERNAL-FORMAT-ALIASES* ...)
; compiling (DEFSTRUCT (EXTERNAL-FORMAT # ...) ...)
; compiling (DEFUN %PRINT-EXTERNAL-FORMAT ...)
; compiling (DEFMACRO DEFINE-EXTERNAL-FORMAT ...)
; compiling (DEFUN LOAD-EXTERNAL-FORMAT-ALIASES ...)
; compiling (DEFUN FIND-EXTERNAL-FORMAT ...)
; compiling (DEFINE-CONDITION VOID-EXTERNAL-FORMAT ...)
; compiling (DEFINE-EXTERNAL-FORMAT :VOID ...)
; compiling (DEFINE-EXTERNAL-FORMAT :ISO8859-1 ...)
; compiling (DEFMACRO OCTETS-TO-CHAR ...)
; compiling (DEFMACRO CHAR-TO-OCTETS ...)
; compiling (DEFUN STRING-TO-OCTETS ...)
; compiling (DEFUN OCTETS-TO-STRING ...)
; compiling (DEFUN VECTOR-ELT-WIDTH ...)
; compiling (DEFUN ENDIAN-SWAP-VALUE ...)
; compiling (DEFUN READ-OCTETS ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/internal.lisp
; in: DEFUN READ-OCTETS
; (SB-UNIX:UNIX-READ SB-SIMPLE-STREAMS::FD
; (SB-SIMPLE-STREAMS::BUFFER-SAP SB-SIMPLE-STREAMS::BUFFER
; SB-SIMPLE-STREAMS::START)
; (THE FIXNUM
; (- SB-SIMPLE-STREAMS::END SB-SIMPLE-STREAMS::START)))
;
; note: doing SAP to pointer coercion (cost 20)

; compiling (DEFUN WRITE-OCTETS ...)
; compiling (DEFUN DO-SOME-OUTPUT ...)
; compiling (DEFUN QUEUE-WRITE ...)
; compiling (DEFUN %FD-OPEN ...)
; compiling (DEFUN OPEN-FD-STREAM ...)
; compiling (DEFSTRUCT (FILESPEC-PARSER #) ...)
; compiling (DEFVAR *FILESPEC-PARSERS* ...)
; compiling (DEFUN ADD-FILESPEC ...)
; compiling (DEFMACRO DEFINE-FILESPEC ...)
; compiling (DEFUN PARSE-FILESPEC ...)
; compiling (DEFINE-FILESPEC PATHNAME ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;INTERNAL-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.562
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/strategy.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEFUN REFILL-BUFFER ...)
; compiling (DEFUN SC-SET-DIRTY ...)
; compiling (DEFUN SC-SET-CLEAN ...)
; compiling (DEFUN SC-DIRTY-P ...)
; compiling (DEFUN FLUSH-BUFFER ...)
; compiling (DEFUN FLUSH-OUT-BUFFER ...)
; compiling (DEFUN READ-BYTE-INTERNAL ...)
; compiling (DECLAIM (FTYPE J-LISTEN-FN ...))
; compiling (DEFUN SC-LISTEN-EF ...)
; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...))
; compiling (DEFUN SC-READ-CHAR-EF ...)
; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...))
; compiling (DEFUN SC-READ-CHAR-EF-MAPPED ...)
; compiling (DECLAIM (FTYPE J-READ-CHARS-FN ...))
; compiling (DEFUN SC-READ-CHARS-EF ...)
; compiling (DECLAIM (FTYPE J-READ-CHARS-FN ...))
; compiling (DEFUN SC-READ-CHARS-EF-MAPPED ...)
; compiling (DECLAIM (FTYPE J-UNREAD-CHAR-FN ...))
; compiling (DEFUN SC-UNREAD-CHAR-EF ...)
; compiling (DECLAIM (FTYPE J-WRITE-CHAR-FN ...))
; compiling (DEFUN SC-WRITE-CHAR-EF ...)
; compiling (DECLAIM (FTYPE J-WRITE-CHARS-FN ...))
; compiling (DEFUN SC-WRITE-CHARS-EF ...)
; compiling (DECLAIM (FTYPE J-WRITE-CHAR-FN ...))
; compiling (DEFUN DC-WRITE-CHAR-EF ...)
; compiling (DECLAIM (FTYPE J-WRITE-CHARS-FN ...))
; compiling (DEFUN DC-WRITE-CHARS-EF ...)
; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...))
; compiling (DEFUN STR-READ-CHAR ...)
; compiling (DECLAIM (FTYPE J-LISTEN-FN ...))
; compiling (DEFUN STR-LISTEN-E-CRLF ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/strategy.lisp
; in: DEFUN STR-LISTEN-E-CRLF
; (DEFUN SB-SIMPLE-STREAMS::STR-LISTEN-E-CRLF (STREAM)
; (SB-SIMPLE-STREAMS:WITH-STREAM-CLASS (SB-SIMPLE-STREAMS:COMPOSING-STREAM
; STREAM)
; (SB-SIMPLE-STREAMS:FUNCALL-STM-HANDLER SB-SIMPLE-STREAMS::J-LISTEN
; (SB-SIMPLE-STREAMS:SM
; SB-SIMPLE-STREAMS::MELDED-STREAM
; STREAM))))
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA SB-SIMPLE-STREAMS::STR-LISTEN-E-CRLF
; (STREAM)
; (BLOCK SB-SIMPLE-STREAMS::STR-LISTEN-E-CRLF
; (SB-SIMPLE-STREAMS:WITH-STREAM-CLASS (SB-SIMPLE-STREAMS:COMPOSING-STREAM
; STREAM)
; (SB-SIMPLE-STREAMS:FUNCALL-STM-HANDLER SB-SIMPLE-STREAMS::J-LISTEN
; (SB-SIMPLE-STREAMS:SM
; SB-SIMPLE-STREAMS::MELDED-STREAM
; STREAM)))))
;
; note: type assertion too complex to check:
; (VALUES &OPTIONAL BOOLEAN &REST T).

; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...))
; compiling (DEFUN STR-READ-CHAR-E-CRLF ...)
; compiling (DECLAIM (FTYPE J-UNREAD-CHAR-FN ...))
; compiling (DEFUN STR-UNREAD-CHAR-E-CRLF ...)
; compiling (DEFUN MELDING-STREAM ...)
; compiling (DEFUN MELD ...)
; compiling (DEFUN UNMELD ...)
; compiling (DEFUN %SF ...)
; compiling (DEFUN INSTALL-SINGLE-CHANNEL-CHARACTER-STRATEGY ...)
; compiling (DEFUN INSTALL-DUAL-CHANNEL-CHARACTER-STRATEGY ...)
; compiling (DEFUN INSTALL-STRING-CHARACTER-STRATEGY ...)
; compiling (DECLAIM (SB-EXT:DEPRECATED :EARLY ...))
; compiling (DEFUN INSTALL-STRING-INPUT-CHARACTER-STRATEGY ...)
; compiling (DEFUN INSTALL-STRING-OUTPUT-CHARACTER-STRATEGY ...)
; compiling (DEFUN INSTALL-COMPOSING-FORMAT-CHARACTER-STRATEGY ...)
; compiling (DEFUN COMPOSE-ENCAPSULATING-STREAMS ...)
; compiling (DEFMETHOD (SETF STREAM-EXTERNAL-FORMAT) ...)
; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...))
; compiling (DEFUN NULL-READ-CHAR ...)
; compiling (DECLAIM (FTYPE J-READ-CHARS-FN ...))
; compiling (DEFUN NULL-READ-CHARS ...)
; compiling (DECLAIM (FTYPE J-UNREAD-CHAR-FN ...))
; compiling (DEFUN NULL-UNREAD-CHAR ...)
; compiling (DECLAIM (FTYPE J-WRITE-CHAR-FN ...))
; compiling (DEFUN NULL-WRITE-CHAR ...)
; compiling (DECLAIM (FTYPE J-WRITE-CHARS-FN ...))
; compiling (DEFUN NULL-WRITE-CHARS ...)
; compiling (DECLAIM (FTYPE J-LISTEN-FN ...))
; compiling (DEFUN NULL-LISTEN ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;STRATEGY-TMP.FASL.NEWEST written
; compilation finished in 0:00:01.245
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/terminal.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEFVAR *TERMINAL-CONTROL-IN-TABLE* ...)
; compiling (DEF-STREAM-CLASS TERMINAL-SIMPLE-STREAM ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-READ ...)
; compiling (DEFMETHOD DEVICE-CLEAR-INPUT ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;TERMINAL-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.104
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/string.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEF-STREAM-CLASS STRING-INPUT-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS STRING-OUTPUT-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS COMPOSING-STREAM ...)
; compiling (DEF-STREAM-CLASS FILL-POINTER-OUTPUT-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS XP-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS ANNOTATION-OUTPUT-SIMPLE-STREAM ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-FILE-POSITION ...)
; compiling (DEFMETHOD (SETF DEVICE-FILE-POSITION) ...)
; compiling (DEFMETHOD DEVICE-FILE-LENGTH ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-FILE-POSITION ...)
; compiling (DEFMETHOD (SETF DEVICE-FILE-POSITION) ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;STRING-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.252
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/socket.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEF-STREAM-CLASS SOCKET-SIMPLE-STREAM ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEF-STREAM-CLASS SOCKET-BASE-SIMPLE-STREAM ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-CLOSE ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-WRITE ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;SOCKET-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.343
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/null.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEF-STREAM-CLASS NULL-SIMPLE-STREAM ...)
; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...))
; compiling (DEFUN NULL-READ-CHAR ...)
; compiling (DECLAIM (FTYPE J-READ-CHARS-FN ...))
; compiling (DEFUN NULL-READ-CHARS ...)
; compiling (DECLAIM (FTYPE J-UNREAD-CHAR-FN ...))
; compiling (DEFUN NULL-UNREAD-CHAR ...)
; compiling (DECLAIM (FTYPE J-WRITE-CHAR-FN ...))
; compiling (DEFUN NULL-WRITE-CHAR ...)
; compiling (DECLAIM (FTYPE J-WRITE-CHARS-FN ...))
; compiling (DEFUN NULL-WRITE-CHARS ...)
; compiling (DECLAIM (FTYPE J-LISTEN-FN ...))
; compiling (DEFUN NULL-LISTEN ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-BUFFER-LENGTH ...)
; compiling (DEFMETHOD DEVICE-READ ...)
; compiling (DEFMETHOD DEVICE-WRITE ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;NULL-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.213
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/direct.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEF-STREAM-CLASS DIRECT-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS BUFFER-INPUT-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS BUFFER-OUTPUT-SIMPLE-STREAM ...)
; compiling (DEFMETHOD DEVICE-FILE-LENGTH ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;DIRECT-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.033
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/file.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEF-STREAM-CLASS FILE-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS MAPPED-FILE-SIMPLE-STREAM ...)
; compiling (DEF-STREAM-CLASS PROBE-SIMPLE-STREAM ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN OPEN-FILE-STREAM ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFUN REVERT-FILE ...)
; compiling (DEFUN DELETE-ORIGINAL ...)
; compiling (DEFMETHOD DEVICE-CLOSE ...)
; compiling (DEFMETHOD DEVICE-FILE-POSITION ...)
; compiling (DEFMETHOD (SETF DEVICE-FILE-POSITION) ...)
; compiling (DEFMETHOD DEVICE-FILE-LENGTH ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)
; compiling (DEFMETHOD DEVICE-CLOSE ...)
; compiling (DEFMETHOD DEVICE-WRITE ...)
; compiling (DEFMETHOD DEVICE-OPEN ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;FILE-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.481
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/fndb.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "COMMON-LISP")
; compiling (SB-C:DEFKNOWN OPEN ...)
; compiling (SB-C:DEFKNOWN LISTEN ...)
; compiling (SB-C:DEFKNOWN READ-SEQUENCE ...)
; compiling (SB-C:DEFKNOWN CLEAR-INPUT ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;FNDB-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.020
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/impl.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS")
; compiling (DEFUN %UNINITIALIZED ...)
; compiling (DEFUN %CHECK ...)
; compiling (DEFMETHOD INPUT-STREAM-P ...)
; compiling (DEFMETHOD OUTPUT-STREAM-P ...)
; compiling (DEFMETHOD OPEN-STREAM-P ...)
; compiling (DEFMETHOD CLOSE ...)
; compiling (DEFUN %FILE-POSITION ...)
; compiling (DEFUN %FILE-LENGTH ...)
; compiling (DEFUN %FILE-NAME ...)
; compiling (DEFUN %FILE-RENAME ...)
; compiling (DEFUN %FILE-STRING-LENGTH ...)
; compiling (DEFUN %READ-LINE ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/impl.lisp
; in: DEFUN %READ-LINE
; (REPLACE SB-SIMPLE-STREAMS::CBUF SB-SIMPLE-STREAMS::BUF :START1
; SB-SIMPLE-STREAMS::IDX)
;
; note: unable to
; optimize
; due to type uncertainty:
; The second argument is a SIMPLE-STRING, not a (SIMPLE-ARRAY CHARACTER (*)).
;
; note: unable to
; optimize
; due to type uncertainty:
; The second argument is a SIMPLE-STRING, not a SIMPLE-BASE-STRING.

; (SB-SIMPLE-STREAMS:FUNCALL-STM-HANDLER SB-SIMPLE-STREAMS::J-READ-CHARS
; SB-SIMPLE-STREAMS::ENCAP
; SB-SIMPLE-STREAMS::CBUF #\Newline
; SB-SIMPLE-STREAMS::INDEX
; (LENGTH SB-SIMPLE-STREAMS::CBUF) T)
; --> LET FUNCALL SB-C::%FUNCALL THE
; ==>
; (SB-KERNEL:%COERCE-CALLABLE-TO-FUN
; (SB-SIMPLE-STREAMS:SM SB-SIMPLE-STREAMS::J-READ-CHARS #:G325))
;
; note: unable to
; optimize away possible call to FDEFINITION at runtime
; because:
; callable expression is not known to be a function

; (REPLACE STRING SB-SIMPLE-STREAMS::BUF :START1 SB-SIMPLE-STREAMS::INDEX)
;
; note: unable to
; optimize
; due to type uncertainty:
; The second argument is a SIMPLE-STRING, not a (SIMPLE-ARRAY CHARACTER (*)).
;
; note: unable to
; optimize
; due to type uncertainty:
; The second argument is a SIMPLE-STRING, not a SIMPLE-BASE-STRING.

; compiling (DEFUN %READ-CHAR ...)
; compiling (DEFUN %UNREAD-CHAR ...)
; compiling (DEFUN %PEEK-CHAR ...)
; compiling (DEFUN %LISTEN ...)
; compiling (DEFUN %CLEAR-INPUT ...)
; compiling (DEFUN %READ-BYTE ...)
; compiling (DEFUN %WRITE-CHAR ...)
; compiling (DEFUN %FRESH-LINE ...)
; compiling (DEFUN %WRITE-STRING ...)
; compiling (DEFUN %LINE-LENGTH ...)
; compiling (DEFUN %FINISH-OUTPUT ...)
; compiling (DEFUN %FORCE-OUTPUT ...)
; compiling (DEFUN %CLEAR-OUTPUT ...)
; compiling (DEFUN %WRITE-BYTE ...)
; compiling (DEFUN %READ-SEQUENCE ...)
; compiling (DEFUN %WRITE-SEQUENCE ...)
; compiling (DEFUN READ-VECTOR ...)
; compiling (DEFMETHOD OPEN-STREAM-P ...)
; compiling (DEFMETHOD INPUT-STREAM-P ...)
; compiling (DEFMETHOD OUTPUT-STREAM-P ...)
; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...)
; compiling (DEFUN INTERACTIVE-STREAM-P ...)
; compiling (DEFUN (SETF INTERACTIVE-STREAM-P) ...)
; compiling (DEFUN FILE-STRING-LENGTH ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/impl.lisp
; in: DEFUN FILE-STRING-LENGTH
; (SB-SIMPLE-STREAMS::%FILE-STRING-LENGTH STREAM SB-SIMPLE-STREAMS::OBJECT)
; ==>
; STREAM
;
; note: deleting unreachable code

; compiling (DEFUN STREAM-EXTERNAL-FORMAT ...)
; compiling (DEFUN OPEN ...)
; compiling (DECLAIM (INLINE READ-BYTE ...))
; compiling (DEFUN READ-BYTE ...)
; compiling (DEFUN READ-CHAR ...)
; compiling (DEFUN READ-CHAR-NO-HANG ...)
; compiling (DEFUN UNREAD-CHAR ...)
; compiling (DECLAIM (NOTINLINE READ-BYTE ...))
; compiling (DEFUN PEEK-CHAR ...)
; compiling (DEFUN LISTEN ...)
; compiling (DEFUN READ-LINE ...)
; compiling (DEFUN READ-SEQUENCE ...)
; compiling (DEFUN CLEAR-INPUT ...)
; compiling (DEFUN WRITE-BYTE ...)
; compiling (DEFUN WRITE-CHAR ...)
; compiling (DEFUN WRITE-STRING ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/impl.lisp
; in: DEFUN WRITE-STRING
; (DEFUN WRITE-STRING
; (STRING
; &OPTIONAL (STREAM *STANDARD-OUTPUT*)
; &KEY (SB-SIMPLE-STREAMS::START 0) (SB-SIMPLE-STREAMS::END NIL))
; "Outputs the String to the given Stream."
; (DECLARE (SB-INT:EXPLICIT-CHECK))
; (LET ((STREAM (SB-INT:OUT-SYNONYM-OF STREAM))
; (SB-SIMPLE-STREAMS::END
; (SB-KERNEL:%CHECK-VECTOR-SEQUENCE-BOUNDS STRING
; SB-SIMPLE-STREAMS::START
; SB-SIMPLE-STREAMS::END)))
; (ETYPECASE STREAM
; (SB-SIMPLE-STREAMS:SIMPLE-STREAM
; (SB-SIMPLE-STREAMS::%WRITE-STRING STREAM STRING
; SB-SIMPLE-STREAMS::START SB-SIMPLE-STREAMS::END)
; STRING)
; (SB-KERNEL:ANSI-STREAM
; (SB-IMPL::ANSI-STREAM-WRITE-STRING STRING STREAM
; SB-SIMPLE-STREAMS::START
; SB-SIMPLE-STREAMS::END))
; (FUNDAMENTAL-STREAM
; (STREAM-WRITE-STRING STREAM STRING SB-SIMPLE-STREAMS::START
; SB-SIMPLE-STREAMS::END)))))
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA WRITE-STRING
; (STRING &OPTIONAL (STREAM *STANDARD-OUTPUT*) &KEY
; (SB-SIMPLE-STREAMS::START 0) (SB-SIMPLE-STREAMS::END NIL))
; "Outputs the String to the given Stream."
; (DECLARE (SB-INT:EXPLICIT-CHECK))
; (BLOCK WRITE-STRING
; (LET ((STREAM #) (SB-SIMPLE-STREAMS::END #))
; (ETYPECASE STREAM
; (SB-SIMPLE-STREAMS:SIMPLE-STREAM # STRING)
; (SB-KERNEL:ANSI-STREAM #)
; (FUNDAMENTAL-STREAM #)))))
;
; caught STYLE-WARNING:
; &OPTIONAL and &KEY found in the same lambda list: (STRING &OPTIONAL
; (STREAM
; *STANDARD-OUTPUT*)
; &KEY (START 0)
; (END NIL))

; compiling (DEFUN WRITE-LINE ...)
; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/impl.lisp
; in: DEFUN WRITE-LINE
; (DEFUN WRITE-LINE
; (STRING
; &OPTIONAL (STREAM *STANDARD-OUTPUT*)
; &KEY (SB-SIMPLE-STREAMS::START 0) SB-SIMPLE-STREAMS::END)
; (DECLARE (TYPE STRING STRING))
; (DECLARE (SB-INT:EXPLICIT-CHECK))
; (LET ((STREAM (SB-INT:OUT-SYNONYM-OF STREAM))
; (SB-SIMPLE-STREAMS::END
; (SB-KERNEL:%CHECK-VECTOR-SEQUENCE-BOUNDS STRING
; SB-SIMPLE-STREAMS::START
; SB-SIMPLE-STREAMS::END)))
; (ETYPECASE STREAM
; (SB-SIMPLE-STREAMS:SIMPLE-STREAM
; (SB-SIMPLE-STREAMS::%CHECK STREAM :OUTPUT)
; (SB-SIMPLE-STREAMS:WITH-STREAM-CLASS #
; #
; #))
; (SB-KERNEL:ANSI-STREAM
; (SB-IMPL::ANSI-STREAM-WRITE-STRING STRING STREAM
; SB-SIMPLE-STREAMS::START
; SB-SIMPLE-STREAMS::END)
; (FUNCALL # STREAM #\Newline))
; (FUNDAMENTAL-STREAM
; (STREAM-WRITE-STRING STREAM STRING SB-SIMPLE-STREAMS::START
; SB-SIMPLE-STREAMS::END)
; (STREAM-TERPRI STREAM))))
; STRING)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA WRITE-LINE
; (STRING &OPTIONAL (STREAM *STANDARD-OUTPUT*) &KEY
; (SB-SIMPLE-STREAMS::START 0) SB-SIMPLE-STREAMS::END)
; (DECLARE (TYPE STRING STRING))
; (DECLARE (SB-INT:EXPLICIT-CHECK))
; (BLOCK WRITE-LINE
; (LET ((STREAM #) (SB-SIMPLE-STREAMS::END #))
; (ETYPECASE STREAM
; (SB-SIMPLE-STREAMS:SIMPLE-STREAM # #)
; (SB-KERNEL:ANSI-STREAM # #)
; (FUNDAMENTAL-STREAM # #)))
; STRING))
;
; caught STYLE-WARNING:
; &OPTIONAL and &KEY found in the same lambda list: (STRING &OPTIONAL
; (STREAM
; *STANDARD-OUTPUT*)
; &KEY (START 0) END)

; compiling (DEFUN WRITE-SEQUENCE ...)
; compiling (DEFUN TERPRI ...)
; compiling (DEFUN FRESH-LINE ...)
; compiling (DEFUN FINISH-OUTPUT ...)
; compiling (DEFUN FORCE-OUTPUT ...)
; compiling (DEFUN CLEAR-OUTPUT ...)
; compiling (DEFUN FILE-POSITION ...)
; compiling (DEFUN FILE-LENGTH ...)
; compiling (DEFUN CHARPOS ...)
; compiling (DEFUN LINE-LENGTH ...)
; compiling (DEFUN WAIT-FOR-INPUT-AVAILABLE ...)
; compiling (DEFUN SB-INT:FILE-NAME ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;IMPL-TMP.FASL.NEWEST written
; compilation finished in 0:00:01.497
WARNING:
Lisp compilation had style-warnings while
compiling #<CL-SOURCE-FILE "sb-simple-streams" "impl">

; file: /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/internal.lisp
; in: DEFUN SB-SIMPLE-STREAMS:READ-OCTETS
; (SB-SIMPLE-STREAMS::%READ-VECTOR SB-SIMPLE-STREAMS::BUFFER
; SB-SIMPLE-STREAMS::FD SB-SIMPLE-STREAMS::START SB-SIMPLE-STREAMS::END
; :BYTE-8
; (IF SB-SIMPLE-STREAMS::BLOCKING
; :BNB
; NIL))
;
; caught STYLE-WARNING:
; undefined function: SB-SIMPLE-STREAMS::%READ-VECTOR
;
; compilation unit finished
; Undefined function:
; SB-SIMPLE-STREAMS::%READ-VECTOR
; caught 3 STYLE-WARNING conditions
; printed 8 notes
* echo "(defsystem :sb-simple-streams :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-simple-streams.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \
--eval '(asdf::test-asdf-contrib "sb-simple-streams")'
WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN
STYLE-WARNING: Couldn't grovel for SIGPWR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for SIGRTMIN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for SIGRTMAX (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ECHRNG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL2NSYNC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL3HLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL3RST (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELNRNG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EUNATCH (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOCSI (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EL2HLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EXFULL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOANO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADRQC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADSLT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EDEADLOCK (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBFONT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOSTR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENODATA (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ETIME (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOSR (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENONET (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOPKG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOLINK (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EADV (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ESRMNT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ECOMM (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EPROTO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EMULTIHOP (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EDOTDOT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADMSG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOTUNIQ (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EBADFD (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EREMCHG (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBACC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBBAD (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBSCN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBMAX (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ELIBEXEC (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ERESTART (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ESTRPIPE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EUCLEAN (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENOTNAM (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for ENAVAIL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for EREMOTEIO (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for S_IFWHT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for O_DIRECT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for O_LARGEFILE (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for OFDEL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for OFILL (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NLDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NL0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for NL1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CRDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR2 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for CR3 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TABDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB2 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for TAB3 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BSDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BS0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for BS1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VTDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VT0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for VT1 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FFDLY (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FF0 (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for FF1 (unknown to the C compiler).
STYLE-WARNING: Didn't find definition for "setfsuid"
STYLE-WARNING: Didn't find definition for "setfsgid"
STYLE-WARNING:
Generic function OPEN-STREAM-P clobbers an earlier FTYPE proclamation
(FUNCTION (STREAM) (VALUES BOOLEAN &OPTIONAL)) for the same name with
(FUNCTION (T) *).
STYLE-WARNING:
Generic function CLOSE clobbers an earlier FTYPE proclamation
(FUNCTION (STREAM &KEY (:ABORT T)) (VALUES (MEMBER T) &OPTIONAL)) for the
same name with (FUNCTION (T &KEY (:ABORT T)) *).
WARNING: redefining COMMON-LISP:INTERACTIVE-STREAM-P in DEFUN
WARNING: redefining COMMON-LISP:FILE-STRING-LENGTH in DEFUN
WARNING: redefining COMMON-LISP:STREAM-EXTERNAL-FORMAT in DEFUN
WARNING: redefining COMMON-LISP:OPEN in DEFUN
WARNING: redefining COMMON-LISP:READ-BYTE in DEFUN
WARNING: redefining COMMON-LISP:READ-CHAR in DEFUN
WARNING: redefining COMMON-LISP:READ-CHAR-NO-HANG in DEFUN
WARNING: redefining COMMON-LISP:UNREAD-CHAR in DEFUN
WARNING: redefining COMMON-LISP:PEEK-CHAR in DEFUN
WARNING: redefining COMMON-LISP:LISTEN in DEFUN
WARNING: redefining COMMON-LISP:READ-LINE in DEFUN
WARNING: redefining COMMON-LISP:READ-SEQUENCE in DEFUN
WARNING: redefining COMMON-LISP:CLEAR-INPUT in DEFUN
WARNING: redefining COMMON-LISP:WRITE-BYTE in DEFUN
WARNING: redefining COMMON-LISP:WRITE-CHAR in DEFUN
WARNING: redefining COMMON-LISP:WRITE-STRING in DEFUN
WARNING: redefining COMMON-LISP:WRITE-LINE in DEFUN
WARNING: redefining COMMON-LISP:WRITE-SEQUENCE in DEFUN
WARNING: redefining COMMON-LISP:TERPRI in DEFUN
WARNING: redefining COMMON-LISP:FRESH-LINE in DEFUN
WARNING: redefining COMMON-LISP:FINISH-OUTPUT in DEFUN
WARNING: redefining COMMON-LISP:FORCE-OUTPUT in DEFUN
WARNING: redefining COMMON-LISP:CLEAR-OUTPUT in DEFUN
WARNING: redefining COMMON-LISP:FILE-POSITION in DEFUN
WARNING: redefining COMMON-LISP:FILE-LENGTH in DEFUN
WARNING: redefining SB-KERNEL:CHARPOS in DEFUN
WARNING: redefining SB-KERNEL:LINE-LENGTH in DEFUN
WARNING: redefining SB-INT:FILE-NAME in DEFUN
WARNING: redefining SB-SIMPLE-STREAMS::NULL-READ-CHAR in DEFUN
WARNING: redefining SB-SIMPLE-STREAMS::NULL-READ-CHARS in DEFUN
WARNING: redefining SB-SIMPLE-STREAMS::NULL-UNREAD-CHAR in DEFUN
WARNING: redefining SB-SIMPLE-STREAMS::NULL-WRITE-CHAR in DEFUN
WARNING: redefining SB-SIMPLE-STREAMS::NULL-WRITE-CHARS in DEFUN
WARNING: redefining SB-SIMPLE-STREAMS::NULL-LISTEN in DEFUN
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams/simple-stream-tests.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE SB-SIMPLE-STREAMS-TEST ...)
; compiling (IN-PACKAGE #:SB-SIMPLE-STREAMS-TEST)
; compiling (DEFPARAMETER *DUMB-STRING* ...)
; compiling (DEFPARAMETER *TEST-PATH* ...)
; compiling (DEFPARAMETER *TEST-FILE* ...)
; compiling (ENSURE-DIRECTORIES-EXIST *TEST-PATH* ...)
; compiling (DEFUN REMOVE-KEY ...)
; compiling (DEFUN CREATE-TEST-FILE ...)
; compiling (DEFUN REMOVE-TEST-FILE ...)
; compiling (DEFMACRO WITH-TEST-FILE ...)
; compiling (DEFTEST NON-EXISTENT-CLASS ...)
; compiling (DEFTEST NON-STREAM-CLASS ...)
; compiling (DEFTEST CREATE-FILE-1 ...)
; compiling (DEFTEST CREATE-FILE-2 ...)
; compiling (DEFTEST CREATE-READ-FILE-1 ...)
; compiling (DEFTEST CREATE-READ-MAPPED-FILE-1 ...)
; compiling (DEFTEST WRITE-READ-INET ...)
; compiling (DEFTEST WRITE-READ-LARGE-SC-1 ...)
; compiling (DEFTEST WRITE-READ-LARGE-SC-2 ...)
; compiling (DEFTEST WRITE-READ-LARGE-SC-3 ...)
; compiling (DEFTEST WRITE-READ-LARGE-DC-1 ...)
; compiling (DEFTEST FILE-POSITION-1 ...)
; compiling (DEFTEST FILE-POSITION-2 ...)
; compiling (DEFTEST FILE-POSITION-3 ...)
; compiling (DEFTEST FILE-POSITION-4 ...)
; compiling (DEFTEST FILE-POSITION-5 ...)
; compiling (DEFTEST WRITE-READ-UNFLUSHED-SC-1 ...)
; compiling (DEFTEST WRITE-READ-UNFLUSHED-SC-2 ...)
; compiling (DEFTEST WRITE-READ-UNFLUSHED-SC-3 ...)
; compiling (DEFTEST WRITE-READ-UNFLUSHED-SC-4 ...)
; compiling (DEFTEST WRITE-READ-APPEND-SC-1 ...)
; compiling (DEFTEST WRITE-READ-MIXED-SC-1 ...)
; compiling (DEFPARAMETER *MULTI-LINE-STRING* ...)
; compiling (DEFMACRO WITH-DC-TEST-STREAM ...)
; compiling (DEFMACRO WITH-SC-TEST-STREAM ...)
; compiling (DEFTEST LISTEN-DC-1 ...)
; compiling (DEFTEST LISTEN-DC-2 ...)
; compiling (DEFTEST LISTEN-DC-3 ...)
; compiling (DEFTEST CHARPOS-1 ...)
; compiling (DEFTEST CHARPOS-2 ...)
; compiling (DEFTEST READER-1 ...)
; compiling (DEFTEST LINE-LENGTH-DC-1 ...)
; compiling (DEFVAR *SYNONYM*)
; compiling (DEFTEST SYNONYM-STREAM-1 ...)
; compiling (DEFTEST SYNONYM-STREAM-2 ...)
; compiling (DEFTEST SYNONYM-STREAM-3 ...)
; compiling (DEFTEST SYNONYM-STREAM-4 ...)
; compiling (DEFTEST SYNONYM-STREAM-5 ...)
; compiling (DEFTEST SYNONYM-STREAM-6 ...)
; compiling (DEFTEST SYNONYM-STREAM-7 ...)
; compiling (DEFTEST SYNONYM-STREAM-8 ...)
; compiling (DEFTEST SYNONYM-STREAM-9 ...)
; compiling (DEFTEST SYNONYM-STREAM-10 ...)
; compiling (DEFTEST SYNONYM-STREAM-11 ...)
; compiling (DEFTEST SYNONYM-STREAM-12 ...)
; compiling (DEFTEST SYNONYM-STREAM-13 ...)
; compiling (DEFTEST SYNONYM-STREAM-14 ...)
; compiling (DEFTEST SYNONYM-STREAM-15 ...)
; compiling (DEFTEST SYNONYM-STREAM-16 ...)
; compiling (DEFTEST BROADCAST-STREAM-4 ...)
; compiling (DEFTEST BROADCAST-STREAM-5 ...)
; compiling (DEFTEST BROADCAST-STREAM-6 ...)
; compiling (DEFTEST BROADCAST-STREAM-9 ...)
; compiling (DEFTEST BROADCAST-STREAM-10 ...)
; compiling (DEFTEST BROADCAST-STREAM-11 ...)
; compiling (DEFTEST BROADCAST-STREAM-12 ...)
; compiling (DEFTEST BROADCAST-STREAM-13 ...)
; compiling (DEFTEST BROADCAST-STREAM-14 ...)
; compiling (DEFTEST BROADCAST-STREAM-16 ...)
; compiling (DEFTEST TWO-WAY-STREAM-1 ...)
; compiling (DEFTEST TWO-WAY-STREAM-2 ...)
; compiling (DEFTEST TWO-WAY-STREAM-3 ...)
; compiling (DEFTEST TWO-WAY-STREAM-4 ...)
; compiling (DEFTEST TWO-WAY-STREAM-5 ...)
; compiling (DEFTEST TWO-WAY-STREAM-6 ...)
; compiling (DEFTEST TWO-WAY-STREAM-7 ...)
; compiling (DEFTEST TWO-WAY-STREAM-8 ...)
; compiling (DEFTEST TWO-WAY-STREAM-9 ...)
; compiling (DEFTEST TWO-WAY-STREAM-10 ...)
; compiling (DEFTEST TWO-WAY-STREAM-11 ...)
; compiling (DEFTEST TWO-WAY-STREAM-12 ...)
; compiling (DEFTEST TWO-WAY-STREAM-13 ...)
; compiling (DEFTEST TWO-WAY-STREAM-14 ...)
; compiling (DEFTEST TWO-WAY-STREAM-16 ...)
; compiling (DEFTEST ECHO-STREAM-1 ...)
; compiling (DEFTEST ECHO-STREAM-2 ...)
; compiling (DEFTEST ECHO-STREAM-3 ...)
; compiling (DEFTEST ECHO-STREAM-7 ...)
; compiling (DEFTEST ECHO-STREAM-8 ...)
; compiling (DEFTEST ECHO-STREAM-11 ...)
; compiling (DEFTEST ECHO-STREAM-12 ...)
; compiling (DEFTEST ECHO-STREAM-13 ...)
; compiling (DEFTEST ECHO-STREAM-14 ...)
; compiling (DEFTEST ECHO-STREAM-16 ...)
; compiling (DEFTEST CONCATENATED-STREAM-1 ...)
; compiling (DEFTEST CONCATENATED-STREAM-2 ...)
; compiling (DEFTEST CONCATENATED-STREAM-3 ...)
; compiling (DEFTEST CONCATENATED-STREAM-7 ...)
; compiling (DEFTEST CONCATENATED-STREAM-8 ...)
; compiling (DEFTEST CONCATENATED-STREAM-11 ...)
; compiling (DEFTEST CONCATENATED-STREAM-12 ...)
; compiling (DEFTEST CONCATENATED-STREAM-13 ...)
; compiling (DEFTEST CONCATENATED-STREAM-14 ...)
; compiling (DEFTEST CONCATENATED-STREAM-16 ...)
; compiling (DEFTEST FILE-SIMPLE-STREAM-1 ...)
; compiling (DEFTEST STRING-SIMPLE-STREAM-1 ...)
; compiling (DEFTEST EXTERNAL-FORMAT-1 ...)
; compiling (DEFTEST LP491087 ...)

; SYS:CONTRIB;SB-SIMPLE-STREAMS;SIMPLE-STREAM-TESTS-TMP.FASL.NEWEST written
; compilation finished in 0:00:00.525
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-simple-streams'
gmake: Entering directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-sprof'
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval '(compile-file (format nil "SYS:CONTRIB;~:@(~A~);~:@(~A~).LISP" "sb-sprof" "sb-sprof") :output-file (parse-native-namestring "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-sprof.fasl"))' </dev/null
; compiling file "/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-sprof/sb-sprof.lisp" (written 30 SEP 2016 06:41:11 PM):
; compiling (DEFPACKAGE #:SB-SPROF ...)
; compiling (IN-PACKAGE #:SB-SPROF)
; compiling (DEFSTRUCT (VERTEX # ...) ...)
; compiling (DEFSTRUCT EDGE ...)
; compiling (DEFSTRUCT GRAPH ...)
; compiling (DECLAIM (INLINE SCC-P))
; compiling (DEFUN SCC-P ...)
; compiling (DEFMACRO DO-VERTICES ...)
; compiling (DEFMACRO DO-EDGES ...)
; compiling (DEFUN SELF-CYCLE-P ...)
; compiling (DEFUN MAP-VERTICES ...)
; compiling (DEFUN STRONG-COMPONENTS ...)
; compiling (DEFUN TOPOLOGICAL-SORT ...)
; compiling (DEFUN REDUCE-GRAPH ...)
; compiling (DEFTYPE ADDRESS ...)
; compiling (DEFCONSTANT +UNKNOWN-ADDRESS+ ...)
; compiling (DEFSTRUCT (CALL-GRAPH # ...) ...)
; compiling (DEFSTRUCT (NODE # ...) ...)
; compiling (DEFSTRUCT (CYCLE #))
; compiling (DEFSTRUCT (CALL # ...) ...)
; compiling (DEFVAR *SAMPLE-INTERVAL* ...)
; compiling (DECLAIM (TYPE NUMBER ...))
; compiling (DEFVAR *ALLOC-INTERVAL* ...)
; compiling (DECLAIM (TYPE NUMBER ...))
; compiling (DEFVAR *MAX-SAMPLES* ...)
; compiling (DECLAIM (TYPE INDEX ...))
; compiling (DEFSTRUCT (SAMPLES) ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFTYPE REPORT-TYPE ...)
; compiling (DEFVAR *SAMPLING-MODE* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *ALLOC-REGION-SIZE* ...)
; compiling (DECLAIM (TYPE NUMBER ...))
; compiling (DEFVAR *SAMPLES* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *PROFILING* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *SAMPLING* ...)
; compiling (DECLAIM (TYPE BOOLEAN ...))
; compiling (DEFVAR *SHOW-PROGRESS* ...)
; compiling (DEFVAR *OLD-SAMPLING* ...)
; compiling (DEFVAR *ENCAPSULATIONS* ...)
; compiling (DEFUN TURN-OFF-SAMPLING ...)
; compiling (DEFUN TURN-ON-SAMPLING ...)
; compiling (DEFUN SHOW-PROGRESS ...)
; compiling (DEFUN START-SAMPLING ...)
; compiling (DEFUN STOP-SAMPLING ...)
; compiling (DEFMACRO WITH-SAMPLING ...)
; compiling (DECLAIM (INLINE DEBUG-INFO))
; compiling (DEFUN DEBUG-INFO ...)
; compiling (DEFUN ENSURE-SAMPLES-VECTOR ...)
; compiling (DECLAIM (INLINE RECORD))
; compiling (DEFUN RECORD ...)
; compiling (DEFUN RECORD-TRACE-START ...)
; compiling (DEFVAR *PROFILED-THREADS* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *TIMER-THREAD* ...)
; compiling (DEFUN PROFILED-THREADS ...)
; compiling (DEFUN PROFILED-THREAD-P ...)
; compiling (DEFVAR *PROFILER-LOCK* ...)
; compiling (DEFVAR *DISTRIBUTION-LOCK* ...)
; compiling (DECLAIM (INLINE PTHREAD-KILL))
; compiling (DEFINE-ALIEN-ROUTINE PTHREAD-KILL ...)
; compiling (DEFUN THREAD-DISTRIBUTION-HANDLER ...)
; compiling (DEFUN SIGPROF-HANDLER ...)
; compiling (DEFUN CODE-START ...)
; compiling (DEFUN CODE-BOUNDS ...)
; compiling (DEFMACRO WITH-PROFILING ...)
; compiling (DEFVAR *TIMER* ...)
; compiling (DEFVAR *OLD-ALLOC-INTERVAL* ...)
; compiling (DEFVAR *OLD-SAMPLE-INTERVAL* ...)
; compiling (DEFUN START-PROFILING ...)
; compiling (DEFUN STOP-PROFILING ...)
; compiling (DEFUN RESET ...)
; compiling (DEFUN MAKE-NODE ...)
; compiling (DEFVAR *NAME->NODE*)
; compiling (DEFMACRO WITH-LOOKUP-TABLES ...)
; compiling (DEFUN LOOKUP-NODE ...)
; compiling (DEFUN COLLECT-NODES ...)
; compiling (DEFUN MAKE-CALL-GRAPH-1 ...)
; compiling (DEFUN REDUCE-CALL-GRAPH ...)
; compiling (DEFUN COMPUTE-ACCRUED-COUNTS ...)
; compiling (DEFUN MAKE-CALL-GRAPH ...)
; compiling (DEFUN PRINT-SEPARATOR ...)
; compiling (DEFUN SAMPLES-PERCENT ...)
; compiling (DEFUN PRINT-CALL-GRAPH-HEADER ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *REPORT-SORT-BY* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *REPORT-SORT-ORDER* ...)
; compiling (DEFUN PRINT-FLAT ...)
; compiling (DEFUN PRINT-CYCLES ...)
; compiling (DEFUN PRINT-GRAPH ...)
; compiling (DEFUN REPORT ...)
; compiling (DEFUN SAMPLE-PC-FROM-PC-OR-OFFSET ...)
; compiling (DEFUN ADD-DISASSEMBLY-PROFILE-NOTE ...)
; compiling (PUSHNEW (QUOTE ADD-DISASSEMBLY-PROFILE-NOTE) ...)
; compiling (DEFUN PROFILE-CALL-COUNTS ...)
; compiling (DEFUN PROFILE-CALL-COUNTS-FOR-FUNCTION ...)
; compiling (DEFUN UNPROFILE-CALL-COUNTS ...)
; compiling (DEFUN ENABLE-CALL-COUNTING ...)
; compiling (DEFUN DISABLE-CALL-COUNTING ...)
; compiling (DEFUN ENABLE-CALL-COUNTING-FOR-FUNCTION ...)
; compiling (PROVIDE (QUOTE SB-SPROF))

; /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-sprof.fasl written
; compilation finished in 0:00:01.835
* echo "(defsystem :sb-sprof :class require-system)" > /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/obj/sbcl-home/contrib//sb-sprof.asd
/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/src/runtime/sbcl --noinform --core /pobj/sbcl-1.3.10-threads/sbcl-1.3.10/output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval '(load (format nil "SYS:CONTRIB;~:@(~A~);TEST.LISP" "sb-sprof"))' </dev/null

Number of samples: 203
Sample interval: 0.01 seconds
Total sampling time: 2.03 seconds
Number of cycles: 0
Sampled threads:
#<SB-THREAD:THREAD "main thread" RUNNING {10028D4F43}>

Callers
Total. Function
Count % Count % Callees
------------------------------------------------------------------------
203 100.0 TEST [3]
1 0.5 TEST-0 [1]
147 72.4 203 100.0 TEST-0 [1]
56 27.6 SB-VM::GENERIC-+ [2]
1 0.5 TEST-0 [1]
------------------------------------------------------------------------
56 27.6 TEST-0 [1]
56 27.6 56 27.6 SB-VM::GENERIC-+ [2]
------------------------------------------------------------------------
203 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [4]
0 0.0 203 100.0 TEST [3]
203 100.0 TEST-0 [1]
------------------------------------------------------------------------
203 100.0 EVAL [12]
203 100.0 EVAL-TLF [5]
0 0.0 203 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [4]
1 0.5 LOAD [11]
203 100.0 TEST [3]
------------------------------------------------------------------------
203 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [6]
0 0.0 203 100.0 EVAL-TLF [5]
203 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [4]
------------------------------------------------------------------------
203 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [7]
0 0.0 203 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [6]
203 100.0 EVAL-TLF [5]
------------------------------------------------------------------------
203 100.0 SB-C::%DO-FORMS-FROM-INFO [8]
0 0.0 203 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [7]
203 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [6]
------------------------------------------------------------------------
203 100.0 SB-INT:LOAD-AS-SOURCE [9]
0 0.0 203 100.0 SB-C::%DO-FORMS-FROM-INFO [8]
203 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [7]
------------------------------------------------------------------------
203 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [10]
0 0.0 203 100.0 SB-INT:LOAD-AS-SOURCE [9]
203 100.0 SB-C::%DO-FORMS-FROM-INFO [8]
------------------------------------------------------------------------
203 100.0 LOAD [11]
0 0.0 203 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [10]
203 100.0 SB-INT:LOAD-AS-SOURCE [9]
------------------------------------------------------------------------
1 0.5 SB-INT:SIMPLE-EVAL-IN-LEXENV [4]
0 0.0 203 100.0 LOAD [11]
203 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [10]
------------------------------------------------------------------------
203 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [13]
0 0.0 203 100.0 EVAL [12]
203 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [4]
------------------------------------------------------------------------
203 100.0 SB-IMPL::TOPLEVEL-INIT [14]
0 0.0 203 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [13]
203 100.0 EVAL [12]
------------------------------------------------------------------------
203 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-86 :IN SAVE-LISP-AND-DIE) [15]
0 0.0 203 100.0 SB-IMPL::TOPLEVEL-INIT [14]
203 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [13]
------------------------------------------------------------------------
203 100.0 (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) [16]
0 0.0 203 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-86 :IN SAVE-LISP-AND-DIE) [15]
203 100.0 SB-IMPL::TOPLEVEL-INIT [14]
------------------------------------------------------------------------
0 0.0 203 100.0 (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) [16]
203 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-86 :IN SAVE-LISP-AND-DIE) [15]
------------------------------------------------------------------------


Self Total Cumul
Nr Count % Count % Count % Calls Function
------------------------------------------------------------------------
1 147 72.4 203 100.0 147 72.4 - TEST-0
2 56 27.6 56 27.6 203 100.0 - SB-VM::GENERIC-+
3 0 0.0 203 100.0 203 100.0 - TEST
4 0 0.0 203 100.0 203 100.0 - SB-INT:SIMPLE-EVAL-IN-LEXENV
5 0 0.0 203 100.0 203 100.0 - EVAL-TLF
6 0 0.0 203 100.0 203 100.0 - (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE)
7 0 0.0 203 100.0 203 100.0 - (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE)
8 0 0.0 203 100.0 203 100.0 - SB-C::%DO-FORMS-FROM-INFO
9 0 0.0 203 100.0 203 100.0 - SB-INT:LOAD-AS-SOURCE
10 0 0.0 203 100.0 203 100.0 - (FLET SB-FASL::LOAD-STREAM :IN LOAD)
11 0 0.0 203 100.0 203 100.0 - LOAD
12 0 0.0 203 100.0 203 100.0 - EVAL
13 0 0.0 203 100.0 203 100.0 - SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS
14 0 0.0 203 100.0 203 100.0 - SB-IMPL::TOPLEVEL-INIT
15 0 0.0 203 100.0 203 100.0 - (FLET #:WITHOUT-INTERRUPTS-BODY-86 :IN SAVE-LISP-AND-DIE)
16 0 0.0 203 100.0 203 100.0 - (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE)
------------------------------------------------------------------------
0 0.0 elsewhere
.

Number of samples: 1322
Sample interval: 0.0001 seconds
Total sampling time: 0.1322 seconds
Number of cycles: 0
Sampled threads:
#<SB-THREAD:THREAD "main thread" RUNNING {10028D4F43}>

Callers
Total. Function
Count % Count % Callees
------------------------------------------------------------------------
864 65.4 CONSING-TEST [5]
864 65.4 864 65.4 CONSALOT [1]
------------------------------------------------------------------------
443 33.5 "foreign function interrupt_handle_pending" [19]
443 33.5 443 33.5 "foreign function _thread_sys_sigprocmask" [2]
------------------------------------------------------------------------
13 1.0 SB-THREAD::CALL-WITH-SYSTEM-MUTEX/WITHOUT-GCING [22]
13 1.0 13 1.0 (FLET #:CLEANUP-FUN-321 :IN SB-THREAD::CALL-WITH-SYSTEM-MUTEX/WITHOUT-GCING) [3]
------------------------------------------------------------------------
2 0.2 CONSING-TEST [5]
2 0.2 2 0.2 "foreign function gettimeofday" [4]
------------------------------------------------------------------------
1322 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [6]
0 0.0 1322 100.0 CONSING-TEST [5]
2 0.2 "foreign function gettimeofday" [4]
864 65.4 CONSALOT [1]
------------------------------------------------------------------------
1322 100.0 EVAL [14]
1322 100.0 EVAL-TLF [7]
0 0.0 1322 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [6]
1 0.1 LOAD [13]
1322 100.0 CONSING-TEST [5]
------------------------------------------------------------------------
1322 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [8]
0 0.0 1322 100.0 EVAL-TLF [7]
1322 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [6]
------------------------------------------------------------------------
1322 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [9]
0 0.0 1322 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [8]
1322 100.0 EVAL-TLF [7]
------------------------------------------------------------------------
1322 100.0 SB-C::%DO-FORMS-FROM-INFO [10]
0 0.0 1322 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [9]
1322 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [8]
------------------------------------------------------------------------
1322 100.0 SB-INT:LOAD-AS-SOURCE [11]
0 0.0 1322 100.0 SB-C::%DO-FORMS-FROM-INFO [10]
1322 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [9]
------------------------------------------------------------------------
1322 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [12]
0 0.0 1322 100.0 SB-INT:LOAD-AS-SOURCE [11]
1322 100.0 SB-C::%DO-FORMS-FROM-INFO [10]
------------------------------------------------------------------------
1322 100.0 LOAD [13]
0 0.0 1322 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [12]
1322 100.0 SB-INT:LOAD-AS-SOURCE [11]
------------------------------------------------------------------------
1 0.1 SB-INT:SIMPLE-EVAL-IN-LEXENV [6]
0 0.0 1322 100.0 LOAD [13]
1322 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [12]
------------------------------------------------------------------------
1322 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [15]
0 0.0 1322 100.0 EVAL [14]
1322 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [6]
------------------------------------------------------------------------
1322 100.0 SB-IMPL::TOPLEVEL-INIT [16]
0 0.0 1322 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [15]
1322 100.0 EVAL [14]
------------------------------------------------------------------------
1322 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-86 :IN SAVE-LISP-AND-DIE) [17]
0 0.0 1322 100.0 SB-IMPL::TOPLEVEL-INIT [16]
1322 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [15]
------------------------------------------------------------------------
1322 100.0 (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) [18]
0 0.0 1322 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-86 :IN SAVE-LISP-AND-DIE) [17]
1322 100.0 SB-IMPL::TOPLEVEL-INIT [16]
------------------------------------------------------------------------
0 0.0 1322 100.0 (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) [18]
1322 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-86 :IN SAVE-LISP-AND-DIE) [17]
------------------------------------------------------------------------
456 34.5 "foreign function handle_trap" [20]
0 0.0 456 34.5 "foreign function interrupt_handle_pending" [19]
13 1.0 "foreign function maybe_gc" [26]
443 33.5 "foreign function _thread_sys_sigprocmask" [2]
------------------------------------------------------------------------
456 34.5 "foreign function install_handler" [21]
0 0.0 456 34.5 "foreign function handle_trap" [20]
456 34.5 "foreign function interrupt_handle_pending" [19]
------------------------------------------------------------------------
0 0.0 456 34.5 "foreign function install_handler" [21]
456 34.5 "foreign function handle_trap" [20]
------------------------------------------------------------------------
13 1.0 SB-KERNEL:RUN-PENDING-FINALIZERS [23]
0 0.0 13 1.0 SB-THREAD::CALL-WITH-SYSTEM-MUTEX/WITHOUT-GCING [22]
13 1.0 (FLET #:CLEANUP-FUN-321 :IN SB-THREAD::CALL-WITH-SYSTEM-MUTEX/WITHOUT-GCING) [3]
------------------------------------------------------------------------
13 1.0 (FLET SB-THREAD::EXEC :IN SB-KERNEL::POST-GC) [24]
0 0.0 13 1.0 SB-KERNEL:RUN-PENDING-FINALIZERS [23]
13 1.0 SB-THREAD::CALL-WITH-SYSTEM-MUTEX/WITHOUT-GCING [22]
------------------------------------------------------------------------
13 1.0 "foreign function call_into_lisp" [25]
0 0.0 13 1.0 (FLET SB-THREAD::EXEC :IN SB-KERNEL::POST-GC) [24]
13 1.0 SB-KERNEL:RUN-PENDING-FINALIZERS [23]
------------------------------------------------------------------------
13 1.0 "foreign function maybe_gc" [26]
0 0.0 13 1.0 "foreign function call_into_lisp" [25]
13 1.0 (FLET SB-THREAD::EXEC :IN SB-KERNEL::POST-GC) [24]
------------------------------------------------------------------------
13 1.0 "foreign function interrupt_handle_pending" [19]
0 0.0 13 1.0 "foreign function maybe_gc" [26]
13 1.0 "foreign function call_into_lisp" [25]
------------------------------------------------------------------------


Self Total Cumul
Nr Count % Count % Count % Calls Function
------------------------------------------------------------------------
1 864 65.4 864 65.4 864 65.4 - CONSALOT
2 443 33.5 443 33.5 1307 98.9 - "foreign function _thread_sys_sigprocmask"
3 13 1.0 13 1.0 1320 99.8 - (FLET #:CLEANUP-FUN-321 :IN SB-THREAD::CALL-WITH-SYSTEM-MUTEX/WITHOUT-GCING)
4 2 0.2 2 0.2 1322 100.0 - "foreign function gettimeofday"
5 0 0.0 1322 100.0 1322 100.0 - CONSING-TEST
6 0 0.0 1322 100.0 1322 100.0 - SB-INT:SIMPLE-EVAL-IN-LEXENV
7 0 0.0 1322 100.0 1322 100.0 - EVAL-TLF
8 0 0.0 1322 100.0 1322 100.0 - (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE)
9 0 0.0 1322 100.0 1322 100.0 - (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE)
10 0 0.0 1322 100.0 1322 100.0 - SB-C::%DO-FORMS-FROM-INFO
11 0 0.0 1322 100.0 1322 100.0 - SB-INT:LOAD-AS-SOURCE
12 0 0.0 1322 100.0 1322 100.0 - (FLET SB-FASL::LOAD-STREAM :IN LOAD)
13 0 0.0 1322 100.0 1322 100.0 - LOAD
14 0 0.0 1322 100.0 1322 100.0 - EVAL
15 0 0.0 1322 100.0 1322 100.0 - SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS
16 0 0.0 1322 100.0 1322 100.0 - SB-IMPL::TOPLEVEL-INIT
17 0 0.0 1322 100.0 1322 100.0 - (FLET #:WITHOUT-INTERRUPTS-BODY-86 :IN SAVE-LISP-AND-DIE)
18 0 0.0 1322 100.0 1322 100.0 - (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE)
19 0 0.0 456 34.5 1322 100.0 - "foreign function interrupt_handle_pending"
20 0 0.0 456 34.5 1322 100.0 - "foreign function handle_trap"
21 0 0.0 456 34.5 1322 100.0 - "foreign function install_handler"
22 0 0.0 13 1.0 1322 100.0 - SB-THREAD::CALL-WITH-SYSTEM-MUTEX/WITHOUT-GCING
23 0 0.0 13 1.0 1322 100.0 - SB-KERNEL:RUN-PENDING-FINALIZERS
24 0 0.0 13 1.0 1322 100.0 - (FLET SB-THREAD::EXEC :IN SB-KERNEL::POST-GC)
25 0 0.0 13 1.0 1322 100.0 - "foreign function call_into_lisp"
26 0 0.0 13 1.0 1322 100.0 - "foreign function maybe_gc"
------------------------------------------------------------------------
0 0.0 elsewhere
; disassembly for CONSALOT
; Size: 164 bytes. Origin: #x1002BBB5D8
; 5D8: 498B4C2460 MOV RCX, [R12+96] ; thread.binding-stack-pointer
; no-arg-parsing entry point
; 5DD: 48894DF8 MOV [RBP-8], RCX
; 5E1: BA17001020 MOV EDX, 537919511
; 5E6: BB204E0000 MOV EBX, 20000
; 5EB: EB68 JMP L5
; 5ED: 0F1F00 NOP
; 5F0: L0: 4883EB02 SUB RBX, 2 ; 4/1322 samples
; 5F4: 49896C2440 MOV [R12+64], RBP ; thread.pseudo-atomic-bits
; 4/1322 samples
; 5F9: 4D8B5C2418 MOV R11, [R12+24] ; thread.alloc-region
; 5FE: 498D7360 LEA RSI, [R11+96]
; 602: 493B742420 CMP RSI, [R12+32]
; 607: 7759 JNBE L6
; 609: 4989742418 MOV [R12+24], RSI ; thread.alloc-region
; 60E: L1: 498D730F LEA RSI, [R11+15]
; 612: C646F1D9 MOV BYTE PTR [RSI-15], -39
; 616: C646F914 MOV BYTE PTR [RSI-7], 20
; 61A: 49316C2440 XOR [R12+64], RBP ; thread.pseudo-atomic-bits
; 61F: 7402 JEQ L2 ; 3/1322 samples
; 621: CC09 BREAK 9 ; pending interrupt trap
; 623: L2: 49896C2440 MOV [R12+64], RBP ; thread.pseudo-atomic-bits
; 381/1322 samples
; 628: 4D8B5C2418 MOV R11, [R12+24] ; thread.alloc-region
; 62D: 498D4B10 LEA RCX, [R11+16]
; 631: 493B4C2420 CMP RCX, [R12+32]
; 636: 7737 JNBE L7
; 638: 49894C2418 MOV [R12+24], RCX ; thread.alloc-region
; 63D: L3: 498D4B07 LEA RCX, [R11+7]
; 641: 49316C2440 XOR [R12+64], RBP ; thread.pseudo-atomic-bits
; 646: 7402 JEQ L4 ; 6/1322 samples
; 648: CC09 BREAK 9 ; pending interrupt trap
; 64A: L4: 488971F9 MOV [RCX-7], RSI ; 439/1322 samples
; 64E: 48895101 MOV [RCX+1], RDX ; 18/1322 samples
; 652: 488BD1 MOV RDX, RCX ; 6/1322 samples
; 655: L5: 4885DB TEST RBX, RBX ; 3/1322 samples
; 658: 7F96 JNLE L0
; 65A: 488BE5 MOV RSP, RBP
; 65D: F8 CLC
; 65E: 5D POP RBP
; 65F: C3 RET
; 660: CC10 BREAK 16 ; Invalid argument count trap
; 662: L6: 6A60 PUSH 96
; 664: BE40704100 MOV ESI, 4288576 ; alloc_tramp
; 669: FFD6 CALL RSI
; 66B: 415B POP R11
; 66D: EB9F JMP L1
; 66F: L7: 6A10 PUSH 16
; 671: B940704100 MOV ECX, 4288576 ; alloc_tramp
; 676: FFD1 CALL RCX
; 678: 415B POP R11
; 67A: EBC1 JMP L3
* gmake: Leaving directory '/pobj/sbcl-1.3.10-threads/sbcl-1.3.10/contrib/sb-sprof'

WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
sb-concurrency
*** Error 1 in lang/sbcl (Makefile:75 'do-build')
*** Error 1 in lang/sbcl (/source/ports/infrastructure/mk/bsd.port.mk:2691 '/pobj/sbcl-1.3.10-threads/.build_done')
*** Error 1 in lang/sbcl (/source/ports/infrastructure/mk/bsd.port.mk:2398 'build')
===> Exiting lang/sbcl,threads with an error
*** Error 1 in /source/ports (infrastructure/mk/bsd.port.subdir.mk:147 'build')
Error: job failed with 256 on openbsd-3

No comments:

Post a Comment