Skip to content

Instantly share code, notes, and snippets.

@dnaeon
Created October 8, 2020 17:35
Show Gist options
  • Save dnaeon/2e37b449ddfe657ee52d6e957006cba3 to your computer and use it in GitHub Desktop.
Save dnaeon/2e37b449ddfe657ee52d6e957006cba3 to your computer and use it in GitHub Desktop.
Building SBCL on Samsung Galaxy Tab S6 Android Tablet
ECL (Embeddable Common-Lisp) 20.4.24 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2013 Juan J. Garcia-Ripoll
Copyright (C) 2018 Daniel Kochmanski
Copyright (C) 2020 Daniel Kochmanski and Marius Gerbershagen
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL 0x637341af80>.
>
"ECL"
>
rm -f *~ *.bak *.orig \#*\# .\#* texput.log *.fasl
rm -rf sbcl asdf "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/
base=d449de2453f238d811a08ea502ddfb30894553c3
head=c844cf1a83ff6ed2d290cd4026e65259386ffc56
//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="arm64"
//initializing /data/data/com.termux/files/home/Projects/sbcl/local-target-features.lisp-expr
//setting up OS-dependent information
make: Entering directory '/data/data/com.termux/files/home/Projects/sbcl/tools-for-build'
cc -I../src/runtime determine-endianness.c -ldl -Wl,-no-as-needed -o determine-endianness
make: Leaving directory '/data/data/com.termux/files/home/Projects/sbcl/tools-for-build'
//finishing /data/data/com.termux/files/home/Projects/sbcl/local-target-features.lisp-expr
//Starting build: Thu Oct 8 20:02:36 EEST 2020
//Options: --prefix='~/sbcl-test' --xc-host='ecl'
ECL (Embeddable Common-Lisp) 20.4.24 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2013 Juan J. Garcia-Ripoll
Copyright (C) 2018 Daniel Kochmanski
Copyright (C) 2020 Daniel Kochmanski and Marius Gerbershagen
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL 0x57336e0f80>.
>
CANONICALIZE-WHITESPACE/DIRECTORY
>
>
//entering make-host-1.sh
//building cross-compiler, and doing first genesis
ECL (Embeddable Common-Lisp) 20.4.24 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2013 Juan J. Garcia-Ripoll
Copyright (C) 2018 Daniel Kochmanski
Copyright (C) 2020 Daniel Kochmanski and Marius Gerbershagen
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL 0x5805a6df80>.
>
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/loader.lisp"
#P"/data/data/com.termux/files/home/Projects/sbcl/loader.lisp"
>
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/make-host-1.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/shared.lisp"
;;; Loading #P"/data/data/com.termux/files/usr/lib/ecl-20.4.24/cmp.fas"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/shebang.lisp"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
target SB-XC:*FEATURES* = (:ARM64 :GENCGC :64-BIT :ALIEN-CALLBACKS :ANSI-CL :COMMON-LISP :COMPARE-AND-SWAP-VOPS :ELF :FP-AND-PC-STANDARD-SAVE :GCC-TLS :IEEE-FLOATING-POINT :LINKAGE-TABLE :LINUX :LITTLE-ENDIAN :OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-DLADDR :OS-PROVIDES-DLOPEN :OS-PROVIDES-POLL :OS-PROVIDES-SUSECONDS-T :PACKAGE-LOCAL-NICKNAMES :PAUSELESS-THREADSTART :SB-DOC :SB-EVAL :SB-FUTEX :SB-LDB :SB-PACKAGE-LOCKS :SB-SOURCE-LOCATIONS :SB-THREAD :SB-UNICODE :SBCL :UNBIND-IN-UNWIND :UNDEFINED-FUN-RESTARTS :UNIX :USE-SYS-MMAP)
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/set-up-cold-packages.lisp"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/defun-load-or-cload-xcompiler.lisp"
; Building Unicode data
;;;
;;; Compiling tools-for-build/ucd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling tools-for-build/ucd.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tools-for-build/ucd.fas"
//slurp-ucd
;;;
;;; Compiling src/code/early-source-location.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-source-location.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-source-location.fas"
;;;
;;; Compiling src/code/cross-early.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/cross-early.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-early.fas"
;;;
;;; Compiling src/code/show.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/show.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/show.fas"
;;;
;;; Compiling src/compiler/early-constantp.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/early-constantp.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-constantp.fas"
;;;
;;; Compiling src/code/primordial-extensions.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/primordial-extensions.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/primordial-extensions.fas"
;;;
;;; Compiling src/code/cold-init-helper-macros.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/cold-init-helper-macros.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cold-init-helper-macros.fas"
;;;
;;; Compiling src/code/backq.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/backq.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/backq.fas"
;;;
;;; Compiling src/code/cross-byte.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file cross-byte.lisp, position 888
;;; at (DEFUN LDB ...)
;;; ! Unsupported CONS type C::BYTE-SPECIFIER. Replacing it with T.
;;; End of Pass 1.
;;; Warning:
;;; in file cross-byte.lisp, position 779
;;; at (DEFUN UNCROSS-BYTE ...)
;;; ! Unsupported CONS type C::BYTE-SPECIFIER. Replacing it with T.
;;; Finished compiling src/code/cross-byte.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-byte.fas"
;;;
;;; Compiling src/code/cross-misc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/cross-misc.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-misc.fas"
;;;
;;; Compiling src/code/cross-char.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/cross-char.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-char.fas"
;;;
;;; Compiling src/code/cross-float.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/cross-float.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-float.fas"
; Float-ops cache prefill: 3270 entries
;;;
;;; Compiling src/code/cross-io.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/cross-io.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-io.fas"
;;;
;;; Compiling src/code/cross-condition.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/cross-condition.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-condition.fas"
;;;
;;; Compiling src/code/uncross.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/uncross.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/uncross.fas"
;;;
;;; Compiling src/code/defbangtype.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/defbangtype.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defbangtype.fas"
;;;
;;; Compiling src/code/early-constants.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-constants.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-constants.fas"
;;;
;;; Compiling src/compiler/deftype.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/deftype.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/deftype.fas"
;;;
;;; Compiling src/compiler/early-lexenv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/early-lexenv.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-lexenv.fas"
;;;
;;; Compiling src/compiler/early-globaldb.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/early-globaldb.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-globaldb.fas"
;;;
;;; Compiling src/code/function-names.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/function-names.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/function-names.fas"
;;;
;;; Compiling src/compiler/generic/parms.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/parms.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/parms.fas"
;;;
;;; Compiling src/compiler/arm64/parms.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/parms.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/parms.fas"
;;;
;;; Compiling src/compiler/generic/early-vm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/early-vm.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/early-vm.fas"
;;;
;;; Compiling src/compiler/generic/early-objdef.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/early-objdef.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/early-objdef.fas"
;;;
;;; Compiling src/code/early-array.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-array.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-array.fas"
;;;
;;; Compiling src/code/parse-body.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/parse-body.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/parse-body.fas"
;;;
;;; Compiling src/compiler/policy.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/policy.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/policy.fas"
;;;
;;; Compiling src/code/early-extensions.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-extensions.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-extensions.fas"
;;;
;;; Compiling src/compiler/parse-lambda-list.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/parse-lambda-list.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/parse-lambda-list.fas"
;;;
;;; Compiling src/code/early-cl.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-cl.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-cl.fas"
;;;
;;; Compiling src/code/early-fasl.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-fasl.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-fasl.fas"
;;;
;;; Compiling src/code/defbangstruct.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/defbangstruct.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defbangstruct.fas"
;;;
;;; Compiling src/code/early-raw-slots.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-raw-slots.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-raw-slots.fas"
;;;
;;; Compiling src/code/xset.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/xset.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/xset.fas"
;;;
;;; Compiling src/code/type-class.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/type-class.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/type-class.fas"
;;;
;;; Compiling src/compiler/early-c.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/early-c.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-c.fas"
;;;
;;; Compiling src/compiler/fun-info.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/fun-info.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fun-info.fas"
;;;
;;; Compiling src/pcl/slot-name.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/pcl/slot-name.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/pcl/slot-name.fas"
;;;
;;; Compiling src/compiler/info-vector.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file info-vector.lisp, position 5639
;;; at (DEFUN COMPUTE-PACKIFIED-INFO-SIZE ...)
;;; ! Declaration of type
;;; INDEX
;;; was found for not bound variable END.
;;; Warning:
;;; in file info-vector.lisp, position 7670
;;; at (DEFUN PACKIFY-INFOS ...)
;;; ! Declaration of type
;;; INDEX-OR-MINUS-1
;;; was found for not bound variable END.
;;; Warning:
;;; in file info-vector.lisp, position 23793
;;; at (DEFUN PACKED-INFO-VALUE-INDEX ...)
;;; ! Declaration of type
;;; INDEX
;;; was found for not bound variable DATA-IDX.
;;; End of Pass 1.
;;; Finished compiling src/compiler/info-vector.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/info-vector.fas"
;;;
;;; Compiling src/compiler/globaldb.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file globaldb.lisp, position 11242
;;; at (DEFUN GET-INFO-VALUE ...)
;;; ! Unsupported CONS type (OR (CONS (UNSIGNED-BYTE 64) FUNCTION) NULL). Replacing it with T.
;;; Warning:
;;; in file globaldb.lisp, position 17387
;;; at (DEFINE-INFO-TYPE (FUNCTION SOURCE-TRANSFORM) ...)
;;; ! Unsupported CONS type (OR FUNCTION NULL (CONS ATOM ATOM)). Replacing it with T.
;;; Warning:
;;; in file globaldb.lisp, position 25845
;;; at (DEFINE-INFO-TYPE (SETF EXPANDER) ...)
;;; ! Unsupported CONS type (OR SYMBOL FUNCTION (CONS INTEGER FUNCTION) NULL). Replacing it with T.
;;; End of Pass 1.
;;; Warning:
;;; in file globaldb.lisp, position 11242
;;; at (DEFUN GET-INFO-VALUE ...)
;;; ! Unsupported CONS type (OR (CONS (UNSIGNED-BYTE 64) FUNCTION) NULL). Replacing it with T.
;;; Finished compiling src/compiler/globaldb.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/globaldb.fas"
;;;
;;; Compiling src/compiler/generic/vm-array.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/vm-array.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-array.fas"
;;;
;;; Compiling src/code/string-hash.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/string-hash.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/string-hash.fas"
;;;
;;; Compiling src/code/primordial-type.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/primordial-type.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/primordial-type.fas"
;;;
;;; Compiling src/code/early-classoid.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file early-classoid.lisp, position 24017
;;; at (DEFINE-INFO-TYPE (FUNCTION TYPE) ...)
;;; ! Unsupported CONS type (OR CTYPE (CONS (EQL FUNCTION)) (MEMBER :GENERIC-FUNCTION)). Replacing it with T.
;;; End of Pass 1.
;;; Finished compiling src/code/early-classoid.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-classoid.fas"
;;;
;;; Compiling src/code/alieneval.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/alieneval.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/alieneval.fas"
;;;
;;; Compiling src/code/debug-var-io.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/debug-var-io.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/debug-var-io.fas"
;;;
;;; Compiling src/code/early-float.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Warning:
;;; in file early-float.lisp, position 785
;;; at (DEFUN SINGLE-FROM-BITS ...)
;;; ! Unsupported CONS type C::BYTE-SPECIFIER. Replacing it with T.
;;; Finished compiling src/code/early-float.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-float.fas"
;;;
;;; Compiling src/code/huffman.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/huffman.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/huffman.fas"
;;;
;;; Compiling src/code/early-time.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-time.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-time.fas"
;;;
;;; Compiling src/code/thread-structs.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/thread-structs.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/thread-structs.fas"
;;;
;;; Compiling src/code/misc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/misc.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/misc.fas"
;;;
;;; Compiling src/code/early-format.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-format.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-format.fas"
;;;
;;; Compiling src/compiler/policies.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/policies.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/policies.fas"
;;;
;;; Compiling src/compiler/macros.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file macros.lisp, position 7262
;;; at (DEFUN %DEFINE-SOURCE-TRANSFORM ...)
;;; ! Unsupported CONS type (OR FUNCTION NULL (CONS ATOM ATOM)). Replacing it with T.
;;; End of Pass 1.
;;; Finished compiling src/compiler/macros.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/macros.fas"
;;;
;;; Compiling src/compiler/constantp.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/constantp.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/constantp.fas"
;;;
;;; Compiling src/compiler/info-functions.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/info-functions.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/info-functions.fas"
;;;
;;; Compiling src/code/specializable-array.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/specializable-array.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/specializable-array.fas"
;;;
;;; Compiling src/compiler/generic/vm-macs.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/vm-macs.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-macs.fas"
;;;
;;; Compiling src/compiler/generic/objdef.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/objdef.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/objdef.fas"
;;;
;;; Compiling src/compiler/sset.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/sset.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/sset.fas"
;;;
;;; Compiling src/code/early-type.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file early-type.lisp, position 8026
;;; at (DEFUN-CACHED (MAKE-VALUES-TYPE-CACHED HASH-BITS ...) ...)
;;; ! Declaration of type
;;; (SIMPLE-VECTOR 5)
;;; was found for not bound variable #:LINE.
;;; Style warning:
;;; in file early-type.lisp, position 50665
;;; at (DEFUN TYPEXPAND-1 ...)
;;; ! Variable ENV, declared as IGNORE, found in a lisp form.
;;; Style warning:
;;; in file early-type.lisp, position 50665
;;; at (DEFUN TYPEXPAND-1 ...)
;;; ! The variable ENV is not used.
;;; End of Pass 1.
;;; Finished compiling src/code/early-type.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-type.fas"
;;;
;;; Compiling src/code/sc-offset.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/sc-offset.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/sc-offset.fas"
;;;
;;; Compiling src/compiler/node.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/node.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/node.fas"
;;;
;;; Compiling src/compiler/lexenv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/lexenv.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/lexenv.fas"
;;;
;;; Compiling src/compiler/early-assem.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/early-assem.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-assem.fas"
;;;
;;; Compiling src/compiler/vop.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Warning:
;;; ! Unable to coerce lisp object from type (NIL,:OBJECT)
;;; to C/C++ type ((SIGNED-BYTE 62),:FIXNUM)
;;; Warning:
;;; ! Unable to coerce lisp object from type (NIL,:OBJECT)
;;; to C/C++ type ((SIGNED-BYTE 62),:FIXNUM)
;;; Finished compiling src/compiler/vop.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/vop.fas"
;;;
;;; Compiling src/compiler/backend.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/backend.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/backend.fas"
;;;
;;; Compiling src/compiler/vmdef.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/vmdef.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/vmdef.fas"
;;;
;;; Compiling src/code/defmacro.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/defmacro.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defmacro.fas"
;;;
;;; Compiling src/compiler/meta-vmdef.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/meta-vmdef.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/meta-vmdef.fas"
;;;
;;; Compiling src/compiler/fixup.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/fixup.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fixup.fas"
;;;
;;; Compiling src/compiler/generic/core.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/core.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/core.fas"
;;;
;;; Compiling src/compiler/arm64/vm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/vm.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/vm.fas"
;;;
;;; Compiling src/code/arm64-vm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/arm64-vm.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/arm64-vm.fas"
;;;
;;; Compiling src/code/class.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/class.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/class.fas"
;;;
;;; Compiling src/pcl/pre-warm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/pcl/pre-warm.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/pcl/pre-warm.fas"
;;;
;;; Compiling src/code/debug-info.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/debug-info.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/debug-info.fas"
;;;
;;; Compiling src/code/source-location.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/source-location.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/source-location.fas"
;;;
;;; Compiling src/code/early-class.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-class.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-class.fas"
;;;
;;; Compiling src/code/parse-defmacro-errors.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/parse-defmacro-errors.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/parse-defmacro-errors.fas"
;;;
;;; Compiling src/code/format-directive.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/format-directive.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/format-directive.fas"
;;;
;;; Compiling src/compiler/generic/primtype.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file primtype.lisp, position 6910
;;; at (DEFUN-CACHED (PRIMITIVE-TYPE-AUX HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/primtype.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/primtype.fas"
;;;
;;; Compiling src/code/host-c-call.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/host-c-call.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/host-c-call.fas"
;;;
;;; Compiling src/compiler/compiler-deftype.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/compiler-deftype.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/compiler-deftype.fas"
;;;
;;; Compiling src/code/late-type.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file late-type.lisp, position 31021
;;; at (DEFUN-CACHED (%COERCE-TO-VALUES HASH-BITS ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 36563
;;; at (DEFUN-CACHED (VALUES-TYPE-UNION HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 36973
;;; at (DEFUN-CACHED (VALUES-TYPE-INTERSECTION HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 38737
;;; at (DEFUN-CACHED (VALUES-SUBTYPEP HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; (SIMPLE-VECTOR 4)
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 40519
;;; at (DEFUN-CACHED (CSUBTYPEP HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; (SIMPLE-VECTOR 4)
;;; was found for not bound variable #:LINE.
;;; Style warning:
;;; in file late-type.lisp, position 42205
;;; at (DEFUN SUBTYPEP ...)
;;; ! Variable ENVIRONMENT, declared as IGNORE, found in a lisp form.
;;; Style warning:
;;; in file late-type.lisp, position 42205
;;; at (DEFUN SUBTYPEP ...)
;;; ! The variable ENVIRONMENT is not used.
;;; Warning:
;;; in file late-type.lisp, position 43196
;;; at (DEFUN-CACHED (TYPE= HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; (SIMPLE-VECTOR 4)
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 45542
;;; at (DEFUN-CACHED (TYPE-UNION2 HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 48463
;;; at (DEFUN-CACHED (TYPE-INTERSECTION2 HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 51578
;;; at (DEFUN-CACHED (TYPE-NEGATION HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 51835
;;; at (DEFUN-CACHED (TYPE-SINGLETON-P HASH-FUNCTION ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 55131
;;; at (DEFUN-CACHED (%TYPE-INTERSECTION HASH-BITS ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; Warning:
;;; in file late-type.lisp, position 56840
;;; at (DEFUN-CACHED (%TYPE-UNION HASH-BITS ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; End of Pass 1.
;;; Finished compiling src/code/late-type.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/late-type.fas"
;;;
;;; Compiling src/code/deftypes-for-target.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/deftypes-for-target.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/deftypes-for-target.fas"
;;;
;;; Compiling src/compiler/knownfun.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file knownfun.lisp, position 3050
;;; at (DEFUN %DEFKNOWN ...)
;;; ! Unsupported CONS type (OR CTYPE (CONS (EQL FUNCTION)) (MEMBER :GENERIC-FUNCTION)). Replacing it with T.
;;; End of Pass 1.
;;; Finished compiling src/compiler/knownfun.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/knownfun.fas"
;;;
;;; Compiling src/code/cross-type.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file cross-type.lisp, position 3843
;;; at (DEFUN CROSS-TYPEP ...)
;;; ! TYPEP form contains an empty type (OR) and cannot be optimized
;;; End of Pass 1.
;;; Finished compiling src/code/cross-type.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-type.fas"
;;;
;;; Compiling src/compiler/generic/vm-type.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Style warning:
;;; in file vm-type.lisp, position 4506
;;; at (DEFUN UPGRADED-ARRAY-ELEMENT-TYPE ...)
;;; ! Variable ENVIRONMENT, declared as IGNORE, found in a lisp form.
;;; Style warning:
;;; in file vm-type.lisp, position 4506
;;; at (DEFUN UPGRADED-ARRAY-ELEMENT-TYPE ...)
;;; ! The variable ENVIRONMENT is not used.
;;; Style warning:
;;; in file vm-type.lisp, position 5132
;;; at (DEFUN UPGRADED-COMPLEX-PART-TYPE ...)
;;; ! Variable ENVIRONMENT, declared as IGNORE, found in a lisp form.
;;; Style warning:
;;; in file vm-type.lisp, position 5132
;;; at (DEFUN UPGRADED-COMPLEX-PART-TYPE ...)
;;; ! The variable ENVIRONMENT is not used.
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/vm-type.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-type.fas"
;;;
;;; Compiling src/compiler/proclaim.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file proclaim.lisp, position 7420
;;; at (DEFUN PROCLAIM-FTYPE ...)
;;; ! Unsupported CONS type (OR CTYPE (CONS (EQL FUNCTION)) (MEMBER :GENERIC-FUNCTION)). Replacing it with T.
;;; End of Pass 1.
;;; Finished compiling src/compiler/proclaim.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/proclaim.fas"
;;;
;;; Compiling src/code/class-init.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/class-init.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/class-init.fas"
;;;
;;; Compiling src/code/defstruct.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file defstruct.lisp, position 27278
;;; at (DEFUN PARSE-1-DD-OPTION ...)
;;; ! Declaration of type
;;; (UNSIGNED-BYTE 9)
;;; was found for not bound variable SEEN-OPTIONS.
;;; Warning:
;;; in file defstruct.lisp, position 65027
;;; at (DEFUN %PROCLAIM-DEFSTRUCT-CTORS ...)
;;; ! Unsupported CONS type (OR FUNCTION NULL (CONS ATOM ATOM)). Replacing it with T.
;;; Style warning:
;;; in file defstruct.lisp, position 70155
;;; at (DEFUN REDEFINE-STRUCTURE-WARNING ...)
;;; ! Variable CLASSOID, declared as IGNORE, found in a lisp form.
;;; Warning:
;;; in file defstruct.lisp, position 88993
;;; at (DEFUN GLOBAL-FTYPE ...)
;;; ! Unsupported CONS type (OR CTYPE (CONS (EQL FUNCTION)) (MEMBER :GENERIC-FUNCTION)). Replacing it with T.
;;; End of Pass 1.
;;; Finished compiling src/code/defstruct.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defstruct.fas"
;;;
;;; Compiling src/code/alien-type.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/alien-type.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/alien-type.fas"
;;;
;;; Compiling src/code/force-delayed-defbangstructs.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/force-delayed-defbangstructs.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/force-delayed-defbangstructs.fas"
;;;
;;; Compiling src/compiler/compiler-error.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/compiler-error.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/compiler-error.fas"
;;;
;;; Compiling src/code/type-init.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/type-init.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/type-init.fas"
;;;
;;; Compiling src/compiler/fixup-type.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/fixup-type.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fixup-type.fas"
;;;
;;; Compiling src/code/package.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/package.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/package.fas"
;;;
;;; Compiling src/code/random.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/random.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/random.fas"
;;;
;;; Compiling src/code/hash-table.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/hash-table.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/hash-table.fas"
;;;
;;; Compiling src/code/readtable.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/readtable.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/readtable.fas"
;;;
;;; Compiling src/code/host-pprint.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/host-pprint.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/host-pprint.fas"
;;;
;;; Compiling src/compiler/fndb.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/fndb.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fndb.fas"
;;;
;;; Compiling src/compiler/generic/vm-fndb.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/vm-fndb.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-fndb.fas"
;;;
;;; Compiling src/compiler/generic/late-objdef.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/late-objdef.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/late-objdef.fas"
;;;
;;; Compiling src/compiler/generic/interr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/interr.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/interr.fas"
;;;
;;; Compiling src/compiler/bit-util.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/bit-util.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/bit-util.fas"
;;;
;;; Compiling src/code/load.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file load.lisp, position 5459
;;; at (DEFUN GROW-FOP-VECTOR ...)
;;; ! Declaration of type
;;; SIMPLE-VECTOR
;;; was found for not bound variable OLD-VECTOR.
;;; Warning:
;;; in file load.lisp, position 15315
;;; at (DEFUN DECODE-FOP ...)
;;; ! Unsupported CONS type (CONS (SIMPLE-ARRAY (MOD 4) (128)) (SIMPLE-BIT-VECTOR 128)). Replacing it with T.
;;; End of Pass 1.
;;; Warning:
;;; in file load.lisp, position 15315
;;; at (DEFUN DECODE-FOP ...)
;;; ! Unsupported CONS type (CONS (SIMPLE-ARRAY (MOD 4) (128)) (SIMPLE-BIT-VECTOR 128)). Replacing it with T.
;;; Finished compiling src/code/load.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/load.fas"
;;;
;;; Compiling src/code/fop.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file fop.lisp, position 3019
;;; at (DEFUN !%DEFINE-FOP ...)
;;; ! Unsupported CONS type (CONS (SIMPLE-ARRAY (MOD 4) (128)) (SIMPLE-BIT-VECTOR 128)). Replacing it with T.
;;; Warning:
;;; in file fop.lisp, position 19009
;;; at (DEFINE-FOP 92 ...)
;;; ! Declaration of type
;;; FIXNUM
;;; was found for not bound variable SIZE.
;;; Warning:
;;; in file fop.lisp, position 20288
;;; at (DEFINE-FOP 43 ...)
;;; ! Declaration of type
;;; INDEX
;;; was found for not bound variable LENGTH.
;;; End of Pass 1.
;;; Warning:
;;; in file fop.lisp, position 3019
;;; at (DEFUN !%DEFINE-FOP ...)
;;; ! Unsupported CONS type (CONS (SIMPLE-ARRAY (MOD 4) (128)) (SIMPLE-BIT-VECTOR 128)). Replacing it with T.
;;; Finished compiling src/code/fop.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/fop.fas"
;;;
;;; Compiling src/compiler/ctype.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/ctype.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ctype.fas"
;;;
;;; Compiling src/compiler/disassem.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/disassem.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/disassem.fas"
;;;
;;; Compiling src/compiler/assem.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/assem.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/assem.fas"
;;;
;;; Compiling src/compiler/dump.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file dump.lisp, position 7554
;;; at (FSET 'DUMP-FOP ...)
;;; ! Unsupported CONS type (CONS (SIMPLE-ARRAY (MOD 4) (128)) (SIMPLE-BIT-VECTOR 128)). Replacing it with T.
;;; End of Pass 1.
;;; Warning:
;;; in file dump.lisp, position 7554
;;; at (FSET 'DUMP-FOP ...)
;;; ! Unsupported CONS type (CONS (SIMPLE-ARRAY (MOD 4) (128)) (SIMPLE-BIT-VECTOR 128)). Replacing it with T.
;;; Finished compiling src/compiler/dump.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/dump.fas"
;;;
;;; Compiling src/compiler/ir1report.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file ir1report.lisp, position 13358
;;; at (DEFUN NOTE-MESSAGE-REPEATS ...)
;;; ! Unsupported CONS type (CONS INDEX (CONS (OR STRING NULL) T)). Replacing it with T.
;;; Warning:
;;; in file ir1report.lisp, position 13358
;;; at (DEFUN NOTE-MESSAGE-REPEATS ...)
;;; ! Unsupported CONS type (CONS INDEX (CONS (OR STRING NULL) T)). Replacing it with T.
;;; Warning:
;;; in file ir1report.lisp, position 14336
;;; at (DEFUN %PRINT-COMPILER-MESSAGE ...)
;;; ! Unsupported CONS type (CONS INDEX (CONS (OR STRING NULL) T)). Replacing it with T.
;;; End of Pass 1.
;;; Warning:
;;; in file ir1report.lisp, position 13358
;;; at (DEFUN NOTE-MESSAGE-REPEATS ...)
;;; ! Unsupported CONS type (CONS INDEX (CONS (OR STRING NULL) T)). Replacing it with T.
;;; Finished compiling src/compiler/ir1report.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1report.fas"
;;;
;;; Compiling src/compiler/main.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/main.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/main.fas"
;;;
;;; Compiling src/compiler/xref.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/xref.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/xref.fas"
;;;
;;; Compiling src/compiler/ir1tran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/ir1tran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1tran.fas"
;;;
;;; Compiling src/compiler/ir1tran-lambda.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/ir1tran-lambda.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1tran-lambda.fas"
;;;
;;; Compiling src/compiler/ir1-translators.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Style warning:
;;; in file ir1-translators.lisp, position 541
;;; at (DEF-IR1-TRANSLATOR PROGN ...)
;;; ! The variable #:G1 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 767
;;; at (DEF-IR1-TRANSLATOR IF ...)
;;; ! The variable #:G9 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 3927
;;; at (DEF-IR1-TRANSLATOR BLOCK ...)
;;; ! The variable #:G27 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 4868
;;; at (DEF-IR1-TRANSLATOR RETURN-FROM ...)
;;; ! The variable #:G55 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 8308
;;; at (DEF-IR1-TRANSLATOR TAGBODY ...)
;;; ! The variable #:G115 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 9947
;;; at (DEF-IR1-TRANSLATOR GO ...)
;;; ! The variable #:G184 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 11470
;;; at (DEF-IR1-TRANSLATOR EVAL-WHEN ...)
;;; ! The variable #:G207 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 15766
;;; at (DEF-IR1-TRANSLATOR MACROLET ...)
;;; ! The variable #:G233 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 17559
;;; at (DEF-IR1-TRANSLATOR SYMBOL-MACROLET ...)
;;; ! The variable #:G252 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 19188
;;; at (DEF-IR1-TRANSLATOR %PRIMITIVE ...)
;;; ! The variable #:G274 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 20555
;;; at (DEF-IR1-TRANSLATOR QUOTE ...)
;;; ! The variable #:G287 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 25089
;;; at (DEF-IR1-TRANSLATOR %FUN-NAME-LEAF ...)
;;; ! The variable #:G310 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 25216
;;; at (DEF-IR1-TRANSLATOR %%ALLOCATE-CLOSURES ...)
;;; ! The variable #:G320 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 26181
;;; at (DEF-IR1-TRANSLATOR FUNCTION ...)
;;; ! The variable #:G350 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 26619
;;; at (DEF-IR1-TRANSLATOR GLOBAL-FUNCTION ...)
;;; ! The variable #:G360 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 29102
;;; at (DEF-IR1-TRANSLATOR %FUNCALL ...)
;;; ! The variable #:G378 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 29947
;;; at (DEF-IR1-TRANSLATOR %FUNCALL-LVAR ...)
;;; ! The variable #:G394 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 32955
;;; at (DEF-IR1-TRANSLATOR LET ...)
;;; ! The variable #:G434 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 34601
;;; at (DEF-IR1-TRANSLATOR LET* ...)
;;; ! The variable #:G445 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 35799
;;; at (DEF-IR1-TRANSLATOR LOCALLY ...)
;;; ! The variable #:G458 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 38856
;;; at (DEF-IR1-TRANSLATOR FLET ...)
;;; ! The variable #:G507 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 40273
;;; at (DEF-IR1-TRANSLATOR LABELS ...)
;;; ! The variable #:G534 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 44840
;;; at (DEF-IR1-TRANSLATOR THE ...)
;;; ! The variable #:G608 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 46136
;;; at (DEF-IR1-TRANSLATOR TRULY-THE ...)
;;; ! The variable #:G620 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 46605
;;; at (DEF-IR1-TRANSLATOR THE* ...)
;;; ! The variable #:G632 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 49280
;;; at (DEF-IR1-TRANSLATOR WITH-ANNOTATIONS ...)
;;; ! The variable #:G652 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 49568
;;; at (DEF-IR1-TRANSLATOR WITH-SOURCE-FORM ...)
;;; ! The variable #:G667 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 49873
;;; at (DEF-IR1-TRANSLATOR BOUND-CAST ...)
;;; ! The variable #:G679 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 52275
;;; at (DEF-IR1-TRANSLATOR SETQ ...)
;;; ! The variable #:G725 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 55116
;;; at (DEF-IR1-TRANSLATOR THROW ...)
;;; ! The variable #:G758 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 55856
;;; at (DEF-IR1-TRANSLATOR %WITHIN-CLEANUP ...)
;;; ! The variable #:G770 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 56964
;;; at (DEF-IR1-TRANSLATOR %ESCAPE-FUN ...)
;;; ! The variable #:G786 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 57576
;;; at (DEF-IR1-TRANSLATOR %CLEANUP-FUN ...)
;;; ! The variable #:G800 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 57871
;;; at (DEF-IR1-TRANSLATOR CATCH ...)
;;; ! The variable #:G812 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 59151
;;; at (DEF-IR1-TRANSLATOR RESTORING-NSP ...)
;;; ! The variable #:G822 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 59803
;;; at (DEF-IR1-TRANSLATOR UNWIND-PROTECT ...)
;;; ! The variable #:G837 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 61873
;;; at (DEF-IR1-TRANSLATOR INSPECT-UNWINDING ...)
;;; ! The variable #:G853 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 63149
;;; at (DEF-IR1-TRANSLATOR NLX-PROTECT ...)
;;; ! The variable #:G870 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 64329
;;; at (DEF-IR1-TRANSLATOR MULTIPLE-VALUE-CALL ...)
;;; ! The variable #:G885 is not used.
;;; Style warning:
;;; in file ir1-translators.lisp, position 65890
;;; at (DEF-IR1-TRANSLATOR MULTIPLE-VALUE-PROG1 ...)
;;; ! The variable #:G924 is not used.
;;; End of Pass 1.
;;; Finished compiling src/compiler/ir1-translators.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1-translators.fas"
;;;
;;; Compiling src/compiler/ir1util.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/ir1util.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1util.fas"
;;;
;;; Compiling src/compiler/callable-args.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/callable-args.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/callable-args.fas"
;;;
;;; Compiling src/compiler/locall.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/locall.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/locall.fas"
;;;
;;; Compiling src/compiler/ir1opt.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/ir1opt.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1opt.fas"
;;;
;;; Compiling src/compiler/loop.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/loop.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/loop.fas"
;;;
;;; Compiling src/compiler/ir1final.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file ir1final.lisp, position 2778
;;; at (DEFUN FINALIZE-XEP-DEFINITION ...)
;;; ! Unsupported CONS type (OR CTYPE (CONS (EQL FUNCTION)) (MEMBER :GENERIC-FUNCTION)). Replacing it with T.
;;; End of Pass 1.
;;; Finished compiling src/compiler/ir1final.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1final.fas"
;;;
;;; Compiling src/compiler/constraint.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/constraint.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/constraint.fas"
;;;
;;; Compiling src/compiler/equality-constraints.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/equality-constraints.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/equality-constraints.fas"
;;;
;;; Compiling src/compiler/array-tran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/array-tran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/array-tran.fas"
;;;
;;; Compiling src/compiler/seqtran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/seqtran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/seqtran.fas"
;;;
;;; Compiling src/compiler/saptran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/saptran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/saptran.fas"
;;;
;;; Compiling src/compiler/modarith.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/modarith.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/modarith.fas"
;;;
;;; Compiling src/compiler/sxhash.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/sxhash.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/sxhash.fas"
;;;
;;; Compiling src/code/quantifiers.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/quantifiers.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/quantifiers.fas"
;;;
;;; Compiling src/compiler/bitops-derive-type.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/bitops-derive-type.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/bitops-derive-type.fas"
;;;
;;; Compiling src/compiler/dfo.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/dfo.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/dfo.fas"
;;;
;;; Compiling src/compiler/dce.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/dce.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/dce.fas"
;;;
;;; Compiling src/compiler/checkgen.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file checkgen.lisp, position 5548
;;; at (DEFUN-CACHED (WEAKEN-TYPE HASH-BITS ...) ...)
;;; ! Declaration of type
;;; CONS
;;; was found for not bound variable #:LINE.
;;; End of Pass 1.
;;; Finished compiling src/compiler/checkgen.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/checkgen.fas"
;;;
;;; Compiling src/compiler/tn.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/tn.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/tn.fas"
;;;
;;; Compiling src/compiler/life.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/life.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/life.fas"
;;;
;;; Compiling src/compiler/debug-dump.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/debug-dump.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/debug-dump.fas"
;;;
;;; Compiling src/compiler/generic/utils.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/utils.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/utils.fas"
;;;
;;; Compiling src/compiler/fopcompile.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/fopcompile.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fopcompile.fas"
;;;
;;; Compiling src/assembly/assemfile.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/assembly/assemfile.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/assemfile.fas"
;;;
;;; Compiling src/compiler/arm64/insts.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/insts.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/insts.fas"
;;;
;;; Compiling src/compiler/arm64/macros.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/macros.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/macros.fas"
;;;
;;; Compiling src/compiler/generic/early-type-vops.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/early-type-vops.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/early-type-vops.fas"
;;;
;;; Compiling src/assembly/arm64/support.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/assembly/arm64/support.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/support.fas"
;;;
;;; Compiling src/compiler/arm64/move.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/move.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/move.fas"
;;;
;;; Compiling src/compiler/arm64/float.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/float.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/float.fas"
;;;
;;; Compiling src/compiler/arm64/sap.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/sap.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/sap.fas"
;;;
;;; Compiling src/compiler/arm64/system.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/system.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/system.fas"
;;;
;;; Compiling src/compiler/arm64/char.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/char.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/char.fas"
;;;
;;; Compiling src/compiler/arm64/memory.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/memory.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/memory.fas"
;;;
;;; Compiling src/compiler/arm64/arith.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/arith.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/arith.fas"
;;;
;;; Compiling src/compiler/arm64/pred.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/pred.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/pred.fas"
;;;
;;; Compiling src/compiler/float-tran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/float-tran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/float-tran.fas"
;;;
;;; Compiling src/compiler/srctran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file srctran.lisp, position 3363
;;; at (LOOP FOR ...)
;;; ! Unsupported CONS type (OR FUNCTION NULL (CONS ATOM ATOM)). Replacing it with T.
;;; End of Pass 1.
;;; Style warning:
;;; in file srctran.lisp, position 128537
;;; at (DEF LOGAND ...)
;;; ! The argument 1 of function CAR has type
;;; FIXNUM
;;; instead of expected
;;; LIST
;;; Style warning:
;;; in file srctran.lisp, position 128537
;;; at (DEF LOGIOR ...)
;;; ! The argument 1 of function CAR has type
;;; FIXNUM
;;; instead of expected
;;; LIST
;;; Style warning:
;;; in file srctran.lisp, position 133038
;;; at (DEFTRANSFORM * ...)
;;; ! The argument 1 of function CAR has type
;;; FIXNUM
;;; instead of expected
;;; LIST
;;; Style warning:
;;; in file srctran.lisp, position 136786
;;; at (DEF ASH)
;;; ! The argument 1 of function CAR has type
;;; FIXNUM
;;; instead of expected
;;; LIST
;;; Style warning:
;;; in file srctran.lisp, position 136786
;;; at (DEF /)
;;; ! The argument 1 of function CAR has type
;;; FIXNUM
;;; instead of expected
;;; LIST
;;; Finished compiling src/compiler/srctran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/srctran.fas"
;;;
;;; Compiling src/compiler/generic/vm-tran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Style warning:
;;; in file vm-tran.lisp, position 38942
;;; at (DEFTRANSFORM GET-LISP-OBJ-ADDRESS ...)
;;; ! The argument 1 of function CAR has type
;;; INTEGER
;;; instead of expected
;;; LIST
;;; Style warning:
;;; in file vm-tran.lisp, position 39066
;;; at (DEFTRANSFORM GET-LISP-OBJ-ADDRESS ...)
;;; ! The argument 1 of function CAR has type
;;; INTEGER
;;; instead of expected
;;; LIST
;;; Finished compiling src/compiler/generic/vm-tran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-tran.fas"
;;;
;;; Compiling src/compiler/generic/late-type-vops.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/late-type-vops.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/late-type-vops.fas"
;;;
;;; Compiling src/compiler/arm64/type-vops.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/type-vops.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/type-vops.fas"
;;;
;;; Compiling src/compiler/typetran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/typetran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/typetran.fas"
;;;
;;; Compiling src/compiler/generic/vm-typetran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/vm-typetran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-typetran.fas"
;;;
;;; Compiling src/code/cross-modular.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/cross-modular.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-modular.fas"
;;;
;;; Compiling src/compiler/arm64/subprim.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/subprim.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/subprim.fas"
;;;
;;; Compiling src/compiler/arm64/debug.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/debug.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/debug.fas"
;;;
;;; Compiling src/compiler/arm64/c-call.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/c-call.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/c-call.fas"
;;;
;;; Compiling src/compiler/arm64/cell.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/cell.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/cell.fas"
;;;
;;; Compiling src/compiler/arm64/values.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/values.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/values.fas"
;;;
;;; Compiling src/compiler/arm64/alloc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/alloc.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/alloc.fas"
;;;
;;; Compiling src/compiler/arm64/call.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/call.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/call.fas"
;;;
;;; Compiling src/compiler/arm64/nlx.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/nlx.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/nlx.fas"
;;;
;;; Compiling src/compiler/generic/late-nlx.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/late-nlx.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/late-nlx.fas"
;;;
;;; Compiling src/compiler/arm64/show.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/show.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/show.fas"
;;;
;;; Compiling src/compiler/arm64/array.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/arm64/array.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/array.fas"
;;;
;;; Compiling src/compiler/generic/type-error.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/type-error.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/type-error.fas"
;;;
;;; Compiling src/compiler/physenvanal.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/physenvanal.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/physenvanal.fas"
;;;
;;; Compiling src/assembly/arm64/assem-rtns.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/assembly/arm64/assem-rtns.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/assem-rtns.fas"
;;;
;;; Compiling src/assembly/arm64/array.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/assembly/arm64/array.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/array.fas"
;;;
;;; Compiling src/assembly/arm64/arith.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/assembly/arm64/arith.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/arith.fas"
;;;
;;; Compiling src/assembly/arm64/alloc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/assembly/arm64/alloc.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/alloc.fas"
;;;
;;; Compiling src/compiler/pseudo-vops.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/pseudo-vops.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/pseudo-vops.fas"
;;;
;;; Compiling src/compiler/aliencomp.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/aliencomp.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/aliencomp.fas"
;;;
;;; Compiling src/compiler/ltv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Style warning:
;;; in file ltv.lisp, position 2248
;;; at (DEF-IR1-TRANSLATOR LOAD-TIME-VALUE ...)
;;; ! The variable #:G2 is not used.
;;; End of Pass 1.
;;; Finished compiling src/compiler/ltv.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ltv.fas"
;;;
;;; Compiling src/compiler/gtn.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/gtn.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/gtn.fas"
;;;
;;; Compiling src/compiler/ltn.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/ltn.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ltn.fas"
;;;
;;; Compiling src/compiler/stack.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/stack.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/stack.fas"
;;;
;;; Compiling src/compiler/control.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/control.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/control.fas"
;;;
;;; Compiling src/compiler/entry.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/entry.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/entry.fas"
;;;
;;; Compiling src/compiler/ir2tran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Style warning:
;;; in file ir2tran.lisp, position 80747
;;; at (DEF-IR1-TRANSLATOR PROGV ...)
;;; ! The variable #:G1071 is not used.
;;; End of Pass 1.
;;; Finished compiling src/compiler/ir2tran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir2tran.fas"
;;;
;;; Compiling src/compiler/generic/vm-ir2tran.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Style warning:
;;; in file vm-ir2tran.lisp, position 17425
;;; at (DEFOPTIMIZER (%LISTIFY-REST-ARGS STACK-ALLOCATE-RESULT) ...)
;;; ! The variable #:ARGS is not used.
;;; Style warning:
;;; in file vm-ir2tran.lisp, position 17810
;;; at (DEFOPTIMIZER (CONS STACK-ALLOCATE-RESULT) ...)
;;; ! The variable #:ARGS is not used.
;;; Style warning:
;;; in file vm-ir2tran.lisp, position 17913
;;; at (DEFOPTIMIZER (%MAKE-COMPLEX STACK-ALLOCATE-RESULT) ...)
;;; ! The variable #:ARGS is not used.
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/vm-ir2tran.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-ir2tran.fas"
;;;
;;; Compiling src/compiler/copyprop.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/copyprop.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/copyprop.fas"
;;;
;;; Compiling src/compiler/represent.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/represent.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/represent.fas"
;;;
;;; Compiling src/compiler/ir2opt.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/ir2opt.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir2opt.fas"
;;;
;;; Compiling src/compiler/pack.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file pack.lisp, position 16266
;;; at (DEFUN FAILED-TO-PACK-LOAD-TN-ERROR ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable EL.
;;; Warning:
;;; in file pack.lisp, position 16266
;;; at (DEFUN FAILED-TO-PACK-LOAD-TN-ERROR ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable EL.
;;; Warning:
;;; in file pack.lisp, position 46563
;;; at (DEFUN SELECT-LOAD-TN-LOCATION ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable LOC.
;;; Warning:
;;; in file pack.lisp, position 46563
;;; at (DEFUN SELECT-LOAD-TN-LOCATION ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable LOC.
;;; Warning:
;;; in file pack.lisp, position 48846
;;; at (DEFUN UNPACK-FOR-LOAD-TN ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable LOC.
;;; Warning:
;;; in file pack.lisp, position 48846
;;; at (DEFUN UNPACK-FOR-LOAD-TN ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable LOC.
;;; Warning:
;;; in file pack.lisp, position 59220
;;; at (DEFUN SELECT-LOCATION ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable LOCATION.
;;; Warning:
;;; in file pack.lisp, position 59220
;;; at (DEFUN SELECT-LOCATION ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable LOCATION.
;;; End of Pass 1.
;;; Finished compiling src/compiler/pack.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/pack.fas"
;;;
;;; Compiling src/compiler/pack-iterative.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file pack-iterative.lisp, position 10139
;;; at (DEFUN RESTRICTED-TN-LOCATIONS ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable LOCATION.
;;; Warning:
;;; in file pack-iterative.lisp, position 10139
;;; at (DEFUN RESTRICTED-TN-LOCATIONS ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable LOCATION.
;;; Warning:
;;; in file pack-iterative.lisp, position 15152
;;; at (DEFUN VERTEX-DOMAIN ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable COLOR.
;;; Warning:
;;; in file pack-iterative.lisp, position 15152
;;; at (DEFUN VERTEX-DOMAIN ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable COLOR.
;;; Warning:
;;; in file pack-iterative.lisp, position 17174
;;; at (DEFUN VERTICES-BEST-COLOR/SINGLE-VERTEX ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable COLOR.
;;; Warning:
;;; in file pack-iterative.lisp, position 17174
;;; at (DEFUN VERTICES-BEST-COLOR/SINGLE-VERTEX ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable COLOR.
;;; Warning:
;;; in file pack-iterative.lisp, position 17643
;;; at (DEFUN VERTICES-BEST-COLOR/GENERAL ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable COLOR.
;;; Warning:
;;; in file pack-iterative.lisp, position 17643
;;; at (DEFUN VERTICES-BEST-COLOR/GENERAL ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable COLOR.
;;; Warning:
;;; in file pack-iterative.lisp, position 19502
;;; at (DEFUN FIND-VERTEX-COLOR ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable COLOR.
;;; Warning:
;;; in file pack-iterative.lisp, position 19502
;;; at (DEFUN FIND-VERTEX-COLOR ...)
;;; ! Declaration of type
;;; FINITE-SC-OFFSET
;;; was found for not bound variable COLOR.
;;; End of Pass 1.
;;; Finished compiling src/compiler/pack-iterative.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/pack-iterative.fas"
;;;
;;; Compiling src/compiler/codegen.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/codegen.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/codegen.fas"
;;;
;;; Compiling src/compiler/debug.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/debug.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/debug.fas"
;;;
;;; Compiling src/code/error.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/error.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/error.fas"
;;;
;;; Compiling src/code/macroexpand.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/macroexpand.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/macroexpand.fas"
;;;
;;; Compiling src/code/late-extensions.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/late-extensions.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/late-extensions.fas"
;;;
;;; Compiling src/code/early-step.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/early-step.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-step.fas"
;;;
;;; Compiling src/compiler/late-proclaim.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/compiler/late-proclaim.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/late-proclaim.fas"
;;;
;;; Compiling src/code/setf.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file setf.lisp, position 20653
;;; at (DEFUN %DEFSETF ...)
;;; ! Unsupported CONS type (OR SYMBOL FUNCTION (CONS INTEGER FUNCTION) NULL). Replacing it with T.
;;; End of Pass 1.
;;; Finished compiling src/code/setf.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/setf.fas"
;;;
;;; Compiling src/code/macros.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/macros.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/macros.fas"
;;;
;;; Compiling src/code/loop.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/loop.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/loop.fas"
;;;
;;; Compiling src/code/late-format.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; End of Pass 1.
;;; Finished compiling src/code/late-format.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/late-format.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/type.before-xc.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/info.before-xc.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/vm.before-xc.lisp"
;;;
;;; Compiling src/compiler/generic/genesis.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
;;;
;;; Warning:
;;; in file genesis.lisp, position 107441
;;; at (FSET 'DEFINE-COLD-FOP ...)
;;; ! Unsupported CONS type (CONS (SIMPLE-ARRAY (MOD 4) (128)) (SIMPLE-BIT-VECTOR 128)). Replacing it with T.
;;; End of Pass 1.
;;; Warning:
;;; in file genesis.lisp, position 107441
;;; at (FSET 'DEFINE-COLD-FOP ...)
;;; ! Unsupported CONS type (CONS (SIMPLE-ARRAY (MOD 4) (128)) (SIMPLE-BIT-VECTOR 128)). Replacing it with T.
;;; Finished compiling src/compiler/generic/genesis.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/genesis.fas"
beginning GENESIS, creating headers in "src/runtime/genesis"
real 5m5.718s
user 4m11.804s
sys 0m50.452s
//entering make-target-1.sh
//building runtime system and symbol table file
make: Entering directory '/data/data/com.termux/files/home/Projects/sbcl/src/runtime'
rm -f *.[do] sbcl sbcl.h core *.tmp libsbcl.a shrinkwrap-sbcl* sbcl.mk
make: Leaving directory '/data/data/com.termux/files/home/Projects/sbcl/src/runtime'
make: Entering directory '/data/data/com.termux/files/home/Projects/sbcl/src/runtime'
echo '#include "genesis/config.h"' >sbcl.h
echo '#include "genesis/constants.h"' >>sbcl.h
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o alloc.o alloc.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o backtrace.o backtrace.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o breakpoint.o breakpoint.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o coalesce.o coalesce.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o coreparse.o coreparse.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o dynbind.o dynbind.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o funcall.o funcall.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o gc-common.o gc-common.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o globals.o globals.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o hopscotch.o hopscotch.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o interr.o interr.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o interrupt.o interrupt.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o largefile.o largefile.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o main.o main.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o monitor.o monitor.c
monitor.c:495:20: warning: format specifies type 'void *' but the argument has type 'lispobj' (aka 'unsigned long') [-Wformat]
catch->code,
^~~~~~~~~~~
1 warning generated.
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o murmur_hash.o murmur_hash.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o os-common.o os-common.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o parse.o parse.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o print.o print.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o purify.o purify.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o regnames.o regnames.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o runtime.o runtime.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o safepoint.o safepoint.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o save.o save.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o sc-offset.o sc-offset.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o search.o search.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o thread.o thread.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o time.o time.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o validate.o validate.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o var-io.o var-io.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o vars.o vars.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o wrap.o wrap.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o run-program.o run-program.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o arm64-arch.o arm64-arch.c
arm64-arch.c:126:14: warning: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [-Wformat]
trap_instruction, *os_context_pc_addr(context));
^~~~~~~~~~~~~~~~
arm64-arch.c:126:32: warning: format specifies type 'void *' but the argument has type 'os_context_register_t' (aka 'long') [-Wformat]
trap_instruction, *os_context_pc_addr(context));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
arm64-arch.c:134:37: warning: format specifies type 'void *' but the argument has type 'os_context_register_t' (aka 'long') [-Wformat]
lose("Unhandled SIGILL at %p.", *os_context_pc_addr(context));
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
%ld
3 warnings generated.
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o linux-os.o linux-os.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o linux-mman.o linux-mman.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o arm64-linux-os.o arm64-linux-os.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o fullcgc.o fullcgc.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o gencgc.o gencgc.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o traceroot.o traceroot.c
cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC -I. -c -o arm64-assem.o arm64-assem.S
cc -g -Wl,--export-dynamic -shared -fPIC -femulated-tls -v -o sbcl alloc.o backtrace.o breakpoint.o coalesce.o coreparse.o dynbind.o funcall.o gc-common.o globals.o hopscotch.o interr.o interrupt.o largefile.o main.o monitor.o murmur_hash.o os-common.o parse.o print.o purify.o regnames.o runtime.o safepoint.o save.o sc-offset.o search.o thread.o time.o validate.o var-io.o vars.o wrap.o run-program.o arm64-arch.o linux-os.o linux-mman.o arm64-linux-os.o fullcgc.o gencgc.o traceroot.o arm64-assem.o -ldl -Wl,-no-as-needed -lpthread -lm
clang version 10.0.1 (https://github.com/termux/termux-packages 6c2f9eab313cd099ce3cb97038f4ec27735a742f)
Target: aarch64-unknown-linux-android
Thread model: posix
InstalledDir: /data/data/com.termux/files/usr/bin
"/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld" --sysroot=/data/data/com.termux/files -z noexecstack -EL --fix-cortex-a53-843419 --warn-shared-textrel -z now -z relro -z max-page-size=4096 --hash-style=gnu --enable-new-dtags -rpath=/data/data/com.termux/files/usr/lib --eh-frame-hdr -m aarch64linux -shared -o sbcl /data/data/com.termux/files/usr/lib/crtbegin_so.o -L/data/data/com.termux/files/usr/lib -L/system/lib64 --export-dynamic alloc.o backtrace.o breakpoint.o coalesce.o coreparse.o dynbind.o funcall.o gc-common.o globals.o hopscotch.o interr.o interrupt.o largefile.o main.o monitor.o murmur_hash.o os-common.o parse.o print.o purify.o regnames.o runtime.o safepoint.o save.o sc-offset.o search.o thread.o time.o validate.o var-io.o vars.o wrap.o run-program.o arm64-arch.o linux-os.o linux-mman.o arm64-linux-os.o fullcgc.o gencgc.o traceroot.o arm64-assem.o -ldl -no-as-needed -lpthread -lm -lgcc -ldl -lc -lgcc -ldl /data/data/com.termux/files/usr/lib/crtend_so.o
/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: warning: creating DT_TEXTREL in a shared object
: sbcl
( echo 'CC=cc' ; \
echo 'LD=ld' ; \
echo 'CFLAGS=-g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC' ; \
echo 'ASFLAGS=-g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -fPIC' ; \
echo 'LINKFLAGS=-g -Wl,--export-dynamic -shared -fPIC -femulated-tls -v' ; \
echo 'LDFLAGS=' ; \
echo '__LDFLAGS__=' ; \
echo 'LIBS=-ldl -Wl,-no-as-needed -lpthread -lm' ; \
if [ -n '' ] ; then \
echo 'LIBSBCL=alloc.o backtrace.o breakpoint.o coalesce.o coreparse.o dynbind.o funcall.o gc-common.o globals.o hopscotch.o interr.o interrupt.o largefile.o main.o monitor.o murmur_hash.o os-common.o parse.o print.o purify.o regnames.o runtime.o safepoint.o save.o sc-offset.o search.o thread.o time.o validate.o var-io.o vars.o wrap.o run-program.o arm64-arch.o linux-os.o linux-mman.o arm64-linux-os.o fullcgc.o gencgc.o traceroot.o arm64-assem.o' ; \
echo 'USE_LIBSBCL=alloc.o backtrace.o breakpoint.o coalesce.o coreparse.o dynbind.o funcall.o gc-common.o globals.o hopscotch.o interr.o interrupt.o largefile.o main.o monitor.o murmur_hash.o os-common.o parse.o print.o purify.o regnames.o runtime.o safepoint.o save.o sc-offset.o search.o thread.o time.o validate.o var-io.o vars.o wrap.o run-program.o arm64-arch.o linux-os.o linux-mman.o arm64-linux-os.o fullcgc.o gencgc.o traceroot.o arm64-assem.o' ; \
fi ; \
: ) > sbcl.mk
make: Leaving directory '/data/data/com.termux/files/home/Projects/sbcl/src/runtime'
make: Entering directory '/data/data/com.termux/files/home/Projects/sbcl/tools-for-build'
cc -I../src/runtime grovel-headers.c -ldl -Wl,-no-as-needed -lpthread -o grovel-headers
make: Leaving directory '/data/data/com.termux/files/home/Projects/sbcl/tools-for-build'
make: Entering directory '/data/data/com.termux/files/home/Projects/sbcl/src/runtime'
make: Nothing to be done for 'after-grovel-headers'.
make: Leaving directory '/data/data/com.termux/files/home/Projects/sbcl/src/runtime'
real 0m20.095s
user 0m12.973s
sys 0m6.602s
//entering make-host-2.sh
//running cross-compiler to create target object files
ECL (Embeddable Common-Lisp) 20.4.24 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2013 Juan J. Garcia-Ripoll
Copyright (C) 2018 Daniel Kochmanski
Copyright (C) 2020 Daniel Kochmanski and Marius Gerbershagen
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL 0x61e198bf80>.
>
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/loader.lisp"
#P"/data/data/com.termux/files/home/Projects/sbcl/loader.lisp"
>
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/make-host-2.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/shared.lisp"
;;; Loading #P"/data/data/com.termux/files/usr/lib/ecl-20.4.24/cmp.fas"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/shebang.lisp"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/set-up-cold-packages.lisp"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/defun-load-or-cload-xcompiler.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-source-location.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-early.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/show.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-constantp.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/primordial-extensions.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cold-init-helper-macros.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/backq.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-byte.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-misc.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-char.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-float.fas"
; Float-ops cache prefill: 3270 entries
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-io.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-condition.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/uncross.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defbangtype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-constants.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/deftype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-lexenv.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-globaldb.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/function-names.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/parms.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/parms.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/early-vm.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/early-objdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/parse-body.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/policy.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-extensions.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/parse-lambda-list.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-cl.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-fasl.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defbangstruct.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-raw-slots.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/xset.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/type-class.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-c.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fun-info.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/pcl/slot-name.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/info-vector.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/globaldb.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/string-hash.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/primordial-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-classoid.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/alieneval.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/debug-var-io.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-float.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/huffman.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-time.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/thread-structs.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/misc.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-format.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/policies.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/macros.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/constantp.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/info-functions.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/specializable-array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-macs.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/objdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/sset.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/sc-offset.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/node.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/lexenv.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-assem.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/vop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/backend.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/vmdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defmacro.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/meta-vmdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fixup.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/core.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/vm.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/arm64-vm.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/class.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/pcl/pre-warm.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/debug-info.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/source-location.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-class.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/parse-defmacro-errors.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/format-directive.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/primtype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/host-c-call.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/compiler-deftype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/late-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/deftypes-for-target.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/knownfun.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/proclaim.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/class-init.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defstruct.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/alien-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/force-delayed-defbangstructs.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/compiler-error.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/type-init.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fixup-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/package.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/random.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/hash-table.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/readtable.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/host-pprint.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fndb.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-fndb.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/late-objdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/interr.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/bit-util.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/load.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/fop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ctype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/disassem.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/assem.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/dump.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1report.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/main.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/xref.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1tran-lambda.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1-translators.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1util.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/callable-args.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/locall.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1opt.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/loop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1final.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/constraint.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/equality-constraints.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/array-tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/seqtran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/saptran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/modarith.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/sxhash.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/quantifiers.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/bitops-derive-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/dfo.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/dce.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/checkgen.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/tn.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/life.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/debug-dump.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/utils.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fopcompile.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/assemfile.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/insts.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/macros.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/early-type-vops.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/support.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/move.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/float.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/sap.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/system.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/char.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/memory.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/arith.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/pred.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/float-tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/srctran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/late-type-vops.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/type-vops.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/typetran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-typetran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-modular.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/subprim.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/debug.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/c-call.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/cell.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/values.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/alloc.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/call.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/nlx.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/late-nlx.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/show.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/type-error.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/physenvanal.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/assem-rtns.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/arith.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/alloc.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/pseudo-vops.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/aliencomp.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ltv.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/gtn.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ltn.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/stack.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/control.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/entry.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir2tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-ir2tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/copyprop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/represent.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir2opt.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/pack.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/pack-iterative.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/codegen.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/debug.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/error.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/macroexpand.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/late-extensions.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-step.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/late-proclaim.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/setf.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/macros.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/loop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/late-format.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/type.before-xc.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/info.before-xc.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/vm.before-xc.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/compile-cold-sbcl.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/muffler.lisp"
[ 1/311] src/code/early-source-location (0.051 sec)
[ 2/311] src/code/show (0.064 sec)
[ 3/311] src/compiler/early-constantp (0.123 sec)
[ 4/311] src/code/defsetfs (1.053 sec)
[ 5/311] src/code/cl-specials (0.263 sec)
[ 6/311] src/code/primordial-extensions
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/primordial-extensions.lisp
; in: EVAL-WHEN (:LOAD-TOPLEVEL :EXECUTE)
; (MAKE-ARRAY (IF PACKAGE LENGTH 0) :ELEMENT-TYPE 'CHARACTER)
; --> SB-EXT:TRULY-THE
; ==>
; (SB-KERNEL:ALLOCATE-VECTOR 229 (THE SB-INT:INDEX LENGTH)
; (SB-XC:CEILING (SB-EXT:TRULY-THE SB-INT:INDEX LENGTH) 2))
;
; note: could not stack allocate:
; (MAKE-ARRAY (IF PACKAGE LENGTH 0) :ELEMENT-TYPE 'CHARACTER)
(0.819 sec)
[ 7/311] src/code/cold-init-helper-macros (0.216 sec)
[ 8/311] src/code/early-defmethod (0.474 sec)
[ 9/311] src/code/backq (0.859 sec)
[ 10/311] src/code/globals (0.125 sec)
[ 11/311] src/code/cmacros (0.204 sec)
[ 12/311] src/code/uncross (0.027 sec)
[ 13/311] src/code/defbangtype (0.057 sec)
[ 14/311] src/code/early-constants (0.01 sec)
[ 15/311] src/compiler/deftype (0.098 sec)
[ 16/311] src/compiler/early-lexenv (0.782 sec)
[ 17/311] src/compiler/early-globaldb (0.884 sec)
[ 18/311] src/code/function-names (0.123 sec)
[ 19/311] src/compiler/generic/parms (0.234 sec)
[ 20/311] src/compiler/arm64/parms (0.108 sec)
[ 21/311] src/compiler/generic/early-vm (0.111 sec)
[ 22/311] src/compiler/generic/early-objdef (0.037 sec)
[ 23/311] src/code/early-array (0.029 sec)
[ 24/311] src/code/barrier (0.086 sec)
[ 25/311] src/code/parse-body (0.045 sec)
[ 26/311] src/compiler/policy (1.246 sec)
[ 27/311] src/code/condition-boot (0.08 sec)
[ 28/311] src/code/early-extensions (4.036 sec)
[ 29/311] src/compiler/parse-lambda-list (3.503 sec)
[ 30/311] src/code/restart (0.673 sec)
[ 31/311] src/code/early-cl (0.037 sec)
[ 32/311] src/code/ansi-stream (1.645 sec)
[ 33/311] src/code/early-fasl (0.338 sec)
[ 34/311] src/code/early-print (0.25 sec)
[ 35/311] src/code/early-pprint (1.128 sec)
[ 36/311] src/code/early-impl (0.046 sec)
[ 37/311] src/code/target-extensions (0.905 sec)
[ 38/311] src/code/early-package (0.096 sec)
[ 39/311] src/code/early-raw-slots (0.418 sec)
[ 40/311] src/code/funutils (0.091 sec)
[ 41/311] src/code/maphash (0.376 sec)
[ 42/311] src/code/xset (0.451 sec)
[ 43/311] src/code/type-class (4.684 sec)
[ 44/311] src/code/cas (0.725 sec)
[ 45/311] src/compiler/early-c (2.079 sec)
[ 46/311] src/compiler/fun-info (0.967 sec)
[ 47/311] src/pcl/slot-name (0.029 sec)
[ 48/311] src/code/signal (0.156 sec)
[ 49/311] src/code/sysmacs (0.651 sec)
[ 50/311] src/code/target-lfhash (1.979 sec)
[ 51/311] src/compiler/info-vector (2.443 sec)
[ 52/311] src/compiler/globaldb (1.251 sec)
[ 53/311] src/compiler/generic/vm-array (0.624 sec)
[ 54/311] src/code/string-hash (0.338 sec)
[ 55/311] src/code/primordial-type (0.166 sec)
[ 56/311] src/code/early-classoid (4.316 sec)
[ 57/311] src/code/alieneval (9.843 sec)
[ 58/311] src/code/target-error (0.703 sec)
[ 59/311] output/stuff-groveled-from-headers (0.132 sec)
[ 60/311] src/code/cold-error (0.649 sec)
[ 61/311] src/code/early-full-eval (0.347 sec)
[ 62/311] src/code/fdefinition (1.075 sec)
[ 63/311] src/code/weak (0.027 sec)
[ 64/311] src/code/array
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/array.lisp
; in: DEF-BIT-ARRAY-OP BIT-NOR
; (SB-VM::DEF-BIT-ARRAY-OP BIT-NOR LOGNOR)
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET IF SB-KERNEL:WITH-ARRAY-DATA LET LET LET
; --> MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION
; --> SB-KERNEL:WITH-ARRAY-DATA LET LET LET MULTIPLE-VALUE-BIND
; --> MULTIPLE-VALUE-CALL FUNCTION SB-KERNEL:WITH-ARRAY-DATA LET LET
; --> LET MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION IF LOCALLY
; --> BIT-NOR PROGN LET IF DO BLOCK LET TAGBODY TAGBODY SETF
; --> SB-KERNEL:%SET-VECTOR-RAW-BITS SB-KERNEL:WORD-LOGICAL-NOR LOGAND
; ==>
; (LOGNOR SB-C::X SB-C::Y)
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET IF SB-KERNEL:WITH-ARRAY-DATA LET LET LET
; --> MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION
; --> SB-KERNEL:WITH-ARRAY-DATA LET LET LET MULTIPLE-VALUE-BIND
; --> MULTIPLE-VALUE-CALL FUNCTION SB-KERNEL:WITH-ARRAY-DATA LET LET
; --> LET MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION IF LOCALLY
; --> BIT-NOR PROGN LET IF DO BLOCK LET TAGBODY RETURN-FROM PROGN SETF
; --> SB-KERNEL:%SET-VECTOR-RAW-BITS SB-KERNEL:WORD-LOGICAL-NOR LOGAND
; ==>
; (LOGNOR SB-C::X SB-C::Y)
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET IF LOCALLY BIT-NOR PROGN LET IF DO BLOCK LET
; --> TAGBODY TAGBODY SETF SB-KERNEL:%SET-VECTOR-RAW-BITS
; --> SB-KERNEL:WORD-LOGICAL-NOR LOGAND
; ==>
; (LOGNOR SB-C::X SB-C::Y)
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET IF LOCALLY BIT-NOR PROGN LET IF DO BLOCK LET
; --> TAGBODY RETURN-FROM PROGN SETF SB-KERNEL:%SET-VECTOR-RAW-BITS
; --> SB-KERNEL:WORD-LOGICAL-NOR LOGAND
; ==>
; (LOGNOR SB-C::X SB-C::Y)
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
(14.852 sec)
[ 65/311] src/code/debug-var-io (1.457 sec)
[ 66/311] src/code/target-alieneval (2.17 sec)
[ 67/311] src/code/target-c-call (0.114 sec)
[ 68/311] src/code/target-allocate (0.071 sec)
[ 69/311] src/code/misc-aliens (0.163 sec)
[ 70/311] src/code/early-float (0.177 sec)
[ 71/311] src/code/pred (1.972 sec)
[ 72/311] src/compiler/generic/pinned-objects (0.092 sec)
[ 73/311] src/code/list (5.944 sec)
[ 74/311] src/code/seq
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/seq.lisp
; in: DEFUN %MAP
; (SB-IMPL::%MAP-TO-LIST SB-IMPL::REALLY-FUN SB-IMPL::SEQUENCES)
; ==>
; SB-IMPL::REALLY-FUN
;
; note: could not stack allocate REALLY-FUN in: (%MAP-TO-LIST REALLY-FUN SEQUENCES)
; (SB-IMPL::%MAP-TO-VECTOR SB-IMPL::RESULT-TYPE SB-IMPL::REALLY-FUN
; SB-IMPL::SEQUENCES)
; ==>
; SB-IMPL::REALLY-FUN
;
; note: could not stack allocate REALLY-FUN in:
; (%MAP-TO-VECTOR RESULT-TYPE REALLY-FUN SEQUENCES)
(24.134 sec)
[ 75/311] src/code/coerce (0.55 sec)
[ 76/311] src/code/huffman (1.298 sec)
[ 77/311] src/code/target-char (9.138 sec)
[ 78/311] src/code/target-unicode (13.323 sec)
[ 79/311] src/code/string (6.885 sec)
[ 80/311] src/code/mipsstrops (0.209 sec)
[ 81/311] src/code/early-time (0.01 sec)
[ 82/311] src/code/thread-structs (1.028 sec)
[ 83/311] src/code/unix (5.168 sec)
[ 84/311] src/code/linux-os (0.067 sec)
[ 85/311] src/code/share-vm (0.5 sec)
[ 86/311] src/code/thread (0.698 sec)
[ 87/311] src/code/target-signal-common (0.152 sec)
[ 88/311] src/code/bignum (3.823 sec)
[ 89/311] src/code/number-dispatch (0.293 sec)
[ 90/311] src/code/float-inf-nan (0.183 sec)
[ 91/311] src/code/numbers (8.582 sec)
[ 92/311] src/code/float-trap (0.471 sec)
[ 93/311] src/code/float (2.162 sec)
[ 94/311] src/code/irrat (9.516 sec)
[ 95/311] src/code/misc (0.018 sec)
[ 96/311] src/code/symbol (1.051 sec)
[ 97/311] src/code/late-cas (0.598 sec)
[ 98/311] src/code/fd-stream (13.827 sec)
[ 99/311] src/code/stream (15.012 sec)
[100/311] src/code/early-format (0.134 sec)
[101/311] src/code/common-os (0.297 sec)
[102/311] src/code/deadline
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/deadline.lisp
; in: DEFUN DECODE-TIMEOUT
; (SB-IMPL::RETURN-TIMEOUT (SB-EXT:TIMEOUT SB-IMPL::DEADLINE SB-IMPL::SIGNALP)
; (SB-INT:BINDING*
; (((SB-IMPL::TO-SEC SB-IMPL::TO-USEC)
; (SB-SYS:DECODE-INTERNAL-TIME SB-EXT:TIMEOUT))
; ((SB-IMPL::STOP-SEC SB-IMPL::STOP-USEC)
; (SB-SYS:DECODE-INTERNAL-TIME SB-IMPL::DEADLINE)))
; (VALUES SB-IMPL::TO-SEC
; SB-IMPL::TO-USEC
; SB-IMPL::STOP-SEC
; SB-IMPL::STOP-USEC
; SB-IMPL::SIGNALP)))
;
; note: doing unsigned word to integer coercion (cost 20) to "<return value>"
;
; note: doing unsigned word to integer coercion (cost 20) to "<return value>"
(1.013 sec)
[103/311] src/code/serve-event (2.141 sec)
[104/311] src/code/query (0.1 sec)
[105/311] src/code/sort (3.209 sec)
[106/311] src/compiler/policies (2.797 sec)
[107/311] src/compiler/macros (2.641 sec)
[108/311] src/compiler/constantp (0.853 sec)
[109/311] src/compiler/info-functions (0.458 sec)
[110/311] src/compiler/generic/vm-macs (1.032 sec)
[111/311] src/compiler/generic/objdef (0.649 sec)
[112/311] src/compiler/sset (1.066 sec)
[113/311] src/code/early-type (3.328 sec)
[114/311] src/code/sc-offset (0.132 sec)
[115/311] src/compiler/node (56.556 sec)
[116/311] src/compiler/lexenv (0.359 sec)
[117/311] src/compiler/early-assem (0.313 sec)
[118/311] src/compiler/vop (14.311 sec)
[119/311] src/compiler/backend (0.157 sec)
[120/311] src/compiler/vmdef (0.832 sec)
[121/311] src/code/defmacro (0.087 sec)
[122/311] src/compiler/meta-vmdef (6.905 sec)
[123/311] src/compiler/fixup (0.235 sec)
[124/311] src/compiler/generic/core (0.215 sec)
[125/311] src/compiler/arm64/vm (2.372 sec)
[126/311] src/code/arm64-vm (0.401 sec)
[127/311] src/code/target-random (1.505 sec)
[128/311] src/code/class (2.402 sec)
[129/311] src/pcl/pre-warm (0.387 sec)
[130/311] src/code/target-sxhash
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/target-sxhash.lisp
; in: DEFUN PSXHASH
; (SB-IMPL::RAW-CASES)
; --> CASE LET COND IF IF IF PROGN LET SB-INT:MIXF LET* SB-XC:SXHASH IF
; ==>
; SB-IMPL::X
;
; note: doing float to pointer coercion (cost 13)
; --> CASE LET COND IF IF IF IF IF PROGN LET LET SB-INT:MIXF LET*
; --> SB-XC:SXHASH IF
; ==>
; SB-IMPL::X
;
; note: doing float to pointer coercion (cost 13)
;
; note: doing float to pointer coercion (cost 13)
(3.277 sec)
[131/311] src/code/debug-info (3.668 sec)
[132/311] src/code/source-location (0.441 sec)
[133/311] src/code/early-class (0.217 sec)
[134/311] src/code/condition (7.465 sec)
[135/311] src/code/target-signal
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/target-signal.lisp
; in: DEFUN SB-KERNEL:SIGNAL-COLD-INIT-OR-REINIT
; (MAKE-ARRAY SB-UNIX::SIZEOF-SIGSET_T
; :ELEMENT-TYPE
; '(UNSIGNED-BYTE 8)
; :INITIAL-ELEMENT
; 0)
; --> SB-EXT:TRULY-THE
; ==>
; (SB-KERNEL:ALLOCATE-VECTOR 145 (THE SB-INT:INDEX 8) 1)
;
; note: could not stack allocate:
; (MAKE-ARRAY SIZEOF-SIGSET_T
; :ELEMENT-TYPE
; '(UNSIGNED-BYTE 8)
; :INITIAL-ELEMENT
; ...)
(0.571 sec)
[136/311] src/code/toplevel (1.716 sec)
[137/311] src/code/parse-defmacro-errors (0.28 sec)
[138/311] src/code/format-directive (0.664 sec)
[139/311] src/code/target-format (6.863 sec)
[140/311] src/compiler/generic/primtype (1.528 sec)
[141/311] src/code/host-c-call (0.734 sec)
[142/311] src/compiler/compiler-deftype (0.093 sec)
[143/311] src/code/late-type (13.391 sec)
[144/311] src/code/deftypes-for-target (0.671 sec)
[145/311] src/compiler/knownfun (1.87 sec)
[146/311] src/compiler/generic/vm-type (1.034 sec)
[147/311] src/compiler/proclaim (0.966 sec)
[148/311] src/code/class-init (0.06 sec)
[149/311] src/code/defstruct (5.984 sec)
[150/311] src/code/target-defstruct (0.672 sec)
[151/311] src/code/alien-type (0.287 sec)
[152/311] src/compiler/compiler-error (0.262 sec)
[153/311] src/code/type-init (0.031 sec)
[154/311] src/compiler/fixup-type (0.085 sec)
[155/311] src/code/package (0.637 sec)
[156/311] src/code/typep (1.635 sec)
[157/311] src/code/random (0.129 sec)
[158/311] src/code/hash-table (0.834 sec)
[159/311] src/code/readtable (0.36 sec)
[160/311] src/code/pathname (0.553 sec)
[161/311] src/code/host-pprint (0.179 sec)
[162/311] src/compiler/fndb (2.955 sec)
[163/311] src/compiler/generic/vm-fndb (0.804 sec)
[164/311] src/compiler/generic/late-objdef (0.468 sec)
[165/311] src/compiler/generic/interr (0.567 sec)
[166/311] src/compiler/bit-util (0.216 sec)
[167/311] src/code/load (1.833 sec)
[168/311] src/code/linkage-table (0.245 sec)
[169/311] src/code/foreign (0.284 sec)
[170/311] src/code/foreign-load (0.49 sec)
[171/311] src/code/unix-foreign-load (0.286 sec)
[172/311] src/code/fop (3.673 sec)
[173/311] src/compiler/ctype (3.6 sec)
[174/311] src/compiler/disassem (1.946 sec)
[175/311] src/compiler/assem (6.26 sec)
[176/311] src/compiler/dump (3.228 sec)
[177/311] src/compiler/target-dump (0.062 sec)
[178/311] src/compiler/ir1report (1.953 sec)
[179/311] src/compiler/main (5.039 sec)
[180/311] src/compiler/xref (0.899 sec)
[181/311] src/compiler/target-main (1.175 sec)
[182/311] src/compiler/ir1tran (5.128 sec)
[183/311] src/compiler/ir1tran-lambda (4.325 sec)
[184/311] src/compiler/ir1-translators (4.845 sec)
[185/311] src/compiler/ir1util (9.171 sec)
[186/311] src/compiler/callable-args (1.305 sec)
[187/311] src/compiler/locall (2.892 sec)
[188/311] src/compiler/ir1opt (7.34 sec)
[189/311] src/compiler/loop (0.445 sec)
[190/311] src/compiler/ir1final (1.036 sec)
[191/311] src/compiler/constraint (4.671 sec)
[192/311] src/compiler/equality-constraints (0.93 sec)
[193/311] src/compiler/array-tran (6.357 sec)
[194/311] src/compiler/seqtran (9.031 sec)
[195/311] src/compiler/saptran (1.315 sec)
[196/311] src/compiler/modarith (1.876 sec)
[197/311] src/compiler/sxhash (0.305 sec)
[198/311] src/code/quantifiers (0.301 sec)
[199/311] src/compiler/bitops-derive-type (0.749 sec)
[200/311] src/compiler/dfo (1.072 sec)
[201/311] src/compiler/dce (0.29 sec)
[202/311] src/compiler/checkgen (1.677 sec)
[203/311] src/compiler/tn (2.166 sec)
[204/311] src/compiler/life (2.549 sec)
[205/311] src/compiler/debug-dump (3.141 sec)
[206/311] src/compiler/generic/utils (0.529 sec)
[207/311] src/compiler/fopcompile (1.137 sec)
[208/311] src/compiler/target-dstate (1.565 sec)
[209/311] src/compiler/arm64/insts
; file: /data/data/com.termux/files/home/Projects/sbcl/src/compiler/arm64/insts.lisp
; in: DEFUN EMIT-LOAD-STORE
; (POSITION SB-ARM64-ASM::MODE '(:OFFSET :POST-INDEX 0 :PRE-INDEX))
; --> COND IF IF IF IF
; ==>
; NIL
;
; caught STYLE-WARNING:
; This is not a (INTEGER -2 3):
; NIL
(12.729 sec)
[210/311] src/compiler/arm64/macros (1.403 sec)
[211/311] src/compiler/generic/early-type-vops (0.331 sec)
[212/311] src/assembly/arm64/support (0.083 sec)
[213/311] src/compiler/arm64/move (3.188 sec)
[214/311] src/compiler/arm64/float (7.361 sec)
[215/311] src/compiler/arm64/sap (3.818 sec)
[216/311] src/compiler/arm64/system (1.491 sec)
[217/311] src/compiler/arm64/char (1.458 sec)
[218/311] src/compiler/arm64/memory (0.432 sec)
[219/311] src/compiler/arm64/arith (14.276 sec)
[220/311] src/compiler/arm64/pred (0.523 sec)
[221/311] src/compiler/float-tran (6.685 sec)
[222/311] src/compiler/srctran (16.071 sec)
[223/311] src/compiler/generic/vm-tran (2.383 sec)
[224/311] src/compiler/generic/late-type-vops (4.984 sec)
[225/311] src/compiler/arm64/type-vops (1.701 sec)
[226/311] src/compiler/typetran (2.843 sec)
[227/311] src/compiler/generic/vm-typetran (0.368 sec)
[228/311] src/compiler/arm64/subprim (0.14 sec)
[229/311] src/compiler/arm64/debug (0.619 sec)
[230/311] src/compiler/arm64/c-call (1.467 sec)
[231/311] src/compiler/arm64/cell (4.871 sec)
[232/311] src/compiler/arm64/values (0.666 sec)
[233/311] src/compiler/arm64/alloc (1.04 sec)
[234/311] src/compiler/arm64/call (5.633 sec)
[235/311] src/compiler/arm64/nlx (0.837 sec)
[236/311] src/compiler/generic/late-nlx (0.01 sec)
[237/311] src/compiler/arm64/show (0.132 sec)
[238/311] src/compiler/arm64/array (8.776 sec)
[239/311] src/compiler/generic/type-error (1.501 sec)
[240/311] src/compiler/physenvanal (1.241 sec)
[241/311] src/assembly/arm64/assem-rtns (0.32 sec)
[242/311] src/assembly/arm64/array (0.331 sec)
[243/311] src/assembly/arm64/arith (0.009 sec)
[244/311] src/assembly/arm64/alloc (0.108 sec)
[245/311] src/assembly/master
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/assembly/master.lisp"
(0.022 sec)
[246/311] src/compiler/pseudo-vops (0.148 sec)
[247/311] src/compiler/aliencomp (1.967 sec)
[248/311] src/compiler/ltv (0.305 sec)
[249/311] src/compiler/gtn (0.578 sec)
[250/311] src/compiler/ltn (2.347 sec)
[251/311] src/compiler/stack (1.39 sec)
[252/311] src/compiler/control (0.321 sec)
[253/311] src/compiler/entry (0.341 sec)
[254/311] src/compiler/ir2tran (6.028 sec)
[255/311] src/compiler/generic/vm-ir2tran (1.485 sec)
[256/311] src/compiler/copyprop (0.434 sec)
[257/311] src/compiler/represent (2.125 sec)
[258/311] src/compiler/ir2opt (2.138 sec)
[259/311] src/compiler/pack (8.166 sec)
[260/311] src/compiler/pack-iterative (2.501 sec)
[261/311] src/compiler/codegen (0.91 sec)
[262/311] src/compiler/debug (4.538 sec)
[263/311] src/code/format-time (2.619 sec)
[264/311] src/code/error (0.695 sec)
[265/311] src/code/macroexpand (0.209 sec)
[266/311] src/code/late-extensions (0.351 sec)
[267/311] src/compiler/generic/target-core (0.952 sec)
[268/311] src/code/alloc (0.227 sec)
[269/311] src/code/simple-fun (1.432 sec)
[270/311] src/code/eval (0.74 sec)
[271/311] src/code/time (1.38 sec)
[272/311] src/code/target-package (6.768 sec)
[273/311] src/code/bignum-random (1.257 sec)
[274/311] src/code/target-hash-table
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/target-hash-table.lisp
; in: DEFUN FINDHASH-WEAK
; (SB-IMPL::DONE-REHASHING SB-IMPL::KV-VECTOR SB-IMPL::INITIAL-STAMP)
; --> LET LET UNLESS IF PROGN SB-INT:AVER UNLESS IF
; ==>
; (EQ SB-IMPL::OLD (LOGIOR SB-IMPL::REHASHING-STAMP 1))
;
; note: doing signed word to integer coercion (cost 20), for:
; the second argument of IF-EQ
(9.977 sec)
[275/311] src/code/final (1.043 sec)
[276/311] src/code/pprint (8.528 sec)
[277/311] src/code/reader (8.114 sec)
[278/311] src/code/print
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/print.lisp
; in: DEFUN %OUTPUT-INTEGER-IN-BASE
; (SB-IMPL::ITERATIVE-ALGORITHM)
; --> LOOP BLOCK TAGBODY PROGN MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL
; --> FUNCTION WHEN IF SB-XC:ZEROP SB-XC:=
; ==>
; (SETQ INTEGER SB-IMPL::Q)
;
; note: doing signed word to integer coercion (cost 20) to INTEGER
(9.331 sec)
[279/311] src/code/target-stream (1.075 sec)
[280/311] src/code/target-pathname (10.005 sec)
[281/311] src/code/unix-pathname (1.975 sec)
[282/311] src/code/filesys (4.167 sec)
[283/311] src/code/target-misc (0.547 sec)
[284/311] src/code/sharpm (1.253 sec)
[285/311] src/code/early-step (0.085 sec)
[286/311] src/code/gc (0.909 sec)
[287/311] src/code/avltree (0.53 sec)
[288/311] src/code/target-thread
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/target-thread.lisp
; in: DEFUN START-THREAD
; (MAKE-ARRAY (* SB-UNIX::SIZEOF-SIGSET_T SB-VM:N-BYTE-BITS)
; :ELEMENT-TYPE
; 'BIT
; :INITIAL-ELEMENT
; 0)
; --> SB-EXT:TRULY-THE
; ==>
; (SB-KERNEL:ALLOCATE-VECTOR 213 (THE SB-INT:INDEX 64) 1)
;
; note: could not stack allocate:
; (MAKE-ARRAY (* SB-UNIX::SIZEOF-SIGSET_T SB-VM:N-BYTE-BITS)
; :ELEMENT-TYPE
; 'BIT
; :INITIAL-ELEMENT
; ...)
(5.574 sec)
[289/311] src/code/timer (1.869 sec)
[290/311] src/code/error-error (0.129 sec)
[291/311] src/code/debug-int (10.132 sec)
[292/311] src/code/interr (1.451 sec)
[293/311] src/code/target-load (1.311 sec)
[294/311] src/compiler/target-disassem (8.176 sec)
[295/311] src/compiler/arm64/target-insts (0.97 sec)
[296/311] src/code/debug (4.248 sec)
[297/311] src/code/octets (1.579 sec)
[298/311] src/code/external-formats/enc-basic (6.583 sec)
[299/311] src/code/external-formats/enc-ucs (5.693 sec)
[300/311] src/code/full-eval (3.797 sec)
[301/311] src/code/bit-bash
; file: /data/data/com.termux/files/home/Projects/sbcl/src/code/bit-bash.lisp
; in: DEF %BIT-POS-FWD/1
; (SB-VM::DEF SB-KERNEL:%BIT-POS-FWD/1 NIL (IDENTITY))
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET* FLET LET* LOOP BLOCK TAGBODY PROGN LET UNLESS
; --> IF RETURN-FROM SB-VM::CALC-INDEX LOGIOR THE SB-VM::START-BIT
; --> BLOCK - INTEGER-LENGTH LOGAND -
; ==>
; (SB-KERNEL:%NEGATE (THE SB-XC:NUMBER SB-VM::X))
;
; note: doing unsigned word to integer coercion (cost 20)
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET* FLET LET* UNLESS IF RETURN-FROM
; --> SB-VM::CALC-INDEX LOGIOR THE SB-VM::START-BIT BLOCK -
; --> INTEGER-LENGTH LOGAND -
; ==>
; (SB-KERNEL:%NEGATE (THE SB-XC:NUMBER SB-VM::X))
;
; note: doing unsigned word to integer coercion (cost 20)
; in: DEF %BIT-POS-FWD/0
; (SB-VM::DEF SB-KERNEL:%BIT-POS-FWD/0 NIL (LOGANDC2 SB-EXT:MOST-POSITIVE-WORD))
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET* FLET LET* LOOP BLOCK TAGBODY PROGN LET UNLESS
; --> IF RETURN-FROM SB-VM::CALC-INDEX LOGIOR THE SB-VM::START-BIT
; --> BLOCK - INTEGER-LENGTH LOGAND -
; ==>
; (SB-KERNEL:%NEGATE (THE SB-XC:NUMBER SB-VM::X))
;
; note: doing unsigned word to integer coercion (cost 20)
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; --> FUNCTION BLOCK LET* FLET LET* UNLESS IF RETURN-FROM
; --> SB-VM::CALC-INDEX LOGIOR THE SB-VM::START-BIT BLOCK -
; --> INTEGER-LENGTH LOGAND -
; ==>
; (SB-KERNEL:%NEGATE (THE SB-XC:NUMBER SB-VM::X))
;
; note: doing unsigned word to integer coercion (cost 20)
(24.922 sec)
[302/311] src/compiler/generic/sanctify (0.081 sec)
[303/311] src/code/cold-init (0.732 sec)
[304/311] src/compiler/late-proclaim (0.03 sec)
[305/311] src/code/setf (1.489 sec)
[306/311] src/code/macros (5.411 sec)
[307/311] src/code/loop (5.121 sec)
[308/311] src/code/late-format (7.659 sec)
[309/311] src/code/late-globaldb (0.115 sec)
[310/311] src/code/redblack (0.762 sec)
[311/311] src/code/last-file (0.25 sec)
795.094
;
; compilation unit finished
; caught 1 STYLE-WARNING condition
; printed 24 notes
Likely suspicious calls:
1 SB-KERNEL:LAYOUT-OF
Possibly suspicious calls:
194 SB-KERNEL:%COERCE-CALLABLE-TO-FUN
182 SB-KERNEL:SPECIFIER-TYPE
143 SB-KERNEL:%NEGATE
139 SB-KERNEL:%DOUBLE-FLOAT
100 SB-KERNEL:%SINGLE-FLOAT
24 (SETF SB-INT:INFO)
11 SB-KERNEL:%UNARY-TRUNCATE/DOUBLE-FLOAT
10 SB-KERNEL:%UNARY-TRUNCATE/SINGLE-FLOAT
9 SB-INT:INFO
8 SB-KERNEL:VALUES-SPECIFIER-TYPE
5 SB-KERNEL:%UNARY-ROUND
1 SB-SYS:FOREIGN-SYMBOL-SAP
1 SB-C::MASK-SIGNED-FIELD
1 SB-KERNEL::DSD-BITS
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/type.after-xc.lisp"
//entering make-genesis-2.sh
//loading and running GENESIS to create cold-sbcl.core
ECL (Embeddable Common-Lisp) 20.4.24 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2013 Juan J. Garcia-Ripoll
Copyright (C) 2018 Daniel Kochmanski
Copyright (C) 2020 Daniel Kochmanski and Marius Gerbershagen
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL 0x5b3d126f80>.
>
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/loader.lisp"
#P"/data/data/com.termux/files/home/Projects/sbcl/loader.lisp"
>
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/make-genesis-2.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/shared.lisp"
;;; Loading #P"/data/data/com.termux/files/usr/lib/ecl-20.4.24/cmp.fas"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/shebang.lisp"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/set-up-cold-packages.lisp"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/src/cold/defun-load-or-cload-xcompiler.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-source-location.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-early.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/show.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-constantp.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/primordial-extensions.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cold-init-helper-macros.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/backq.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-byte.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-misc.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-char.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-float.fas"
; Float-ops cache prefill: 3270 entries
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-io.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-condition.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/uncross.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defbangtype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-constants.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/deftype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-lexenv.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-globaldb.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/function-names.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/parms.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/parms.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/early-vm.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/early-objdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/parse-body.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/policy.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-extensions.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/parse-lambda-list.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-cl.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-fasl.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defbangstruct.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-raw-slots.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/xset.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/type-class.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-c.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fun-info.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/pcl/slot-name.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/info-vector.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/globaldb.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/string-hash.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/primordial-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-classoid.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/alieneval.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/debug-var-io.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-float.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/huffman.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-time.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/thread-structs.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/misc.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-format.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/policies.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/macros.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/constantp.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/info-functions.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/specializable-array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-macs.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/objdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/sset.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/sc-offset.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/node.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/lexenv.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/early-assem.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/vop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/backend.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/vmdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defmacro.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/meta-vmdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fixup.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/core.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/vm.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/arm64-vm.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/class.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/pcl/pre-warm.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/debug-info.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/source-location.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-class.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/parse-defmacro-errors.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/format-directive.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/primtype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/host-c-call.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/compiler-deftype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/late-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/deftypes-for-target.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/knownfun.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/proclaim.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/class-init.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/defstruct.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/alien-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/force-delayed-defbangstructs.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/compiler-error.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/type-init.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fixup-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/package.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/random.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/hash-table.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/readtable.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/host-pprint.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fndb.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-fndb.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/late-objdef.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/interr.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/bit-util.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/load.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/fop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ctype.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/disassem.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/assem.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/dump.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1report.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/main.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/xref.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1tran-lambda.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1-translators.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1util.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/callable-args.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/locall.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1opt.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/loop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir1final.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/constraint.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/equality-constraints.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/array-tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/seqtran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/saptran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/modarith.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/sxhash.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/quantifiers.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/bitops-derive-type.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/dfo.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/dce.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/checkgen.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/tn.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/life.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/debug-dump.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/utils.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/fopcompile.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/assemfile.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/insts.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/macros.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/early-type-vops.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/support.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/move.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/float.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/sap.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/system.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/char.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/memory.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/arith.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/pred.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/float-tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/srctran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/late-type-vops.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/type-vops.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/typetran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-typetran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/cross-modular.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/subprim.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/debug.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/c-call.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/cell.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/values.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/alloc.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/call.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/nlx.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/late-nlx.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/show.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/arm64/array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/type-error.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/physenvanal.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/assem-rtns.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/array.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/arith.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/assembly/arm64/alloc.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/pseudo-vops.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/aliencomp.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ltv.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/gtn.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ltn.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/stack.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/control.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/entry.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir2tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/vm-ir2tran.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/copyprop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/represent.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/ir2opt.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/pack.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/pack-iterative.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/codegen.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/debug.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/error.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/macroexpand.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/late-extensions.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/early-step.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/late-proclaim.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/setf.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/macros.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/loop.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/code/late-format.fas"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/type.before-xc.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/info.before-xc.lisp"
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/tests/vm.before-xc.lisp"
;;;
;;; Compiling src/compiler/generic/genesis.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; Warning:
;;; in file genesis.lisp, position 107441
;;; at (FSET 'DEFINE-COLD-FOP ...)
;;; ! Unsupported CONS type (CONS (SIMPLE-ARRAY (MOD 4) (128)) (SIMPLE-BIT-VECTOR 128)). Replacing it with T.
;;; Warning:
;;; in file genesis.lisp, position 135335
;;; at (DEFUN WRITE-CONSTANTS-H ...)
;;; ! Unsupported CONS type C::BYTE-SPECIFIER. Replacing it with T.
;;; End of Pass 1.
;;; Finished compiling src/compiler/generic/genesis.lisp.
;;;
;;; Loading "/data/data/com.termux/files/home/Projects/sbcl/obj/from-host/src/compiler/generic/genesis.fas"
beginning GENESIS, creating core "output/cold-sbcl.core"
obj/from-xc/src/assembly/master.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/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/arm64/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/barrier.lisp-obj
obj/from-xc/src/code/parse-body.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/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/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/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/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/code/sysmacs.lisp-obj
obj/from-xc/src/code/target-lfhash.lisp-obj
obj/from-xc/src/compiler/info-vector.lisp-obj
obj/from-xc/src/compiler/globaldb.lisp-obj
obj/from-xc/src/compiler/generic/vm-array.lisp-obj
obj/from-xc/src/code/string-hash.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/alieneval.lisp-obj
obj/from-xc/src/code/target-error.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/early-full-eval.lisp-obj
obj/from-xc/src/code/fdefinition.lisp-obj
obj/from-xc/src/code/weak.lisp-obj
obj/from-xc/src/code/array.lisp-obj
obj/from-xc/src/code/debug-var-io.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/code/pred.lisp-obj
obj/from-xc/src/compiler/generic/pinned-objects.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/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/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/thread-structs.lisp-obj
obj/from-xc/src/code/unix.lisp-obj
obj/from-xc/src/code/linux-os.lisp-obj
obj/from-xc/src/code/share-vm.lisp-obj
obj/from-xc/src/code/thread.lisp-obj
obj/from-xc/src/code/target-signal-common.lisp-obj
obj/from-xc/src/code/bignum.lisp-obj
obj/from-xc/src/code/number-dispatch.lisp-obj
obj/from-xc/src/code/float-inf-nan.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/misc.lisp-obj
obj/from-xc/src/code/symbol.lisp-obj
obj/from-xc/src/code/late-cas.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/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/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/code/sc-offset.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/backend.lisp-obj
obj/from-xc/src/compiler/vmdef.lisp-obj
obj/from-xc/src/code/defmacro.lisp-obj
obj/from-xc/src/compiler/meta-vmdef.lisp-obj
obj/from-xc/src/compiler/fixup.lisp-obj
obj/from-xc/src/compiler/generic/core.lisp-obj
obj/from-xc/src/compiler/arm64/vm.lisp-obj
obj/from-xc/src/code/arm64-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/code/target-sxhash.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-class.lisp-obj
obj/from-xc/src/code/condition.lisp-obj
obj/from-xc/src/code/target-signal.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-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/deftypes-for-target.lisp-obj
obj/from-xc/src/compiler/knownfun.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/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/typep.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/code/host-pprint.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/code/load.lisp-obj
obj/from-xc/src/code/linkage-table.lisp-obj
obj/from-xc/src/code/foreign.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/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/target-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/callable-args.lisp-obj
obj/from-xc/src/compiler/locall.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/constraint.lisp-obj
obj/from-xc/src/compiler/equality-constraints.lisp-obj
obj/from-xc/src/compiler/array-tran.lisp-obj
obj/from-xc/src/compiler/seqtran.lisp-obj
obj/from-xc/src/compiler/saptran.lisp-obj
obj/from-xc/src/compiler/modarith.lisp-obj
obj/from-xc/src/compiler/sxhash.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/dfo.lisp-obj
obj/from-xc/src/compiler/dce.lisp-obj
obj/from-xc/src/compiler/checkgen.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/target-dstate.lisp-obj
obj/from-xc/src/compiler/arm64/insts.lisp-obj
obj/from-xc/src/compiler/arm64/macros.lisp-obj
obj/from-xc/src/compiler/generic/early-type-vops.lisp-obj
obj/from-xc/src/assembly/arm64/support.lisp-obj
obj/from-xc/src/compiler/arm64/move.lisp-obj
obj/from-xc/src/compiler/arm64/float.lisp-obj
obj/from-xc/src/compiler/arm64/sap.lisp-obj
obj/from-xc/src/compiler/arm64/system.lisp-obj
obj/from-xc/src/compiler/arm64/char.lisp-obj
obj/from-xc/src/compiler/arm64/memory.lisp-obj
obj/from-xc/src/compiler/arm64/arith.lisp-obj
obj/from-xc/src/compiler/arm64/pred.lisp-obj
obj/from-xc/src/compiler/float-tran.lisp-obj
obj/from-xc/src/compiler/srctran.lisp-obj
obj/from-xc/src/compiler/generic/vm-tran.lisp-obj
obj/from-xc/src/compiler/generic/late-type-vops.lisp-obj
obj/from-xc/src/compiler/arm64/type-vops.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/arm64/subprim.lisp-obj
obj/from-xc/src/compiler/arm64/debug.lisp-obj
obj/from-xc/src/compiler/arm64/c-call.lisp-obj
obj/from-xc/src/compiler/arm64/cell.lisp-obj
obj/from-xc/src/compiler/arm64/values.lisp-obj
obj/from-xc/src/compiler/arm64/alloc.lisp-obj
obj/from-xc/src/compiler/arm64/call.lisp-obj
obj/from-xc/src/compiler/arm64/nlx.lisp-obj
obj/from-xc/src/compiler/generic/late-nlx.lisp-obj
obj/from-xc/src/compiler/arm64/show.lisp-obj
obj/from-xc/src/compiler/arm64/array.lisp-obj
obj/from-xc/src/compiler/generic/type-error.lisp-obj
obj/from-xc/src/compiler/physenvanal.lisp-obj
obj/from-xc/src/assembly/arm64/assem-rtns.lisp-obj
obj/from-xc/src/assembly/arm64/array.lisp-obj
obj/from-xc/src/assembly/arm64/arith.lisp-obj
obj/from-xc/src/assembly/arm64/alloc.lisp-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/alloc.lisp-obj
obj/from-xc/src/code/simple-fun.lisp-obj
obj/from-xc/src/code/eval.lisp-obj
obj/from-xc/src/code/time.lisp-obj
obj/from-xc/src/code/target-package.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/final.lisp-obj
obj/from-xc/src/code/pprint.lisp-obj
obj/from-xc/src/code/reader.lisp-obj
obj/from-xc/src/code/print.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/sharpm.lisp-obj
obj/from-xc/src/code/early-step.lisp-obj
obj/from-xc/src/code/gc.lisp-obj
obj/from-xc/src/code/avltree.lisp-obj
obj/from-xc/src/code/target-thread.lisp-obj
obj/from-xc/src/code/timer.lisp-obj
obj/from-xc/src/code/error-error.lisp-obj
obj/from-xc/src/code/debug-int.lisp-obj
obj/from-xc/src/code/interr.lisp-obj
obj/from-xc/src/code/target-load.lisp-obj
obj/from-xc/src/compiler/target-disassem.lisp-obj
obj/from-xc/src/compiler/arm64/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-ucs.lisp-obj
obj/from-xc/src/code/full-eval.lisp-obj
obj/from-xc/src/code/bit-bash.lisp-obj
obj/from-xc/src/compiler/generic/sanctify.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/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/late-globaldb.lisp-obj
obj/from-xc/src/code/redblack.lisp-obj
obj/from-xc/src/code/last-file.lisp-obj
; SB-Loader: (221+718+10925+115+9679) structs/vars/funs/methods/other
SB-XC:*FEATURES* =
(:ARM64 :GENCGC :64-BIT :ALIEN-CALLBACKS :ANSI-CL :COMMON-LISP
:COMPARE-AND-SWAP-VOPS :ELF :FP-AND-PC-STANDARD-SAVE :GCC-TLS
:IEEE-FLOATING-POINT :LINKAGE-TABLE :LINUX :LITTLE-ENDIAN
:OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-DLADDR :OS-PROVIDES-DLOPEN
:OS-PROVIDES-POLL :OS-PROVIDES-SUSECONDS-T :PACKAGE-LOCAL-NICKNAMES
:PAUSELESS-THREADSTART :SB-DOC :SB-EVAL :SB-FUTEX :SB-LDB :SB-PACKAGE-LOCKS
:SB-SOURCE-LOCATIONS :SB-THREAD :SB-UNICODE :SBCL :UNBIND-IN-UNWIND
:UNDEFINED-FUN-RESTARTS :UNIX :USE-SYS-MMAP)
[building initial core file in "output/cold-sbcl.core":
writing 65536 bytes [1 page] from #<gspace @#xF0000000 :READ-ONLY>
writing 65536 bytes [1 page] from #<gspace @#xF0200000 :STATIC>
writing 39714816 bytes [606 pages] from #<gspace @#x1000000000 :DYNAMIC>
movable dynamic space: 351 boxed pages, 251 code pages
/INITIAL-FUN=#X10023D020B
done]
//testing for consistency of first and second GENESIS passes
//header files match between first and second GENESIS -- good
real 15m42.847s
user 15m26.275s
sys 0m10.539s
//entering make-target-2.sh
//doing warm init - compilation phase
Segmentation fault
real 0m0.025s
user 0m0.014s
sys 0m0.010s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment