>>> sbcl: Building community/sbcl 2.6.5-r0 (using abuild 3.17.0_rc2-r0) started Sat, 30 May 2026 08:27:44 +0000
>>> sbcl: Validating /home/buildozer/aports/community/sbcl/APKBUILD...
>>> sbcl: Analyzing dependencies...
>>> sbcl: Installing for build: build-base emacs-nox linux-headers mpfr-dev sbcl-bootstrap zstd-dev
( 1/19) Installing emacs (30.2-r3)
( 2/19) Installing dbus-libs (1.16.2-r2)
( 3/19) Installing nettle (3.10.2-r0)
( 4/19) Installing libffi (3.5.2-r1)
( 5/19) Installing libtasn1 (4.21.0-r0)
( 6/19) Installing p11-kit (0.25.5-r2)
( 7/19) Installing gnutls (3.8.13-r0)
( 8/19) Installing lcms2 (2.19-r0)
( 9/19) Installing sqlite-libs (3.53.1-r0)
(10/19) Installing tree-sitter (0.26.7-r0)
(11/19) Installing xz-libs (5.8.3-r0)
(12/19) Installing libxml2 (2.13.9-r2)
(13/19) Installing emacs-nox (30.2-r3)
(14/19) Installing linux-headers (7.0.0-r1)
(15/19) Installing mpfr-dev (4.2.2-r0)
(16/19) Installing sbcl (2.6.4-r0)
(17/19) Installing zstd (1.5.7-r2)
(18/19) Installing zstd-dev (1.5.7-r2)
(19/19) Installing .makedepends-sbcl (20260530.082746)
Executing busybox-1.37.0-r31.trigger
OK: 466.1 MiB in 125 packages
>>> sbcl: Cleaning up srcdir
>>> sbcl: Cleaning up pkgdir
>>> sbcl: Cleaning up tmpdir
>>> sbcl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sbcl-2.6.5.tar.bz2
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
wget: server returned error: HTTP/1.1 404 Not Found
>>> sbcl: Fetching sbcl-2.6.5.tar.bz2::https://prdownloads.sourceforge.net/sbcl/sbcl-2.6.5-source.tar.bz2
Connecting to prdownloads.sourceforge.net (104.18.13.149:443)
Connecting to downloads.sourceforge.net (104.18.12.149:443)
Connecting to gigenet.dl.sourceforge.net (69.65.16.141:443)
saving to '/var/cache/distfiles/sbcl-2.6.5.tar.bz2.part'
sbcl-2.6.5.tar.bz2.p 10% |*** | 863k 0:00:08 ETA
sbcl-2.6.5.tar.bz2.p 100% |********************************| 8298k 0:00:00 ETA
'/var/cache/distfiles/sbcl-2.6.5.tar.bz2.part' saved
/var/cache/distfiles/sbcl-2.6.5.tar.bz2: OK
/home/buildozer/aports/community/sbcl/ppc-musl.patch: OK
/home/buildozer/aports/community/sbcl/musl-time64.patch: OK
>>> sbcl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sbcl-2.6.5.tar.bz2
/var/cache/distfiles/sbcl-2.6.5.tar.bz2: OK
/home/buildozer/aports/community/sbcl/ppc-musl.patch: OK
/home/buildozer/aports/community/sbcl/musl-time64.patch: OK
>>> sbcl: Unpacking /var/cache/distfiles/sbcl-2.6.5.tar.bz2...
>>> sbcl: ppc-musl.patch
patching file src/runtime/ppc-linux-os.c
Hunk #1 succeeded at 32 with fuzz 1 (offset -1 lines).
patching file src/runtime/os-common.c
Hunk #1 succeeded at 35 with fuzz 2 (offset 4 lines).
patching file src/runtime/ppc-arch.c
Hunk #1 succeeded at 10 with fuzz 2.
>>> sbcl: musl-time64.patch
patching file tools-for-build/grovel-features.sh
Hunk #1 succeeded at 53 (offset 1 line).
This is SBCL 2.6.4, an implementation of ANSI Common Lisp.
More information about SBCL is available at .
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* "SBCL"
* 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/
//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="ppc64"
//initializing /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/local-target-features.lisp-expr
//setting up OS-dependent information
make: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tools-for-build'
cc -I../src/runtime -Os -fstack-clash-protection -Wformat -Werror=format-security -m64 -std=gnu99 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs determine-endianness.c -ldl -Wl,-no-as-needed -o determine-endianness
make: Leaving directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tools-for-build'
//finishing /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/local-target-features.lisp-expr
//building host tools
make: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tools-for-build'
cc -DDEFINE_MAIN -I../src/runtime -Os -fstack-clash-protection -Wformat -Werror=format-security -o perfecthash ../src/runtime/perfecthash.c
make: Leaving directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tools-for-build'
//Starting build: Sat May 30 08:27:54 UTC 2026
//Options: --prefix='/usr' --xc-host='sbcl'
This is SBCL 2.6.4, an implementation of ANSI Common Lisp.
More information about SBCL is available at .
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* NIL
* * // Rewrote 0 files out of 1674.
NIL
* make-host-1.sh: set: line 2: can't access tty; job control turned off
//entering make-host-1.sh
//building cross-compiler, and doing first genesis
This is SBCL 2.6.4, an implementation of ANSI Common Lisp.
More information about SBCL is available at .
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* T
* target SB-XC:*FEATURES* = (:PPC64 :GENCGC :64-BIT :ALIEN-CALLBACKS :ANSI-CL :ANSI-COMPLIANT-LOAD-TRUENAME :BITPACKED-MUTEX :COMMON-LISP :COMPARE-AND-SWAP-VOPS :ELF :GCC-TLS :GENERATIONAL :IEEE-FLOATING-POINT :LINKAGE-SPACE :LINUX :LITTLE-ENDIAN :OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-CLOCK-GETTIME :OS-PROVIDES-DLADDR :OS-PROVIDES-DLOPEN :OS-PROVIDES-POLL :OS-PROVIDES-SUSECONDS-T :PACKAGE-LOCAL-NICKNAMES :SB-CORE-COMPRESSION :SB-DOC :SB-EVAL :SB-FUTEX :SB-LDB :SB-PACKAGE-LOCKS :SB-SOURCE-LOCATIONS :SB-THREAD :SB-UNICODE :SBCL :SOFT-CARD-MARKS :UNIX :USE-SYS-MMAP)
target SB-COLD:BACKEND-SUBFEATURES = (:FSQRT)
; Building Unicode data
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tools-for-build/ucd.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tools-for-build/ucd.fasl
; compilation finished in 0:00:01.469
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tools-for-build/ucd.fasl"
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-early.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-early.fasl-tmp
; compilation finished in 0:00:00.129
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/show.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/show.fasl-tmp
; compilation finished in 0:00:00.009
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/early-constantp.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/early-constantp.fasl-tmp
; compilation finished in 0:00:00.010
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/vop-existsp.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/vop-existsp.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/primordial-extensions.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/primordial-extensions.fasl-tmp
; compilation finished in 0:00:00.099
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cold-init-helper-macros.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cold-init-helper-macros.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/backq.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/backq.fasl-tmp
; compilation finished in 0:00:00.069
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-byte.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-byte.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-misc.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-misc.fasl-tmp
; compilation finished in 0:00:00.119
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-char.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-char.fasl-tmp
; compilation finished in 0:00:00.049
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-io.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-io.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-condition.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-condition.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/uncross.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/uncross.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/defbangtype.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/defbangtype.fasl-tmp
; compilation finished in 0:00:00.010
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/early-constants.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/early-constants.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/function-names.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/function-names.fasl-tmp
; compilation finished in 0:00:00.009
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/early-globaldb.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/early-globaldb.fasl-tmp
; compilation finished in 0:00:00.069
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/parms.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/parms.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/parms.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/parms.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/early-vm.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/early-vm.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/early-objdef.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/early-objdef.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/parse-body.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/parse-body.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/policy.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/policy.fasl-tmp
; compilation finished in 0:00:00.119
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/early-extensions.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/early-extensions.fasl-tmp
; compilation finished in 0:00:00.519
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/defbangstruct.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/defbangstruct.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/early-raw-slots.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/early-raw-slots.fasl-tmp
; compilation finished in 0:00:00.049
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/hashset.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/hashset.fasl-tmp
; compilation finished in 0:00:00.169
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/string-hash.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/string-hash.fasl-tmp
; compilation finished in 0:00:00.039
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/xset.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/xset.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/type-class.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/type-class.fasl-tmp
; compilation finished in 0:00:00.689
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/thread-structs.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/thread-structs.fasl-tmp
; compilation finished in 0:00:00.010
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/early-c.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/early-c.fasl-tmp
; compilation finished in 0:00:00.109
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/pcl/slot-name.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/pcl/slot-name.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/early-classoid.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/early-classoid.fasl-tmp
; compilation finished in 0:00:00.419
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/layout-ids.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/layout-ids.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/debug-var-io.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/debug-var-io.fasl-tmp
; compilation finished in 0:00:00.059
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/number-dispatch.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/number-dispatch.fasl-tmp
; compilation finished in 0:00:00.039
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-float-reader.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-float-reader.fasl-tmp
; compilation finished in 0:00:00.059
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/float-from-bits.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/float-from-bits.fasl-tmp
; compilation finished in 0:00:00.039
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/float.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/float.fasl-tmp
; compilation finished in 0:00:00.299
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-float.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-float.fasl-tmp
; compilation finished in 0:00:00.319
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/early-time.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/early-time.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/misc.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/misc.fasl-tmp
; compilation finished in 0:00:00.010
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/parse-lambda-list.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/parse-lambda-list.fasl-tmp
; compilation finished in 0:00:00.379
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/macros.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/macros.fasl-tmp
; compilation finished in 0:00:00.359
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/fun-info.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/fun-info.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/vm-macs.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/vm-macs.fasl-tmp
; compilation finished in 0:00:00.159
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/policies.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/policies.fasl-tmp
; compilation finished in 0:00:00.219
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/info-vector.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/info-vector.fasl-tmp
; compilation finished in 0:00:00.459
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/globaldb.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/globaldb.fasl-tmp
; compilation finished in 0:00:00.209
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/objdef.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/objdef.fasl-tmp
; compilation finished in 0:00:00.049
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/lockfree-list.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/lockfree-list.fasl-tmp
; compilation finished in 0:00:00.010
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/vm-array.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/vm-array.fasl-tmp
; compilation finished in 0:00:00.059
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/primordial-type.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/primordial-type.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/specializable-array.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/specializable-array.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/sset.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/sset.fasl-tmp
; compilation finished in 0:00:00.119
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/node.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/node.fasl-tmp
; compilation finished in 0:00:04.719
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/early-assem.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/early-assem.fasl-tmp
; compilation finished in 0:00:00.039
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/vop.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/vop.fasl-tmp
; compilation finished in 0:00:02.529
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/backend.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/backend.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/sc-offset.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/sc-offset.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/vmdef.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/vmdef.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/defmacro.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/defmacro.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/meta-vmdef.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/meta-vmdef.fasl-tmp
; compilation finished in 0:00:01.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/vm.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/vm.fasl-tmp
; compilation finished in 0:00:00.309
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-sxhash.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-sxhash.fasl-tmp
; compilation finished in 0:00:00.049
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/alieneval.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/alieneval.fasl-tmp
; compilation finished in 0:00:01.339
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/class.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/class.fasl-tmp
; compilation finished in 0:00:00.339
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/pcl/pre-warm.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/pcl/pre-warm.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/debug-info.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/debug-info.fasl-tmp
; compilation finished in 0:00:00.229
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/source-location.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/source-location.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/proclaim.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/proclaim.fasl-tmp
; compilation finished in 0:00:00.139
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/constantp.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/constantp.fasl-tmp
; compilation finished in 0:00:00.099
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/deftype.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/deftype.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/type.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/type.fasl-tmp
; compilation finished in 0:00:02.219
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/vm-type.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/vm-type.fasl-tmp
; compilation finished in 0:00:00.099
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/primtype.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/primtype.fasl-tmp
; compilation finished in 0:00:00.239
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-type.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-type.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/deftypes-for-target.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/deftypes-for-target.fasl-tmp
; compilation finished in 0:00:00.069
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/type-init.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/type-init.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/defstruct.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/defstruct.fasl-tmp
; compilation finished in 0:00:00.679
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/alien-type.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/alien-type.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/force-delayed-defbangstructs.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/force-delayed-defbangstructs.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/compiler-error.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/compiler-error.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/fixup-type.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/fixup-type.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/package.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/package.fasl-tmp
; compilation finished in 0:00:00.010
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/random.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/random.fasl-tmp
; compilation finished in 0:00:00.009
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/hash-table.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/hash-table.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/readtable.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/readtable.fasl-tmp
; compilation finished in 0:00:00.009
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/host-pprint.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/host-pprint.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/knownfun.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/knownfun.fasl-tmp
; compilation finished in 0:00:00.339
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ctype.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ctype.fasl-tmp
; compilation finished in 0:00:00.339
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/fndb.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/fndb.fasl-tmp
; compilation finished in 0:00:00.189
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/vm-fndb.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/vm-fndb.fasl-tmp
; compilation finished in 0:00:00.079
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/late-objdef.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/late-objdef.fasl-tmp
; compilation finished in 0:00:00.109
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/interr.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/interr.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/bit-util.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/bit-util.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/load.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/load.fasl-tmp
; compilation finished in 0:00:00.509
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/format-directive.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/format-directive.fasl-tmp
; compilation finished in 0:00:00.059
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/c-call.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/c-call.fasl-tmp
; compilation finished in 0:00:00.039
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/disassem.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/disassem.fasl-tmp
; compilation finished in 0:00:00.189
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/assem.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/assem.fasl-tmp
; compilation finished in 0:00:00.589
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/codegen.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/codegen.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/dump.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/dump.fasl-tmp
; compilation finished in 0:00:00.349
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ir1report.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ir1report.fasl-tmp
; compilation finished in 0:00:00.239
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/main.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/main.fasl-tmp
; compilation finished in 0:00:00.379
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/xref.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/xref.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ir1tran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ir1tran.fasl-tmp
; compilation finished in 0:00:00.589
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ir1tran-lambda.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ir1tran-lambda.fasl-tmp
; compilation finished in 0:00:00.349
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ir1-translators.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ir1-translators.fasl-tmp
; compilation finished in 0:00:00.359
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ir1util.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ir1util.fasl-tmp
; compilation finished in 0:00:01.239
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/callable-args.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/callable-args.fasl-tmp
; compilation finished in 0:00:00.179
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/locall.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/locall.fasl-tmp
; compilation finished in 0:00:00.329
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ir1opt.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ir1opt.fasl-tmp
; compilation finished in 0:00:00.839
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/loop.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/loop.fasl-tmp
; compilation finished in 0:00:00.039
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/constraint.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/constraint.fasl-tmp
; compilation finished in 0:00:00.639
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/equality-constraints.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/equality-constraints.fasl-tmp
; compilation finished in 0:00:00.619
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/constraint-back.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/constraint-back.fasl-tmp
; compilation finished in 0:00:00.319
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/saptran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/saptran.fasl-tmp
; compilation finished in 0:00:00.189
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/modarith.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/modarith.fasl-tmp
; compilation finished in 0:00:00.249
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/sxhash.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/sxhash.fasl-tmp
; compilation finished in 0:00:00.059
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/quantifiers.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/quantifiers.fasl-tmp
; compilation finished in 0:00:00.010
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/bitops-derive-type.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/bitops-derive-type.fasl-tmp
; compilation finished in 0:00:00.079
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/dfo.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/dfo.fasl-tmp
; compilation finished in 0:00:00.109
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/checkgen.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/checkgen.fasl-tmp
; compilation finished in 0:00:00.149
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/tn.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/tn.fasl-tmp
; compilation finished in 0:00:00.189
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/life.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/life.fasl-tmp
; compilation finished in 0:00:00.429
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/debug-dump.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/debug-dump.fasl-tmp
; compilation finished in 0:00:00.359
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/static-syms.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/static-syms.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/utils.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/utils.fasl-tmp
; compilation finished in 0:00:00.129
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/assembly/assemfile.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/assembly/assemfile.fasl-tmp
; compilation finished in 0:00:00.099
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/insts.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/insts.fasl-tmp
; compilation finished in 0:00:02.099
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/macros.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/macros.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/assembly/ppc64/support.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/assembly/ppc64/support.fasl-tmp
; compilation finished in 0:00:00.010
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/move.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/move.fasl-tmp
; compilation finished in 0:00:00.269
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/float.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/float.fasl-tmp
; compilation finished in 0:00:00.629
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/sap.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/sap.fasl-tmp
; compilation finished in 0:00:00.399
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/char.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/char.fasl-tmp
; compilation finished in 0:00:00.099
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/system.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/system.fasl-tmp
; compilation finished in 0:00:00.129
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/memory.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/memory.fasl-tmp
; compilation finished in 0:00:00.169
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/c-call.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/c-call.fasl-tmp
; compilation finished in 0:00:00.099
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/assembly/ppc64/assem-rtns.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/assembly/ppc64/assem-rtns.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/assembly/ppc64/array.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/assembly/ppc64/array.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/assembly/ppc64/arith.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/assembly/ppc64/arith.fasl-tmp
; compilation finished in 0:00:00.209
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/assembly/ppc64/alloc.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/assembly/ppc64/alloc.fasl-tmp
; compilation finished in 0:00:00.009
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/float-tran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/float-tran.fasl-tmp
; compilation finished in 0:00:00.829
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/array-tran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/array-tran.fasl-tmp
; compilation finished in 0:00:00.809
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/vm-tran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/vm-tran.fasl-tmp
; compilation finished in 0:00:00.179
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/type-vop-macros.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/type-vop-macros.fasl-tmp
; compilation finished in 0:00:00.049
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/arith.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/arith.fasl-tmp
; compilation finished in 0:00:01.059
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/pred.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/pred.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/type-vops.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/type-vops.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/type-vops.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/type-vops.fasl-tmp
; compilation finished in 0:00:00.569
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ir1final.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ir1final.fasl-tmp
; compilation finished in 0:00:00.209
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/alloc.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/alloc.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/values.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/values.fasl-tmp
; compilation finished in 0:00:00.049
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/srctran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/srctran.fasl-tmp
; compilation finished in 0:00:03.569
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/seqtran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/seqtran.fasl-tmp
; compilation finished in 0:00:01.529
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/typetran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/typetran.fasl-tmp
; compilation finished in 0:00:00.449
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/vm-typetran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/vm-typetran.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/cross-modular.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/cross-modular.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/subprim.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/subprim.fasl-tmp
; compilation finished in 0:00:00.009
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/debug.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/debug.fasl-tmp
; compilation finished in 0:00:00.049
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/cell.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/cell.fasl-tmp
; compilation finished in 0:00:00.449
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/call.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/call.fasl-tmp
; compilation finished in 0:00:00.459
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/nlx.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/nlx.fasl-tmp
; compilation finished in 0:00:00.109
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/late-nlx.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/late-nlx.fasl-tmp
; compilation finished in 0:00:00.010
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/show.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/show.fasl-tmp
; compilation finished in 0:00:00.009
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ppc64/array.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ppc64/array.fasl-tmp
; compilation finished in 0:00:00.939
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/type-error.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/type-error.fasl-tmp
; compilation finished in 0:00:00.179
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/envanal.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/envanal.fasl-tmp
; compilation finished in 0:00:00.159
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/pseudo-vops.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/pseudo-vops.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/aliencomp.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/aliencomp.fasl-tmp
; compilation finished in 0:00:00.159
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/coverage.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/coverage.fasl-tmp
; compilation finished in 0:00:00.049
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ltv.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ltv.fasl-tmp
; compilation finished in 0:00:00.020
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/gtn.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/gtn.fasl-tmp
; compilation finished in 0:00:00.059
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ltn.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ltn.fasl-tmp
; compilation finished in 0:00:00.289
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/stack.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/stack.fasl-tmp
; compilation finished in 0:00:00.059
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/control.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/control.fasl-tmp
; compilation finished in 0:00:00.039
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/entry.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/entry.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ir2tran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ir2tran.fasl-tmp
; compilation finished in 0:00:00.619
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/vm-ir2tran.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/vm-ir2tran.fasl-tmp
; compilation finished in 0:00:00.259
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/copyprop.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/copyprop.fasl-tmp
; compilation finished in 0:00:00.049
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/represent.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/represent.fasl-tmp
; compilation finished in 0:00:00.259
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/ir2opt.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/ir2opt.fasl-tmp
; compilation finished in 0:00:00.259
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/pack.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/pack.fasl-tmp
; compilation finished in 0:00:00.619
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/pack-iterative.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/pack-iterative.fasl-tmp
; compilation finished in 0:00:00.279
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/debug.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/debug.fasl-tmp
; compilation finished in 0:00:00.489
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/error.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/error.fasl-tmp
; compilation finished in 0:00:00.089
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/parse-defmacro-errors.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/parse-defmacro-errors.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/macroexpand.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/macroexpand.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/late-extensions.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/late-extensions.fasl-tmp
; compilation finished in 0:00:00.019
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/brothertree.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/brothertree.fasl-tmp
; compilation finished in 0:00:00.009
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/early-step.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/early-step.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/avltree.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/avltree.fasl-tmp
; compilation finished in 0:00:00.000
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/pcl/walk.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/pcl/walk.fasl-tmp
; compilation finished in 0:00:00.239
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/setf.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/setf.fasl-tmp
; compilation finished in 0:00:00.189
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/macros.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/macros.fasl-tmp
; compilation finished in 0:00:00.489
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/loop.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/loop.fasl-tmp
; compilation finished in 0:00:00.519
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/pcl/defclass.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/pcl/defclass.fasl-tmp
; compilation finished in 0:00:00.079
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/early-defmethod.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/early-defmethod.fasl-tmp
; compilation finished in 0:00:00.029
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/code/format.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/code/format.fasl-tmp
; compilation finished in 0:00:00.519
; Math journal: wrote #P"obj/from-host/xfloat-math.lisp-expr" (191 entries)
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tests/type.before-xc.lisp"
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tests/info.before-xc.lisp"
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tests/vm.before-xc.lisp"
; Math journal: wrote #P"obj/from-host/xfloat-math.lisp-expr" (203 entries)
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/genesis.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/genesis.fasl-tmp
; compilation finished in 0:00:02.119
beginning GENESIS, creating headers in "src/runtime/genesis"
real 1m 4.47s
user 1m 3.13s
sys 0m 1.31s
make-target-1.sh: set: line 2: can't access tty; job control turned off
//entering make-target-1.sh
//building runtime system and symbol table file
make: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/runtime'
rm -f *.[do] ../../tlsf-bsd/tlsf/tlsf.o sbcl *.tmp libsbcl.a \
ldb unit-tests libsbcl.a shrinkwrap-sbcl* sbcl.mk core
make: Leaving directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/runtime'
make: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/runtime'
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o alloc.o alloc.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o arena.o arena.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o backtrace.o backtrace.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o breakpoint.o breakpoint.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o coalesce.o coalesce.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o coreparse.o coreparse.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o dynbind.o dynbind.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o funcall.o funcall.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o gc-common.o gc-common.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o globals.o globals.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o hopscotch.o hopscotch.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o interr.o interr.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o interrupt.o interrupt.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o largefile.o largefile.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o main.o main.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o math.o math.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o monitor.o monitor.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o murmur_hash.o murmur_hash.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o os-common.o os-common.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o parse.o parse.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o perfecthash.o perfecthash.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o print.o print.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o time.o time.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o regnames.o regnames.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o runtime.o runtime.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o safepoint.o safepoint.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o save.o save.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o sc-offset.o sc-offset.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o search.o search.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o stringspace.o stringspace.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o thread.o thread.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o stop-the-world.o stop-the-world.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o validate.o validate.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o var-io.o var-io.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o vars.o vars.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o wrap.o wrap.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o run-program.o run-program.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o sprof.o sprof.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o ppc-arch.o ppc-arch.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o linux-os.o linux-os.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o linux-mman.o linux-mman.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o ppc-linux-os.o ppc-linux-os.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o fullcgc.o fullcgc.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o gencgc.o gencgc.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o traceroot.o traceroot.c
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o ppc64-assem.o ppc64-assem.S
cc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -I. -c -o ../../tlsf-bsd/tlsf/tlsf.o ../../tlsf-bsd/tlsf/tlsf.c
( echo 'CC=cc' ; \
echo 'LD=ld' ; \
echo 'CFLAGS=-Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie' ; \
echo 'ASFLAGS=-Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie' ; \
echo 'LINKFLAGS=-g -m64 -Wl,--export-dynamic -no-pie' ; \
echo 'LDFLAGS=-Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -no-pie' ; \
echo '__LDFLAGS__=-no-pie' ; \
echo 'LIBS=-ldl -Wl,-no-as-needed -lpthread -lzstd -lm' ; \
if [ -n '' ] ; then \
echo 'LIBSBCL=alloc.o arena.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 math.o monitor.o murmur_hash.o os-common.o parse.o perfecthash.o print.o time.o regnames.o runtime.o safepoint.o save.o sc-offset.o search.o stringspace.o thread.o stop-the-world.o validate.o var-io.o vars.o wrap.o run-program.o sprof.o ppc-arch.o linux-os.o linux-mman.o ppc-linux-os.o fullcgc.o gencgc.o traceroot.o ppc64-assem.o ../../tlsf-bsd/tlsf/tlsf.o' ; \
echo 'USE_LIBSBCL=alloc.o arena.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 math.o monitor.o murmur_hash.o os-common.o parse.o perfecthash.o print.o time.o regnames.o runtime.o safepoint.o save.o sc-offset.o search.o stringspace.o thread.o stop-the-world.o validate.o var-io.o vars.o wrap.o run-program.o sprof.o ppc-arch.o linux-os.o linux-mman.o ppc-linux-os.o fullcgc.o gencgc.o traceroot.o ppc64-assem.o ../../tlsf-bsd/tlsf/tlsf.o' ; \
fi ; \
: ) > sbcl.mk
ppc-linux-os.c: In function 'os_restore_fp_control':
ppc-linux-os.c:122:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
122 | d = *((double *) &control);
| ~^~~~~~~~~~~~~~~~~~~~
cc -g -m64 -Wl,--export-dynamic -no-pie -o sbcl alloc.o arena.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 math.o monitor.o murmur_hash.o os-common.o parse.o perfecthash.o print.o time.o regnames.o runtime.o safepoint.o save.o sc-offset.o search.o stringspace.o thread.o stop-the-world.o validate.o var-io.o vars.o wrap.o run-program.o sprof.o ppc-arch.o linux-os.o linux-mman.o ppc-linux-os.o fullcgc.o gencgc.o traceroot.o ppc64-assem.o ../../tlsf-bsd/tlsf/tlsf.o -ldl -Wl,-no-as-needed -lpthread -lzstd -lm
cc -g -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -DSTANDALONE_LDB -c -o standalone-monitor.o monitor.c
: sbcl
cc -g -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -m64 -std=gnu99 -fno-pie -DSTANDALONE_LDB -c -o standalone-interr.o interr.c
cc -g -m64 -Wl,--export-dynamic -no-pie -o ldb standalone-monitor.o standalone-interr.o \
alloc.o arena.o backtrace.o breakpoint.o coalesce.o coreparse.o dynbind.o funcall.o gc-common.o globals.o hopscotch.o interrupt.o largefile.o math.o murmur_hash.o os-common.o parse.o perfecthash.o print.o time.o regnames.o save.o sc-offset.o search.o stringspace.o validate.o var-io.o vars.o wrap.o run-program.o sprof.o ppc-arch.o linux-os.o linux-mman.o ppc-linux-os.o fullcgc.o gencgc.o traceroot.o ppc64-assem.o ../../tlsf-bsd/tlsf/tlsf.o -ldl -Wl,-no-as-needed -lpthread -lzstd -lm
make: Leaving directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/runtime'
cc -I../src/runtime -Os -fstack-clash-protection -Wformat -Werror=format-security -m64 -std=gnu99 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs grovel-headers.c -ldl -Wl,-no-as-needed -lpthread -lzstd -o grovel-headers
In file included from grovel-headers.c:46:
/usr/include/sys/termios.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp]
1 | #warning redirecting incorrect #include to
| ^~~~~~~
real 0m 5.08s
user 0m 34.55s
sys 0m 1.63s
make-host-2.sh: set: line 2: can't access tty; job control turned off
//entering make-host-2.sh
//running cross-compiler to create target object files
This is SBCL 2.6.4, an implementation of ANSI Common Lisp.
More information about SBCL is available at .
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* T
* ; Math journal: prefilled 203 entries from #P"obj/from-host/xfloat-math.lisp-expr"
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tests/type.before-xc.lisp"
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tests/info.before-xc.lisp"
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tests/vm.before-xc.lisp"
ctype cache metrics: Count LF Seek Hit maxPSL Mask
FUN : 1327 64.8% 6 7FF
List : 876 42.8% 6 7FF
Set : 257 50.2% 3 1FF
UNION : 232 45.3% 3 1FF
VALUES : 201 39.3% 4 1FF
NUMERIC-UNION : 182 71.1% 6 FF
ARRAY : 157 61.3% 5 FF
Key-Info : 95 74.2% 4 7F
CONSTANT : 59 46.1% 7 7F
Key-Info-Set : 43 67.2% 4 3F
INTERSECTION : 35 54.7% 5 3F
NEGATION : 31 48.4% 7 3F
UNKNOWN : 27 42.2% 2 3F
MEMBER : 19 29.7% 2 3F
HAIRY : 9 14.1% 1 3F
EQL : 6 NIL %
CHARACTER-SET : 5 7.8% 1 3F
CONS : 3 4.7% 1 3F
ALIEN-TYPE : 1 1.6% 1 3F
MEMBER/EQ : 0 0.0% 0 3F
FUN-DESIGNATOR : 0 0.0% 0 3F
Total : 3565
Alien:
POINTER : 1 1.6% 1 3F
INTEGER : 0 0.0% 0 3F
BOOLEAN : 0 0.0% 0 3F
C-STRING : 0 0.0% 0 3F
ARRAY : 0 0.0% 0 3F
FUN : 0 0.0% 0 3F
VALUES : 0 0.0% 0 3F
ENUM : 0 0.0% 0 3F
UNION : 0 0.0% 0 3F
STRUCT : 0 0.0% 0 3F
Total : 1
[ 1/300] src/code/show (0.020 sec)
[ 2/300] src/compiler/early-constantp (0.010 sec)
[ 3/300] src/compiler/vop-existsp (0.030 sec)
[ 4/300] src/code/defsetfs (0.180 sec)
[ 5/300] src/code/cl-specials (0.030 sec)
[ 6/300] src/code/primordial-extensions (0.150 sec)
[ 7/300] src/code/cold-init-helper-macros (0.020 sec)
[ 8/300] src/code/backq (0.120 sec)
[ 9/300] src/code/globals (0.130 sec)
[ 10/300] src/code/cmacros (0.040 sec)
[ 11/300] src/code/uncross (0.000 sec)
[ 12/300] src/code/defbangtype (0.010 sec)
[ 13/300] src/code/early-constants (0.000 sec)
[ 14/300] src/code/function-names (0.030 sec)
[ 15/300] src/compiler/early-globaldb (0.120 sec)
[ 16/300] src/compiler/generic/parms (0.030 sec)
[ 17/300] src/compiler/ppc64/parms (0.020 sec)
[ 18/300] src/compiler/generic/early-vm (0.010 sec)
[ 19/300] src/compiler/generic/early-objdef (0.070 sec)
[ 20/300] src/code/barrier (0.020 sec)
[ 21/300] src/code/parse-body (0.010 sec)
[ 22/300] src/compiler/policy (0.200 sec)
[ 23/300] src/code/early-extensions (0.650 sec)
[ 24/300] src/code/ansi-stream (0.530 sec)
[ 25/300] src/code/restart (0.130 sec)
[ 26/300] src/code/early-pprint (0.180 sec)
[ 27/300] src/code/early-package (0.010 sec)
[ 28/300] src/code/early-raw-slots (0.090 sec)
[ 29/300] src/code/maphash (0.060 sec)
[ 30/300] src/code/sysmacs (0.080 sec)
[ 31/300] src/code/hashset (0.250 sec)
[ 32/300] src/code/string-hash (0.070 sec)
[ 33/300] src/code/xset (0.140 sec)
[ 34/300] src/code/type-class (1.120 sec)
[ 35/300] src/code/cas (0.030 sec)
[ 36/300] src/code/thread-structs (0.210 sec)
[ 37/300] src/compiler/early-c (0.220 sec)
[ 38/300] src/pcl/slot-name (0.010 sec)
[ 39/300] src/code/early-classoid (0.630 sec)
[ 40/300] src/code/initial-method (0.060 sec)
[ 41/300] src/compiler/generic/pinned-objects (0.010 sec)
[ 42/300] src/compiler/generic/layout-ids (0.020 sec)
[ 43/300] src/code/signal (0.020 sec)
[ 44/300] src/code/cold-error (0.090 sec)
[ 45/300] src/code/early-full-eval (0.040 sec)
[ 46/300] src/code/debug-var-io (0.110 sec)
[ 47/300] src/code/number-dispatch (0.080 sec)
[ 48/300] src/code/float-from-bits (0.010 sec)
; file: src/code/float.lisp
; in:
; MAKE-DEFS ((($TYPE $MAKE $TINY $HUGE $TWO^ ...)
; (SINGLE-FLOAT MAKE-SINGLE-FLOAT #.(MAKE-SINGLE-FLOAT #xDA24260)
; #.(MAKE-SINGLE-FLOAT #x7149F2CA) #.(MAKE-SINGLE-FLOAT #x4C000000)
; ...)
; (DOUBLE-FLOAT %MAKE-DOUBLE-FLOAT
; #.(MAKE-DOUBLE-FLOAT #x1A56E1F #xC2F8F359)
; #.(MAKE-DOUBLE-FLOAT #x7E37E43C #x8800759C)
; #.(MAKE-DOUBLE-FLOAT #x43500000 #x0) ...)))
; (SB-KERNEL:MAKE-DEFS (((SB-KERNEL::$TYPE SB-KERNEL::$MAKE SB-KERNEL::$TINY
; SB-KERNEL::$HUGE SB-KERNEL::$TWO^ SB-KERNEL::$TWO^-
; SB-KERNEL::$SIZE)
; (SB-XC:SINGLE-FLOAT SB-KERNEL:MAKE-SINGLE-FLOAT
; #.(MAKE-SINGLE-FLOAT #xDA24260)
; #.(MAKE-SINGLE-FLOAT #x7149F2CA)
; #.(MAKE-SINGLE-FLOAT #x4C000000)
; #.(MAKE-SINGLE-FLOAT #x33000000) 31)
; (SB-XC:DOUBLE-FLOAT SB-KERNEL:%MAKE-DOUBLE-FLOAT
; #.(MAKE-DOUBLE-FLOAT #x1A56E1F #xC2F8F359)
; #.(MAKE-DOUBLE-FLOAT #x7E37E43C #x8800759C)
; #.(MAKE-DOUBLE-FLOAT #x43500000 #x0)
; #.(MAKE-DOUBLE-FLOAT #x3C900000 #x0) 63)))
; (DEFUN SB-KERNEL::SCALE-$TYPE (SB-XC:FLOAT SB-KERNEL::N)
; (DECLARE (SB-KERNEL::$TYPE SB-XC:FLOAT)
; (INTEGER SB-KERNEL::N)
; (OPTIMIZE SPEED))
; (BLOCK SB-KERNEL::SCALE-$TYPE
; (LET* (# # # # # # #)
; (WHEN # # #)
; (WHEN # #)
; (IF #
; #
; #)
; (LET #
; #
; #)))))
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA SB-KERNEL:SCALE-DOUBLE-FLOAT
; (SB-XC:FLOAT SB-KERNEL::N)
; (DECLARE (SB-C::TOP-LEVEL-FORM))
; (DECLARE (SB-XC:DOUBLE-FLOAT SB-XC:FLOAT)
; (INTEGER SB-KERNEL::N)
; (OPTIMIZE SPEED))
; (BLOCK SB-KERNEL:SCALE-DOUBLE-FLOAT
; (BLOCK SB-KERNEL:SCALE-DOUBLE-FLOAT
; (LET* (# # # # # # #)
; (WHEN # # #)
; (WHEN # #)
; (IF #
; #
; #)
; (LET #
; #
; #)))))
;
; note: doing float to pointer coercion (cost 13) to ""
; --> DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION
; --> BLOCK BLOCK LET* WHEN IF PROGN WHEN IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
[ 49/300] src/code/float (0.450 sec)
[ 50/300] src/code/early-time (0.000 sec)
[ 51/300] src/code/misc (0.000 sec)
[ 52/300] src/code/target-error (1.140 sec)
[ 53/300] src/code/target-extensions (0.100 sec)
[ 54/300] src/compiler/parse-lambda-list (0.420 sec)
[ 55/300] src/compiler/macros (0.540 sec)
[ 56/300] src/compiler/fun-info (0.120 sec)
[ 57/300] src/compiler/generic/vm-macs (0.180 sec)
[ 58/300] src/compiler/policies (0.500 sec)
[ 59/300] src/code/target-lfhash (0.260 sec)
[ 60/300] src/compiler/info-vector (0.480 sec)
[ 61/300] src/compiler/globaldb (0.220 sec)
[ 62/300] src/compiler/generic/objdef (0.090 sec)
[ 63/300] src/code/lockfree-list (0.120 sec)
[ 64/300] src/compiler/generic/vm-array (0.100 sec)
[ 65/300] src/code/primordial-type (0.030 sec)
[ 66/300] src/compiler/sset (0.180 sec)
[ 67/300] src/compiler/node (7.380 sec)
[ 68/300] src/compiler/early-assem (0.040 sec)
[ 69/300] src/compiler/vop (4.780 sec)
[ 70/300] src/compiler/backend (0.020 sec)
[ 71/300] src/code/sc-offset (0.020 sec)
[ 72/300] src/compiler/vmdef (0.150 sec)
[ 73/300] src/code/defmacro (0.020 sec)
[ 74/300] src/compiler/meta-vmdef (1.300 sec)
[ 75/300] src/compiler/ppc64/vm (0.250 sec)
[ 76/300] src/code/alieneval (1.480 sec)
[ 77/300] output/stuff-groveled-from-headers (0.030 sec)
[ 78/300] src/code/target-alieneval (0.340 sec)
[ 79/300] src/code/target-c-call (0.020 sec)
[ 80/300] src/code/misc-aliens (0.080 sec)
[ 81/300] src/code/weak (0.020 sec)
; file: src/code/array.lisp
; in: DEFUN EXTEND-VECTOR
; (+ SB-VM::OLD-LENGTH (MAX 1 SB-VM::MIN-EXTENSION))
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first result of inline word arithmetic
; in: DEF-BIT-ARRAY-OP BIT-EQV
; (SB-VM::DEF-BIT-ARRAY-OP BIT-EQV LOGEQV)
; --> 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-EQV
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET IF LOCALLY BIT-EQV
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; in: DEF-BIT-ARRAY-OP BIT-NAND
; (SB-VM::DEF-BIT-ARRAY-OP BIT-NAND LOGNAND)
; --> 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-NAND
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET IF LOCALLY BIT-NAND
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; in: DEF-BIT-ARRAY-OP BIT-NOR
; (SB-VM::DEF-BIT-ARRAY-OP BIT-NOR LOGNOR)
; --> 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
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET IF LOCALLY BIT-NOR
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; in: DEF-BIT-ARRAY-OP BIT-ORC1
; (SB-VM::DEF-BIT-ARRAY-OP BIT-ORC1 LOGORC1)
; --> 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-ORC1
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET IF LOCALLY BIT-ORC1
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; in: DEF-BIT-ARRAY-OP BIT-ORC2
; (SB-VM::DEF-BIT-ARRAY-OP BIT-ORC2 LOGORC2)
; --> 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-ORC2
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET IF LOCALLY BIT-ORC2
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
;
; note: doing unsigned word to integer coercion (cost 20)
[ 82/300] src/code/array (1.500 sec)
[ 83/300] src/code/list (0.850 sec)
[ 84/300] src/code/seq (5.630 sec)
[ 85/300] src/code/coerce (0.070 sec)
[ 86/300] src/code/thread (0.130 sec)
; file: src/code/bignum.lisp
; in: DEFUN BIGNUM-LOWER-BITS-ZERO-P
; (SB-XC:ZEROP (SB-BIGNUM:%BIGNUM-REF BIGNUM SB-INT:INDEX))
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; (SB-XC:ZEROP
; (LOGAND (1- (ASH 1 SB-BIGNUM::N-BITS-PARTIAL-DIGIT))
; (SB-BIGNUM:%BIGNUM-REF BIGNUM SB-BIGNUM::N-FULL-DIGITS)))
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN LAST-BIGNUM-PART=>FIXNUM
; (ASH (SB-BIGNUM:%BIGNUM-REF BIGNUM (1+ SB-BIGNUM::WORD-INDEX))
; (SB-EXT:TRULY-THE (INTEGER 0 (64))
; (- SB-BIGNUM::DIGIT-SIZE SB-BIGNUM:BIT-INDEX)))
;
; note: doing unsigned word to integer coercion (cost 20)
; in: DEF DOUBLE-FLOAT
; (SB-BIGNUM::DEF SB-XC:DOUBLE-FLOAT)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET FLET SB-KERNEL:%MAKE-DOUBLE-FLOAT IF MULTIPLE-VALUE-BIND
; --> MULTIPLE-VALUE-CALL FUNCTION LET* COND IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA SB-BIGNUM:BIGNUM-TO-DOUBLE-FLOAT
; (BIGNUM)
; (DECLARE (SB-C::TOP-LEVEL-FORM))
; (BLOCK SB-BIGNUM:BIGNUM-TO-DOUBLE-FLOAT
; (LET ((SB-BIGNUM:BIGNUM-LENGTH #))
; (DECLARE (# SB-BIGNUM:BIGNUM-LENGTH))
; (FLET (#)
; (DECLARE #)
; (SB-KERNEL:%MAKE-DOUBLE-FLOAT #)))))
;
; note: doing float to pointer coercion (cost 13) to ""
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET FLET SB-KERNEL:%MAKE-DOUBLE-FLOAT IF MULTIPLE-VALUE-BIND
; --> MULTIPLE-VALUE-CALL FUNCTION LET* WHEN IF AND IF OR LET IF NOT
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET FLET SB-KERNEL:%MAKE-DOUBLE-FLOAT IF LET* WHEN IF AND IF OR LET IF
; --> NOT
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEF SINGLE-FLOAT
; (SB-BIGNUM::DEF SB-XC:SINGLE-FLOAT)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET FLET SB-KERNEL:MAKE-SINGLE-FLOAT IF MULTIPLE-VALUE-BIND
; --> MULTIPLE-VALUE-CALL FUNCTION LET* COND IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET FLET SB-KERNEL:MAKE-SINGLE-FLOAT IF MULTIPLE-VALUE-BIND
; --> MULTIPLE-VALUE-CALL FUNCTION LET* WHEN IF AND IF OR LET IF NOT
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET FLET SB-KERNEL:MAKE-SINGLE-FLOAT IF LET* WHEN IF AND IF OR LET IF NOT
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN BIGNUM-ASHIFT-RIGHT
; (SB-BIGNUM::%SIGN-DIGIT-SIGNED BIGNUM SB-BIGNUM::BIGNUM-LEN)
; --> SB-EXT:TRULY-THE
; ==>
; (SB-C::MASK-SIGNED-FIELD SB-BIGNUM::DIGIT-SIZE
; (SB-BIGNUM::%SIGN-DIGIT BIGNUM SB-BIGNUM::LEN))
;
; note: doing signed word to integer coercion (cost 20) to ""
; in: DEFUN MAKE-GCD-BIGNUM-ODD
; (SB-XC:ZEROP SB-BIGNUM::DIGIT)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN BIGNUM-BINARY-GCD
; (SB-XC:ZEROP (SB-BIGNUM:%BIGNUM-REF SB-BIGNUM::R 0))
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN BIGNUM-MOD-GCD
; (SB-XC:ZEROP (SB-BIGNUM:%BIGNUM-REF SB-BIGNUM::B 0))
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN BIGNUM-GCD
; (SB-XC:ZEROP (SB-BIGNUM:%BIGNUM-REF SB-BIGNUM::V 0))
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN DMOD
; (SB-XC:ZEROP (SB-BIGNUM:%BIGNUM-REF SB-BIGNUM::U 0))
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; (LOGTEST (SB-BIGNUM:%BIGNUM-REF SB-BIGNUM::U 0) SB-BIGNUM::N)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN %NORMALIZE-BIGNUM-BUFFER
; (SB-XC:ZEROP
; (LOGXOR SB-BIGNUM::SIGN-DIGIT
; (SB-BIGNUM:%ASHR SB-BIGNUM::NEXT-DIGIT (1- SB-BIGNUM::DIGIT-SIZE))))
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN BIGNUM-FACTORS-OF-TWO
; (SB-XC:ZEROP SB-BIGNUM::OR-DIGITS)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEF DOUBLE-FLOAT
; (SB-BIGNUM::DEF SB-XC:DOUBLE-FLOAT)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA
; ==>
; #'(SB-INT:NAMED-LAMBDA SB-BIGNUM:UNARY-TRUNCATE-DOUBLE-FLOAT-TO-BIGNUM-DIV
; (SB-BIGNUM::QUOT SB-XC:NUMBER SB-BIGNUM::DIVISOR)
; (DECLARE (SB-C::TOP-LEVEL-FORM))
; (DECLARE (INLINE SB-KERNEL:INTEGER-DECODE-DOUBLE-FLOAT))
; (BLOCK SB-BIGNUM:UNARY-TRUNCATE-DOUBLE-FLOAT-TO-BIGNUM-DIV
; (IF (SB-XC:ZEROP SB-BIGNUM::DIVISOR)
; (LOCALLY
; (DECLARE #)
; (ERROR 'DIVISION-BY-ZERO :OPERATION 'SB-XC:TRUNCATE :OPERANDS #))
; (MULTIPLE-VALUE-BIND (SB-BIGNUM::BITS SB-XC:EXP SB-BIGNUM::SIGN)
; (SB-KERNEL:INTEGER-DECODE-DOUBLE-FLOAT SB-BIGNUM::QUOT)
; (LET #
; #)))))
;
; note: doing float to pointer coercion (cost 13) to ""
[ 87/300] src/code/bignum (1.620 sec)
[ 88/300] src/code/target-random (0.210 sec)
[ 89/300] src/code/class (0.380 sec)
[ 90/300] src/pcl/pre-warm (0.060 sec)
[ 91/300] src/code/pathname (0.120 sec)
; file: src/code/target-sxhash.lisp
; in: DEFUN PSXHASH
; (SB-IMPL::RAW-CASES)
; --> COND IF IF IF IF IF LET LET SB-INT:MIXF LET* SB-XC:SXHASH IF
; ==>
; SB-IMPL::X
;
; note: doing float to pointer coercion (cost 13)
; --> COND IF IF IF LET SB-INT:MIXF LET* SB-XC:SXHASH IF
; ==>
; SB-IMPL::X
;
; note: doing float to pointer coercion (cost 13)
; --> COND IF IF IF IF IF LET LET SB-INT:MIXF LET* SB-XC:SXHASH IF
; ==>
; SB-IMPL::X
;
; note: doing float to pointer coercion (cost 13)
; (SB-IMPL::HASH-FLOAT SB-XC:DOUBLE-FLOAT SB-IMPL::KEY)
; --> COND IF IF THE
; ==>
; (SB-BIGNUM:SXHASH-BIGNUM-DOUBLE-FLOAT SB-IMPL::KEY)
;
; note: doing float to pointer coercion (cost 13) from KEY
[ 92/300] src/code/target-sxhash (0.320 sec)
[ 93/300] src/code/debug-info (0.340 sec)
[ 94/300] src/code/source-location (0.060 sec)
[ 95/300] src/compiler/proclaim (0.150 sec)
[ 96/300] src/compiler/constantp (0.110 sec)
[ 97/300] src/code/deftype (0.020 sec)
[ 98/300] src/code/type
Recording perfect hash:
(EQL COMPLEX REAL NIL DOUBLE-FLOAT SINGLE-FLOAT MOD SIGNED-BYTE UNSIGNED-BYTE)
#(56B428A2 A8892768 2BCE7F62 0 AC841474 80D0C591 9BAC0C5C 4A8C210D E48D4754)
Recording perfect hash:
(DOUBLE-FLOAT SINGLE-FLOAT FLOAT RATIONAL INTEGER)
#(AC841474 80D0C591 75E7305A 235ED22C 72E2CBDA)
Recording perfect hash:
(RATIONAL INTEGER EQL FLOAT COMPLEX REAL NIL DOUBLE-FLOAT SINGLE-FLOAT MOD SIGNED-BYTE UNSIGNED-BYTE)
#(E48D4754 4A8C210D 9BAC0C5C 80D0C591 AC841474 0 2BCE7F62 A8892768 75E7305A 56B428A2 72E2CBDA 235ED22C)
(2.710 sec)
[ 99/300] src/compiler/generic/vm-type (0.130 sec)
[100/300] src/code/pred (0.440 sec)
[101/300] src/compiler/generic/primtype (0.220 sec)
[102/300] src/code/deftypes-for-target (0.100 sec)
[103/300] src/code/type-init (0.010 sec)
[104/300] src/code/defstruct (0.830 sec)
[105/300] src/code/alien-type (0.020 sec)
[106/300] src/compiler/compiler-error (0.080 sec)
[107/300] src/compiler/fixup-type (0.010 sec)
[108/300] src/code/package (0.160 sec)
[109/300] src/code/typep (0.120 sec)
[110/300] src/code/random (0.020 sec)
[111/300] src/code/hash-table (0.150 sec)
[112/300] src/code/readtable (0.040 sec)
[113/300] src/code/host-pprint (0.030 sec)
[114/300] src/compiler/knownfun (0.360 sec)
[115/300] src/compiler/ctype (0.440 sec)
[116/300] src/compiler/fndb (0.450 sec)
[117/300] src/compiler/generic/vm-fndb (0.100 sec)
[118/300] src/compiler/generic/late-objdef (0.080 sec)
[119/300] src/compiler/generic/interr (0.050 sec)
[120/300] src/compiler/bit-util (0.040 sec)
[121/300] src/code/foreign (0.090 sec)
[122/300] src/code/unix (0.650 sec)
[123/300] src/code/symbol (0.180 sec)
[124/300] src/code/numbers (3.020 sec)
[125/300] src/code/float-trap (0.100 sec)
[126/300] src/code/target-float (0.040 sec)
; file: src/code/irrat.lisp
; in: DEFUN COMPLEX-SQRT
; (SB-XC:SCALE-FLOAT (SB-XC:ABS SB-KERNEL::X) (- SB-KERNEL::K))
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; (SB-XC:SCALE-FLOAT (SB-XC:SQRT SB-KERNEL::RHO) SB-KERNEL::K)
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
[127/300] src/code/irrat (1.040 sec)
[128/300] src/code/alloc (0.040 sec)
[129/300] src/code/fd-stream (1.840 sec)
[130/300] src/code/target-char (0.880 sec)
[131/300] src/code/stream (2.500 sec)
[132/300] src/code/load (0.930 sec)
; file: src/code/deadline.lisp
; in: DEFUN DECODE-TIMEOUT
; (SB-IMPL::DEADLINE-INTERNAL-TIME SB-IMPL::DEADLINE)
;
; note: doing signed word to integer coercion (cost 20)
; (SB-IMPL::RETURN-TIMEOUT SB-EXT:TIMEOUT (+ SB-EXT:TIMEOUT SB-IMPL::NOW) NIL)
;
; note: doing signed word to integer coercion (cost 20) to DEADLINE
;
; note: doing signed word to integer coercion (cost 20) to DEADLINE
; (WHEN (PLUSP SB-IMPL::TIME-LEFT) SB-IMPL::TIME-LEFT)
; ==>
; SB-IMPL::TIME-LEFT
;
; note: doing signed word to integer coercion (cost 20)
; (SB-IMPL::SECONDS-TO-MAYBE-INTERNAL-TIME SB-IMPL::SECONDS)
; --> BLOCK TYPECASE COND IF LOCALLY SB-IMPL::SECONDS-TO-INTERNAL-TIME BLOCK
; --> THE VALUES
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20)
[133/300] src/code/deadline (0.140 sec)
[134/300] src/code/common-os (0.030 sec)
[135/300] src/code/format-directive (0.100 sec)
[136/300] src/code/c-call (0.060 sec)
[137/300] src/code/foreign-load (0.060 sec)
[138/300] src/code/unix-foreign-load (0.030 sec)
[139/300] src/compiler/disassem (0.320 sec)
[140/300] src/compiler/assem (0.840 sec)
[141/300] src/compiler/codegen (0.180 sec)
[142/300] src/compiler/dump (0.700 sec)
[143/300] src/compiler/generic/core (0.160 sec)
[144/300] src/compiler/ir1report (0.260 sec)
[145/300] src/compiler/main (0.780 sec)
[146/300] src/compiler/xref (0.150 sec)
[147/300] src/compiler/target-main (0.200 sec)
[148/300] src/compiler/ir1tran (0.760 sec)
[149/300] src/compiler/ir1tran-lambda (0.550 sec)
[150/300] src/compiler/ir1-translators (0.550 sec)
[151/300] src/compiler/ir1util (1.670 sec)
[152/300] src/compiler/callable-args (0.240 sec)
[153/300] src/compiler/locall (0.430 sec)
[154/300] src/compiler/ir1opt (1.180 sec)
[155/300] src/compiler/loop (0.060 sec)
; file: src/compiler/constraint.lisp
; in: DEFSTRUCT CONSET
; (DEFSTRUCT
; (SB-C::CONSET (:CONSTRUCTOR SB-C::MAKE-CONSET NIL)
; (:COPIER SB-C::%COPY-CONSET))
; (VECTOR
; (MAKE-ARRAY
; (SB-INT:POWER-OF-TWO-CEILING (LENGTH SB-C::*CONSTRAINT-UNIVERSE*))
; :ELEMENT-TYPE 'BIT :INITIAL-ELEMENT 0)
; :TYPE SIMPLE-BIT-VECTOR)
; (MIN 0 :TYPE FIXNUM)
; (MAX 0 :TYPE FIXNUM))
; --> SB-KERNEL::%TARGET-DEFSTRUCT SB-KERNEL::%TARGET-DEFSTRUCT
; --> SB-INT:NAMED-LAMBDA FUNCTION AND IF LET AND IF
; --> (LAMBDA (SB-KERNEL::X SB-KERNEL::Y) (OR (EQ SB-KERNEL::X SB-KERNEL::Y) (SB-INT:BIT-VECTOR-= SB-KERNEL::X SB-KERNEL::Y)))
; --> SB-C::%FUNCALL OR LET IF SB-INT:BIT-VECTOR-=
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN CONSET=
; (EQUAL SB-C::VECTOR1 SB-C::VECTOR2)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
[156/300] src/compiler/constraint (0.870 sec)
[157/300] src/compiler/equality-constraints (0.650 sec)
[158/300] src/compiler/constraint-back (0.300 sec)
[159/300] src/compiler/saptran (0.170 sec)
[160/300] src/compiler/modarith (0.330 sec)
[161/300] src/compiler/sxhash (0.110 sec)
[162/300] src/code/quantifiers (0.020 sec)
[163/300] src/compiler/bitops-derive-type (0.100 sec)
[164/300] src/compiler/dfo (0.170 sec)
[165/300] src/compiler/checkgen (0.320 sec)
[166/300] src/compiler/tn (0.250 sec)
[167/300] src/compiler/life (0.290 sec)
[168/300] src/compiler/debug-dump (0.500 sec)
[169/300] src/compiler/generic/static-syms (0.010 sec)
[170/300] src/compiler/generic/utils (0.220 sec)
[171/300] src/compiler/target-dstate (0.180 sec)
[172/300] src/compiler/ppc64/insts (1.880 sec)
[173/300] src/compiler/ppc64/macros (0.090 sec)
[174/300] src/assembly/ppc64/support (0.010 sec)
[175/300] src/compiler/ppc64/move (0.390 sec)
[176/300] src/compiler/ppc64/float (1.010 sec)
[177/300] src/compiler/ppc64/sap (0.690 sec)
[178/300] src/compiler/ppc64/char (0.170 sec)
[179/300] src/compiler/ppc64/system (0.210 sec)
[180/300] src/compiler/ppc64/memory (0.350 sec)
[181/300] src/compiler/ppc64/c-call (0.220 sec)
[182/300] src/assembly/ppc64/assem-rtns (0.040 sec)
[183/300] src/assembly/ppc64/array (0.060 sec)
[184/300] src/assembly/ppc64/arith (0.370 sec)
[185/300] src/assembly/ppc64/alloc (0.000 sec)
[186/300] src/assembly/master (0.090 sec)
[187/300] src/compiler/float-tran (1.060 sec)
[188/300] src/compiler/array-tran (1.170 sec)
[189/300] src/compiler/generic/vm-tran (0.200 sec)
[190/300] src/compiler/type-vop-macros (0.080 sec)
[191/300] src/compiler/ppc64/arith (1.820 sec)
[192/300] src/compiler/ppc64/pred (0.060 sec)
[193/300] src/compiler/ppc64/type-vops (0.110 sec)
[194/300] src/compiler/generic/type-vops (1.150 sec)
[195/300] src/compiler/ir1final (0.230 sec)
[196/300] src/compiler/ppc64/alloc (0.170 sec)
[197/300] src/compiler/ppc64/values (0.090 sec)
[198/300] src/compiler/srctran (4.120 sec)
[199/300] src/compiler/seqtran (1.760 sec)
[200/300] src/compiler/typetran (0.720 sec)
[201/300] src/compiler/generic/vm-typetran (0.120 sec)
[202/300] src/compiler/ppc64/subprim (0.020 sec)
[203/300] src/compiler/ppc64/debug (0.080 sec)
[204/300] src/compiler/ppc64/cell (0.650 sec)
[205/300] src/compiler/ppc64/call (0.820 sec)
[206/300] src/compiler/ppc64/nlx (0.170 sec)
[207/300] src/compiler/generic/late-nlx (0.000 sec)
[208/300] src/compiler/ppc64/show (0.020 sec)
[209/300] src/compiler/ppc64/array (1.300 sec)
[210/300] src/compiler/generic/type-error (0.330 sec)
[211/300] src/compiler/envanal (0.200 sec)
[212/300] src/compiler/pseudo-vops (0.080 sec)
[213/300] src/compiler/aliencomp (0.240 sec)
[214/300] src/compiler/coverage (0.060 sec)
[215/300] src/compiler/ltv (0.020 sec)
[216/300] src/compiler/gtn (0.090 sec)
[217/300] src/compiler/ltn (0.300 sec)
[218/300] src/compiler/stack (0.110 sec)
[219/300] src/compiler/control (0.060 sec)
[220/300] src/compiler/entry (0.040 sec)
[221/300] src/compiler/ir2tran (0.710 sec)
[222/300] src/compiler/generic/vm-ir2tran (0.190 sec)
[223/300] src/compiler/copyprop (0.080 sec)
[224/300] src/compiler/represent (0.290 sec)
[225/300] src/compiler/ir2opt (0.380 sec)
[226/300] src/compiler/pack (1.480 sec)
[227/300] src/compiler/pack-iterative (0.400 sec)
[228/300] src/compiler/debug (0.600 sec)
[229/300] src/code/format-time (0.320 sec)
[230/300] src/code/error (0.170 sec)
[231/300] src/code/parse-defmacro-errors (0.040 sec)
[232/300] src/code/macroexpand (0.030 sec)
[233/300] src/code/funutils (0.010 sec)
[234/300] src/code/linux-os (0.010 sec)
[235/300] src/code/share-vm (0.100 sec)
[236/300] src/code/ppc-vm (0.060 sec)
[237/300] src/code/unicode-norm (0.390 sec)
[238/300] src/code/mipsstrops (0.030 sec)
[239/300] src/code/string (1.470 sec)
[240/300] src/code/target-signal-common (0.030 sec)
[241/300] src/code/target-signal (0.090 sec)
[242/300] src/code/serve-event (0.290 sec)
[243/300] src/code/late-extensions (0.040 sec)
[244/300] src/code/brothertree (0.170 sec)
[245/300] src/code/simple-fun (0.230 sec)
[246/300] src/code/eval (0.080 sec)
[247/300] src/code/toplevel (0.210 sec)
[248/300] src/code/time (0.160 sec)
; file: src/code/target-package.lisp
; in: DEFUN PACKAGE-ITER-STEP
; (THE FIXNUM (+ SB-IMPL::BITS 4))
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of defaulted
[249/300] src/code/target-package (1.080 sec)
[250/300] src/code/bignum-random (0.150 sec)
; file: src/code/target-hash-table.lisp
; in: DEFUN RAISE-SXSTATE-LIMIT-AND-REHASH
; (1- SB-IMPL::N-COLLISIONS)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of GENERIC--
; in: DEFUN FINDHASH-WEAK
; (SB-IMPL::DONE-REHASHING HASH-TABLE SB-IMPL::KV-VECTOR SB-IMPL::INITIAL-STAMP)
; --> LET UNLESS IF PROGN SB-INT:AVER UNLESS IF EQ
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFINE-HT-GETTER GETHASH/EQ-HASH/COMMON
; (SB-IMPL::DEFINE-HT-GETTER SB-IMPL::GETHASH/EQ-HASH/COMMON EQ
; SB-IMPL::EQ-HASH/COMMON* T)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> SB-SYS:WITH-PINNED-OBJECTS LET SB-INT:BINDING* MULTIPLE-VALUE-BIND
; --> MULTIPLE-VALUE-CALL SB-IMPL::EQ-HASH/COMMON*
; --> SB-IMPL::HASH-TABLE-%HASH-FUN-STATE
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first result of %RAW-INSTANCE-REF/SIGNED-WORD
; in: DEFINE-HT-SETTER PUTHASH/EQ-HASH/COMMON
; (SB-IMPL::DEFINE-HT-SETTER SB-IMPL::PUTHASH/EQ-HASH/COMMON EQ
; SB-IMPL::EQ-HASH/COMMON* T 14)
; --> PROGN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK BLOCK
; --> SB-SYS:WITH-PINNED-OBJECTS LET SB-INT:BINDING* LET* MULTIPLE-VALUE-BIND
; --> MULTIPLE-VALUE-CALL SB-IMPL::EQ-HASH/COMMON*
; --> SB-IMPL::HASH-TABLE-%HASH-FUN-STATE
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first result of %RAW-INSTANCE-REF/SIGNED-WORD
; in: DEFINE-REMHASH REMHASH/EQ-HASH/COMMON
; (SB-IMPL::DEFINE-REMHASH SB-IMPL::REMHASH/EQ-HASH/COMMON EQ
; SB-IMPL::EQ-HASH/COMMON* T)
; --> PROGN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> SB-SYS:WITH-PINNED-OBJECTS LET SB-INT:BINDING* LET* MULTIPLE-VALUE-BIND
; --> MULTIPLE-VALUE-CALL SB-IMPL::EQ-HASH/COMMON*
; --> SB-IMPL::HASH-TABLE-%HASH-FUN-STATE
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first result of %RAW-INSTANCE-REF/SIGNED-WORD
[251/300] src/code/target-hash-table (2.000 sec)
[252/300] src/code/linkage-space (0.080 sec)
[253/300] src/code/fdefinition (0.110 sec)
[254/300] src/code/sort (0.540 sec)
[255/300] src/code/target-lflist (0.310 sec)
[256/300] src/code/solist (0.210 sec)
[257/300] src/code/final (0.100 sec)
[258/300] src/code/reader (1.800 sec)
; file: src/code/print.lisp
; in: DEFUN %OUTPUT-INTEGER-IN-BASE
; (SB-XC:ZEROP (SB-BIGNUM:%BIGNUM-REF INTEGER (1- SB-IMPL::LEN)))
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; (SB-IMPL::ITERATIVE-ALGORITHM INTEGER)
; --> LOOP BLOCK TAGBODY PROGN MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION
; --> WHEN IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20)
; (SB-IMPL::ITERATIVE-ALGORITHM SB-IMPL::R)
; --> LOOP BLOCK TAGBODY PROGN MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION
; --> WHEN IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20)
; (SB-IMPL::ITERATIVE-ALGORITHM (SB-EXT:TRULY-THE SB-EXT:WORD SB-IMPL::Q))
; --> LOOP BLOCK TAGBODY PROGN MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION
; --> WHEN IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20)
; (SB-IMPL::ITERATIVE-ALGORITHM SB-IMPL::R)
; --> LOOP BLOCK TAGBODY PROGN MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION
; --> WHEN IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20)
; (SB-IMPL::ITERATIVE-ALGORITHM (SB-EXT:TRULY-THE SB-EXT:WORD SB-IMPL::Q))
; --> LOOP BLOCK TAGBODY PROGN MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION
; --> WHEN IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20)
[259/300] src/code/print (2.300 sec)
[260/300] src/code/pprint (1.280 sec)
[261/300] src/code/target-defstruct (0.410 sec)
[262/300] src/code/target-stream (0.190 sec)
[263/300] src/code/target-pathname (1.310 sec)
[264/300] src/code/unix-pathname (0.370 sec)
[265/300] src/code/filesys (0.470 sec)
[266/300] src/code/target-misc (0.080 sec)
[267/300] src/code/early-step (0.010 sec)
[268/300] src/code/avltree (0.090 sec)
; file: src/code/target-thread.lisp
; in: DEFUN %TRY-MUTEX
; (= SB-THREAD::OLD 0)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFINE-DEPRECATED-FUNCTION :EARLY
; (SB-THREAD::%TRY-MUTEX SB-THREAD:MUTEX)
; --> BLOCK LET* COND IF =
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN GRAB-MUTEX
; (SB-THREAD::%TRY-MUTEX SB-THREAD:MUTEX)
; --> BLOCK LET* COND IF =
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN GRAB-MUTEX-NO-CHECK-DEADLOCK
; (SB-THREAD::%TRY-MUTEX SB-THREAD:MUTEX)
; --> BLOCK LET* COND IF =
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN %CONDITION-WAIT
; (SB-THREAD::%TRY-MUTEX SB-THREAD:MUTEX)
; --> BLOCK LET* COND IF =
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
[269/300] src/code/target-thread (0.920 sec)
[270/300] src/code/error-error (0.020 sec)
[271/300] src/code/debug-int
Recording perfect hash:
(:ALLOW-OTHER-KEYS :FORM :PLIST :START-POSITIONS :CREATED :NAMESTRING)
#(42D83FFB 825503B8 8D9B0A28 EA1E569 ADDD7F24 6634E9C8)
(1.580 sec)
[272/300] src/code/gc (0.210 sec)
[273/300] src/code/interr (0.170 sec)
[274/300] src/code/sharpm (0.210 sec)
[275/300] src/code/target-load (0.160 sec)
[276/300] src/compiler/target-disassem (1.110 sec)
[277/300] src/compiler/ppc64/target-insts (0.030 sec)
[278/300] src/code/debug (0.730 sec)
[279/300] src/code/octets (0.310 sec)
; file: src/code/external-formats/enc-basic.lisp
; in: DEFUN SB-VM::SIMD-COPY-UTF8-TO-CHARACTER-STRING
; (LOGTEST SB-EXT:WORD SB-IMPL::ASCII-MASK)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN SB-VM::SIMD-COPY-UTF8-TO-BASE-STRING
; (LOGTEST SB-EXT:WORD SB-IMPL::ASCII-MASK)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; (INCF SB-IMPL::STRING-OFFSET SB-VM:N-WORD-BYTES)
;
; note: doing signed word to integer coercion (cost 20) to STRING-OFFSET
; in: DEFUN SB-VM::SIMD-COPY-CHARACTER-STRING-TO-UTF8
; (LOGTEST SB-EXT:WORD SB-IMPL::ASCII-MASK)
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEFUN SB-VM::SIMD-COPY-UTF8-CRLF-TO-BASE-STRING
; (INCF SB-IMPL::STRING-OFFSET 2)
;
; note: doing signed word to integer coercion (cost 20) to STRING-OFFSET
[280/300] src/code/external-formats/enc-basic (4.400 sec)
[281/300] src/code/external-formats/enc-ucs (0.930 sec)
; file: src/code/bit-bash.lisp
; in: DEF %BIT-POS-FWD/1
; (SB-VM::DEF SB-KERNEL:%BIT-POS-FWD/1 NIL (IDENTITY))
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; ==>
; (LET* ((SB-VM::FIRST-WORD
; (ASH SB-VM::START (- SB-VM::+BIT-POSITION-BASE-SHIFT+)))
; (SB-VM::LAST-WORD
; (ASH SB-VM::END (- SB-VM::+BIT-POSITION-BASE-SHIFT+)))
; (SB-VM::START-MASK (SB-VM::COMPUTE-START-MASK SB-VM::START))
; (SB-VM::END-MASK (SB-VM::COMPUTE-END-MASK SB-VM::END)))
; (DECLARE (SB-INT:INDEX SB-VM::LAST-WORD SB-VM::FIRST-WORD))
; (FLET ((SB-VM::START-BIT (SB-VM::X)
; (INTEGER-LENGTH #))
; (SB-VM::END-BIT (SB-VM::X)
; (DECLARE #)
; (- # 1))
; (SB-VM::GET-WORD (SB-VM::OFFSET)
; (IDENTITY #)))
; (DECLARE (INLINE SB-VM::START-BIT SB-VM::END-BIT SB-VM::GET-WORD))
; (UNLESS (< SB-VM::FIRST-WORD SB-VM::LAST-WORD)
; (RETURN-FROM SB-KERNEL:%BIT-POS-FWD/1
; (LET #
; #)))
; (LET* ((SB-VM::WORD-INDEX SB-VM::FIRST-WORD) (SB-EXT:WORD #))
; (DECLARE (SB-INT:INDEX SB-VM::WORD-INDEX))
; (UNLESS (SB-XC:ZEROP SB-EXT:WORD)
; (RETURN-FROM SB-KERNEL:%BIT-POS-FWD/1 #))
; (INCF SB-VM::WORD-INDEX)
; (LOOP SB-VM::WHILE (< SB-VM::WORD-INDEX SB-VM::LAST-WORD)
; DO (LET #
; #) (INCF SB-VM::WORD-INDEX))
; (UNLESS (SB-XC:ZEROP SB-VM::END-MASK)
; (LET #
; #)))))
;
; note: doing signed word to integer coercion (cost 20) to END-MASK
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET* UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET* LOOP BLOCK TAGBODY PROGN LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET* UNLESS IF LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> 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
; --> SB-XC:LDB
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
; --> 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 SB-XC:LDB
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET UNLESS IF RETURN-FROM LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET UNLESS IF RETURN-FROM LET UNLESS IF LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEF %BIT-POS-REV/1
; (SB-VM::DEF SB-KERNEL:%BIT-POS-REV/1 T (IDENTITY))
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET LOOP BLOCK TAGBODY PROGN LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET UNLESS IF LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET UNLESS IF RETURN-FROM LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET UNLESS IF RETURN-FROM LET UNLESS IF LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEF %BIT-POS-FWD/0
; (SB-VM::DEF SB-KERNEL:%BIT-POS-FWD/0 NIL (LOGANDC2 SB-EXT:MOST-POSITIVE-WORD))
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; ==>
; (LET* ((SB-VM::FIRST-WORD
; (ASH SB-VM::START (- SB-VM::+BIT-POSITION-BASE-SHIFT+)))
; (SB-VM::LAST-WORD
; (ASH SB-VM::END (- SB-VM::+BIT-POSITION-BASE-SHIFT+)))
; (SB-VM::START-MASK (SB-VM::COMPUTE-START-MASK SB-VM::START))
; (SB-VM::END-MASK (SB-VM::COMPUTE-END-MASK SB-VM::END)))
; (DECLARE (SB-INT:INDEX SB-VM::LAST-WORD SB-VM::FIRST-WORD))
; (FLET ((SB-VM::START-BIT (SB-VM::X)
; (INTEGER-LENGTH #))
; (SB-VM::END-BIT (SB-VM::X)
; (DECLARE #)
; (- # 1))
; (SB-VM::GET-WORD (SB-VM::OFFSET)
; (LOGANDC2 SB-EXT:MOST-POSITIVE-WORD #)))
; (DECLARE (INLINE SB-VM::START-BIT SB-VM::END-BIT SB-VM::GET-WORD))
; (UNLESS (< SB-VM::FIRST-WORD SB-VM::LAST-WORD)
; (RETURN-FROM SB-KERNEL:%BIT-POS-FWD/0
; (LET #
; #)))
; (LET* ((SB-VM::WORD-INDEX SB-VM::FIRST-WORD) (SB-EXT:WORD #))
; (DECLARE (SB-INT:INDEX SB-VM::WORD-INDEX))
; (UNLESS (SB-XC:ZEROP SB-EXT:WORD)
; (RETURN-FROM SB-KERNEL:%BIT-POS-FWD/0 #))
; (INCF SB-VM::WORD-INDEX)
; (LOOP SB-VM::WHILE (< SB-VM::WORD-INDEX SB-VM::LAST-WORD)
; DO (LET #
; #) (INCF SB-VM::WORD-INDEX))
; (UNLESS (SB-XC:ZEROP SB-VM::END-MASK)
; (LET #
; #)))))
;
; note: doing signed word to integer coercion (cost 20) to END-MASK
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET* UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET* LOOP BLOCK TAGBODY PROGN LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET* UNLESS IF LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> 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
; --> SB-XC:LDB
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
; --> 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 SB-XC:LDB
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20)
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET UNLESS IF RETURN-FROM LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET UNLESS IF RETURN-FROM LET UNLESS IF LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; in: DEF %BIT-POS-REV/0
; (SB-VM::DEF SB-KERNEL:%BIT-POS-REV/0 T (LOGANDC2 SB-EXT:MOST-POSITIVE-WORD))
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET LOOP BLOCK TAGBODY PROGN LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing unsigned word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET LET UNLESS IF LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET UNLESS IF RETURN-FROM LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK
; --> LET* FLET UNLESS IF RETURN-FROM LET UNLESS IF LET UNLESS IF SB-XC:ZEROP
; ==>
; 1
;
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of IF-EQ
[282/300] src/code/bit-bash (1.680 sec)
[283/300] src/compiler/generic/sanctify (0.000 sec)
[284/300] src/pcl/walk (0.300 sec)
[285/300] src/pcl/low (0.070 sec)
[286/300] src/pcl/macros (0.070 sec)
[287/300] src/pcl/ecd (0.040 sec)
[288/300] src/pcl/compiler-support (0.080 sec)
[289/300] src/pcl/defs (0.220 sec)
[290/300] src/pcl/wrapper (0.070 sec)
[291/300] src/pcl/class-init (0.310 sec)
[292/300] src/code/cold-init (0.130 sec)
[293/300] src/code/setf (0.200 sec)
[294/300] src/code/macros (0.720 sec)
[295/300] src/code/loop (0.700 sec)
[296/300] src/pcl/defclass (0.130 sec)
[297/300] src/code/early-defmethod (0.040 sec)
[298/300] src/code/format (0.920 sec)
[299/300] src/code/target-format (0.880 sec)
[300/300] src/code/late-globaldb (0.060 sec)
131.74524
; Math journal: wrote #P"obj/from-host/xfloat-math.lisp-expr" (7331 entries)
ctype cache metrics: Count LF Seek Hit maxPSL Mask
VALUES : 54377 41.5% 6 1FFFF
List : 51137 39.0% 11 1FFFF
Set : 27257 41.6% 5 FFFF
EQL : 18927 NIL %
UNION : 17879 54.6% 6 7FFF
NUMERIC-UNION : 17733 54.1% 6 7FFF
FUN : 13726 41.9% 5 7FFF
INTERSECTION : 9986 60.9% 7 3FFF
NEGATION : 5483 66.9% 13 1FFF
MEMBER : 5404 66.0% 6 1FFF
Key-Info : 1204 58.8% 6 7FF
ARRAY : 640 62.5% 5 3FF
CONS : 539 52.6% 5 3FF
Key-Info-Set : 423 41.3% 5 3FF
CHARACTER-SET : 236 46.1% 5 1FF
ALIEN-TYPE : 111 43.4% 4 FF
UNKNOWN : 72 56.3% 4 7F
CONSTANT : 59 46.1% 7 7F
HAIRY : 20 31.3% 3 3F
MEMBER/EQ : 15 23.4% 2 3F
FUN-DESIGNATOR : 5 7.8% 1 3F
Total : 225233
Alien:
FUN : 79 61.7% 5 7F
POINTER : 17 26.6% 4 3F
INTEGER : 8 12.5% 2 3F
ARRAY : 6 9.4% 1 3F
C-STRING : 3 4.7% 1 3F
BOOLEAN : 1 1.6% 1 3F
VALUES : 1 1.6% 1 3F
ENUM : 0 0.0% 0 3F
UNION : 0 0.0% 0 3F
STRUCT : 0 0.0% 0 3F
Total : 115
Math journal: replaced from #P"obj/from-host/xfloat-math.lisp-expr"
;
; compilation unit finished
; printed 111 notes
Likely suspicious calls:
2 SB-IMPL::EQL-HASH
2 SB-IMPL::GETHASH3
1 SB-KERNEL:%CODE-FUN-OFFSET
1 SB-KERNEL:CLASSOID-OF
1 SB-KERNEL:%PUTHASH
Possibly suspicious calls:
216 SB-KERNEL:%COERCE-CALLABLE-TO-FUN
168 SB-KERNEL:%NEGATE
147 SB-KERNEL:%SINGLE-FLOAT
139 SB-KERNEL:SPECIFIER-TYPE
123 SB-KERNEL:%DOUBLE-FLOAT
87 (SETF SB-INT:INFO)
12 SB-INT:INFO
8 SB-KERNEL:VALUES-SPECIFIER-TYPE
6 SB-PPC64-ASM::VALID-BO-ENCODING
3 SB-KERNEL:%UNARY-ROUND
2 SB-VM::ASH-LEFT-MOD64
2 SB-KERNEL:FILL-POINTER-ERROR
2 SB-C::FUN-INFO-TEMPLATES
1 SB-C::MASK-SIGNED-FIELD
1 SB-C::%STRUCTURE-IS-A
1 SB-SYS:FOREIGN-SYMBOL-SAP
1 SB-IMPL::%FAILED-AVER
1 SB-KERNEL:DSD-INDEX
1 SB-C::VOP-INFO-MORE-ARGS-TYPE
1 SB-C::VOP-INFO-ARG-TYPES
[undoing binding stack and other enclosing state... done]
[performing final GC... done]
[saving current Lisp image into output/after-xc.core:
writing 131072 bytes from the linkage space at 0x7fff955b0050
writing 3008 bytes from the static space at 0x4100000
writing 74448896 bytes from the dynamic space at 0x1000000000
writing 11929904 bytes from the read-only space at 0xfff490000
writing 0 bytes from the text space at 0
done]
make-genesis-2.sh: set: line 2: can't access tty; job control turned off
//entering make-genesis-2.sh
//loading and running GENESIS to create cold-sbcl.core
This is SBCL 2.6.4, an implementation of ANSI Common Lisp.
More information about SBCL is available at .
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* T
* ; Math journal: prefilled 7331 entries from #P"obj/from-host/xfloat-math.lisp-expr"
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tests/type.before-xc.lisp"
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tests/info.before-xc.lisp"
;; loading #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/tests/vm.before-xc.lisp"
; compiling file "/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/genesis.lisp" (written 29 MAY 2026 07:30:22 PM):
; file: /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/src/compiler/generic/genesis.lisp
; in: DEFUN WRITE-BIGVEC-AS-SEQUENCE
; (LOOP SB-FASL::REPEAT (- SB-FASL::DATA-LENGTH SB-FASL::BVLENGTH)
; DO (WRITE-BYTE 0 STREAM))
;
; note: deleting unreachable code
; in: DEFUN COLD-FDEFN-FUN
; (IF (SB-XC:ZEROP (SB-FASL::DESCRIPTOR-BITS SB-FASL::FUN))
; SB-FASL::*NIL-DESCRIPTOR*
; SB-FASL::FUN)
;
; note: deleting unreachable code
; in: DEFINE-COLD-FOP (FOP-LOAD-CODE (HEADER N-CODE-BYTES N-FIXUP-ELTS))
; (SB-FASL::DESCRIPTOR-BITS SB-FASL::FN)
;
; note: deleting unreachable code
; in: DEFUN GC-STRATEGY-ID
; (ERROR "Missing a GC feature")
;
; note: deleting unreachable code
; in: DEFUN WRITE-STATIC-SYMBOLS
; (OR (SB-INT:ENSURE-LINKAGE-INDEX SYMBOL) SB-FASL::I)
; --> IF
; ==>
; SB-FASL::I
;
; note: deleting unreachable code
; (FORMAT NIL "STATIC_SPACE_START + 0x~X"
; (- SB-FASL::VALUE SB-VM:STATIC-SPACE-START))
;
; note: deleting unreachable code
; in: DEFCONSTANT BITMAP-BYTES-PER-PAGE
; (/ SB-VM:GENCGC-PAGE-BYTES (* SB-VM:CONS-SIZE SB-VM:N-WORD-BYTES)
; SB-VM:N-BYTE-BITS)
;
; note: deleting unreachable code
;
; compilation unit finished
; printed 7 notes
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-host/src/compiler/generic/genesis.fasl-tmp
; compilation finished in 0:00:01.679
beginning GENESIS, creating core "output/cold-sbcl.core"
obj/from-xc/src/assembly/master.assem-obj
obj/from-xc/src/code/show.lisp-obj
obj/from-xc/src/compiler/early-constantp.lisp-obj
obj/from-xc/src/compiler/vop-existsp.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/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/code/function-names.lisp-obj
obj/from-xc/src/compiler/early-globaldb.lisp-obj
obj/from-xc/src/compiler/generic/parms.lisp-obj
obj/from-xc/src/compiler/ppc64/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/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/early-extensions.lisp-obj
obj/from-xc/src/code/ansi-stream.lisp-obj
obj/from-xc/src/code/restart.lisp-obj
obj/from-xc/src/code/early-pprint.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/maphash.lisp-obj
obj/from-xc/src/code/sysmacs.lisp-obj
obj/from-xc/src/code/hashset.lisp-obj
obj/from-xc/src/code/string-hash.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/code/thread-structs.lisp-obj
obj/from-xc/src/compiler/early-c.lisp-obj
obj/from-xc/src/pcl/slot-name.lisp-obj
obj/from-xc/src/code/early-classoid.lisp-obj
obj/from-xc/src/code/initial-method.lisp-obj
obj/from-xc/src/compiler/generic/pinned-objects.lisp-obj
obj/from-xc/src/compiler/generic/layout-ids.lisp-obj
obj/from-xc/src/code/signal.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/debug-var-io.lisp-obj
obj/from-xc/src/code/number-dispatch.lisp-obj
obj/from-xc/src/code/float-from-bits.lisp-obj
obj/from-xc/src/code/float.lisp-obj
obj/from-xc/src/code/early-time.lisp-obj
obj/from-xc/src/code/misc.lisp-obj
obj/from-xc/src/code/target-error.lisp-obj
obj/from-xc/src/code/target-extensions.lisp-obj
obj/from-xc/src/compiler/parse-lambda-list.lisp-obj
obj/from-xc/src/compiler/macros.lisp-obj
obj/from-xc/src/compiler/fun-info.lisp-obj
obj/from-xc/src/compiler/generic/vm-macs.lisp-obj
obj/from-xc/src/compiler/policies.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/objdef.lisp-obj
obj/from-xc/src/code/lockfree-list.lisp-obj
obj/from-xc/src/compiler/generic/vm-array.lisp-obj
obj/from-xc/src/code/primordial-type.lisp-obj
obj/from-xc/src/compiler/sset.lisp-obj
obj/from-xc/src/compiler/node.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/code/sc-offset.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/ppc64/vm.lisp-obj
obj/from-xc/src/code/alieneval.lisp-obj
obj/from-xc/output/stuff-groveled-from-headers.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/misc-aliens.lisp-obj
obj/from-xc/src/code/weak.lisp-obj
obj/from-xc/src/code/array.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/thread.lisp-obj
obj/from-xc/src/code/bignum.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/pathname.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/compiler/proclaim.lisp-obj
obj/from-xc/src/compiler/constantp.lisp-obj
obj/from-xc/src/code/deftype.lisp-obj
obj/from-xc/src/code/type.lisp-obj
obj/from-xc/src/compiler/generic/vm-type.lisp-obj
obj/from-xc/src/code/pred.lisp-obj
obj/from-xc/src/compiler/generic/primtype.lisp-obj
obj/from-xc/src/code/deftypes-for-target.lisp-obj
obj/from-xc/src/code/type-init.lisp-obj
obj/from-xc/src/code/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/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/host-pprint.lisp-obj
obj/from-xc/src/compiler/knownfun.lisp-obj
obj/from-xc/src/compiler/ctype.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/foreign.lisp-obj
obj/from-xc/src/code/unix.lisp-obj
obj/from-xc/src/code/symbol.lisp-obj
obj/from-xc/src/code/numbers.lisp-obj
obj/from-xc/src/code/float-trap.lisp-obj
obj/from-xc/src/code/target-float.lisp-obj
obj/from-xc/src/code/irrat.lisp-obj
obj/from-xc/src/code/alloc.lisp-obj
obj/from-xc/src/code/fd-stream.lisp-obj
obj/from-xc/src/code/target-char.lisp-obj
obj/from-xc/src/code/stream.lisp-obj
obj/from-xc/src/code/load.lisp-obj
obj/from-xc/src/code/deadline.lisp-obj
obj/from-xc/src/code/common-os.lisp-obj
obj/from-xc/src/code/format-directive.lisp-obj
obj/from-xc/src/code/c-call.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/compiler/disassem.lisp-obj
obj/from-xc/src/compiler/assem.lisp-obj
obj/from-xc/src/compiler/codegen.lisp-obj
obj/from-xc/src/compiler/dump.lisp-obj
obj/from-xc/src/compiler/generic/core.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/constraint.lisp-obj
obj/from-xc/src/compiler/equality-constraints.lisp-obj
obj/from-xc/src/compiler/constraint-back.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/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/static-syms.lisp-obj
obj/from-xc/src/compiler/generic/utils.lisp-obj
obj/from-xc/src/compiler/target-dstate.lisp-obj
obj/from-xc/src/compiler/ppc64/insts.lisp-obj
obj/from-xc/src/compiler/ppc64/macros.lisp-obj
obj/from-xc/src/assembly/ppc64/support.lisp-obj
obj/from-xc/src/compiler/ppc64/move.lisp-obj
obj/from-xc/src/compiler/ppc64/float.lisp-obj
obj/from-xc/src/compiler/ppc64/sap.lisp-obj
obj/from-xc/src/compiler/ppc64/char.lisp-obj
obj/from-xc/src/compiler/ppc64/system.lisp-obj
obj/from-xc/src/compiler/ppc64/memory.lisp-obj
obj/from-xc/src/compiler/ppc64/c-call.lisp-obj
obj/from-xc/src/assembly/ppc64/assem-rtns.lisp-obj
obj/from-xc/src/assembly/ppc64/array.lisp-obj
obj/from-xc/src/assembly/ppc64/arith.lisp-obj
obj/from-xc/src/assembly/ppc64/alloc.lisp-obj
obj/from-xc/src/compiler/float-tran.lisp-obj
obj/from-xc/src/compiler/array-tran.lisp-obj
obj/from-xc/src/compiler/generic/vm-tran.lisp-obj
obj/from-xc/src/compiler/type-vop-macros.lisp-obj
obj/from-xc/src/compiler/ppc64/arith.lisp-obj
obj/from-xc/src/compiler/ppc64/pred.lisp-obj
obj/from-xc/src/compiler/ppc64/type-vops.lisp-obj
obj/from-xc/src/compiler/generic/type-vops.lisp-obj
obj/from-xc/src/compiler/ir1final.lisp-obj
obj/from-xc/src/compiler/ppc64/alloc.lisp-obj
obj/from-xc/src/compiler/ppc64/values.lisp-obj
obj/from-xc/src/compiler/srctran.lisp-obj
obj/from-xc/src/compiler/seqtran.lisp-obj
obj/from-xc/src/compiler/typetran.lisp-obj
obj/from-xc/src/compiler/generic/vm-typetran.lisp-obj
obj/from-xc/src/compiler/ppc64/subprim.lisp-obj
obj/from-xc/src/compiler/ppc64/debug.lisp-obj
obj/from-xc/src/compiler/ppc64/cell.lisp-obj
obj/from-xc/src/compiler/ppc64/call.lisp-obj
obj/from-xc/src/compiler/ppc64/nlx.lisp-obj
obj/from-xc/src/compiler/generic/late-nlx.lisp-obj
obj/from-xc/src/compiler/ppc64/show.lisp-obj
obj/from-xc/src/compiler/ppc64/array.lisp-obj
obj/from-xc/src/compiler/generic/type-error.lisp-obj
obj/from-xc/src/compiler/envanal.lisp-obj
obj/from-xc/src/compiler/pseudo-vops.lisp-obj
obj/from-xc/src/compiler/aliencomp.lisp-obj
obj/from-xc/src/compiler/coverage.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/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/parse-defmacro-errors.lisp-obj
obj/from-xc/src/code/macroexpand.lisp-obj
obj/from-xc/src/code/funutils.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/ppc-vm.lisp-obj
obj/from-xc/src/code/unicode-norm.lisp-obj
obj/from-xc/src/code/mipsstrops.lisp-obj
obj/from-xc/src/code/string.lisp-obj
obj/from-xc/src/code/target-signal-common.lisp-obj
obj/from-xc/src/code/target-signal.lisp-obj
obj/from-xc/src/code/serve-event.lisp-obj
obj/from-xc/src/code/late-extensions.lisp-obj
obj/from-xc/src/code/brothertree.lisp-obj
obj/from-xc/src/code/simple-fun.lisp-obj
obj/from-xc/src/code/eval.lisp-obj
obj/from-xc/src/code/toplevel.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/linkage-space.lisp-obj
obj/from-xc/src/code/fdefinition.lisp-obj
obj/from-xc/src/code/sort.lisp-obj
obj/from-xc/src/code/target-lflist.lisp-obj
obj/from-xc/src/code/solist.lisp-obj
obj/from-xc/src/code/final.lisp-obj
obj/from-xc/src/code/reader.lisp-obj
obj/from-xc/src/code/print.lisp-obj
obj/from-xc/src/code/pprint.lisp-obj
obj/from-xc/src/code/target-defstruct.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/early-step.lisp-obj
obj/from-xc/src/code/avltree.lisp-obj
obj/from-xc/src/code/target-thread.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/gc.lisp-obj
obj/from-xc/src/code/interr.lisp-obj
obj/from-xc/src/code/sharpm.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/ppc64/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/bit-bash.lisp-obj
obj/from-xc/src/compiler/generic/sanctify.lisp-obj
obj/from-xc/src/pcl/walk.lisp-obj
obj/from-xc/src/pcl/low.lisp-obj
obj/from-xc/src/pcl/macros.lisp-obj
obj/from-xc/src/pcl/ecd.lisp-obj
obj/from-xc/src/pcl/compiler-support.lisp-obj
obj/from-xc/src/pcl/defs.lisp-obj
obj/from-xc/src/pcl/wrapper.lisp-obj
obj/from-xc/src/pcl/class-init.lisp-obj
obj/from-xc/src/code/cold-init.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/pcl/defclass.lisp-obj
obj/from-xc/src/code/early-defmethod.lisp-obj
obj/from-xc/src/code/format.lisp-obj
obj/from-xc/src/code/target-format.lisp-obj
obj/from-xc/src/code/late-globaldb.lisp-obj
; SB-Loader: (174+5202) methods/other
SB-XC:*FEATURES* =
(:PPC64 :GENCGC :64-BIT :ALIEN-CALLBACKS :ANSI-CL :ANSI-COMPLIANT-LOAD-TRUENAME
:BITPACKED-MUTEX :COMMON-LISP :COMPARE-AND-SWAP-VOPS :ELF :GCC-TLS
:GENERATIONAL :IEEE-FLOATING-POINT :LINKAGE-SPACE :LINUX :LITTLE-ENDIAN
:OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-CLOCK-GETTIME :OS-PROVIDES-DLADDR
:OS-PROVIDES-DLOPEN :OS-PROVIDES-POLL :OS-PROVIDES-SUSECONDS-T
:PACKAGE-LOCAL-NICKNAMES :SB-CORE-COMPRESSION :SB-DOC :SB-EVAL :SB-FUTEX
:SB-LDB :SB-PACKAGE-LOCKS :SB-SOURCE-LOCATIONS :SB-THREAD :SB-UNICODE :SBCL
:SOFT-CARD-MARKS :UNIX :USE-SYS-MMAP)
[building initial core file in "output/cold-sbcl.core":
lisp linkage table: page=0 n-entries=4898
writing 65536 bytes [1 page] from #
writing 31850496 bytes [486 pages] from #
writing 0 bytes [0 pages] from #
movable dynamic space: 48 + 240 + 198 cons/code/mixed pages
/INITIAL-FUN=#X1001CF0DB6
done]
//testing for consistency of first and second GENESIS passes
//header files match between first and second GENESIS -- good
real 2m 21.69s
user 2m 19.39s
sys 0m 2.09s
make-target-2.sh: set: line 2: can't access tty; job control turned off
//entering make-target-2.sh
//doing warm init - compilation phase
This is SBCL 2.6.5-85913ede1, an implementation of ANSI Common Lisp.
More information about SBCL is available at .
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
Initial page table:
| Immobile Objects |
Gen layout symbol code Boxed Cons Raw Code SmMix Mixed LgRaw LgCode LgMix Waste% Alloc Trig Dirty GCs Mem-age
6 0 0 0 0 48 0 240 20 178 0 0 0 0.5 31684944 2000000 0 0 0.0000
Tot 0 0 0 0 48 0 240 20 178 0 0 0 0.5 31684944 [3.0% of 1073741824 max]
COLD-INIT... Checking symbol printer: T
(Length(TLFs)= 5202)
"obj/from-xc/src/code/show.lisp-obj"
"obj/from-xc/src/compiler/early-constantp.lisp-obj"
"obj/from-xc/src/compiler/vop-existsp.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/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/code/function-names.lisp-obj"
"obj/from-xc/src/compiler/early-globaldb.lisp-obj"
"obj/from-xc/src/compiler/generic/parms.lisp-obj"
"obj/from-xc/src/compiler/ppc64/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/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/early-extensions.lisp-obj"
"obj/from-xc/src/code/ansi-stream.lisp-obj"
"obj/from-xc/src/code/restart.lisp-obj"
"obj/from-xc/src/code/early-pprint.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/maphash.lisp-obj"
"obj/from-xc/src/code/sysmacs.lisp-obj"
"obj/from-xc/src/code/hashset.lisp-obj"
"obj/from-xc/src/code/string-hash.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/code/thread-structs.lisp-obj"
"obj/from-xc/src/compiler/early-c.lisp-obj"
"obj/from-xc/src/pcl/slot-name.lisp-obj"
"obj/from-xc/src/code/early-classoid.lisp-obj"
"obj/from-xc/src/code/initial-method.lisp-obj"
"obj/from-xc/src/compiler/generic/pinned-objects.lisp-obj"
"obj/from-xc/src/compiler/generic/layout-ids.lisp-obj"
"obj/from-xc/src/code/signal.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/debug-var-io.lisp-obj"
"obj/from-xc/src/code/number-dispatch.lisp-obj"
"obj/from-xc/src/code/float-from-bits.lisp-obj"
"obj/from-xc/src/code/float.lisp-obj"
"obj/from-xc/src/code/early-time.lisp-obj"
"obj/from-xc/src/code/misc.lisp-obj"
"obj/from-xc/src/code/target-error.lisp-obj"
"obj/from-xc/src/code/target-extensions.lisp-obj"
"obj/from-xc/src/compiler/parse-lambda-list.lisp-obj"
"obj/from-xc/src/compiler/macros.lisp-obj"
"obj/from-xc/src/compiler/fun-info.lisp-obj"
"obj/from-xc/src/compiler/generic/vm-macs.lisp-obj"
"obj/from-xc/src/compiler/policies.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/objdef.lisp-obj"
"obj/from-xc/src/code/lockfree-list.lisp-obj"
"obj/from-xc/src/compiler/generic/vm-array.lisp-obj"
"obj/from-xc/src/code/primordial-type.lisp-obj"
"obj/from-xc/src/compiler/sset.lisp-obj"
"obj/from-xc/src/compiler/node.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/code/sc-offset.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/ppc64/vm.lisp-obj"
"obj/from-xc/src/code/alieneval.lisp-obj"
"obj/from-xc/output/stuff-groveled-from-headers.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/misc-aliens.lisp-obj"
"obj/from-xc/src/code/weak.lisp-obj"
"obj/from-xc/src/code/array.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/thread.lisp-obj"
"obj/from-xc/src/code/bignum.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/pathname.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/compiler/proclaim.lisp-obj"
"obj/from-xc/src/compiler/constantp.lisp-obj"
"obj/from-xc/src/code/deftype.lisp-obj"
"obj/from-xc/src/code/type.lisp-obj"
"obj/from-xc/src/compiler/generic/vm-type.lisp-obj"
"obj/from-xc/src/code/pred.lisp-obj"
"obj/from-xc/src/compiler/generic/primtype.lisp-obj"
"obj/from-xc/src/code/deftypes-for-target.lisp-obj"
"obj/from-xc/src/code/type-init.lisp-obj"
"obj/from-xc/src/code/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/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/host-pprint.lisp-obj"
"obj/from-xc/src/compiler/knownfun.lisp-obj"
"obj/from-xc/src/compiler/ctype.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/foreign.lisp-obj"
"obj/from-xc/src/code/unix.lisp-obj"
"obj/from-xc/src/code/symbol.lisp-obj"
"obj/from-xc/src/code/numbers.lisp-obj"
"obj/from-xc/src/code/float-trap.lisp-obj"
"obj/from-xc/src/code/target-float.lisp-obj"
"obj/from-xc/src/code/irrat.lisp-obj"
"obj/from-xc/src/code/alloc.lisp-obj"
"obj/from-xc/src/code/fd-stream.lisp-obj"
"obj/from-xc/src/code/target-char.lisp-obj"
"obj/from-xc/src/code/stream.lisp-obj"
"obj/from-xc/src/code/load.lisp-obj"
"obj/from-xc/src/code/deadline.lisp-obj"
"obj/from-xc/src/code/common-os.lisp-obj"
"obj/from-xc/src/code/format-directive.lisp-obj"
"obj/from-xc/src/code/c-call.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/compiler/disassem.lisp-obj"
"obj/from-xc/src/compiler/assem.lisp-obj"
"obj/from-xc/src/compiler/codegen.lisp-obj"
"obj/from-xc/src/compiler/dump.lisp-obj"
"obj/from-xc/src/compiler/generic/core.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/constraint.lisp-obj"
"obj/from-xc/src/compiler/equality-constraints.lisp-obj"
"obj/from-xc/src/compiler/constraint-back.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/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/static-syms.lisp-obj"
"obj/from-xc/src/compiler/generic/utils.lisp-obj"
"obj/from-xc/src/compiler/target-dstate.lisp-obj"
"obj/from-xc/src/compiler/ppc64/insts.lisp-obj"
"obj/from-xc/src/compiler/ppc64/macros.lisp-obj"
"obj/from-xc/src/assembly/ppc64/support.lisp-obj"
"obj/from-xc/src/compiler/ppc64/move.lisp-obj"
"obj/from-xc/src/compiler/ppc64/float.lisp-obj"
"obj/from-xc/src/compiler/ppc64/sap.lisp-obj"
"obj/from-xc/src/compiler/ppc64/char.lisp-obj"
"obj/from-xc/src/compiler/ppc64/system.lisp-obj"
"obj/from-xc/src/compiler/ppc64/memory.lisp-obj"
"obj/from-xc/src/compiler/ppc64/c-call.lisp-obj"
"obj/from-xc/src/assembly/ppc64/assem-rtns.lisp-obj"
"obj/from-xc/src/assembly/ppc64/array.lisp-obj"
"obj/from-xc/src/assembly/ppc64/arith.lisp-obj"
"obj/from-xc/src/assembly/ppc64/alloc.lisp-obj"
"obj/from-xc/src/compiler/float-tran.lisp-obj"
"obj/from-xc/src/compiler/array-tran.lisp-obj"
"obj/from-xc/src/compiler/generic/vm-tran.lisp-obj"
"obj/from-xc/src/compiler/type-vop-macros.lisp-obj"
"obj/from-xc/src/compiler/ppc64/arith.lisp-obj"
"obj/from-xc/src/compiler/ppc64/pred.lisp-obj"
"obj/from-xc/src/compiler/ppc64/type-vops.lisp-obj"
"obj/from-xc/src/compiler/generic/type-vops.lisp-obj"
"obj/from-xc/src/compiler/ir1final.lisp-obj"
"obj/from-xc/src/compiler/ppc64/alloc.lisp-obj"
"obj/from-xc/src/compiler/ppc64/values.lisp-obj"
"obj/from-xc/src/compiler/srctran.lisp-obj"
"obj/from-xc/src/compiler/seqtran.lisp-obj"
"obj/from-xc/src/compiler/typetran.lisp-obj"
"obj/from-xc/src/compiler/generic/vm-typetran.lisp-obj"
"obj/from-xc/src/compiler/ppc64/subprim.lisp-obj"
"obj/from-xc/src/compiler/ppc64/debug.lisp-obj"
"obj/from-xc/src/compiler/ppc64/cell.lisp-obj"
"obj/from-xc/src/compiler/ppc64/call.lisp-obj"
"obj/from-xc/src/compiler/ppc64/nlx.lisp-obj"
"obj/from-xc/src/compiler/generic/late-nlx.lisp-obj"
"obj/from-xc/src/compiler/ppc64/show.lisp-obj"
"obj/from-xc/src/compiler/ppc64/array.lisp-obj"
"obj/from-xc/src/compiler/generic/type-error.lisp-obj"
"obj/from-xc/src/compiler/envanal.lisp-obj"
"obj/from-xc/src/compiler/pseudo-vops.lisp-obj"
"obj/from-xc/src/compiler/aliencomp.lisp-obj"
"obj/from-xc/src/compiler/coverage.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/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/parse-defmacro-errors.lisp-obj"
"obj/from-xc/src/code/macroexpand.lisp-obj"
"obj/from-xc/src/code/funutils.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/ppc-vm.lisp-obj"
"obj/from-xc/src/code/unicode-norm.lisp-obj"
"obj/from-xc/src/code/mipsstrops.lisp-obj"
"obj/from-xc/src/code/string.lisp-obj"
"obj/from-xc/src/code/target-signal-common.lisp-obj"
"obj/from-xc/src/code/target-signal.lisp-obj"
"obj/from-xc/src/code/serve-event.lisp-obj"
"obj/from-xc/src/code/late-extensions.lisp-obj"
"obj/from-xc/src/code/brothertree.lisp-obj"
"obj/from-xc/src/code/simple-fun.lisp-obj"
"obj/from-xc/src/code/eval.lisp-obj"
"obj/from-xc/src/code/toplevel.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/linkage-space.lisp-obj"
"obj/from-xc/src/code/fdefinition.lisp-obj"
"obj/from-xc/src/code/sort.lisp-obj"
"obj/from-xc/src/code/target-lflist.lisp-obj"
"obj/from-xc/src/code/solist.lisp-obj"
"obj/from-xc/src/code/final.lisp-obj"
"obj/from-xc/src/code/reader.lisp-obj"
"obj/from-xc/src/code/print.lisp-obj"
"obj/from-xc/src/code/pprint.lisp-obj"
"obj/from-xc/src/code/target-defstruct.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/early-step.lisp-obj"
"obj/from-xc/src/code/avltree.lisp-obj"
"obj/from-xc/src/code/target-thread.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/gc.lisp-obj"
"obj/from-xc/src/code/interr.lisp-obj"
"obj/from-xc/src/code/sharpm.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/ppc64/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/bit-bash.lisp-obj"
"obj/from-xc/src/compiler/generic/sanctify.lisp-obj"
"obj/from-xc/src/pcl/walk.lisp-obj"
"obj/from-xc/src/pcl/low.lisp-obj"
"obj/from-xc/src/pcl/macros.lisp-obj"
"obj/from-xc/src/pcl/ecd.lisp-obj"
"obj/from-xc/src/pcl/compiler-support.lisp-obj"
"obj/from-xc/src/pcl/defs.lisp-obj"
"obj/from-xc/src/pcl/wrapper.lisp-obj"
"obj/from-xc/src/pcl/class-init.lisp-obj"
"obj/from-xc/src/code/cold-init.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/pcl/defclass.lisp-obj"
"obj/from-xc/src/code/early-defmethod.lisp-obj"
"obj/from-xc/src/code/format.lisp-obj"
"obj/from-xc/src/code/target-format.lisp-obj"
"obj/from-xc/src/code/late-globaldb.lisp-obj"
Disassembler: 44 printers, 4 prefilters, 2 labelers
; compiling file "src/code/room.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/room.fasl
; compilation finished in 0:00:00.469
; compiling file "src/code/warm-error.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/warm-error.fasl
; compilation finished in 0:00:00.059
; compiling file "src/compiler/generic/static-syms.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/compiler/generic/static-syms.fasl
; compilation finished in 0:00:00.019
; compiling file "src/code/icf.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/icf.fasl
; compilation finished in 0:00:00.169
; compiling file "src/code/defpackage.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/defpackage.fasl
; compilation finished in 0:00:00.199
; compiling file "src/code/huffman.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/huffman.fasl
; compilation finished in 0:00:00.109
; compiling file "src/code/target-unicode.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/target-unicode.fasl
; compilation finished in 0:00:03.719
; compiling file "src/code/external-formats/enc-utf.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-utf.fasl
; compilation finished in 0:00:00.999
; compiling file "src/code/external-formats/enc-ebcdic.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-ebcdic.fasl
; compilation finished in 0:00:00.379
; compiling file "src/code/external-formats/enc-cyr.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-cyr.fasl
; compilation finished in 0:00:01.309
; compiling file "src/code/external-formats/enc-dos.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-dos.fasl
; compilation finished in 0:00:07.099
; compiling file "src/code/external-formats/enc-iso.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-iso.fasl
; compilation finished in 0:00:06.649
; compiling file "src/code/external-formats/enc-win.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-win.fasl
; compilation finished in 0:00:04.639
; compiling file "src/code/external-formats/enc-mac.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-mac.fasl
; compilation finished in 0:00:00.409
; compiling file "src/code/external-formats/mb-util.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/mb-util.fasl
; compilation finished in 0:00:00.249
; compiling file "src/code/external-formats/enc-cn-tbl.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-cn-tbl.fasl
; compilation finished in 0:00:00.119
; compiling file "src/code/external-formats/enc-cn.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-cn.fasl
; compilation finished in 0:00:00.229
; compiling file "src/code/external-formats/enc-jpn-tbl.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-jpn-tbl.fasl
; compilation finished in 0:00:00.119
; compiling file "src/code/external-formats/enc-jpn.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/external-formats/enc-jpn.fasl
; compilation finished in 0:00:00.539
; compiling file "src/code/stubs.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/stubs.fasl
; compilation finished in 0:00:00.119
; compiling file "src/pcl/fngen.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/fngen.fasl
; compilation finished in 0:00:00.079
; compiling file "src/pcl/cache.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/cache.fasl
; compilation finished in 0:00:00.299
; compiling file "src/pcl/dlisp.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/dlisp.fasl
; compilation finished in 0:00:00.119
; compiling file "src/pcl/dlisp2.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/dlisp2.fasl
; compilation finished in 0:00:00.109
; compiling file "src/pcl/boot.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/boot.fasl
; compilation finished in 0:00:00.889
; compiling file "src/pcl/vector.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/vector.fasl
; compilation finished in 0:00:00.289
; compiling file "src/pcl/slots-boot.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/slots-boot.fasl
; compilation finished in 0:00:00.109
; compiling file "src/pcl/combin.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/combin.fasl
; compilation finished in 0:00:00.089
; compiling file "src/pcl/dfun.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/dfun.fasl
; compilation finished in 0:00:00.669
; compiling file "src/pcl/ctor.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/ctor.fasl
; compilation finished in 0:00:00.389
; compiling file "src/pcl/braid.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/braid.fasl
; compilation finished in 0:00:00.069
; compiling file "src/pcl/dlisp3.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/dlisp3.fasl
; compilation finished in 0:00:00.000
; compiling file "src/pcl/generic-functions.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/generic-functions.fasl
; compilation finished in 0:00:00.039
; compiling file "src/pcl/slots.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/slots.fasl
; compilation finished in 0:00:00.099
; compiling file "src/pcl/init.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/init.fasl
; compilation finished in 0:00:00.129
; compiling file "src/pcl/std-class.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/std-class.fasl
; compilation finished in 0:00:00.649
; compiling file "src/pcl/cpl.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/cpl.fasl
; compilation finished in 0:00:00.049
; compiling file "src/pcl/fsc.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/fsc.fasl
; compilation finished in 0:00:00.009
; compiling file "src/pcl/methods.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/methods.fasl
; compilation finished in 0:00:00.439
; compiling file "src/pcl/fixup.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/fixup.fasl
; compilation finished in 0:00:00.019
; compiling file "src/pcl/call-next-method.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/call-next-method.fasl
; compilation finished in 0:00:00.019
; compiling file "src/pcl/defcombin.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/defcombin.fasl
; compilation finished in 0:00:00.239
; compiling file "src/pcl/env.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/env.fasl
; compilation finished in 0:00:00.039
; compiling file "src/pcl/documentation.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/documentation.fasl
; compilation finished in 0:00:00.169
; compiling file "src/pcl/print-object.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/print-object.fasl
; compilation finished in 0:00:00.069
; Removing placeholder PRINT-OBJECT ... done
; compiling file "src/pcl/precom1.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/precom1.fasl
; compilation finished in 0:00:00.000
; compiling file "src/pcl/precom2.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/precom2.fasl
; compilation finished in 0:00:00.509
; compiling file "src/code/ntrace.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/ntrace.fasl
; compilation finished in 0:00:00.279
; compiling file "src/code/full-eval.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/full-eval.fasl
; compilation finished in 0:00:00.339
; compiling file "src/code/setf-funs.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/setf-funs.fasl
; compilation finished in 0:00:00.069
; compiling file "src/code/late-condition.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/late-condition.fasl
; compilation finished in 0:00:00.010
; compiling file "src/pcl/gray-streams-class.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/gray-streams-class.fasl
; compilation finished in 0:00:00.000
; compiling file "src/pcl/gray-streams.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/gray-streams.fasl
; compilation finished in 0:00:00.139
; compiling file "src/pcl/sequence.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/pcl/sequence.fasl
; compilation finished in 0:00:00.609
; compiling file "src/code/describe-policy.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/describe-policy.fasl
; compilation finished in 0:00:00.009
; compiling file "src/code/inspect.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/inspect.fasl
; compilation finished in 0:00:00.109
; compiling file "src/code/profile.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/profile.fasl
; compilation finished in 0:00:00.199
; compiling file "src/code/step.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/step.fasl
; compilation finished in 0:00:00.029
; compiling file "src/code/warm-lib.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/warm-lib.fasl
; compilation finished in 0:00:00.000
; compiling file "src/code/alien-callback.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/alien-callback.fasl
; compilation finished in 0:00:00.089
; compiling file "src/code/describe.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/describe.fasl
; compilation finished in 0:00:00.439
; compiling file "src/code/run-program.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/run-program.fasl
; compilation finished in 0:00:00.349
; compiling file "src/code/traceroot.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/traceroot.fasl
; compilation finished in 0:00:00.129
; compiling file "src/code/query.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/query.fasl
; compilation finished in 0:00:00.019
; compiling file "src/code/timer.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/timer.fasl
; compilation finished in 0:00:00.159
; compiling file "src/code/repack-xref.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/repack-xref.fasl
; compilation finished in 0:00:00.029
; compiling file "src/code/module.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/module.fasl
; compilation finished in 0:00:00.019
; compiling file "src/code/save.lisp" (written 29 MAY 2026 07:30:22 PM):
; wrote /home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/obj/from-self/src/code/save.fasl
; compilation finished in 0:00:00.099
Done with warm.lisp. INTERNAL-REAL-TIME=39.258583s
//doing warm init - load and dump phase
Checking symbol printer: T
Done with warm.lisp. INTERNAL-REAL-TIME=2.229919s
External | Internal
COMMON-LISP | 978 ( +0) | 0 ( +0)
COMMON-LISP-USER | 0 ( +0) | 50 ( -24)
KEYWORD | 2161 ( -237) | 0 ( +0)
SB-ALIEN | 65 ( +0) | 406 ( -22)
SB-ALIEN-INTERNALS | 96 ( +0) | 0 ( +0)
SB-ASSEM | 60 ( +0) | 216 ( -21)
SB-BIGNUM | 56 ( -6) | 72 ( -78)
SB-BROTHERTREE | 5 ( +0) | 35 ( -16)
SB-C | 341 ( +0) | 5224 ( -522)
SB-DEBUG | 24 ( +0) | 269 ( -5)
SB-DI | 84 ( +0) | 329 ( +0)
SB-DISASSEM | 67 ( +0) | 272 ( -149)
SB-EVAL | 9 ( +0) | 166 ( +0)
SB-EXT | 237 ( +0) | 0 ( +0)
SB-FASL | 10 ( -2) | 195 ( -51)
SB-FORMAT | 2 ( +0) | 301 ( -13)
SB-GRAY | 32 ( +0) | 12 ( -2)
SB-IMPL | 49 ( +0) | 4641 (-1134)
SB-INT | 402 ( +0) | 2 ( -2)
SB-KERNEL | 1191 ( +0) | 1494 ( -320)
SB-LOCKLESS | 29 ( +0) | 132 ( -56)
SB-LOOP | 0 ( +0) | 242 ( -44)
SB-MOP | 102 ( +0) | 0 ( +0)
SB-PCL | 16 ( +0) | 1696 ( -210)
SB-PPC64-ASM | 0 ( +0) | 605 ( -116)
SB-PRETTY | 6 ( +0) | 237 ( -15)
SB-PROFILE | 4 ( +0) | 79 ( -2)
SB-REGALLOC | 8 ( +0) | 244 ( -53)
SB-SEQUENCE | 56 ( +0) | 0 ( +0)
SB-SYS | 111 ( +0) | 2 ( -5)
SB-THREAD | 80 ( +0) | 251 ( -49)
SB-UNICODE | 50 ( +0) | 84 ( -31)
SB-UNIX | 172 ( +0) | 120 ( -62)
SB-VM | 385 ( +0) | 1132 ( -653)
SB-WALKER | 8 ( +0) | 111 ( -9)
( -245) | (-3664) = (-3909)
; Checking #P"/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/output/xfloat-math.lisp-expr"
real 0m 44.43s
user 0m 43.54s
sys 0m 0.83s
//entering make-target-contrib.sh
make: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib'
make MODULE_REQUIRES="" -C sb-posix
make MODULE_REQUIRES="" -C sb-bsd-sockets
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-posix'
make MODULE_REQUIRES="" -C sb-introspect
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-bsd-sockets'
make MODULE_REQUIRES="" -C sb-cltl2
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-introspect'
make MODULE_REQUIRES="" -C sb-aclrepl
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-cltl2'
make MODULE_REQUIRES="" -C sb-sprof
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-aclrepl'
make MODULE_REQUIRES="" -C sb-capstone
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-sprof'
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-capstone'
make MODULE_REQUIRES="" -C sb-rotate-byte
make MODULE_REQUIRES="" -C sb-executable
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-rotate-byte'
make MODULE_REQUIRES="" -C sb-gmp
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-executable'
make[1]: Entering directory '/home/buildozer/aports/community/sbcl/src/sbcl-2.6.5/contrib/sb-gmp'
../..//src/runtime/sbcl --noinform --core ../..//output/sbcl.core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../make-contrib.lisp "sb-cltl2" .
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
[undoing binding stack and other enclosing state... done]
[performing final GC... done]
[saving current Lisp image into output/sbcl.core:
writing 65536 bytes from the linkage space at 0x7fff82730050
writing 3008 bytes from the static space at 0x4100000
writing 27787264 bytes from the dynamic space at 0x1000000000
writing 8099200 bytes from the read-only space at 0xfff840000
writing 0 bytes from the text space at 0
done]
>>> sbcl: Entering fakeroot...
/home/buildozer/aports/community/sbcl/pkg/sbcl/usr
SBCL has been installed:
binary /home/buildozer/aports/community/sbcl/pkg/sbcl/usr/bin/sbcl
core and contribs in /home/buildozer/aports/community/sbcl/pkg/sbcl/usr/lib/sbcl/
Documentation:
man /home/buildozer/aports/community/sbcl/pkg/sbcl/usr/share/man/man1/sbcl.1
>>> sbcl-doc*: Running split function doc...
'usr/share/doc' -> '/home/buildozer/aports/community/sbcl/pkg/sbcl-doc/usr/share/doc'
'usr/share/man' -> '/home/buildozer/aports/community/sbcl/pkg/sbcl-doc/usr/share/man'
'usr/share/licenses' -> '/home/buildozer/aports/community/sbcl/pkg/sbcl-doc/usr/share/licenses'
>>> sbcl-doc*: Preparing subpackage sbcl-doc...
>>> sbcl-doc*: Running postcheck for sbcl-doc
>>> sbcl-source*: Running split function _source...
>>> sbcl-source*: Preparing subpackage sbcl-source...
>>> sbcl-source*: Stripping binaries
>>> sbcl-source*: Running postcheck for sbcl-source
>>> sbcl*: Running postcheck for sbcl
>>> sbcl*: Preparing package sbcl...
>>> sbcl*: Stripping binaries
>>> sbcl*: Scanning shared objects
>>> sbcl-source*: Scanning shared objects
>>> sbcl-doc*: Tracing dependencies...
>>> sbcl-doc*: Package size: 662.8 KB
>>> sbcl-doc*: Compressing data...
>>> sbcl-doc*: Create checksum...
>>> sbcl-doc*: Create sbcl-doc-2.6.5-r0.apk
>>> sbcl-source*: Tracing dependencies...
so:libc.musl-ppc64le.so.1
so:libzstd.so.1
>>> sbcl-source*: Package size: 29.2 MB
>>> sbcl-source*: Compressing data...
>>> sbcl-source*: Create checksum...
>>> sbcl-source*: Create sbcl-source-2.6.5-r0.apk
>>> sbcl*: Tracing dependencies...
so:libc.musl-ppc64le.so.1
so:libzstd.so.1
>>> sbcl*: Package size: 39.9 MB
>>> sbcl*: Compressing data...
>>> sbcl*: Create checksum...
>>> sbcl*: Create sbcl-2.6.5-r0.apk
>>> sbcl: Build complete at Sat, 30 May 2026 08:32:22 +0000 elapsed time 0h 4m 38s
>>> sbcl: Cleaning up srcdir
>>> sbcl: Cleaning up pkgdir
>>> sbcl: Uninstalling dependencies...
( 1/19) Purging .makedepends-sbcl (20260530.082746)
( 2/19) Purging emacs-nox (30.2-r3)
( 3/19) Purging emacs (30.2-r3)
( 4/19) Purging linux-headers (7.0.0-r1)
( 5/19) Purging mpfr-dev (4.2.2-r0)
( 6/19) Purging zstd-dev (1.5.7-r2)
( 7/19) Purging zstd (1.5.7-r2)
( 8/19) Purging dbus-libs (1.16.2-r2)
( 9/19) Purging gnutls (3.8.13-r0)
(10/19) Purging lcms2 (2.19-r0)
(11/19) Purging libxml2 (2.13.9-r2)
(12/19) Purging nettle (3.10.2-r0)
(13/19) Purging p11-kit (0.25.5-r2)
(14/19) Purging sbcl (2.6.4-r0)
(15/19) Purging sqlite-libs (3.53.1-r0)
(16/19) Purging tree-sitter (0.26.7-r0)
(17/19) Purging xz-libs (5.8.3-r0)
(18/19) Purging libffi (3.5.2-r1)
(19/19) Purging libtasn1 (4.21.0-r0)
Executing busybox-1.37.0-r31.trigger
OK: 288.6 MiB in 106 packages
>>> sbcl: Updating the community/ppc64le repository index...
>>> sbcl: Signing the index...