>>> paraexec: Building testing/paraexec 1.0-r1 (using abuild 3.9.0-r2) started Tue, 26 Jul 2022 03:00:16 +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.2.6-r0)
(2/2) Installing .makedepends-paraexec (20220726.030017)
Executing busybox-1.35.0-r20.trigger
OK: 378 MiB in 103 packages
>>> paraexec: Cleaning up srcdir
>>> paraexec: Cleaning up pkgdir
>>> 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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
>>> paraexec: Fetching paraexec.tar.bz2::https://gitlab.com/Durrendal/Paraexec/-/archive/1.0/Paraexec-1.0.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
100 18912 0 18912 0 0 60161 0 --:--:-- --:--:-- --:--:-- 60229
>>> 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 228k 0 --:--:-- --:--:-- --:--:-- 228k
sbcl --no-userinit --non-interactive \
--eval '(require "asdf")' \
--load quicklisp.lisp \
--eval '(quicklisp-quickstart:install :path "quicklisp/")' \
--eval '(uiop:quit)' \
This is SBCL 2.2.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.36 seconds (715.60KB/sec)
; Fetching #
; 4.94KB
==================================================
5,057 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #
; 628.18KB
==================================================
643,253 bytes in 0.02 seconds (26921.09KB/sec)
; Fetching #
; 0.40KB
==================================================
408 bytes in 0.00 seconds (0.00KB/sec)
Installing dist "quicklisp" version "2022-07-08".
; Fetching #
; 517.76KB
==================================================
530,186 bytes in 0.45 seconds (1159.16KB/sec)
; Fetching #
; 393.89KB
==================================================
403,346 bytes in 0.02 seconds (19694.63KB/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.2.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": 2022-07-08.
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 3 Quicklisp releases:
alexandria bordeaux-threads lparallel
; Fetching #
; 2958.85KB
==================================================
3,029,861 bytes in 0.08 seconds (36985.61KB/sec)
; Fetching #
; 55.51KB
==================================================
56,838 bytes in 0.18 seconds (308.37KB/sec)
; Fetching #
; 76.71KB
==================================================
78,551 bytes in 0.01 seconds (7671.00KB/sec)
; Loading "lparallel"
[package alexandria]..............................
[package alexandria-2]............................
[package bordeaux-threads]........................
[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.00 seconds (0.00KB/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.03 seconds (47265.76KB/sec)
; Fetching #
; 153.70KB
==================================================
157,392 bytes in 0.01 seconds (15370.31KB/sec)
; Fetching #
; 4.68KB
==================================================
4,792 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #
; 19.67KB
==================================================
20,140 bytes in 0.09 seconds (218.53KB/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 (2357.46KB/sec)
; Fetching #
; 435.47KB
==================================================
445,922 bytes in 0.02 seconds (21773.54KB/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.2.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... (fin,inst,fdefn,code,sym)=1175+1025+20696+21292+27670... done]
[saving current Lisp image into /home/buildozer/aports/testing/paraexec/src/Paraexec-1.0/src/paraexec:
writing 0 bytes from the read-only space at 0x50000000
compressed 0 bytes into 9 at level 9
writing 784 bytes from the static space at 0x50100000
compressed 32768 bytes into 221 at level 9
writing 52625408 bytes from the dynamic space at 0x1000000000
compressed 52625408 bytes into 9575175 at level 9
writing 2191360 bytes from the immobile space at 0x50200000
compressed 2195456 bytes into 560165 at level 9
writing 13549568 bytes from the immobile space at 0x52a00000
compressed 13565952 bytes into 3437992 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.4 MB
>>> paraexec*: Compressing data...
>>> paraexec*: Create checksum...
>>> paraexec*: Create paraexec-1.0-r1.apk
>>> paraexec: Build complete at Tue, 26 Jul 2022 03:00:51 +0000 elapsed time 0h 0m 35s
>>> paraexec: Cleaning up srcdir
>>> paraexec: Cleaning up pkgdir
>>> paraexec: Uninstalling dependencies...
(1/2) Purging .makedepends-paraexec (20220726.030017)
(2/2) Purging sbcl (2.2.6-r0)
Executing busybox-1.35.0-r20.trigger
OK: 333 MiB in 101 packages
>>> paraexec: Updating the testing/x86_64 repository index...
>>> paraexec: Signing the index...