>>> berry-lang: Building testing/berry-lang 1.1.0-r0 (using abuild 3.9.0-r5) started Fri, 12 Aug 2022 22:34:52 +0000 >>> berry-lang: Checking sanity of /home/buildozer/aports/testing/berry-lang/APKBUILD... >>> berry-lang: Analyzing dependencies... >>> berry-lang: Installing for build: build-base python3 readline-dev (1/11) Installing libbz2 (1.0.8-r2) (2/11) Installing libffi (3.4.2-r1) (3/11) Installing gdbm (1.23-r0) (4/11) Installing mpdecimal (2.5.1-r1) (5/11) Installing readline (8.1.2-r0) (6/11) Installing sqlite-libs (3.39.2-r0) (7/11) Installing python3 (3.10.5-r2) (8/11) Installing libhistory (8.1.2-r0) (9/11) Installing ncurses-dev (6.3_p20220806-r0) (10/11) Installing readline-dev (8.1.2-r0) (11/11) Installing .makedepends-berry-lang (20220812.223453) Executing busybox-1.35.0-r22.trigger OK: 738 MiB in 125 packages >>> berry-lang: Cleaning up srcdir >>> berry-lang: Cleaning up pkgdir >>> berry-lang: Fetching https://distfiles.alpinelinux.org/distfiles/edge//berry-lang-1.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> berry-lang: Fetching https://github.com/berry-lang/berry/archive/refs/tags/v1.1.0/berry-lang-1.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 184k 100 184k 0 0 117k 0 0:00:01 0:00:01 --:--:-- 117k >>> berry-lang: Fetching https://distfiles.alpinelinux.org/distfiles/edge//berry-lang-1.1.0.tar.gz >>> berry-lang: Checking sha512sums... berry-lang-1.1.0.tar.gz: OK >>> berry-lang: Unpacking /var/cache/distfiles/edge/berry-lang-1.1.0.tar.gz... [Prebuild] generate resources [Compile] src/be_api.c [Compile] src/be_baselib.c [Compile] src/be_bytecode.c [Compile] src/be_byteslib.c [Compile] src/be_class.c [Compile] src/be_code.c [Compile] src/be_debug.c [Compile] src/be_debuglib.c [Compile] src/be_exec.c [Compile] src/be_filelib.c [Compile] src/be_func.c [Compile] src/be_gc.c [Compile] src/be_gclib.c [Compile] src/be_globallib.c [Compile] src/be_introspectlib.c [Compile] src/be_jsonlib.c [Compile] src/be_lexer.c [Compile] src/be_libs.c [Compile] src/be_list.c [Compile] src/be_listlib.c [Compile] src/be_map.c [Compile] src/be_maplib.c [Compile] src/be_mathlib.c [Compile] src/be_mem.c [Compile] src/be_object.c [Compile] src/be_module.c [Compile] src/be_oslib.c [Compile] src/be_parser.c [Compile] src/be_rangelib.c [Compile] src/be_repl.c [Compile] src/be_solidifylib.c [Compile] src/be_strictlib.c [Compile] src/be_string.c [Compile] src/be_strlib.c [Compile] src/be_syslib.c [Compile] src/be_timelib.c [Compile] src/be_undefinedlib.c [Compile] src/be_var.c [Compile] src/be_vector.c [Compile] src/be_vm.c [Compile] default/be_modtab.c [Compile] default/be_port.c [Compile] default/berry.c src/be_debug.c: In function 'be_print_inst': src/be_debug.c:140:12: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 140 | logbuf("%s\n", __lbuf); | ^~~~~~ src/be_debug.c:30:58: note: in definition of macro 'logbuf' 30 | #define logbuf(...) snprintf(__lbuf, sizeof(__lbuf), __VA_ARGS__) | ^~~~~~~~~~~ src/be_debug.c:140:17: note: format string is defined here 140 | logbuf("%s\n", __lbuf); | ^ src/be_debug.c:30:25: note: 'snprintf' output between 2 and 97 bytes into a destination of size 96 30 | #define logbuf(...) snprintf(__lbuf, sizeof(__lbuf), __VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/be_debug.c:140:5: note: in expansion of macro 'logbuf' 140 | logbuf("%s\n", __lbuf); | ^~~~~~ src/be_debug.c:30:25: warning: 'snprintf' argument 4 overlaps destination object '__lbuf' [-Wrestrict] 30 | #define logbuf(...) snprintf(__lbuf, sizeof(__lbuf), __VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/be_debug.c:140:5: note: in expansion of macro 'logbuf' 140 | logbuf("%s\n", __lbuf); | ^~~~~~ src/be_debug.c:52:10: note: destination object referenced by 'restrict'-qualified argument 1 was declared here 52 | char __lbuf[INST_BUF_SIZE]; | ^~~~~~ [Linking...] done value type , attributes: 123 >>> berry-lang: Entering fakeroot... >>> berry-lang*: Running postcheck for berry-lang >>> berry-lang*: Preparing package berry-lang... >>> berry-lang*: Stripping binaries >>> berry-lang*: Scanning shared objects >>> berry-lang*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libreadline.so.8 >>> berry-lang*: Package size: 400.0 KB >>> berry-lang*: Compressing data... >>> berry-lang*: Create checksum... >>> berry-lang*: Create berry-lang-1.1.0-r0.apk >>> berry-lang: Build complete at Fri, 12 Aug 2022 22:34:59 +0000 elapsed time 0h 0m 7s >>> berry-lang: Cleaning up srcdir >>> berry-lang: Cleaning up pkgdir >>> berry-lang: Uninstalling dependencies... (1/11) Purging .makedepends-berry-lang (20220812.223453) (2/11) Purging python3 (3.10.5-r2) (3/11) Purging readline-dev (8.1.2-r0) (4/11) Purging libhistory (8.1.2-r0) (5/11) Purging readline (8.1.2-r0) (6/11) Purging libbz2 (1.0.8-r2) (7/11) Purging libffi (3.4.2-r1) (8/11) Purging gdbm (1.23-r0) (9/11) Purging mpdecimal (2.5.1-r1) (10/11) Purging sqlite-libs (3.39.2-r0) (11/11) Purging ncurses-dev (6.3_p20220806-r0) Executing busybox-1.35.0-r22.trigger OK: 685 MiB in 114 packages >>> berry-lang: Updating the testing/ppc64le repository index... >>> berry-lang: Signing the index...