>>> mujs: Building community/mujs 1.2.0-r0 (using abuild 3.9.0-r2) started Fri, 22 Jul 2022 00:16:37 +0000 >>> mujs: Checking sanity of /home/buildozer/aports/community/mujs/APKBUILD... >>> mujs: Analyzing dependencies... >>> mujs: Installing for build: build-base readline-dev (1/5) Installing libhistory (8.1.2-r0) (2/5) Installing ncurses-dev (6.3_p20220709-r0) (3/5) Installing readline (8.1.2-r0) (4/5) Installing readline-dev (8.1.2-r0) (5/5) Installing .makedepends-mujs (20220722.001638) Executing busybox-1.35.0-r19.trigger OK: 334 MiB in 106 packages >>> mujs: Cleaning up srcdir >>> mujs: Cleaning up pkgdir >>> mujs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mujs-1.2.0.tar.gz % 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 123k 100 123k 0 0 1424k 0 --:--:-- --:--:-- --:--:-- 1439k >>> mujs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mujs-0001-160ae29.patch % 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 2111 100 2111 0 0 36180 0 --:--:-- --:--:-- --:--:-- 36396 >>> mujs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mujs-0002-910acc8.patch % 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 539 100 539 0 0 9955 0 --:--:-- --:--:-- --:--:-- 9981 >>> mujs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mujs-0003-f5b3c70.patch % 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 1147 100 1147 0 0 20795 0 --:--:-- --:--:-- --:--:-- 20854 >>> mujs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mujs-1.2.0.tar.gz >>> mujs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mujs-0001-160ae29.patch >>> mujs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mujs-0002-910acc8.patch >>> mujs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mujs-0003-f5b3c70.patch >>> mujs: Checking sha512sums... mujs-1.2.0.tar.gz: OK mujs-0001-160ae29.patch: OK mujs-0002-910acc8.patch: OK mujs-0003-f5b3c70.patch: OK >>> mujs: Unpacking /var/cache/distfiles/edge/mujs-1.2.0.tar.gz... >>> mujs: mujs-0001-160ae29.patch patching file regexp.c >>> mujs: mujs-0002-910acc8.patch patching file pp.c >>> mujs: mujs-0003-f5b3c70.patch patching file jsdump.c ls jsarray.c jsboolean.c jsbuiltin.c jscompile.c jsdate.c jsdtoa.c jsdump.c jserror.c jsfunction.c jsgc.c jsintern.c jslex.c jsmath.c jsnumber.c jsobject.c json.c jsparse.c jsproperty.c jsregexp.c jsrepr.c jsrun.c jsstate.c jsstring.c jsvalue.c utf.c regexp.c | awk '{print "#include \""$1"\""}' > one.c gcc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -O2 -DHAVE_READLINE -O2 -fomit-frame-pointer -Wl,-soname,libmujs.so.2 -fomit-frame-pointer -fPIC -shared -Wl,--as-needed,-O1,--sort-common -Wl,-s -o build/release/libmujs.so one.c -lm In file included from one.c:24: jsvalue.c:170:27: warning: argument 1 of type 'char *' declared as a pointer [-Warray-parameter=] 170 | const char *js_itoa(char *out, int v) | ~~~~~~^~~ In file included from jsarray.c:2, from one.c:1: jsvalue.h:161:26: note: previously declared as an array 'char[32]' 161 | const char *js_itoa(char buf[32], int a); | ~~~~~^~~~~~~ In file included from one.c:20: jsrepr.c: In function 'js_tryrepr': jsrepr.c:279:58: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 279 | const char *js_tryrepr(js_State *J, int idx, const char *error) | ~~~~~~~~~~~~^~~~~ gcc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -O2 -DHAVE_READLINE -O2 -fomit-frame-pointer -fomit-frame-pointer -o build/release/libmujs.o -c one.c gcc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -O2 -DHAVE_READLINE -O2 -fomit-frame-pointer -fomit-frame-pointer -o build/release/main.o -c main.c gcc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -O2 -DHAVE_READLINE -O2 -fomit-frame-pointer -fomit-frame-pointer -o build/release/pp.o -c pp.c pp.c: In function 'main': pp.c:88:13: warning: variable 'minify' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 88 | int minify = 0; | ^~~~~~ In file included from one.c:24: jsvalue.c:170:27: warning: argument 1 of type 'char *' declared as a pointer [-Warray-parameter=] 170 | const char *js_itoa(char *out, int v) | ~~~~~~^~~ In file included from jsarray.c:2, from one.c:1: jsvalue.h:161:26: note: previously declared as an array 'char[32]' 161 | const char *js_itoa(char buf[32], int a); | ~~~~~^~~~~~~ gcc -Wl,--as-needed,-O1,--sort-common -Wl,-s -o build/release/mujs build/release/libmujs.o build/release/main.o -lreadline -lm gcc -Wl,--as-needed,-O1,--sort-common -Wl,-s -o build/release/mujs-pp build/release/libmujs.o build/release/pp.o -lm >>> mujs: Entering fakeroot... Creating build/release/mujs.pc install -d /home/buildozer/aports/community/mujs/pkg/mujs/usr/include install -d /home/buildozer/aports/community/mujs/pkg/mujs/usr/lib install -d /home/buildozer/aports/community/mujs/pkg/mujs/usr/lib/pkgconfig install -d /home/buildozer/aports/community/mujs/pkg/mujs/usr/bin install -m 644 mujs.h /home/buildozer/aports/community/mujs/pkg/mujs/usr/include install -m 644 build/release/mujs.pc /home/buildozer/aports/community/mujs/pkg/mujs/usr/lib/pkgconfig install -m 755 build/release/mujs /home/buildozer/aports/community/mujs/pkg/mujs/usr/bin install -m 755 build/release/libmujs.so /home/buildozer/aports/community/mujs/pkg/mujs/usr/lib Creating build/release/mujs.pc ar cr build/release/libmujs.a build/release/libmujs.o install -d /home/buildozer/aports/community/mujs/pkg/mujs/usr/include install -d /home/buildozer/aports/community/mujs/pkg/mujs/usr/lib install -d /home/buildozer/aports/community/mujs/pkg/mujs/usr/lib/pkgconfig install -d /home/buildozer/aports/community/mujs/pkg/mujs/usr/bin install -m 644 mujs.h /home/buildozer/aports/community/mujs/pkg/mujs/usr/include install -m 644 build/release/mujs.pc /home/buildozer/aports/community/mujs/pkg/mujs/usr/lib/pkgconfig install -m 755 build/release/mujs /home/buildozer/aports/community/mujs/pkg/mujs/usr/bin install -m 644 build/release/libmujs.a /home/buildozer/aports/community/mujs/pkg/mujs/usr/lib >>> mujs-dev*: Running split function dev... >>> mujs-dev*: Preparing subpackage mujs-dev... >>> mujs-dev*: Stripping binaries >>> mujs-dev*: Running postcheck for mujs-dev >>> mujs-libs*: Running split function libs... >>> mujs-libs*: Preparing subpackage mujs-libs... >>> mujs-libs*: Stripping binaries >>> mujs-libs*: Running postcheck for mujs-libs >>> mujs*: Running postcheck for mujs >>> mujs*: Preparing package mujs... >>> mujs*: Stripping binaries >>> mujs-dev*: Scanning shared objects >>> mujs-libs*: Scanning shared objects >>> mujs*: Scanning shared objects >>> mujs-dev*: Tracing dependencies... mujs-libs=1.2.0-r0 pkgconfig >>> mujs-dev*: Package size: 580.0 KB >>> mujs-dev*: Compressing data... >>> mujs-dev*: Create checksum... >>> mujs-dev*: Create mujs-dev-1.2.0-r0.apk >>> mujs-libs*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> mujs-libs*: Package size: 316.0 KB >>> mujs-libs*: Compressing data... >>> mujs-libs*: Create checksum... >>> mujs-libs*: Create mujs-libs-1.2.0-r0.apk >>> mujs*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libreadline.so.8 >>> mujs*: Package size: 348.0 KB >>> mujs*: Compressing data... >>> mujs*: Create checksum... >>> mujs*: Create mujs-1.2.0-r0.apk >>> mujs: Build complete at Fri, 22 Jul 2022 00:17:00 +0000 elapsed time 0h 0m 23s >>> mujs: Cleaning up srcdir >>> mujs: Cleaning up pkgdir >>> mujs: Uninstalling dependencies... (1/5) Purging .makedepends-mujs (20220722.001638) (2/5) Purging readline-dev (8.1.2-r0) (3/5) Purging libhistory (8.1.2-r0) (4/5) Purging readline (8.1.2-r0) (5/5) Purging ncurses-dev (6.3_p20220709-r0) Executing busybox-1.35.0-r19.trigger OK: 333 MiB in 101 packages >>> mujs: Updating the community/x86_64 repository index... >>> mujs: Signing the index...