>>> cyclone: Building community/cyclone 0.36.0-r0 (using abuild 3.12.0-r3) started Fri, 01 Mar 2024 20:49:52 +0000 >>> cyclone: Checking sanity of /home/buildozer/aports/community/cyclone/APKBUILD... >>> cyclone: Analyzing dependencies... >>> cyclone: Installing for build: build-base ck-dev cyclone-bootstrap>=0.36.0 (1/4) Installing ck (0.7.1-r3) (2/4) Installing ck-dev (0.7.1-r3) (3/4) Installing cyclone-stage0 (0.36.0-r0) (4/4) Installing .makedepends-cyclone (20240301.204953) Executing busybox-1.36.1-r19.trigger OK: 326 MiB in 113 packages >>> cyclone: Cleaning up srcdir >>> cyclone: Cleaning up pkgdir >>> cyclone: Cleaning up tmpdir >>> cyclone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cyclone-0.36.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> cyclone: Fetching cyclone-0.36.0.tar.gz::https://github.com/justinethier/cyclone/archive/refs/tags/v0.36.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 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 726k 0 726k 0 0 340k 0 --:--:-- 0:00:02 --:--:-- 756k 100 5115k 0 5115k 0 0 1741k 0 --:--:-- 0:00:02 --:--:-- 2904k >>> cyclone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cyclone-0.36.0.tar.gz >>> cyclone: Checking sha512sums... cyclone-0.36.0.tar.gz: OK >>> cyclone: Unpacking /var/cache/distfiles/cyclone-0.36.0.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -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 -Wl,-z,pack-relative-relocs -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 -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 -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 -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 -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_kronecker.o * gcc bn_mp_isodd.o * gcc bn_mp_lcm.o * gcc bn_mp_log_u32.o * gcc bn_mp_mod.o * gcc bn_mp_lshd.o gc.c: In function 'gc_merge_all_heaps': gc.c:2766:21: warning: passing argument 2 of 'ck_pr_add_ptr' makes pointer from integer without a cast [-Wint-conversion] 2766 | ck_pr_load_ptr(&(src->cached_heap_total_sizes[heap_type]))); | ^~~~~~~~~~~~~~ | | | long unsigned int In file included from /usr/include/ck_pr.h:73, from /usr/include/ck_array.h:33, from gc.c:19: /usr/include/gcc/ck_pr.h:259:1: note: expected 'void *' but argument is of type 'long unsigned int' 259 | CK_PR_GENERATE(add) | ^ * gcc bn_mp_mod_2d.o gc.c:2768:21: warning: passing argument 2 of 'ck_pr_add_ptr' makes pointer from integer without a cast [-Wint-conversion] 2768 | ck_pr_load_ptr(&(src->cached_heap_free_sizes[heap_type]))); | ^~~~~~~~~~~~~~ | | | long unsigned int /usr/include/gcc/ck_pr.h:259:1: note: expected 'void *' but argument is of type 'long unsigned int' 259 | CK_PR_GENERATE(add) | ^ * 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 ffi.c: In function 'Cyc_scm_call_no_gc': ffi.c:151:32: warning: array subscript -12500 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 8 143 | long stack_size = 100000; | ^~~~~~~~~~ * 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 At top level: cc1: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics * gcc bn_mp_signed_rsh.o * gcc bn_mp_sqr.o * gcc bn_mp_sqrmod.o * gcc bn_mp_sqrtmod_prime.o * gcc bn_mp_sub.o * gcc bn_mp_sqrt.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_zero.o * gcc bn_mp_xor.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 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' At top level: cc1: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics 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))))" #t >>> cyclone: Entering fakeroot... install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/include/cyclone install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/bin install -m0644 libcyclone.a /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/ install -m0644 include/cyclone/*.h /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/include/cyclone/ install -m0755 cyclone /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/bin/ install -m0644 libcyclonebn.a /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/ install -m0755 icyc /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/bin/ install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/scheme/cyclone install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/cyclone install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi/list-queues install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi/sets install -d /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi/sorting install -m0644 scheme/*.sld /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/scheme install -m0644 scheme/*.o /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/scheme install -m0755 scheme/*.so /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/scheme install -m0644 scheme/cyclone/*.sld /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/scheme/cyclone install -m0644 scheme/cyclone/*.scm /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/scheme/cyclone install -m0644 libs/cyclone/test.meta /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/cyclone install -m0644 libs/cyclone/match.meta /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/cyclone install -m0644 libs/cyclone/foreign.meta /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/cyclone install -m0644 scheme/cyclone/*.o /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/scheme/cyclone install -m0755 scheme/cyclone/*.so /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/scheme/cyclone install -m0644 libs/cyclone/*.sld /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/cyclone install -m0644 libs/cyclone/*.scm /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/cyclone install -m0644 libs/cyclone/*.o /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/cyclone install -m0755 libs/cyclone/*.so /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/cyclone install -m0644 srfi/*.sld /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi install -m0644 srfi/*.o /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi install -m0755 srfi/*.so /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi install -m0644 srfi/*.meta /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi install -m0644 srfi/list-queues/*.scm /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi/list-queues install -m0644 srfi/sets/*.scm /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi/sets install -m0644 srfi/sorting/*.scm /home/buildozer/aports/community/cyclone/pkg/cyclone/usr/lib/cyclone/srfi/sorting >>> cyclone*: Running postcheck for cyclone >>> cyclone*: Preparing package cyclone... >>> cyclone*: Stripping binaries >>> cyclone*: Scanning shared objects >>> cyclone*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libck.so.0 >>> cyclone*: Package size: 38.5 MB >>> cyclone*: Compressing data... >>> cyclone*: Create checksum... >>> cyclone*: Create cyclone-0.36.0-r0.apk >>> cyclone: Build complete at Fri, 01 Mar 2024 20:54:59 +0000 elapsed time 0h 5m 7s >>> cyclone: Cleaning up srcdir >>> cyclone: Cleaning up pkgdir >>> cyclone: Uninstalling dependencies... (1/4) Purging .makedepends-cyclone (20240301.204953) (2/4) Purging ck-dev (0.7.1-r3) (3/4) Purging cyclone-stage0 (0.36.0-r0) (4/4) Purging ck (0.7.1-r3) Executing busybox-1.36.1-r19.trigger OK: 265 MiB in 109 packages >>> cyclone: Updating the community/ppc64le repository index... >>> cyclone: Signing the index...