>>> libucontext: Building main/libucontext 1.0-r0 (using abuild 3.7.0-r0) started Sat, 09 Jan 2021 08:03:42 +0000 >>> libucontext: Checking sanity of /home/buildozer/aports/main/libucontext/APKBUILD... >>> libucontext: Analyzing dependencies... >>> libucontext: Installing for build: build-base scdoc (1/2) Installing scdoc (1.11.1-r0) (2/2) Installing .makedepends-libucontext (20210109.080342) Executing busybox-1.32.1-r0.trigger OK: 310 MiB in 88 packages >>> libucontext: Cleaning up srcdir >>> libucontext: Cleaning up pkgdir >>> libucontext: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/libucontext-1.0.tar.xz % 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 curl: (22) The requested URL returned error: 404 >>> libucontext: Fetching https://distfiles.dereferenced.org/libucontext/libucontext-1.0.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 81 19720 81 16135 0 0 20846 0 --:--:-- --:--:-- --:--:-- 20846 100 19720 100 19720 0 0 25478 0 --:--:-- --:--:-- --:--:-- 25445 >>> libucontext: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/libucontext-1.0.tar.xz >>> libucontext: Checking sha512sums... libucontext-1.0.tar.xz: OK >>> libucontext: Unpacking /var/cache/distfiles/v3.13/libucontext-1.0.tar.xz... cp arch/common/bits.h include/libucontext/bits.h gcc -std=gnu99 -D_BSD_SOURCE -fPIC -DPIC -ggdb3 -O2 -Wall -DEXPORT_UNPREFIXED -Iinclude -Iarch/x86 -Iarch/common -c -o arch/x86/makecontext.o arch/x86/makecontext.c gcc -std=gnu99 -D_BSD_SOURCE -fPIC -DPIC -ggdb3 -O2 -Wall -DEXPORT_UNPREFIXED -Iinclude -Iarch/x86 -Iarch/common -c -o arch/x86/trampoline.o arch/x86/trampoline.c gcc -fPIC -DPIC -ggdb3 -O2 -Wall -DEXPORT_UNPREFIXED -Iinclude -Iarch/x86 -Iarch/common -c -o arch/x86/getcontext.o arch/x86/getcontext.S gcc -fPIC -DPIC -ggdb3 -O2 -Wall -DEXPORT_UNPREFIXED -Iinclude -Iarch/x86 -Iarch/common -c -o arch/x86/setcontext.o arch/x86/setcontext.S gcc -fPIC -DPIC -ggdb3 -O2 -Wall -DEXPORT_UNPREFIXED -Iinclude -Iarch/x86 -Iarch/common -c -o arch/x86/swapcontext.o arch/x86/swapcontext.S gcc -std=gnu99 -D_BSD_SOURCE -fPIC -DPIC -ggdb3 -O2 -Wall -DEXPORT_UNPREFIXED -Iinclude -Iarch/x86 -Iarch/common -c -o libucontext_posix.o libucontext_posix.c sed -e s:@LIBUCONTEXT_VERSION@:1.0:g \ -e s:@LIBUCONTEXT_LIBDIR@:/lib:g \ -e s:@LIBUCONTEXT_INCLUDEDIR@:/usr/include:g libucontext.pc.in > libucontext.pc gcc -fPIC -o libucontext.so -Wl,-soname,libucontext.so.1 \ -shared arch/x86/makecontext.o arch/x86/trampoline.o arch/x86/getcontext.o arch/x86/setcontext.o arch/x86/swapcontext.o -Wl,--as-needed ar rcs libucontext.a arch/x86/makecontext.o arch/x86/trampoline.o arch/x86/getcontext.o arch/x86/setcontext.o arch/x86/swapcontext.o ar rcs libucontext_posix.a libucontext_posix.o ln -sf libucontext.so libucontext.so.1 gcc -fPIC -o libucontext_posix.so -Wl,-soname,libucontext_posix.so.1 \ -shared libucontext_posix.o -Wl,--as-needed scdoc < doc/libucontext.scd > doc/libucontext.3 gcc -std=gnu99 -D_BSD_SOURCE -ggdb3 -O2 -Wall -DEXPORT_UNPREFIXED -Iinclude -Iarch/x86 -Iarch/common test_libucontext.c -o test_libucontext -L. -lucontext gcc -std=gnu99 -D_BSD_SOURCE -ggdb3 -O2 -Wall -DEXPORT_UNPREFIXED -Iinclude -Iarch/x86 -Iarch/common test_libucontext_posix.c -o test_libucontext_posix -L. -lucontext -lucontext_posix ln -sf libucontext_posix.so libucontext_posix.so.1 gcc -std=gnu99 -D_BSD_SOURCE -ggdb3 -O2 -Wall -DEXPORT_UNPREFIXED -Iinclude -Iarch/x86 -Iarch/common test_libucontext_posix.c -o test_libucontext_bare_posixabi -L. -lucontext env LD_LIBRARY_PATH=/home/buildozer/aports/main/libucontext/src/libucontext-1.0 ./test_libucontext_posix setting up context 1 setting up context 2 doing initial swapcontext start f2 swap to f1 start f1 checking provided arguments to function f1 looks like all arguments are passed correctly swap back to f2 finish f2, should swap to f1 env LD_LIBRARY_PATH=/home/buildozer/aports/main/libucontext/src/libucontext-1.0 ./test_libucontext_bare_posixabi setting up context 1 setting up context 2 doing initial swapcontext start f2 swap to f1 start f1 checking provided arguments to function f1 looks like all arguments are passed correctly swap back to f2 finish f2, should swap to f1 env LD_LIBRARY_PATH=/home/buildozer/aports/main/libucontext/src/libucontext-1.0 ./test_libucontext setting up context 1 setting up context 2 doing initial swapcontext start f2 swap to f1 start f1 checking provided arguments to function f1 looks like all arguments are passed correctly swap back to f2 finish f2, should swap to f1 >>> libucontext: Entering fakeroot... install -D -m755 libucontext.so /home/buildozer/aports/main/libucontext/pkg/libucontext/lib/libucontext.so.1 install -D -m644 doc/libucontext.3 /home/buildozer/aports/main/libucontext/pkg/libucontext/usr/share/man/man3/libucontext.3 install -D -m664 libucontext.a /home/buildozer/aports/main/libucontext/pkg/libucontext/lib/libucontext.a for i in libucontext_getcontext.3 libucontext_makecontext.3 libucontext_setcontext.3 libucontext_swapcontext.3; do \ ln -s libucontext.3 /home/buildozer/aports/main/libucontext/pkg/libucontext/usr/share/man/man3/$i; \ done ln -sf libucontext.so.1 /home/buildozer/aports/main/libucontext/pkg/libucontext/lib/libucontext.so for i in include/libucontext/libucontext.h include/libucontext/bits.h; do \ destfn=$(echo $i | sed s:include/::g); \ install -D -m644 $i /home/buildozer/aports/main/libucontext/pkg/libucontext/usr/include/$destfn; \ done install -D -m644 libucontext.pc /home/buildozer/aports/main/libucontext/pkg/libucontext/usr/lib/pkgconfig/libucontext.pc if [ -n libucontext_posix.so ]; then \ install -D -m755 libucontext_posix.so /home/buildozer/aports/main/libucontext/pkg/libucontext/lib/libucontext_posix.so.1; \ install -D -m644 libucontext_posix.a /home/buildozer/aports/main/libucontext/pkg/libucontext/lib/libucontext_posix.a; \ fi >>> libucontext-dev*: Running split function dev... >>> libucontext-dev*: Preparing subpackage libucontext-dev... >>> libucontext-dev*: Stripping binaries >>> libucontext-dev*: Running postcheck for libucontext-dev >>> libucontext-doc*: Running split function doc... >>> libucontext-doc*: Preparing subpackage libucontext-doc... >>> libucontext-doc*: Running postcheck for libucontext-doc >>> libucontext*: Running postcheck for libucontext >>> libucontext*: Preparing package libucontext... >>> libucontext*: Stripping binaries >>> libucontext-dev*: Scanning shared objects >>> libucontext-doc*: Scanning shared objects >>> libucontext*: Scanning shared objects >>> libucontext-dev*: Tracing dependencies... libucontext=1.0-r0 pkgconfig >>> libucontext-dev*: Package size: 120.0 KB >>> libucontext-dev*: Compressing data... >>> libucontext-dev*: Create checksum... >>> libucontext-dev*: Create libucontext-dev-1.0-r0.apk >>> libucontext-doc*: Tracing dependencies... >>> libucontext-doc*: Package size: 24.0 KB >>> libucontext-doc*: Compressing data... >>> libucontext-doc*: Create checksum... >>> libucontext-doc*: Create libucontext-doc-1.0-r0.apk >>> libucontext*: Tracing dependencies... so:libc.musl-x86.so.1 >>> libucontext*: Package size: 40.0 KB >>> libucontext*: Compressing data... >>> libucontext*: Create checksum... >>> libucontext*: Create libucontext-1.0-r0.apk >>> libucontext: Build complete at Sat, 09 Jan 2021 08:03:44 +0000 elapsed time 0h 0m 2s >>> libucontext: Cleaning up srcdir >>> libucontext: Cleaning up pkgdir >>> libucontext: Uninstalling dependencies... (1/2) Purging .makedepends-libucontext (20210109.080342) (2/2) Purging scdoc (1.11.1-r0) Executing busybox-1.32.1-r0.trigger OK: 310 MiB in 86 packages >>> libucontext: Updating the main/x86 repository index... >>> libucontext: Signing the index...