>>> cyclone: Building community/cyclone 0.36.0-r1 (using abuild 3.14.1-r3) started Sun, 24 Nov 2024 20:00:04 +0000 >>> cyclone: Validating /home/buildozer/aports/community/cyclone/APKBUILD... >>> cyclone: Analyzing dependencies... >>> cyclone: Installing for build: build-base ck-dev cyclone-bootstrap>=0.36.0 strace gdb musl-dbg (1/22) Installing ck (0.7.2-r0) (2/22) Installing ck-dev (0.7.2-r0) (3/22) Installing cyclone-stage0 (0.36.0-r0) (4/22) Installing libelf (0.191-r0) (5/22) Installing libbz2 (1.0.8-r6) (6/22) Installing musl-fts (1.2.7-r6) (7/22) Installing xz-libs (5.6.3-r0) (8/22) Installing libdw (0.191-r0) (9/22) Installing strace (6.12-r0) (10/22) Installing musl-dbg (1.2.5-r7) (11/22) Installing libffi (3.4.6-r0) (12/22) Installing gdbm (1.24-r0) (13/22) Installing mpdecimal (4.0.0-r0) (14/22) Installing libpanelw (6.5_p20241006-r3) (15/22) Installing sqlite-libs (3.47.0-r0) (16/22) Installing python3 (3.12.7-r1) (17/22) Installing python3-pycache-pyc0 (3.12.7-r1) (18/22) Installing pyc (3.12.7-r1) (19/22) Installing python3-pyc (3.12.7-r1) (20/22) Installing gdb (15.2-r0) (21/22) Installing gcc-gdb (14.2.0-r4) (22/22) Installing .makedepends-cyclone (20241124.200006) Executing busybox-1.37.0-r8.trigger OK: 351 MiB in 123 packages >>> cyclone: Cleaning up srcdir >>> cyclone: Cleaning up pkgdir >>> cyclone: Cleaning up tmpdir >>> cyclone: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/cyclone-0.36.0.tar.gz >>> cyclone: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/cyclone-0.36.0.tar.gz >>> cyclone: Checking sha512sums... cyclone-0.36.0.tar.gz: OK gcc14.patch: OK >>> cyclone: Unpacking /var/cache/distfiles/v3.21/cyclone-0.36.0.tar.gz... >>> cyclone: gcc14.patch patching file Makefile.config gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wno-int-conversion -O2 -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument -Iinclude -c \ -DCYC_PTHREAD_SET_STACK_SIZE=1 \ -DCYC_INSTALL_DIR=\"/usr\" \ -DCYC_INSTALL_LIB=\"/usr/lib\" \ -DCYC_INSTALL_BIN=\"/usr/bin\" \ -DCYC_INSTALL_INC=\"/usr/include/cyclone\" \ -DCYC_INSTALL_SLD=\"/usr/lib/cyclone\" \ -DCYC_CC_PROG=\""gcc ~src-file~ -O2 -Wall ~cc-extra~ -I/usr/include -c -o ~exec-file~.o"\" \ -DCYC_CC_EXEC=\""gcc ~exec-file~.o ~obj-files~ -pthread -lcyclone -lck -lm -lcyclonebn -ldl -O2 -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument -Wl,--export-dynamic ~ld-extra~ -L/usr/lib -o ~exec-file~"\" \ -DCYC_CC_LIB=\""gcc ~src-file~ -O2 -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument -Wl,--export-dynamic ~cc-extra~ -I/usr/include -c -o ~exec-file~.o"\" \ -DCYC_CC_SO=\""gcc -shared -Wl,--as-needed,-O1,--sort-common -L. -Wl,--export-dynamic -o ~exec-file~.so ~exec-file~.o"\" \ -DCYC_PLATFORM=\"unix\" \ runtime.c -o runtime.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wno-int-conversion -O2 -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument -Iinclude -std=gnu99 -c gc.c -o gc.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wno-int-conversion -O2 -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument -Iinclude -c ffi.c -o ffi.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wno-int-conversion -O2 -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument -Iinclude -c \ -DCYC_HAVE_OPEN_MEMSTREAM=1 \ -DCYC_HAVE_FMEMOPEN=1 \ mstreams.c -o mstreams.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wno-int-conversion -O2 -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument -Iinclude -c hashset.c -o hashset.o cd third-party/libtommath-1.2.0 ; make LIBNAME=libcyclonebn.a && cp libcyclonebn.a ../.. make[1]: Entering directory '/home/buildozer/aports/community/cyclone/src/cyclone-0.36.0/third-party/libtommath-1.2.0' * gcc bn_cutoffs.o * gcc bn_deprecated.o * gcc bn_mp_2expt.o * gcc bn_mp_abs.o * gcc bn_mp_add.o * gcc bn_mp_add_d.o * gcc bn_mp_addmod.o * gcc bn_mp_and.o * gcc bn_mp_clamp.o * gcc bn_mp_clear.o * gcc bn_mp_clear_multi.o * gcc bn_mp_cmp.o * gcc bn_mp_cmp_d.o * gcc bn_mp_cmp_mag.o * gcc bn_mp_cnt_lsb.o * gcc bn_mp_complement.o * gcc bn_mp_copy.o * gcc bn_mp_count_bits.o * gcc bn_mp_decr.o * gcc bn_mp_div.o * gcc bn_mp_div_2.o * gcc bn_mp_div_2d.o * gcc bn_mp_div_3.o * gcc bn_mp_div_d.o * gcc bn_mp_dr_is_modulus.o * gcc bn_mp_dr_reduce.o * gcc bn_mp_dr_setup.o * gcc bn_mp_error_to_string.o * gcc bn_mp_exch.o * gcc bn_mp_expt_u32.o * gcc bn_mp_exptmod.o * gcc bn_mp_exteuclid.o * gcc bn_mp_fread.o * gcc bn_mp_from_sbin.o * gcc bn_mp_from_ubin.o * gcc bn_mp_fwrite.o * gcc bn_mp_gcd.o * gcc bn_mp_get_double.o * gcc bn_mp_get_i32.o * gcc bn_mp_get_i64.o * gcc bn_mp_get_l.o * gcc bn_mp_get_ll.o * gcc bn_mp_get_mag_u32.o * gcc bn_mp_get_mag_u64.o * gcc bn_mp_get_mag_ul.o * gcc bn_mp_get_mag_ull.o * gcc bn_mp_grow.o * gcc bn_mp_incr.o * gcc bn_mp_init.o * gcc bn_mp_init_copy.o * gcc bn_mp_init_i32.o * gcc bn_mp_init_i64.o * gcc bn_mp_init_l.o * gcc bn_mp_init_ll.o * gcc bn_mp_init_multi.o * gcc bn_mp_init_set.o * gcc bn_mp_init_size.o * gcc bn_mp_init_u32.o * gcc bn_mp_init_u64.o * gcc bn_mp_init_ul.o * gcc bn_mp_init_ull.o * gcc bn_mp_invmod.o * gcc bn_mp_is_square.o * gcc bn_mp_iseven.o * gcc bn_mp_isodd.o * gcc bn_mp_kronecker.o * gcc bn_mp_lcm.o * gcc bn_mp_log_u32.o * gcc bn_mp_lshd.o * gcc bn_mp_mod.o * gcc bn_mp_mod_2d.o * gcc bn_mp_mod_d.o * gcc bn_mp_montgomery_calc_normalization.o * gcc bn_mp_montgomery_reduce.o * gcc bn_mp_montgomery_setup.o * gcc bn_mp_mul.o * gcc bn_mp_mul_2.o * gcc bn_mp_mul_2d.o * gcc bn_mp_mul_d.o * gcc bn_mp_mulmod.o * gcc bn_mp_neg.o * gcc bn_mp_or.o * gcc bn_mp_pack.o * gcc bn_mp_pack_count.o * gcc bn_mp_prime_fermat.o * gcc bn_mp_prime_frobenius_underwood.o * gcc bn_mp_prime_is_prime.o * gcc bn_mp_prime_miller_rabin.o * gcc bn_mp_prime_next_prime.o * gcc bn_mp_prime_rabin_miller_trials.o * gcc bn_mp_prime_rand.o * gcc bn_mp_prime_strong_lucas_selfridge.o * gcc bn_mp_radix_size.o * gcc bn_mp_radix_smap.o * gcc bn_mp_rand.o * gcc bn_mp_read_radix.o * gcc bn_mp_reduce.o * gcc bn_mp_reduce_2k.o * gcc bn_mp_reduce_2k_l.o * gcc bn_mp_reduce_2k_setup.o * gcc bn_mp_reduce_2k_setup_l.o * gcc bn_mp_reduce_is_2k.o * gcc bn_mp_reduce_is_2k_l.o * gcc bn_mp_reduce_setup.o * gcc bn_mp_root_u32.o * gcc bn_mp_rshd.o * gcc bn_mp_sbin_size.o * gcc bn_mp_set.o * gcc bn_mp_set_double.o * gcc bn_mp_set_i32.o * gcc bn_mp_set_i64.o * gcc bn_mp_set_l.o * gcc bn_mp_set_ll.o * gcc bn_mp_set_u32.o * gcc bn_mp_set_u64.o * gcc bn_mp_set_ul.o * gcc bn_mp_set_ull.o * gcc bn_mp_shrink.o * gcc bn_mp_signed_rsh.o * gcc bn_mp_sqr.o * gcc bn_mp_sqrmod.o * gcc bn_mp_sqrt.o * gcc bn_mp_sqrtmod_prime.o * gcc bn_mp_sub.o * gcc bn_mp_sub_d.o * gcc bn_mp_submod.o * gcc bn_mp_to_radix.o * gcc bn_mp_to_sbin.o * gcc bn_mp_to_ubin.o * gcc bn_mp_ubin_size.o * gcc bn_mp_unpack.o * gcc bn_mp_xor.o * gcc bn_mp_zero.o * gcc bn_prime_tab.o * gcc bn_s_mp_add.o * gcc bn_s_mp_balance_mul.o * gcc bn_s_mp_exptmod.o * gcc bn_s_mp_exptmod_fast.o * gcc bn_s_mp_get_bit.o * gcc bn_s_mp_invmod_fast.o * gcc bn_s_mp_invmod_slow.o * gcc bn_s_mp_karatsuba_mul.o * gcc bn_s_mp_karatsuba_sqr.o * gcc bn_s_mp_montgomery_reduce_fast.o * gcc bn_s_mp_mul_digs.o * gcc bn_s_mp_mul_digs_fast.o * gcc bn_s_mp_mul_high_digs.o * gcc bn_s_mp_mul_high_digs_fast.o * gcc bn_s_mp_prime_is_divisible.o * gcc bn_s_mp_rand_jenkins.o * gcc bn_s_mp_rand_platform.o * gcc bn_s_mp_reverse.o * gcc bn_s_mp_sqr.o * gcc bn_s_mp_sqr_fast.o * gcc bn_s_mp_sub.o * gcc bn_s_mp_toom_mul.o * gcc bn_s_mp_toom_sqr.o ffi.c: In function 'Cyc_scm_call_no_gc': ffi.c:151:32: warning: array subscript -25000 is outside array bounds of 'long int[1]' [-Warray-bounds=] 151 | thd.stack_limit = stack_base - stack_size; | ~~~~~~~~~~~^~~~~~~~~~~~ ffi.c:143:8: note: at offset -100000 into object 'stack_size' of size 4 143 | long stack_size = 100000; | ^~~~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics ar -rv libcyclonebn.a bn_cutoffs.o bn_deprecated.o bn_mp_2expt.o bn_mp_abs.o bn_mp_add.o bn_mp_add_d.o bn_mp_addmod.o bn_mp_and.o bn_mp_clamp.o bn_mp_clear.o bn_mp_clear_multi.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_cmp_mag.o bn_mp_cnt_lsb.o bn_mp_complement.o bn_mp_copy.o bn_mp_count_bits.o bn_mp_decr.o bn_mp_div.o bn_mp_div_2.o bn_mp_div_2d.o bn_mp_div_3.o bn_mp_div_d.o bn_mp_dr_is_modulus.o bn_mp_dr_reduce.o bn_mp_dr_setup.o bn_mp_error_to_string.o bn_mp_exch.o bn_mp_expt_u32.o bn_mp_exptmod.o bn_mp_exteuclid.o bn_mp_fread.o bn_mp_from_sbin.o bn_mp_from_ubin.o bn_mp_fwrite.o bn_mp_gcd.o bn_mp_get_double.o bn_mp_get_i32.o bn_mp_get_i64.o bn_mp_get_l.o bn_mp_get_ll.o bn_mp_get_mag_u32.o bn_mp_get_mag_u64.o bn_mp_get_mag_ul.o bn_mp_get_mag_ull.o bn_mp_grow.o bn_mp_incr.o bn_mp_init.o bn_mp_init_copy.o bn_mp_init_i32.o bn_mp_init_i64.o bn_mp_init_l.o bn_mp_init_ll.o bn_mp_init_multi.o bn_mp_init_set.o bn_mp_init_size.o bn_mp_init_u32.o bn_mp_init_u64.o bn_mp_init_ul.o bn_mp_init_ull.o bn_mp_invmod.o bn_mp_is_square.o bn_mp_iseven.o bn_mp_isodd.o bn_mp_kronecker.o bn_mp_lcm.o bn_mp_log_u32.o bn_mp_lshd.o bn_mp_mod.o bn_mp_mod_2d.o bn_mp_mod_d.o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_reduce.o bn_mp_montgomery_setup.o bn_mp_mul.o bn_mp_mul_2.o bn_mp_mul_2d.o bn_mp_mul_d.o bn_mp_mulmod.o bn_mp_neg.o bn_mp_or.o bn_mp_pack.o bn_mp_pack_count.o bn_mp_prime_fermat.o bn_mp_prime_frobenius_underwood.o bn_mp_prime_is_prime.o bn_mp_prime_miller_rabin.o bn_mp_prime_next_prime.o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rand.o bn_mp_prime_strong_lucas_selfridge.o bn_mp_radix_size.o bn_mp_radix_smap.o bn_mp_rand.o bn_mp_read_radix.o bn_mp_reduce.o bn_mp_reduce_2k.o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_setup.o bn_mp_root_u32.o bn_mp_rshd.o bn_mp_sbin_size.o bn_mp_set.o bn_mp_set_double.o bn_mp_set_i32.o bn_mp_set_i64.o bn_mp_set_l.o bn_mp_set_ll.o bn_mp_set_u32.o bn_mp_set_u64.o bn_mp_set_ul.o bn_mp_set_ull.o bn_mp_shrink.o bn_mp_signed_rsh.o bn_mp_sqr.o bn_mp_sqrmod.o bn_mp_sqrt.o bn_mp_sqrtmod_prime.o bn_mp_sub.o bn_mp_sub_d.o bn_mp_submod.o bn_mp_to_radix.o bn_mp_to_sbin.o bn_mp_to_ubin.o bn_mp_ubin_size.o bn_mp_unpack.o bn_mp_xor.o bn_mp_zero.o bn_prime_tab.o bn_s_mp_add.o bn_s_mp_balance_mul.o bn_s_mp_exptmod.o bn_s_mp_exptmod_fast.o bn_s_mp_get_bit.o bn_s_mp_invmod_fast.o bn_s_mp_invmod_slow.o bn_s_mp_karatsuba_mul.o bn_s_mp_karatsuba_sqr.o bn_s_mp_montgomery_reduce_fast.o bn_s_mp_mul_digs.o bn_s_mp_mul_digs_fast.o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs_fast.o bn_s_mp_prime_is_divisible.o bn_s_mp_rand_jenkins.o bn_s_mp_rand_platform.o bn_s_mp_reverse.o bn_s_mp_sqr.o bn_s_mp_sqr_fast.o bn_s_mp_sub.o bn_s_mp_toom_mul.o bn_s_mp_toom_sqr.o ar: creating libcyclonebn.a a - bn_cutoffs.o a - bn_deprecated.o a - bn_mp_2expt.o a - bn_mp_abs.o a - bn_mp_add.o a - bn_mp_add_d.o a - bn_mp_addmod.o a - bn_mp_and.o a - bn_mp_clamp.o a - bn_mp_clear.o a - bn_mp_clear_multi.o a - bn_mp_cmp.o a - bn_mp_cmp_d.o a - bn_mp_cmp_mag.o a - bn_mp_cnt_lsb.o a - bn_mp_complement.o a - bn_mp_copy.o a - bn_mp_count_bits.o a - bn_mp_decr.o a - bn_mp_div.o a - bn_mp_div_2.o a - bn_mp_div_2d.o a - bn_mp_div_3.o a - bn_mp_div_d.o a - bn_mp_dr_is_modulus.o a - bn_mp_dr_reduce.o a - bn_mp_dr_setup.o a - bn_mp_error_to_string.o a - bn_mp_exch.o a - bn_mp_expt_u32.o a - bn_mp_exptmod.o a - bn_mp_exteuclid.o a - bn_mp_fread.o a - bn_mp_from_sbin.o a - bn_mp_from_ubin.o a - bn_mp_fwrite.o a - bn_mp_gcd.o a - bn_mp_get_double.o a - bn_mp_get_i32.o a - bn_mp_get_i64.o a - bn_mp_get_l.o a - bn_mp_get_ll.o a - bn_mp_get_mag_u32.o a - bn_mp_get_mag_u64.o a - bn_mp_get_mag_ul.o a - bn_mp_get_mag_ull.o a - bn_mp_grow.o a - bn_mp_incr.o a - bn_mp_init.o a - bn_mp_init_copy.o a - bn_mp_init_i32.o a - bn_mp_init_i64.o a - bn_mp_init_l.o a - bn_mp_init_ll.o a - bn_mp_init_multi.o a - bn_mp_init_set.o a - bn_mp_init_size.o a - bn_mp_init_u32.o a - bn_mp_init_u64.o a - bn_mp_init_ul.o a - bn_mp_init_ull.o a - bn_mp_invmod.o a - bn_mp_is_square.o a - bn_mp_iseven.o a - bn_mp_isodd.o a - bn_mp_kronecker.o a - bn_mp_lcm.o a - bn_mp_log_u32.o a - bn_mp_lshd.o a - bn_mp_mod.o a - bn_mp_mod_2d.o a - bn_mp_mod_d.o a - bn_mp_montgomery_calc_normalization.o a - bn_mp_montgomery_reduce.o a - bn_mp_montgomery_setup.o a - bn_mp_mul.o a - bn_mp_mul_2.o a - bn_mp_mul_2d.o a - bn_mp_mul_d.o a - bn_mp_mulmod.o a - bn_mp_neg.o a - bn_mp_or.o a - bn_mp_pack.o a - bn_mp_pack_count.o a - bn_mp_prime_fermat.o a - bn_mp_prime_frobenius_underwood.o a - bn_mp_prime_is_prime.o a - bn_mp_prime_miller_rabin.o a - bn_mp_prime_next_prime.o a - bn_mp_prime_rabin_miller_trials.o a - bn_mp_prime_rand.o a - bn_mp_prime_strong_lucas_selfridge.o a - bn_mp_radix_size.o a - bn_mp_radix_smap.o a - bn_mp_rand.o a - bn_mp_read_radix.o a - bn_mp_reduce.o a - bn_mp_reduce_2k.o a - bn_mp_reduce_2k_l.o a - bn_mp_reduce_2k_setup.o a - bn_mp_reduce_2k_setup_l.o a - bn_mp_reduce_is_2k.o a - bn_mp_reduce_is_2k_l.o a - bn_mp_reduce_setup.o a - bn_mp_root_u32.o a - bn_mp_rshd.o a - bn_mp_sbin_size.o a - bn_mp_set.o a - bn_mp_set_double.o a - bn_mp_set_i32.o a - bn_mp_set_i64.o a - bn_mp_set_l.o a - bn_mp_set_ll.o a - bn_mp_set_u32.o a - bn_mp_set_u64.o a - bn_mp_set_ul.o a - bn_mp_set_ull.o a - bn_mp_shrink.o a - bn_mp_signed_rsh.o a - bn_mp_sqr.o a - bn_mp_sqrmod.o a - bn_mp_sqrt.o a - bn_mp_sqrtmod_prime.o a - bn_mp_sub.o a - bn_mp_sub_d.o a - bn_mp_submod.o a - bn_mp_to_radix.o a - bn_mp_to_sbin.o a - bn_mp_to_ubin.o a - bn_mp_ubin_size.o a - bn_mp_unpack.o a - bn_mp_xor.o a - bn_mp_zero.o a - bn_prime_tab.o a - bn_s_mp_add.o a - bn_s_mp_balance_mul.o a - bn_s_mp_exptmod.o a - bn_s_mp_exptmod_fast.o a - bn_s_mp_get_bit.o a - bn_s_mp_invmod_fast.o a - bn_s_mp_invmod_slow.o a - bn_s_mp_karatsuba_mul.o a - bn_s_mp_karatsuba_sqr.o a - bn_s_mp_montgomery_reduce_fast.o a - bn_s_mp_mul_digs.o a - bn_s_mp_mul_digs_fast.o a - bn_s_mp_mul_high_digs.o a - bn_s_mp_mul_high_digs_fast.o a - bn_s_mp_prime_is_divisible.o a - bn_s_mp_rand_jenkins.o a - bn_s_mp_rand_platform.o a - bn_s_mp_reverse.o a - bn_s_mp_sqr.o a - bn_s_mp_sqr_fast.o a - bn_s_mp_sub.o a - bn_s_mp_toom_mul.o a - bn_s_mp_toom_sqr.o ranlib libcyclonebn.a make[1]: Leaving directory '/home/buildozer/aports/community/cyclone/src/cyclone-0.36.0/third-party/libtommath-1.2.0' ar rcs libcyclone.a runtime.o gc.o ffi.o mstreams.o hashset.o libcyclonebn.a cyclone -I . -CLNK '-L.' cyclone.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/base.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/case-lambda.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/char.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/complex.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cxr.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/eval.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/file.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/inexact.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/lazy.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/load.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/process-context.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/read.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/repl.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/time.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/write.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/1.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/106.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/111.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/113.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/117.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/121.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/128.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/132.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/133.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/143.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/18.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/2.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/27.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/28.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/60.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' srfi/69.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' libs/cyclone/concurrent.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' libs/cyclone/foreign.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' libs/cyclone/match.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' libs/cyclone/test.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/ast.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/cgen.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/common.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/cps-optimizations.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/hashset.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/libraries.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/macros.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/pretty-print.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/primitives.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/transforms.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' scheme/cyclone/util.sld ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' icyc.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/unit-tests.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/base.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/test.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/threading.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/c-compiler-options.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/test-shared-queue.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/macro-hygiene.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/match-tests.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/srfi-28-tests.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/srfi-60-tests.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/srfi-121-tests.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/srfi-128-162-tests.scm ./cyclone -I . -I libs -COPT '-Iinclude' -CLNK '-L.' -I . tests/srfi-143-tests.scm ./tests/c-compiler-options hellorm -rf tests/c-compiler-options ./tests/threading ./tests/srfi-28-tests format: .. 2 out of 2 (100.0%) tests passed in 0.0 seconds. rm -rf tests/srfi-28-tests thread-join!: . 1 out of 1 (100.0%) test passed in 0.0 seconds. rm -rf tests/threading ./tests/test assert: . 1 out of 1 (100.0%) test passed in 0.0 seconds. not: . 1 out of 1 (100.0%) test passed in 0.0 seconds. rm -rf tests/test ./tests/test-shared-queue basic: ................. 17 out of 17 (100.0%) tests passed in 0.0 seconds. rm -rf tests/test-shared-queue ./tests/macro-hygiene basic lambda bindings: . 1 out of 1 (100.0%) test passed in 0.0 seconds. macro hygiene: .... 4 out of 4 (100.0%) tests passed in 0.0 seconds. pitfalls and corner cases: .... 4 out of 4 (100.0%) tests passed in 0.0 seconds. rm -rf tests/macro-hygiene ./tests/unit-tests (138 tests passed with no errors) rm -rf tests/unit-tests ./tests/srfi-121-tests generator constructors: ............... 15 out of 15 (100.0%) tests passed in 0.0 seconds. generator operators: .................... 20 out of 20 (100.0%) tests passed in 0.0 seconds. generator consumers: .............. 14 out of 14 (100.0%) tests passed in 0.0 seconds. rm -rf tests/srfi-121-tests ./tests/base vector literals: .. 2 out of 2 (100.0%) tests passed in 0.0 seconds. strings: . 1 out of 1 (100.0%) test passed in 0.0 seconds. make-list: . 1 out of 1 (100.0%) test passed in 0.0 seconds. rationals: .... 4 out of 4 (100.0%) tests passed in 0.0 seconds. numeric operations - floor, truncate, : ................................... 35 out of 35 (100.0%) tests passed in 0.0 seconds. exact: ..... 5 out of 5 (100.0%) tests passed in 0.0 seconds. records: .. 2 out of 2 (100.0%) tests passed in 0.0 seconds. assoc: ...... 6 out of 6 (100.0%) tests passed in 0.0 seconds. member: ...... 6 out of 6 (100.0%) tests passed in 0.0 seconds. rm -rf tests/base ./tests/srfi-60-tests logand: ...... 6 out of 6 (100.0%) tests passed in 0.0 seconds. logior: ...... 6 out of 6 (100.0%) tests passed in 0.0 seconds. logxor: ...... 6 out of 6 (100.0%) tests passed in 0.0 seconds. lognot: .... 4 out of 4 (100.0%) tests passed in 0.0 seconds. logtest: .. 2 out of 2 (100.0%) tests passed in 0.0 seconds. logcount: ...... 6 out of 6 (100.0%) tests passed in 0.0 seconds. integer-length: ... 3 out of 3 (100.0%) tests passed in 0.0 seconds. log2-binary-factors: ......................................................... ........... 68 out of 68 (100.0%) tests passed in 0.0 seconds. logbit: .......... 10 out of 10 (100.0%) tests passed in 0.0 seconds. copy-bit: ... 3 out of 3 (100.0%) tests passed in 0.0 seconds. bit-field: .. 2 out of 2 (100.0%) tests passed in 0.0 seconds. copy-bit-field: ... 3 out of 3 (100.0%) tests passed in 0.0 seconds. ash: .... 4 out of 4 (100.0%) tests passed in 0.0 seconds. rotate-bit-field: .... 4 out of 4 (100.0%) tests passed in 0.0 seconds. reverse-bit-field: . 1 out of 1 (100.0%) test passed in 0.0 seconds. rm -rf tests/srfi-60-tests ./tests/srfi-143-tests fixnum:  fixnum/arithmetic: .......................................... 42 out of 42 (100.0%) tests passed in 0.0 seconds. fixnum/bitwise: .......................................................... ............................... 89 out of 89 (100.0%) tests passed in 0.0 seconds. 131 out of 131 (100.0%) tests passed in 0.0 seconds. 2 out of 2 (100.0%) subgroups passed. rm -rf tests/srfi-143-tests ./tests/srfi-128-162-tests vector/cdr: .. 2 out of 2 (100.0%) tests passed in 0.0 seconds. comparators:  comparators/predicates: ...... 6 out of 6 (100.0%) tests passed in 0.0 seconds. comparators/constructors: ............................................. 45 out of 45 (100.0%) tests passed in 0.0 seconds. comparators/hash: .................... 20 out of 20 (100.0%) tests passed in 0.0 seconds. comparators/default: ........................................... 43 out of 43 (100.0%) tests passed in 0.0 seconds. comparators/accessors: .... 4 out of 4 (100.0%) tests passed in 0.0 seconds. comparators/invokers: ..... 5 out of 5 (100.0%) tests passed in 0.0 seconds. comparators/comparison: .......... 10 out of 10 (100.0%) tests passed in 0.0 seconds. comparators/syntax: ...... 6 out of 6 (100.0%) tests passed in 0.0 seconds. comparators/bound-salt: ... 3 out of 3 (100.0%) tests passed in 0.0 seconds. comparators/min-max: .... 4 out of 4 (100.0%) tests passed in 0.0 seconds. comparators/variables: ....... 7 out of 7 (100.0%) tests passed in 0.0 seconds. 153 out of 153 (100.0%) tests passed in 0.0 seconds. 11 out of 11 (100.0%) subgroups passed. rm -rf tests/srfi-128-162-tests ./tests/match-tests Official tests: .............................. 30 out of 30 (100.0%) tests passed in 0.0 seconds. Predicates: ... 3 out of 3 (100.0%) tests passed in 0.0 seconds. Demo: ... 3 out of 3 (100.0%) tests passed in 0.0 seconds. rm -rf tests/match-tests icyc -p "(cond-expand (linux (begin (define-syntax foo (syntax-rules () ((foo) 123))) (foo))))" Error: Unable to open input memory stream: 0 Call history, most recent first: [1] scheme/base.sld:foldl [2] icyc.scm:collect-opt-values [3] scheme/base.sld:not [4] scheme/base.sld:foldl [5] icyc.scm:collect-opt-values [6] scheme/base.sld:foldl [7] icyc.scm:collect-opt-values [8] scheme/base.sld:make-string [9] scheme/cyclone/pretty-print.sld:lib-init:schemecyclonepretty_91print make: *** [Makefile:57: test] Error 1 >>> ERROR: cyclone: check failed >>> cyclone: Uninstalling dependencies... (1/22) Purging .makedepends-cyclone (20241124.200006) (2/22) Purging ck-dev (0.7.2-r0) (3/22) Purging strace (6.12-r0) (4/22) Purging gcc-gdb (14.2.0-r4) (5/22) Purging gdb (15.2-r0) (6/22) Purging musl-dbg (1.2.5-r7) (7/22) Purging cyclone-stage0 (0.36.0-r0) (8/22) Purging libdw (0.191-r0) (9/22) Purging libelf (0.191-r0) (10/22) Purging musl-fts (1.2.7-r6) (11/22) Purging python3-pyc (3.12.7-r1) (12/22) Purging python3-pycache-pyc0 (3.12.7-r1) (13/22) Purging pyc (3.12.7-r1) (14/22) Purging python3 (3.12.7-r1) (15/22) Purging sqlite-libs (3.47.0-r0) (16/22) Purging xz-libs (5.6.3-r0) (17/22) Purging ck (0.7.2-r0) (18/22) Purging gdbm (1.24-r0) (19/22) Purging libbz2 (1.0.8-r6) (20/22) Purging libffi (3.4.6-r0) (21/22) Purging libpanelw (6.5_p20241006-r3) (22/22) Purging mpdecimal (4.0.0-r0) Executing busybox-1.37.0-r8.trigger OK: 271 MiB in 101 packages