>>> paraexec: Building testing/paraexec 1.0-r3 (using abuild 3.11.20-r0) started Thu, 29 Jun 2023 05:10:05 +0000
>>> paraexec: Checking sanity of /home/buildozer/aports/testing/paraexec/APKBUILD...
>>> paraexec: Analyzing dependencies...
>>> paraexec: Installing for build: build-base sbcl
(1/2) Installing sbcl (2.3.6-r0)
(2/2) Installing .makedepends-paraexec (20230629.051007)
Executing busybox-1.36.1-r2.trigger
OK: 424 MiB in 107 packages
>>> paraexec: Cleaning up srcdir
>>> paraexec: Cleaning up pkgdir
>>> paraexec: Cleaning up tmpdir
>>> paraexec: Fetching https://distfiles.alpinelinux.org/distfiles/edge/paraexec.tar.bz2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 18912 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18912 100 18912 0 0 48607 0 --:--:-- --:--:-- --:--:-- 48616
>>> paraexec: Fetching https://distfiles.alpinelinux.org/distfiles/edge/paraexec.tar.bz2
>>> paraexec: Checking sha512sums...
paraexec.tar.bz2: OK
>>> paraexec: Unpacking /var/cache/distfiles/edge/paraexec.tar.bz2...
mkdir -p quicklisp ;\
curl --output quicklisp.lisp https://beta.quicklisp.org/quicklisp.lisp
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 57144 100 57144 0 0 99527 0 --:--:-- --:--:-- --:--:-- 99727
sbcl --no-userinit --non-interactive \
--eval '(require "asdf")' \
--load quicklisp.lisp \
--eval '(quicklisp-quickstart:install :path "quicklisp/")' \
--eval '(uiop:quit)' \
This is SBCL 2.3.6, 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.
==== quicklisp quickstart 2015-01-28 loaded ====
To continue with installation, evaluate: (quicklisp-quickstart:install)
For installation options, evaluate: (quicklisp-quickstart:help)
; Fetching #
; 0.82KB
==================================================
839 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #
; 260.00KB
==================================================
266,240 bytes in 0.04 seconds (7091.04KB/sec)
; Fetching #
; 4.94KB
==================================================
5,057 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #
; 628.18KB
==================================================
643,253 bytes in 0.05 seconds (12563.54KB/sec)
; Fetching #
; 0.40KB
==================================================
408 bytes in 0.00 seconds (0.00KB/sec)
Installing dist "quicklisp" version "2023-06-18".
; Fetching #
; 537.68KB
==================================================
550,584 bytes in 0.05 seconds (11521.87KB/sec)
; Fetching #
; 412.87KB
==================================================
422,776 bytes in 0.04 seconds (9527.34KB/sec)
==== quicklisp installed ====
To load a system, use: (ql:quickload "system-name")
To find systems, use: (ql:system-apropos "term")
To load Quicklisp every time you start Lisp, use: (ql:add-to-init-file)
For more information, see http://www.quicklisp.org/beta/
sbcl --no-userinit --non-interactive \
--load ./quicklisp/setup.lisp \
--eval '(require "asdf")' \
--eval '(ql:update-dist "quicklisp" :prompt nil)' \
--eval '(ql:quickload (list "asdf" "uiop" "lparallel" "unix-opts" "str"))' \
--eval '(uiop:quit)'
This is SBCL 2.3.6, 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.
You already have the latest version of "quicklisp": 2023-06-18.
To load "asdf":
Load 1 ASDF system:
asdf
; Loading "asdf"
To load "uiop":
Load 1 ASDF system:
uiop
; Loading "uiop"
To load "lparallel":
Load 1 ASDF system:
asdf
Install 6 Quicklisp releases:
alexandria bordeaux-threads global-vars lparallel
trivial-features trivial-garbage
; Fetching #
; 10.74KB
==================================================
10,996 bytes in 0.00 seconds (3221.81KB/sec)
; Fetching #
; 11.10KB
==================================================
11,368 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #
; 3.50KB
==================================================
3,581 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #
; 2990.63KB
==================================================
3,062,409 bytes in 0.08 seconds (39008.61KB/sec)
; Fetching #
; 55.61KB
==================================================
56,945 bytes in 0.01 seconds (4170.88KB/sec)
; Fetching #
; 76.71KB
==================================================
78,551 bytes in 0.01 seconds (5753.39KB/sec)
; Loading "lparallel"
..................................................
[package alexandria]..............................
[package alexandria-2]............................
[package global-vars].............................
[package trivial-garbage].........................
[package bordeaux-threads]........................
[package bordeaux-threads-2]......................
[package lparallel.util]..........................
[package lparallel.thread-util]...................
[package lparallel.raw-queue].....................
[package lparallel.cons-queue]....................
[package lparallel.vector-queue]..................
[package lparallel.queue].........................
[package lparallel.counter].......................
[package lparallel.spin-queue]....................
[package lparallel.kernel]........................
[package lparallel.kernel-util]...................
[package lparallel.promise].......................
[package lparallel.ptree].........................
[package lparallel.slet]..........................
[package lparallel.defpun]........................
[package lparallel.cognate].......................
[package lparallel]
To load "unix-opts":
Load 1 ASDF system:
asdf
Install 1 Quicklisp release:
unix-opts
; Fetching #
; 15.33KB
==================================================
15,695 bytes in 0.08 seconds (199.92KB/sec)
; Loading "unix-opts"
[package unix-opts]...
To load "str":
Load 1 ASDF system:
asdf
Install 4 Quicklisp releases:
cl-change-case cl-ppcre cl-str cl-unicode
; Fetching #
; 1260.39KB
==================================================
1,290,638 bytes in 0.06 seconds (21006.13KB/sec)
; Fetching #
; 153.74KB
==================================================
157,428 bytes in 0.03 seconds (5765.33KB/sec)
; Fetching #
; 4.68KB
==================================================
4,792 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #
; 24.12KB
==================================================
24,700 bytes in 0.00 seconds (0.00KB/sec)
; Loading "str"
To load "flexi-streams":
Load 1 ASDF system:
asdf
Install 2 Quicklisp releases:
flexi-streams trivial-gray-streams
; Fetching #
; 7.86KB
==================================================
8,046 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #
; 435.47KB
==================================================
445,922 bytes in 0.05 seconds (8164.97KB/sec)
; Loading "flexi-streams"
[package impl-specific-gray]......................
[package trivial-gray-streams]....................
[package flexi-streams]...........................
..................................................
..................................................
.........................
To load "str":
Load 1 ASDF system:
str
; Loading "str"
[package cl-ppcre]................................
..................................................
[package cl-unicode]..............................
[package cl-unicode-names]........................
[package cl-ppcre-unicode]........................
[package cl-change-case]..........................
[package str]....
sbcl --no-userinit --non-interactive --eval '(require "asdf")' \
--load ./src/paraexec.asd \
--load ./quicklisp/setup.lisp \
--eval '(ql:quickload :paraexec)' \
--eval '(ql:quickload (list "uiop" "lparallel" "unix-opts" "str"))' \
--eval '(asdf:make :paraexec)' \
--eval '(quit)'
This is SBCL 2.3.6, 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.
WARNING:
redefining ASDF/ACTION:PERFORM (#
#) in DEFMETHOD
To load "paraexec":
Load 1 ASDF system:
paraexec
; Loading "paraexec"
.........
To load "uiop":
Load 1 ASDF system:
uiop
; Loading "uiop"
To load "lparallel":
Load 1 ASDF system:
lparallel
; Loading "lparallel"
To load "unix-opts":
Load 1 ASDF system:
unix-opts
; Loading "unix-opts"
To load "str":
Load 1 ASDF system:
str
; Loading "str"
[undoing binding stack and other enclosing state... done]
[performing final GC... done]
[defragmenting immobile space... (inst,fdefn,code,sym)=1050+21177+21914+28444... done]
[saving current Lisp image into /home/buildozer/aports/testing/paraexec/src/Paraexec-1.0/src/paraexec:
writing 3424 bytes from the static space at 0x50000000
compressed 32768 bytes into 631 at level 9
writing 36569088 bytes from the dynamic space at 0x1000000000
compressed 36569088 bytes into 6688393 at level 9
writing 17274144 bytes from the read-only space at 0xffef80000
compressed 17301504 bytes into 3110166 at level 9
writing 2187264 bytes from the fixedobj space at 0x50100000
compressed 2195456 bytes into 547326 at level 9
writing 13635584 bytes from the text space at 0x52a00000
compressed 13664256 bytes into 3477024 at level 9
done]
rm quicklisp.lisp ;\
rm -rf quicklisp ;\
>>> paraexec: Entering fakeroot...
>>> paraexec*: Running postcheck for paraexec
>>> paraexec*: Preparing package paraexec...
>>> paraexec*: Scanning shared objects
>>> paraexec*: Tracing dependencies...
sbcl
so:libc.musl-x86_64.so.1
so:libzstd.so.1
>>> paraexec*: Package size: 13.7 MB
>>> paraexec*: Compressing data...
>>> paraexec*: Create checksum...
>>> paraexec*: Create paraexec-1.0-r3.apk
>>> paraexec: Build complete at Thu, 29 Jun 2023 05:10:36 +0000 elapsed time 0h 0m 31s
>>> paraexec: Cleaning up srcdir
>>> paraexec: Cleaning up pkgdir
>>> paraexec: Uninstalling dependencies...
(1/2) Purging .makedepends-paraexec (20230629.051007)
(2/2) Purging sbcl (2.3.6-r0)
Executing busybox-1.36.1-r2.trigger
OK: 376 MiB in 105 packages
>>> paraexec: Updating the testing/x86_64 repository index...
>>> paraexec: Signing the index...