>>> qbe: Building community/qbe 1.1-r1 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 07:59:43 +0000 >>> qbe: Checking sanity of /home/buildozer/aports/community/qbe/APKBUILD... >>> qbe: Analyzing dependencies... >>> qbe: Installing for build: build-base (1/1) Installing .makedepends-qbe (20230421.075947) OK: 408 MiB in 99 packages >>> qbe: Cleaning up srcdir >>> qbe: Cleaning up pkgdir >>> qbe: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/qbe-1.1.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> qbe: Fetching qbe-1.1.tar.xz::https://c9x.me/compile/release/qbe-1.1.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 73 239k 73 176k 0 0 299k 0 --:--:-- --:--:-- --:--:-- 299k 100 239k 100 239k 0 0 344k 0 --:--:-- --:--:-- --:--:-- 344k >>> qbe: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/qbe-1.1.tar.xz >>> qbe: Checking sha512sums... qbe-1.1.tar.xz: OK >>> qbe: Unpacking /var/cache/distfiles/v3.18/qbe-1.1.tar.xz... gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c util.c -o util.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c parse.c -o parse.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c abi.c -o abi.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c cfg.c -o cfg.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c mem.c -o mem.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c ssa.c -o ssa.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c alias.c -o alias.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c load.c -o load.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c copy.c -o copy.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c fold.c -o fold.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c simpl.c -o simpl.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c live.c -o live.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c spill.c -o spill.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c rega.c -o rega.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c emit.c -o emit.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c amd64/targ.c -o amd64/targ.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c amd64/sysv.c -o amd64/sysv.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c amd64/isel.c -o amd64/isel.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c amd64/emit.c -o amd64/emit.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c arm64/targ.c -o arm64/targ.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c arm64/abi.c -o arm64/abi.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c arm64/isel.c -o arm64/isel.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c arm64/emit.c -o arm64/emit.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c rv64/targ.c -o rv64/targ.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c rv64/abi.c -o rv64/abi.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c rv64/isel.c -o rv64/isel.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c rv64/emit.c -o rv64/emit.o gcc -Os -Wformat -Werror=format-security -Wall -Wextra -std=c99 -g -Wpedantic -c main.c -o main.o rega.c: In function 'pmrec': rega.c:244:16: warning: 'c' may be used uninitialized [-Wmaybe-uninitialized] 244 | return c; | ^ rega.c:206:16: note: 'c' was declared here 206 | int j, c; | ^ In function 'selcall', inlined from 'arm64_abi' at arm64/abi.c:769:5: arm64/abi.c:450:25: warning: 'op' may be used uninitialized [-Wmaybe-uninitialized] 450 | emit(op, 0, R, i->arg[0], r); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ arm64/abi.c: In function 'arm64_abi': arm64/abi.c:369:13: note: 'op' was declared here 369 | int op, cty; | ^~ gcc -Wl,--as-needed,-O1,--sort-common main.o util.o parse.o abi.o cfg.o mem.o ssa.o alias.o load.o copy.o fold.o simpl.o live.o spill.o rega.o emit.o amd64/targ.o amd64/sysv.o amd64/isel.o amd64/emit.o arm64/targ.o arm64/abi.o arm64/isel.o arm64/emit.o rv64/targ.o rv64/abi.o rv64/isel.o rv64/emit.o -o qbe tools/test.sh all abi1.ssa... [ok] abi2.ssa... [ok] abi3.ssa... [ok] abi4.ssa... [ok] abi5.ssa... [ok] abi6.ssa... [ok] abi7.ssa... [ok] abi8.ssa... [ok] align.ssa... [ok] cmp1.ssa... [ok] collatz.ssa... [ok] conaddr.ssa... [ok] cprime.ssa... [ok] cup.ssa... [ok] double.ssa... [ok] dynalloc.ssa... [ok] echo.ssa... [ok] env.ssa... [ok] eucl.ssa... [ok] euclc.ssa... [ok] fixarg.ssa... [ok] fold1.ssa... [ok] fpcnv.ssa... [ok] isel1.ssa... [ok] isel2.ssa... [ok] isel3.ssa... [ok] ldbits.ssa... [ok] ldhoist.ssa... [ok] load1.ssa... [ok] load2.ssa... [ok] load3.ssa... [ok] loop.ssa... [ok] mandel.ssa... [ok] max.ssa... [ok] mem1.ssa... [ok] philv.ssa... [ok] prime.ssa... [ok] puts10.ssa... [ok] queen.ssa... [ok] rega1.ssa... [ok] spill1.ssa... [ok] strcmp.ssa... [ok] strspn.ssa... [ok] sum.ssa... [ok] tls.ssa... [ok] vararg1.ssa... [ok] vararg2.ssa... [ok] All is fine! >>> qbe: Entering fakeroot... mkdir -p "/home/buildozer/aports/community/qbe/pkg/qbe/usr/bin" install -m755 qbe "/home/buildozer/aports/community/qbe/pkg/qbe/usr/bin/qbe" >>> qbe*: Running postcheck for qbe >>> qbe*: Preparing package qbe... >>> qbe*: Stripping binaries >>> qbe*: Scanning shared objects >>> qbe*: Tracing dependencies... so:libc.musl-aarch64.so.1 >>> qbe*: Package size: 216.0 KB >>> qbe*: Compressing data... >>> qbe*: Create checksum... >>> qbe*: Create qbe-1.1-r1.apk >>> qbe: Build complete at Fri, 21 Apr 2023 07:59:55 +0000 elapsed time 0h 0m 12s >>> qbe: Cleaning up srcdir >>> qbe: Cleaning up pkgdir >>> qbe: Uninstalling dependencies... (1/1) Purging .makedepends-qbe (20230421.075947) OK: 408 MiB in 98 packages >>> qbe: Updating the community/aarch64 repository index... >>> qbe: Signing the index...