>>> slimcc: Building community/slimcc 0_git20250810-r0 (using abuild 3.15.0-r2) started Mon, 11 Aug 2025 04:15:08 +0000 >>> slimcc: Validating /home/buildozer/aports/community/slimcc/APKBUILD... >>> slimcc: Analyzing dependencies... >>> slimcc: Installing for build: build-base binutils musl-dev slimcc-headers~0_git20250810 (1/2) Installing slimcc-headers (0_git20250810-r0) (2/2) Installing .makedepends-slimcc (20250811.041509) OK: 441 MiB in 108 packages >>> slimcc: Cleaning up srcdir >>> slimcc: Cleaning up pkgdir >>> slimcc: Cleaning up tmpdir >>> slimcc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/slimcc-378a1157f2cd7c15f2f1dc925b5bb1a097593d5c.tar.gz >>> slimcc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/slimcc-378a1157f2cd7c15f2f1dc925b5bb1a097593d5c.tar.gz >>> slimcc: Checking sha512sums... slimcc-378a1157f2cd7c15f2f1dc925b5bb1a097593d5c.tar.gz: OK abuild-default-cflags.patch: OK include-path.patch: OK >>> slimcc: Unpacking /var/cache/distfiles/edge/slimcc-378a1157f2cd7c15f2f1dc925b5bb1a097593d5c.tar.gz... >>> slimcc: abuild-default-cflags.patch patching file main.c Hunk #1 succeeded at 570 (offset 58 lines). >>> slimcc: include-path.patch patching file platform/linux-alpine.c 'platform.c' -> 'platform/linux-alpine.c' cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o alloc.o alloc.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o bitint.o bitint.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o codegen.o codegen.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o hashmap.o hashmap.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o main.o main.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o parse.o parse.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o platform.o platform.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o preprocess.o preprocess.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o strings.o strings.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o tokenize.o tokenize.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o type.o type.c cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -c -o unicode.o unicode.c alloc.c:12:9: warning: 'PAGE_SIZE' redefined 12 | #define PAGE_SIZE 4064 | ^~~~~~~~~ In file included from /usr/include/fortify/stdlib.h:30, from slimcc.h:12, from alloc.c:1: /usr/include/limits.h:97:9: note: this is the location of the previous definition 97 | #define PAGE_SIZE PAGESIZE | ^~~~~~~~~ cc -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -flto=auto -o slimcc alloc.o bitint.o codegen.o hashmap.o main.o parse.o platform.o preprocess.o strings.o tokenize.o type.o unicode.o -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs cc -o test/host/common.o -c test/host/common.c ./slimcc -o alloc.stage2.o -c alloc.c ./slimcc -o bitint.stage2.o -c bitint.c ./slimcc -o codegen.stage2.o -c codegen.c ./slimcc -o hashmap.stage2.o -c hashmap.c ./slimcc -o main.stage2.o -c main.c ./slimcc -o parse.stage2.o -c parse.c ./slimcc -o platform.stage2.o -c platform.c ./slimcc -o preprocess.stage2.o -c preprocess.c ./slimcc -o strings.stage2.o -c strings.c ./slimcc -o tokenize.stage2.o -c tokenize.c ./slimcc -o type.stage2.o -c type.c ./slimcc -o unicode.stage2.o -c unicode.c test/host/common.c: In function 'struct_test181': test/host/common.c:261:1: note: the ABI of passing union with 'long double' has changed in GCC 4.4 261 | struct180 struct_test181(struct180 t1,...) { | ^~~~~~~~~ ./slimcc -Itest -std=c23 -fdefer-ts -o test/agg_eval.exe test/agg_eval.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/alignas2.exe test/alignas2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/alignof.exe test/alignof.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/alignof2.exe test/alignof2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/alloca.exe test/alloca.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/arith.exe test/arith.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/asm.exe test/asm.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/asm_name.exe test/asm_name.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/atomic.exe test/atomic.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/atomic2.exe test/atomic2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/attr_aligned.exe test/attr_aligned.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/attr_cleanup.exe test/attr_cleanup.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/attr_section.exe test/attr_section.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/attr_weak.exe test/attr_weak.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/attribute.exe test/attribute.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/attribute2.exe test/attribute2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/attribute_hiding.exe test/attribute_hiding.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/autotype.exe test/autotype.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/bitfield.exe test/bitfield.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/bitfield2.exe test/bitfield2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/bitint.exe test/bitint.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/builtin.exe test/builtin.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/builtin2.exe test/builtin2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/builtin_return_address.exe test/builtin_return_address.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/cast.exe test/cast.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/commonsym.exe test/commonsym.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/compat.exe test/compat.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/complit.exe test/complit.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/complit2.exe test/complit2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/cond_decl.exe test/cond_decl.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/const.exe test/const.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/constexpr.exe test/constexpr.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/constexpr2.exe test/constexpr2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/constexpr_var.exe test/constexpr_var.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/constexpr_var_ext.exe test/constexpr_var_ext.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/control.exe test/control.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/control2.exe test/control2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/countof.exe test/countof.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/dead_elim.exe test/dead_elim.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/decl.exe test/decl.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/decl2.exe test/decl2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/defer.exe test/defer.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/digit_separator.exe test/digit_separator.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/embed.exe test/embed.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/enum.exe test/enum.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/enum2.exe test/enum2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/extern.exe test/extern.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/float.exe test/float.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/float2.exe test/float2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/function.exe test/function.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/function2.exe test/function2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/generic.exe test/generic.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/generic2.exe test/generic2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/gibberish.exe test/gibberish.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/imm_arith_opt.exe test/imm_arith_opt.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/initializer.exe test/initializer.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/initializer2.exe test/initializer2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/inline_asm.exe test/inline_asm.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/keywords_c23.exe test/keywords_c23.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/labeled_loop_sw.exe test/labeled_loop_sw.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/line.exe test/line.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/literal.exe test/literal.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/macro.exe test/macro.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/macro2.exe test/macro2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/macro_direcitve_in_fnlike.exe test/macro_direcitve_in_fnlike.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/macro_has_include.exe test/macro_has_include.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/macro_pmarks.exe test/macro_pmarks.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/macro_rescan.exe test/macro_rescan.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/macro_spacing.exe test/macro_spacing.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/macro_va_tail.exe test/macro_va_tail.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/nullptr.exe test/nullptr.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/offsetof.exe test/offsetof.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/plat_typedef.exe test/plat_typedef.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/pointer.exe test/pointer.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/postfix_inc_dec.exe test/postfix_inc_dec.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/pragma_pack.exe test/pragma_pack.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/qualifiers.exe test/qualifiers.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/setjmp.exe test/setjmp.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/sizeof.exe test/sizeof.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/stack_reuse.exe test/stack_reuse.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/static_assertion.exe test/static_assertion.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/stmtexpr2.exe test/stmtexpr2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/string.exe test/string.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/string2.exe test/string2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/struct.exe test/struct.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/tag_compat.exe test/tag_compat.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/tls.exe test/tls.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/tls2.exe test/tls2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/typedef.exe test/typedef.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/typedef2.exe test/typedef2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/typeof.exe test/typeof.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/unicode.exe test/unicode.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/unicode2.exe test/unicode2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/union.exe test/union.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/union2.exe test/union2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/usualconv.exe test/usualconv.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/varargs.exe test/varargs.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/variable.exe test/variable.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/vla.exe test/vla.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/vla2.exe test/vla2.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/vla_dealloc.exe test/vla_dealloc.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/vla_params.exe test/vla_params.c test/host/common.o -pthread ./slimcc -Itest -std=c23 -fdefer-ts -o test/xxxof_vmtype.exe test/xxxof_vmtype.c test/host/common.o -pthread ./slimcc -o slimcc-stage2 alloc.stage2.o bitint.stage2.o codegen.stage2.o hashmap.stage2.o main.stage2.o parse.stage2.o platform.stage2.o preprocess.stage2.o strings.stage2.o tokenize.stage2.o type.stage2.o unicode.stage2.o -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/agg_eval.stage2.exe test/agg_eval.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/alignas2.stage2.exe test/alignas2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/alignof.stage2.exe test/alignof.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/alignof2.stage2.exe test/alignof2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/alloca.stage2.exe test/alloca.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/arith.stage2.exe test/arith.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/asm.stage2.exe test/asm.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/asm_name.stage2.exe test/asm_name.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/atomic.stage2.exe test/atomic.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/atomic2.stage2.exe test/atomic2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/attr_aligned.stage2.exe test/attr_aligned.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/attr_cleanup.stage2.exe test/attr_cleanup.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/attr_section.stage2.exe test/attr_section.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/attr_weak.stage2.exe test/attr_weak.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/attribute.stage2.exe test/attribute.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/attribute2.stage2.exe test/attribute2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/attribute_hiding.stage2.exe test/attribute_hiding.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/autotype.stage2.exe test/autotype.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/bitfield.stage2.exe test/bitfield.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/bitfield2.stage2.exe test/bitfield2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/bitint.stage2.exe test/bitint.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/builtin.stage2.exe test/builtin.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/builtin2.stage2.exe test/builtin2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/builtin_return_address.stage2.exe test/builtin_return_address.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/cast.stage2.exe test/cast.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/commonsym.stage2.exe test/commonsym.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/compat.stage2.exe test/compat.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/complit.stage2.exe test/complit.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/complit2.stage2.exe test/complit2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/cond_decl.stage2.exe test/cond_decl.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/const.stage2.exe test/const.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/constexpr.stage2.exe test/constexpr.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/constexpr2.stage2.exe test/constexpr2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/constexpr_var.stage2.exe test/constexpr_var.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/constexpr_var_ext.stage2.exe test/constexpr_var_ext.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/control.stage2.exe test/control.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/control2.stage2.exe test/control2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/countof.stage2.exe test/countof.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/dead_elim.stage2.exe test/dead_elim.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/decl.stage2.exe test/decl.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/decl2.stage2.exe test/decl2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/defer.stage2.exe test/defer.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/digit_separator.stage2.exe test/digit_separator.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/embed.stage2.exe test/embed.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/enum.stage2.exe test/enum.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/enum2.stage2.exe test/enum2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/extern.stage2.exe test/extern.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/float.stage2.exe test/float.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/float2.stage2.exe test/float2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/function.stage2.exe test/function.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/function2.stage2.exe test/function2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/generic.stage2.exe test/generic.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/generic2.stage2.exe test/generic2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/gibberish.stage2.exe test/gibberish.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/imm_arith_opt.stage2.exe test/imm_arith_opt.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/initializer.stage2.exe test/initializer.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/initializer2.stage2.exe test/initializer2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/inline_asm.stage2.exe test/inline_asm.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/keywords_c23.stage2.exe test/keywords_c23.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/labeled_loop_sw.stage2.exe test/labeled_loop_sw.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/line.stage2.exe test/line.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/literal.stage2.exe test/literal.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/macro.stage2.exe test/macro.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/macro2.stage2.exe test/macro2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/macro_direcitve_in_fnlike.stage2.exe test/macro_direcitve_in_fnlike.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/macro_has_include.stage2.exe test/macro_has_include.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/macro_pmarks.stage2.exe test/macro_pmarks.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/macro_rescan.stage2.exe test/macro_rescan.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/macro_spacing.stage2.exe test/macro_spacing.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/macro_va_tail.stage2.exe test/macro_va_tail.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/nullptr.stage2.exe test/nullptr.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/offsetof.stage2.exe test/offsetof.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/plat_typedef.stage2.exe test/plat_typedef.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/pointer.stage2.exe test/pointer.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/postfix_inc_dec.stage2.exe test/postfix_inc_dec.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/pragma_pack.stage2.exe test/pragma_pack.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/qualifiers.stage2.exe test/qualifiers.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/setjmp.stage2.exe test/setjmp.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/sizeof.stage2.exe test/sizeof.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/stack_reuse.stage2.exe test/stack_reuse.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/static_assertion.stage2.exe test/static_assertion.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/stmtexpr2.stage2.exe test/stmtexpr2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/string.stage2.exe test/string.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/string2.stage2.exe test/string2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/struct.stage2.exe test/struct.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/tag_compat.stage2.exe test/tag_compat.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/tls.stage2.exe test/tls.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/tls2.stage2.exe test/tls2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/typedef.stage2.exe test/typedef.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/typedef2.stage2.exe test/typedef2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/typeof.stage2.exe test/typeof.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/unicode.stage2.exe test/unicode.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/unicode2.stage2.exe test/unicode2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/union.stage2.exe test/union.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/union2.stage2.exe test/union2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/usualconv.stage2.exe test/usualconv.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/varargs.stage2.exe test/varargs.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/variable.stage2.exe test/variable.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/vla.stage2.exe test/vla.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/vla2.stage2.exe test/vla2.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/vla_dealloc.stage2.exe test/vla_dealloc.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/vla_params.stage2.exe test/vla_params.c test/host/common.o -pthread ./slimcc-stage2 -Itest -std=c23 -fdefer-ts -o test/xxxof_vmtype.stage2.exe test/xxxof_vmtype.c test/host/common.o -pthread for i in test/agg_eval.exe test/alignas2.exe test/alignof.exe test/alignof2.exe test/alloca.exe test/arith.exe test/asm.exe test/asm_name.exe test/atomic.exe test/atomic2.exe test/attr_aligned.exe test/attr_cleanup.exe test/attr_section.exe test/attr_weak.exe test/attribute.exe test/attribute2.exe test/attribute_hiding.exe test/autotype.exe test/bitfield.exe test/bitfield2.exe test/bitint.exe test/builtin.exe test/builtin2.exe test/builtin_return_address.exe test/cast.exe test/commonsym.exe test/compat.exe test/complit.exe test/complit2.exe test/cond_decl.exe test/const.exe test/constexpr.exe test/constexpr2.exe test/constexpr_var.exe test/constexpr_var_ext.exe test/control.exe test/control2.exe test/countof.exe test/dead_elim.exe test/decl.exe test/decl2.exe test/defer.exe test/digit_separator.exe test/embed.exe test/enum.exe test/enum2.exe test/extern.exe test/float.exe test/float2.exe test/function.exe test/function2.exe test/generic.exe test/generic2.exe test/gibberish.exe test/imm_arith_opt.exe test/initializer.exe test/initializer2.exe test/inline_asm.exe test/keywords_c23.exe test/labeled_loop_sw.exe test/line.exe test/literal.exe test/macro.exe test/macro2.exe test/macro_direcitve_in_fnlike.exe test/macro_has_include.exe test/macro_pmarks.exe test/macro_rescan.exe test/macro_spacing.exe test/macro_va_tail.exe test/nullptr.exe test/offsetof.exe test/plat_typedef.exe test/pointer.exe test/postfix_inc_dec.exe test/pragma_pack.exe test/qualifiers.exe test/setjmp.exe test/sizeof.exe test/stack_reuse.exe test/static_assertion.exe test/stmtexpr2.exe test/string.exe test/string2.exe test/struct.exe test/tag_compat.exe test/tls.exe test/tls2.exe test/typedef.exe test/typedef2.exe test/typeof.exe test/unicode.exe test/unicode2.exe test/union.exe test/union2.exe test/usualconv.exe test/varargs.exe test/variable.exe test/vla.exe test/vla2.exe test/vla_dealloc.exe test/vla_params.exe test/xxxof_vmtype.exe; do echo $i; ./$i >/dev/null || exit 1; echo; done test/agg_eval.exe test/alignas2.exe test/alignof.exe test/alignof2.exe test/alloca.exe test/arith.exe test/asm.exe test/asm_name.exe test/atomic.exe for i in test/agg_eval.stage2.exe test/alignas2.stage2.exe test/alignof.stage2.exe test/alignof2.stage2.exe test/alloca.stage2.exe test/arith.stage2.exe test/asm.stage2.exe test/asm_name.stage2.exe test/atomic.stage2.exe test/atomic2.stage2.exe test/attr_aligned.stage2.exe test/attr_cleanup.stage2.exe test/attr_section.stage2.exe test/attr_weak.stage2.exe test/attribute.stage2.exe test/attribute2.stage2.exe test/attribute_hiding.stage2.exe test/autotype.stage2.exe test/bitfield.stage2.exe test/bitfield2.stage2.exe test/bitint.stage2.exe test/builtin.stage2.exe test/builtin2.stage2.exe test/builtin_return_address.stage2.exe test/cast.stage2.exe test/commonsym.stage2.exe test/compat.stage2.exe test/complit.stage2.exe test/complit2.stage2.exe test/cond_decl.stage2.exe test/const.stage2.exe test/constexpr.stage2.exe test/constexpr2.stage2.exe test/constexpr_var.stage2.exe test/constexpr_var_ext.stage2.exe test/control.stage2.exe test/control2.stage2.exe test/countof.stage2.exe test/dead_elim.stage2.exe test/decl.stage2.exe test/decl2.stage2.exe test/defer.stage2.exe test/digit_separator.stage2.exe test/embed.stage2.exe test/enum.stage2.exe test/enum2.stage2.exe test/extern.stage2.exe test/float.stage2.exe test/float2.stage2.exe test/function.stage2.exe test/function2.stage2.exe test/generic.stage2.exe test/generic2.stage2.exe test/gibberish.stage2.exe test/imm_arith_opt.stage2.exe test/initializer.stage2.exe test/initializer2.stage2.exe test/inline_asm.stage2.exe test/keywords_c23.stage2.exe test/labeled_loop_sw.stage2.exe test/line.stage2.exe test/literal.stage2.exe test/macro.stage2.exe test/macro2.stage2.exe test/macro_direcitve_in_fnlike.stage2.exe test/macro_has_include.stage2.exe test/macro_pmarks.stage2.exe test/macro_rescan.stage2.exe test/macro_spacing.stage2.exe test/macro_va_tail.stage2.exe test/nullptr.stage2.exe test/offsetof.stage2.exe test/plat_typedef.stage2.exe test/pointer.stage2.exe test/postfix_inc_dec.stage2.exe test/pragma_pack.stage2.exe test/qualifiers.stage2.exe test/setjmp.stage2.exe test/sizeof.stage2.exe test/stack_reuse.stage2.exe test/static_assertion.stage2.exe test/stmtexpr2.stage2.exe test/string.stage2.exe test/string2.stage2.exe test/struct.stage2.exe test/tag_compat.stage2.exe test/tls.stage2.exe test/tls2.stage2.exe test/typedef.stage2.exe test/typedef2.stage2.exe test/typeof.stage2.exe test/unicode.stage2.exe test/unicode2.stage2.exe test/union.stage2.exe test/union2.stage2.exe test/usualconv.stage2.exe test/varargs.stage2.exe test/variable.stage2.exe test/vla.stage2.exe test/vla2.stage2.exe test/vla_dealloc.stage2.exe test/vla_params.stage2.exe test/xxxof_vmtype.stage2.exe; do echo $i; ./$i >/dev/null || exit 1; echo; done test/agg_eval.stage2.exe test/alignas2.stage2.exe test/alignof.stage2.exe test/alignof2.stage2.exe test/alloca.stage2.exe test/arith.stage2.exe test/asm.stage2.exe test/asm_name.stage2.exe test/atomic.stage2.exe test/atomic2.exe test/attr_aligned.exe test/attr_cleanup.exe test/attr_section.exe test/attr_weak.exe test/attribute.exe test/attribute2.exe test/attribute_hiding.exe test/autotype.exe test/bitfield.exe test/bitfield2.exe test/bitint.exe test/builtin.exe test/builtin2.exe test/builtin_return_address.exe test/cast.exe test/commonsym.exe test/compat.exe test/complit.exe test/complit2.exe test/cond_decl.exe test/const.exe test/constexpr.exe test/constexpr2.exe test/constexpr_var.exe test/constexpr_var_ext.exe test/control.exe test/control2.exe test/countof.exe test/dead_elim.exe test/decl.exe test/decl2.exe test/defer.exe test/digit_separator.exe test/embed.exe test/enum.exe test/enum2.exe test/extern.exe test/float.exe test/float2.exe test/function.exe test/function2.exe test/generic.exe test/generic2.exe test/gibberish.exe test/imm_arith_opt.exe test/initializer.exe test/initializer2.exe test/inline_asm.exe test/keywords_c23.exe test/labeled_loop_sw.exe test/line.exe test/literal.exe test/macro.exe test/macro2.exe test/macro_direcitve_in_fnlike.exe test/macro_has_include.exe test/macro_pmarks.exe test/macro_rescan.exe test/macro_spacing.exe test/macro_va_tail.exe test/nullptr.exe test/offsetof.exe test/plat_typedef.exe test/pointer.exe test/postfix_inc_dec.exe test/pragma_pack.exe test/qualifiers.exe test/setjmp.exe test/sizeof.exe test/stack_reuse.exe test/static_assertion.exe test/stmtexpr2.exe test/string.exe test/string2.exe test/struct.exe test/tag_compat.exe test/tls.exe test/tls2.exe test/typedef.exe test/typedef2.exe test/typeof.exe test/unicode.exe test/unicode2.exe test/union.exe test/union2.exe test/usualconv.exe test/varargs.exe test/variable.exe test/vla.exe test/vla2.exe test/vla_dealloc.exe test/vla_params.exe test/xxxof_vmtype.exe /bin/sh scripts/test_driver.sh /home/buildozer/aports/community/slimcc/src/slimcc-378a1157f2cd7c15f2f1dc925b5bb1a097593d5c/slimcc cc testing -o ... passed testing -S ... passed testing default output file ... passed testing default output file ... passed test/atomic2.stage2.exe test/attr_aligned.stage2.exe test/attr_cleanup.stage2.exe test/attr_section.stage2.exe testing multiple input files ... passed test/attr_weak.stage2.exe test/attribute.stage2.exe test/attribute2.stage2.exe test/attribute_hiding.stage2.exe test/autotype.stage2.exe test/bitfield.stage2.exe test/bitfield2.stage2.exe test/bitint.stage2.exe test/builtin.stage2.exe test/builtin2.stage2.exe test/builtin_return_address.stage2.exe test/cast.stage2.exe test/commonsym.stage2.exe test/compat.stage2.exe test/complit.stage2.exe test/complit2.stage2.exe testing multiple input files ... passed test/cond_decl.stage2.exe test/const.stage2.exe test/constexpr.stage2.exe test/constexpr2.stage2.exe test/constexpr_var.stage2.exe test/constexpr_var_ext.stage2.exe test/control.stage2.exe test/control2.stage2.exe test/countof.stage2.exe test/dead_elim.stage2.exe test/decl.stage2.exe test/decl2.stage2.exe test/defer.stage2.exe test/digit_separator.stage2.exe test/embed.stage2.exe test/enum.stage2.exe test/enum2.stage2.exe test/extern.stage2.exe test/float.stage2.exe test/float2.stage2.exe test/function.stage2.exe test/function2.stage2.exe test/generic.stage2.exe test/generic2.stage2.exe test/gibberish.stage2.exe test/imm_arith_opt.stage2.exe test/initializer.stage2.exe test/initializer2.stage2.exe test/inline_asm.stage2.exe test/keywords_c23.stage2.exe test/labeled_loop_sw.stage2.exe testing linker ... passed test/line.stage2.exe test/literal.stage2.exe test/macro.stage2.exe test/macro2.stage2.exe test/macro_direcitve_in_fnlike.stage2.exe test/macro_has_include.stage2.exe test/macro_pmarks.stage2.exe test/macro_rescan.stage2.exe test/macro_spacing.stage2.exe test/macro_va_tail.stage2.exe test/nullptr.stage2.exe test/offsetof.stage2.exe test/plat_typedef.stage2.exe test/pointer.stage2.exe test/postfix_inc_dec.stage2.exe test/pragma_pack.stage2.exe test/qualifiers.stage2.exe test/setjmp.stage2.exe test/sizeof.stage2.exe test/stack_reuse.stage2.exe test/static_assertion.stage2.exe test/stmtexpr2.stage2.exe test/string.stage2.exe test/string2.stage2.exe test/struct.stage2.exe test/tag_compat.stage2.exe test/tls.stage2.exe test/tls2.stage2.exe test/typedef.stage2.exe test/typedef2.stage2.exe test/typeof.stage2.exe test/unicode.stage2.exe test/unicode2.stage2.exe test/union.stage2.exe test/union2.stage2.exe test/usualconv.stage2.exe test/varargs.stage2.exe test/variable.stage2.exe test/vla.stage2.exe test/vla2.stage2.exe test/vla_dealloc.stage2.exe test/vla_params.stage2.exe test/xxxof_vmtype.stage2.exe testing linker ... passed /bin/sh scripts/test_driver.sh /home/buildozer/aports/community/slimcc/src/slimcc-378a1157f2cd7c15f2f1dc925b5bb1a097593d5c/slimcc-stage2 cc testing -o ... passed testing -S ... passed testing a.out ... passed testing -E ... passed testing -E and -o ... passed testing -I ... passed testing -I ... passed testing pragma once ... passed testing default output file ... passed testing -D ... passed testing -D ... passed testing -U ... passed testing default output file ... passed testing multiple input files ... passed testing BOM marker ... passed testing multiple input files ... passed testing inline ... passed testing linker ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing linker ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing a.out ... passed testing -E ... passed testing inline ... passed testing -E and -o ... passed testing -I ... passed testing -I ... passed testing inline ... passed testing pragma once ... passed testing -D ... passed testing -D ... passed testing -U ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing -idirafter ... passed testing -idirafter ... passed testing -idirafter ... passed testing -fcommon ... passed testing BOM marker ... passed testing -fcommon ... passed testing -fno-common ... passed testing -fsigned-char ... passed testing -funsigned-char ... passed testing -fsigned-char ... passed testing -funsigned-char ... passed testing inline ... passed testing -ffunction-sections ... passed testing -fdata-sections ... passed testing -fdata-sections ... passed testing -fdata-sections ... passed testing -fdata-sections ... passed testing -include ... passed testing -include ... passed testing inline ... passed testing -xc ... passed testing -x assembler ... passed testing inline ... passed testing -x none ... passed testing inline ... passed testing -E ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing .a ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing inline ... passed testing -idirafter ... passed testing -idirafter ... passed testing -idirafter ... passed testing -fcommon ... passed testing -fcommon ... passed testing -fno-common ... passed testing .so ... passed testing -fsigned-char ... passed testing -M ... passed testing -M ... passed testing -M ... passed testing -M ... passed testing -funsigned-char ... passed testing -MF ... passed testing -MP ... passed testing -MP ... passed testing -MT ... passed testing -MT ... passed testing -fsigned-char ... passed testing -funsigned-char ... passed testing -ffunction-sections ... passed testing -MD ... passed testing -MD ... passed testing -MD ... passed testing -fdata-sections ... passed testing -MD ... passed testing -MD ... passed testing -MD ... passed testing -fdata-sections ... passed testing -MD -MF ... passed testing -MD -MF ... passed testing -MD -MF ... passed testing -fdata-sections ... passed testing -fdata-sections ... passed testing -include ... passed testing -include ... passed testing -xc ... passed testing -x assembler ... passed testing -x none ... passed testing -E ... passed testing -fPIC ... passed testing -static build ... passed testing -static exec ... passed testing .a ... passed testing -fPIE -pie build ... passed testing -fPIE -pie exec ... passed testing -fno-PIE -no-pie build ... passed testing -fno-PIE -no-pie exec ... passed testing -L ... passed testing .so ... passed testing -M ... passed testing -M ... passed testing -M ... passed testing -M ... passed testing -MF ... passed testing -Wl, ... passed testing -MP ... passed testing -MP ... passed testing -MT ... passed testing -MT ... passed testing -MD ... passed testing -MD ... passed testing -MD ... passed testing -MD ... passed testing -MD ... passed testing -MD ... passed testing -MD -MF ... passed testing -MD -MF ... passed testing -Xlinker ... passed testing -MD -MF ... passed testing #include_next ... passed testing #include_next ... passed testing __attribute__((constructor,destructor)) ... passed OK ./slimcc -hashmap-test OK testing -fPIC ... passed testing -static build ... passed testing -static exec ... passed testing -fPIE -pie build ... passed testing -fPIE -pie exec ... passed testing -fno-PIE -no-pie build ... passed testing -fno-PIE -no-pie exec ... passed testing -L ... passed testing -Wl, ... passed testing -Xlinker ... passed testing #include_next ... passed testing #include_next ... passed testing __attribute__((constructor,destructor)) ... passed OK ./slimcc-stage2 -hashmap-test OK >>> slimcc: Entering fakeroot... created directory: '/home/buildozer/aports/community/slimcc/pkg/' created directory: '/home/buildozer/aports/community/slimcc/pkg/slimcc/' created directory: '/home/buildozer/aports/community/slimcc/pkg/slimcc/usr/' created directory: '/home/buildozer/aports/community/slimcc/pkg/slimcc/usr/bin/' 'slimcc' -> '/home/buildozer/aports/community/slimcc/pkg/slimcc/usr/bin/slimcc' created directory: '/home/buildozer/aports/community/slimcc/pkg/slimcc/usr/share/' created directory: '/home/buildozer/aports/community/slimcc/pkg/slimcc/usr/share/licenses/' created directory: '/home/buildozer/aports/community/slimcc/pkg/slimcc/usr/share/licenses/slimcc/' 'LICENSE' -> '/home/buildozer/aports/community/slimcc/pkg/slimcc/usr/share/licenses/slimcc/LICENSE' >>> slimcc*: Running postcheck for slimcc >>> slimcc*: Preparing package slimcc... >>> slimcc*: Stripping binaries >>> slimcc*: Scanning shared objects >>> slimcc*: Tracing dependencies... binutils musl-dev slimcc-headers~0_git20250810 so:libc.musl-x86_64.so.1 >>> slimcc*: Package size: 293.0 KB >>> slimcc*: Compressing data... >>> slimcc*: Create checksum... >>> slimcc*: Create slimcc-0_git20250810-r0.apk >>> slimcc: Build complete at Mon, 11 Aug 2025 04:15:14 +0000 elapsed time 0h 0m 6s >>> slimcc: Cleaning up srcdir >>> slimcc: Cleaning up pkgdir >>> slimcc: Uninstalling dependencies... (1/2) Purging .makedepends-slimcc (20250811.041509) (2/2) Purging slimcc-headers (0_git20250810-r0) OK: 441 MiB in 106 packages >>> slimcc: Updating the community/x86_64 repository index... >>> slimcc: Signing the index...