>>> ol: Building testing/ol 2.4-r0 (using abuild 3.10.0-r0) started Tue, 28 Mar 2023 07:39:58 +0000 >>> ol: Checking sanity of /home/buildozer/aports/testing/ol/APKBUILD... >>> ol: Analyzing dependencies... >>> ol: Installing for build: build-base xxd (1/2) Installing xxd (9.0.1413-r0) (2/2) Installing .makedepends-ol (20230328.073959) Executing busybox-1.36.0-r5.trigger OK: 292 MiB in 98 packages >>> ol: Cleaning up srcdir >>> ol: Cleaning up pkgdir >>> ol: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ol-2.4.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:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> ol: Fetching ol-2.4.tar.gz::https://github.com/yuriy-chumak/ol/archive/refs/tags/2.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 277k 0 277k 0 0 140k 0 --:--:-- 0:00:01 --:--:-- 280k 100 2081k 0 2081k 0 0 734k 0 --:--:-- 0:00:02 --:--:-- 1130k >>> ol: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ol-2.4.tar.gz >>> ol: Checking sha512sums... ol-2.4.tar.gz: OK GNUmakefile.patch: OK tests-Makefile.patch: OK memfd_create.patch: OK >>> ol: Unpacking /var/cache/distfiles/ol-2.4.tar.gz... >>> ol: GNUmakefile.patch patching file GNUmakefile >>> ol: tests-Makefile.patch patching file tests/Makefile >>> ol: memfd_create.patch patching file configure.mk patching file src/olvm.c sed -e '/\/\/ /d' src/olvm.c >includes/ol/vm.h xxd --include repl >tmp/repl.c gcc src/olvm.c -o vm \ extensions/ffi.c -Iincludes \ -Os -fomit-frame-pointer -std=gnu99 -fno-exceptions -DHAS_SOCKETS=1 -DHAS_DLOPEN=1 -DHAS_SANDBOX=0 -DHAS_MEMFD_CREATE=1 -lm -I/usr/include/ -O2 -DNDEBUG -DCAR_CHECK=0 -DCDR_CHECK=0 -DPREFIX=\"/usr\" -ldl -Xlinker --export-dynamic gcc src/olvm.c -o ol \ extensions/ffi.c -Iincludes \ -Os -fomit-frame-pointer -std=gnu99 -fno-exceptions -DHAS_SOCKETS=1 -DHAS_DLOPEN=1 -DHAS_SANDBOX=0 -DHAS_MEMFD_CREATE=1 -lm -I/usr/include/ -O2 -DNDEBUG -DCAR_CHECK=0 -DCDR_CHECK=0 -DPREFIX=\"/usr\" -ldl -Xlinker --export-dynamic \ tmp/repl.c -DREPL=repl gcc src/olvm.c -o libol.so \ extensions/ffi.c -Iincludes \ -Os -fomit-frame-pointer -std=gnu99 -fno-exceptions -DHAS_SOCKETS=1 -DHAS_DLOPEN=1 -DHAS_SANDBOX=0 -DHAS_MEMFD_CREATE=1 -lm -I/usr/include/ -O2 -DNDEBUG -DCAR_CHECK=0 -DCDR_CHECK=0 -DPREFIX=\"/usr\" -ldl -Xlinker --export-dynamic \ tmp/repl.c -DREPL=repl \ -DOLVM_NOMAIN -shared -fPIC Ok. cp vm olvm Ok. Ok. Building test binaries: (debug and release versions both)... Testing reference samples: extensions/ffi.c: In function 'OLVM_ffi': extensions/ffi.c:2394:22: warning: pointer targets in passing argument 1 of 'call_x' differ in signedness [-Wpointer-sign] 2394 | got = call_x(args, i, function, returntype & 0x3F); | ^~~~ | | | int_t * {aka long int *} extensions/ffi.c:1302:26: note: expected 'word *' {aka 'long unsigned int *'} but argument is of type 'int_t *' {aka 'long int *'} 1302 | inline ret_t call_x(word args[], int i, void* function, int type) { | ~~~~~^~~~~~ extensions/ffi.c: In function 'OLVM_mkcb': extensions/ffi.c:2830:13: warning: unused variable 'pin' [-Wunused-variable] 2830 | int pin = untoi(A); | ^~~ extensions/ffi.c: In function 'callback': extensions/ffi.c:3301:31: warning: unused variable 'f' [-Wunused-variable] 3301 | float f = OL2F(r); | ^ extensions/ffi.c:3316:32: warning: unused variable 'd' [-Wunused-variable] 3316 | double d = OL2D(r); | ^ testing doc/reference/README.md... testing doc/reference/booleans.md... testing doc/reference/characters.md... testing doc/reference/equivalence-predicates.md... testing doc/reference/lazy-evaluations.md... testing doc/reference/numbers.md... testing doc/reference/numerical-operations.md... testing doc/reference/pairs-and-lists.md... testing doc/reference/serialization-deserialization.md... testing doc/reference/symbols.md... testing doc/reference/tips-and-tricks.md... testing doc/reference/vectors.md... built. make -s testing-internal *** rosettacode.org Ol samples \033[1;32mok\033[0m Internal vm testing ---------------------------------------- Testing tests/rosettacode/100_doors.scm ..., debug: ok, release: ok. Testing tests/rosettacode/99_Bottles_of_Beer.scm ..., debug: tmp/vmid: Testing LDE instruction... Ok. Testing LDN instruction... Ok. Testing LDT instruction... Ok. Testing LDF instruction... Ok. Testing LD instruction... Ok. Testing MOVE instruction... Ok. ok, release: ok. Testing tests/rosettacode/9_billion_names_of_God_the_integer.scm ..., debug: ok, release: ok. tmp/vmir: Testing LDE instruction... Ok. Testing LDN instruction... Ok. Testing LDT instruction... Ok. Testing LDF instruction... Ok. Testing LD instruction... Ok. Testing MOVE instruction... Ok. make -s testing-ffi Testing tests/rosettacode/A_star_search_algorithm.scm ..., debug: ok, release: ffi testing ---------------------------------------- ok. Testing tests/rosettacode/LZW_compression.scm ..., debug: ok, release: ok. extensions/ffi.c: In function 'OLVM_ffi': extensions/ffi.c:2394:22: warning: pointer targets in passing argument 1 of 'call_x' differ in signedness [-Wpointer-sign] 2394 | got = call_x(args, i, function, returntype & 0x3F); | ^~~~ | | | int_t * {aka long int *} extensions/ffi.c:1302:26: note: expected 'word *' {aka 'long unsigned int *'} but argument is of type 'int_t *' {aka 'long int *'} 1302 | inline ret_t call_x(word args[], int i, void* function, int type) { | ~~~~~^~~~~~ extensions/ffi.c: In function 'OLVM_mkcb': extensions/ffi.c:2830:13: warning: unused variable 'pin' [-Wunused-variable] 2830 | int pin = untoi(A); | ^~~ extensions/ffi.c: In function 'callback': extensions/ffi.c:3301:31: warning: unused variable 'f' [-Wunused-variable] 3301 | float f = OL2F(r); | ^ extensions/ffi.c:3316:32: warning: unused variable 'd' [-Wunused-variable] 3316 | double d = OL2D(r); | ^ Testing tmp/ffid ... Testing tests/rosettacode/a+b.scm ..., debug: ok, release: ok. Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Testing tests/rosettacode/ackermann_function.scm ..., debug: ok, release: ok. Testing tests/rosettacode/anonymous_recursion.scm ..., debug: ok, release: ok. Testing tests/rosettacode/arithmetic_complex.scm ..., debug: ok, release: ok. Testing tests/rosettacode/arithmetic_integer.scm ..., debug: Unsupported parameters count for ffi function: 22 Unsupported parameters count for ffi function: 22 Unsupported parameters count for ffi function: 22 ok, release: ok. Unsupported parameters count for ffi function: 32 \033[1;31mfailed\033[0m Testing tests/rosettacode/arithmetic_rational.scm ..., debug: Testing tmp/ffir ... Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 22 Unsupported parameters count for ffi function: 22 Unsupported parameters count for ffi function: 22 Unsupported parameters count for ffi function: 32 \033[1;31mfailed\033[0m make -s testing-embed embed testing ---------------------------------------- tests/embed.c ..., debug: extensions/ffi.c: In function 'OLVM_ffi': extensions/ffi.c:2394:22: warning: pointer targets in passing argument 1 of 'call_x' differ in signedness [-Wpointer-sign] 2394 | got = call_x(args, i, function, returntype & 0x3F); | ^~~~ | | | int_t * {aka long int *} extensions/ffi.c:1302:26: note: expected 'word *' {aka 'long unsigned int *'} but argument is of type 'int_t *' {aka 'long int *'} 1302 | inline ret_t call_x(word args[], int i, void* function, int type) { | ~~~~~^~~~~~ extensions/ffi.c: In function 'OLVM_mkcb': extensions/ffi.c:2830:13: warning: unused variable 'pin' [-Wunused-variable] 2830 | int pin = untoi(A); | ^~~ extensions/ffi.c: In function 'callback': extensions/ffi.c:3301:31: warning: unused variable 'f' [-Wunused-variable] 3301 | float f = OL2F(r); | ^ extensions/ffi.c:3316:32: warning: unused variable 'd' [-Wunused-variable] 3316 | double d = OL2D(r); | ^ ok, release: ok. common tests --------------------------------------- Testing tests/apply.scm ..., debug: ok, release: ok. Testing tests/banana.scm ..., debug: ok, release: ok. Testing tests/bignum.scm ..., debug: ok, release: ok. Testing tests/callcc.scm ..., debug: ok, release: ok. Testing tests/case-apply.scm ..., debug: ok, release: ok. Testing tests/case-lambda.scm ..., debug: ok, release: ok. Testing tests/circle.scm ..., debug: ok, release: ok, release: ok. Testing tests/comments.scm ..., debug: ok, release: ok. Testing tests/define-sorted.scm ..., debug: ok, release: ok. ok. Testing tests/echo.scm ..., debug: ok, release: ok. Testing tests/rosettacode/array_length.scm ..., debug: ok, release: ok. Testing tests/ellipsis.scm ..., debug: ok, release: ok. Testing tests/rosettacode/arrays.scm ..., debug: ok, release: ok. Testing tests/eval.scm ..., debug: ok, release: ok. Testing tests/rosettacode/ascii_art_diagram_converter.scm ..., debug: ok, release: ok. Testing tests/exceptions.scm ..., debug: ok, release: ok. Testing tests/rosettacode/associative_array+creation.scm ..., debug: ok, release: ok. Testing tests/factor-rand.scm ..., debug: Testing tests/rosettacode/associative_array+merging.scm ..., debug: ok, release: ok, release: ok. ok. Testing tests/rosettacode/babbage_problem.scm ..., debug: Testing tests/factorial.scm ..., debug: ok, release: ok. Testing tests/rosettacode/base64_decode_data.scm ..., debug: ok, release: ok. Testing tests/rosettacode/base64_encode_data.scm ..., debug: ok, release: ok. Testing tests/rosettacode/binary_digits.scm ..., debug: ok, release: ok. ok, release: Testing tests/rosettacode/call_a_foreign-language_function.scm ..., debug: ok. ok, release: ok. Testing tests/fasl.scm ..., debug: ok, release: ok. Testing tests/rosettacode/call_a_function.scm ..., debug: ok, release: ok. Testing tests/ff-call.scm ..., debug: ok, release: ok. Testing tests/rosettacode/call_a_function_in_a_shared_library.scm ..., debug: ok, release: Testing tests/ff-del-rand.scm ..., debug: ok. Testing tests/rosettacode/case-sensitivity_of_identifiers.scm ..., debug: ok, release: ok. ok, release: ok. Testing tests/rosettacode/comma_quibbling.scm ..., debug: ok, release: ok. Testing tests/ff-rand.scm ..., debug: Testing tests/rosettacode/conditional_structures.scm ..., debug: ok, release: ok. ok, release: ok. Testing tests/rosettacode/copy_a_string.scm ..., debug: ok, release: ok. Testing tests/fib-rand.scm ..., debug: ok, release: ok. Testing tests/rosettacode/crc32.scm ..., debug: ok, release: ok. Testing tests/foldmap.scm ..., debug: Testing tests/rosettacode/currying.scm ..., debug: ok, release: ok. ok, release: ok. Testing tests/rosettacode/detect_division_by_zero.scm ..., debug: ok, release: ok. Testing tests/hashbang.scm ..., debug: ok, release: ok. Testing tests/rosettacode/determinant_and_permanent.scm ..., debug: ok, release: Testing tests/iff-rand.scm ...ok, debug: . Testing tests/rosettacode/digital_root.scm ..., debug: ok, release: ok, release: ok. ok. Testing tests/rosettacode/dot_product.scm ..., debug: ok, release: ok. Testing tests/inexact.scm ..., debug: ok, release: ok. Testing tests/rosettacode/empty_program.scm ..., debug: ok, release: ok. Testing tests/infix-notation.scm ..., debug: ok, release: ok. Testing tests/rosettacode/enumerations.scm ..., debug: ok, release: ok. Testing tests/json.scm ..., debug: Testing tests/rosettacode/even_or_odd.scm ..., debug: ok, release: ok, release: ok. ok. Testing tests/rosettacode/execute_brainfuck.scm ..., debug: Testing tests/library.scm ..., debug: ok, release: ok. ok, release: ok. Testing tests/rosettacode/extreme_floating_point_values.scm ..., debug: ok, release: ok. Testing tests/macro-lambda.scm ..., debug: ok, release: ok. Testing tests/rosettacode/fibonacci_n-step_number_sequences.scm ..., debug: ok, release: ok. Testing tests/macro-types.scm ..., debug: ok, release: ok. Testing tests/rosettacode/filter.scm ..., debug: ok, release: ok. Testing tests/mail-order.scm ..., debug: ok, release: ok. Testing tests/rosettacode/first-class_functions.scm ..., debug: ok, release: ok. Testing tests/math-rand.scm ..., debug: Testing tests/rosettacode/fizzbuzz.scm ..., debug: ok, release: ok. Testing tests/rosettacode/flatten_a_list.scm ..., debug: ok, release: ok. ok, release: Testing tests/rosettacode/function_composition.scm ..., debug: ok. ok, release: ok. Testing tests/numbers.scm ..., debug: Testing tests/rosettacode/function_definition.scm ..., debug: ok, release: ok. Testing tests/rosettacode/function_prototype.scm ..., debug: ok, release: ok. Testing tests/rosettacode/greatest_common_divisor.scm ..., debug: ok, release: ok. Testing tests/rosettacode/greatest_element_of_a_list.scm ..., debug: ok, release: ok. Testing tests/rosettacode/happy_numbers.scm ..., debug: ok, release: ok. Testing tests/rosettacode/hello_world.scm ..., debug: ok, release: ok. Testing tests/rosettacode/higher-order_functions.scm ..., debug: ok, release: ok. Testing tests/rosettacode/huffman_coding.scm ..., debug: ok, release: ok. Testing tests/rosettacode/identity_matrix.scm ..., debug: ok, release: ok. ok, release: Testing tests/rosettacode/include_a_file.scm ..., debug: ok, release: ok. Testing tests/rosettacode/infinity.scm ..., debug: ok, release: ok. Testing tests/rosettacode/integer_comparison.scm ..., debug: ok, release: ok. Testing tests/rosettacode/integer_sequence.scm ..., debug: ok, release: ok. ok. Testing tests/rosettacode/isqrt__integer_square_root__of_x.scm ..., debug: ok, release: Testing tests/opt.scm ..., debug: ok. ok, release: ok. Testing tests/rosettacode/json.scm ..., debug: Testing tests/par-nested-rand.scm ..., debug: ok, release: ok. ok, release: ok. Testing tests/rosettacode/jump_anywhere.scm ..., debug: ok, release: ok. Testing tests/par-nested.scm ..., debug: ok, release: ok. Testing tests/rosettacode/knuth_shuffle.scm ..., debug: ok, release: ok. Testing tests/par-rand.scm ..., debug: Testing tests/rosettacode/letter_frequency.scm ..., debug: ok, release: ok. ok, release: ok. Testing tests/rosettacode/lexical_analyzer.scm ..., debug: ok, release: ok. Testing tests/perm-rand.scm ..., debug: Testing tests/rosettacode/longest_common_prefix.scm ..., debug: ok, release: ok. ok, release: ok. Testing tests/rosettacode/loops-break.scm ..., debug: ok, release: ok. Testing tests/por-prime-rand.scm ..., debug: ok, release: Testing tests/rosettacode/loops-foreach.scm ..., debug: ok, release: ok. ok. Testing tests/rosettacode/loops-infinite.scm ..., debug: Testing tests/por-terminate.scm ..., debug: ok, release: ok. ok, release: ok. Testing tests/rosettacode/man_or_boy_test.scm ..., debug: Testing tests/queue-rand.scm ..., debug: ok, release: ok. Testing tests/record.scm ..., debug: ok, release: ok. ok, release: Testing tests/regex.scm ..., debug: ok, release: ok. ok. Testing tests/rlist-rand.scm ..., debug: Testing tests/rosettacode/mandelbrot_set.scm ..., debug: ok, release: ok. ok, release: Testing tests/rosettacode/matrix_multiplication.scm ..., debug: ok. Testing tests/seven.scm ..., debug: ok, release: ok. Testing tests/share.scm ..., debug: ok, release: ok. Testing tests/stable-rand.scm ..., debug: ok, release: ok. Testing tests/str-quote.scm ..., debug: ok, release: ok. Testing tests/string.scm ..., debug: ok, release: ok, release: ok. ok. Testing tests/rosettacode/maze_generation.scm ..., debug: Testing tests/suffix-rand.scm ..., debug: ok, release: ok. ok, release: Testing tests/rosettacode/mutual_recursion.scm ..., debug: ok, release: ok. ok. Testing tests/syntax-capture.scm ..., debug: Testing tests/rosettacode/nonogram_solver.scm ..., debug: ok, release: ok. Testing tests/syntax-lambda.scm ..., debug: ok, release: ok. Testing tests/toplevel-persist.scm ..., debug: ok, release: ok. Testing tests/utf-8-rand.scm ..., debug: ok, release: ok. Testing tests/vararg.scm ..., debug: ok, release: ok. Testing tests/vector-rand.scm ..., debug: ok, release: ok. Testing tests/vectors.scm ..., debug: ok, release: ok. Testing tests/world.scm ..., debug: ok, release: ok. ok, release: Testing tests/fasl-binary.bin ..., debug: ok, release: ok. \033[1;32mpassed!\033[0m ok. Testing tests/rosettacode/object_serialization.scm ..., debug: ok, release: ok. Testing tests/rosettacode/odd_word_problem.scm ..., debug: ok, release: ok. Testing tests/rosettacode/order_two_numerical_lists.scm ..., debug: ok, release: ok. Testing tests/rosettacode/palindrome_detection.scm ..., debug: ok, release: ok. Testing tests/rosettacode/pi.scm ..., debug: ok, release: ok. Testing tests/rosettacode/pick_random_element.scm ..., debug: ok, release: ok. Testing tests/rosettacode/primality_by_trial_division.scm ..., debug: ok, release: ok. Testing tests/rosettacode/pythagorean_triples.scm ..., debug: ok, release: ok. Testing tests/rosettacode/range_extraction.scm ..., debug: ok, release: ok. Testing tests/rosettacode/read_entire_file.scm ..., debug: ok, release: ok. Testing tests/rosettacode/regular_expressions.scm ..., debug: ok, release: ok. Testing tests/rosettacode/repeat.scm ..., debug: ok, release: ok. Testing tests/rosettacode/reverse_a_string.scm ..., debug: ok, release: ok. Testing tests/rosettacode/rot-13.scm ..., debug: ok, release: ok. Testing tests/rosettacode/run-length_encoding.scm ..., debug: ok, release: ok. Testing tests/rosettacode/set.scm ..., debug: ok, release: ok. Testing tests/rosettacode/short-circuit_evaluation.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sieve_of_eratosthenes.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sort_an_array_of_composite_structures.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sort_an_integer_array.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sort_using_a_custom_comparator.scm ..., debug: ok, release: ok. Testing tests/rosettacode/special_characters.scm ..., debug: ok, release: ok. Testing tests/rosettacode/stack.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sum_and_product_of_an_array.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sum_digits_of_an_integer.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sum_multiples_of_3_and_5.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sum_of_squares.scm ..., debug: ok, release: ok. Testing tests/rosettacode/synchronous_concurrency.scm ..., debug: ok, release: ok. Testing tests/rosettacode/tree_sort_on_a_linked_list.scm ..., debug: ok, release: ok. Testing tests/rosettacode/unicode_variable_names.scm ..., debug: ok, release: ok. Testing tests/rosettacode/vector.scm ..., debug: ok, release: ok. Testing tests/rosettacode/word_wrap.scm ..., debug: ok, release: ok. Testing tests/rosettacode/zero_to_the_zero_power.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sorting_algorithms/bubble_sort.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sorting_algorithms/quicksort.scm ..., debug: ok, release: ok. Testing tests/rosettacode/sorting_algorithms/sleep_sort.scm ..., debug: ok, release: ok. passed! >>> ol: Entering fakeroot... # install Ol executable(s) to /home/buildozer/aports/testing/ol/pkg/ol/usr/bin: Installing main binary... install -d /home/buildozer/aports/testing/ol/pkg/ol/usr/bin install ol /home/buildozer/aports/testing/ol/pkg/ol/usr/bin/ol Installing ol virtual machine binary... install -d /home/buildozer/aports/testing/ol/pkg/ol/usr/bin install vm /home/buildozer/aports/testing/ol/pkg/ol/usr/bin/olvm Installing libol.so... install -d /home/buildozer/aports/testing/ol/pkg/ol/usr/lib install -m 644 libol.so /home/buildozer/aports/testing/ol/pkg/ol/usr/lib/libol.so Installing headers... install -d /home/buildozer/aports/testing/ol/pkg/ol/usr/include/ol install -m 644 includes/ol/vm.h /home/buildozer/aports/testing/ol/pkg/ol/usr/include/ol/vm.h install -m 644 includes/ol/ol.h /home/buildozer/aports/testing/ol/pkg/ol/usr/include/ol/ol.h # and libraries to /home/buildozer/aports/testing/ol/pkg/ol/usr/lib/ol: Installing basic libraries... cd libraries && find * -type d -exec install -d "{}" "/home/buildozer/aports/testing/ol/pkg/ol/usr/lib/ol/{}" \; cd libraries && find * -type f -exec install -m 644 "{}" "/home/buildozer/aports/testing/ol/pkg/ol/usr/lib/ol/{}" \; # install Ol binary REPL to /home/buildozer/aports/testing/ol/pkg/ol/usr/lib/ol: Installing REPL... install -d /home/buildozer/aports/testing/ol/pkg/ol/usr/lib/ol install -m 644 repl /home/buildozer/aports/testing/ol/pkg/ol/usr/lib/ol/repl Installing man page... install -d /home/buildozer/aports/testing/ol/pkg/ol/usr/share/man/man1 gzip /home/buildozer/aports/testing/ol/pkg/ol/usr/share/man/man1/ol.1.gz Ok. >>> ol-doc*: Running split function doc... >>> ol-doc*: Preparing subpackage ol-doc... >>> ol-doc*: Running postcheck for ol-doc >>> ol*: Running postcheck for ol >>> ol*: Preparing package ol... >>> ol*: Stripping binaries >>> ol-doc*: Scanning shared objects >>> ol*: Scanning shared objects >>> ol-doc*: Tracing dependencies... >>> ol-doc*: Package size: 24.0 KB >>> ol-doc*: Compressing data... >>> ol-doc*: Create checksum... >>> ol-doc*: Create ol-doc-2.4-r0.apk >>> ol*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> ol*: Package size: 4.2 MB >>> ol*: Compressing data... >>> ol*: Create checksum... >>> ol*: Create ol-2.4-r0.apk >>> ol: Build complete at Tue, 28 Mar 2023 07:53:09 +0000 elapsed time 0h 13m 11s >>> ol: Cleaning up srcdir >>> ol: Cleaning up pkgdir >>> ol: Uninstalling dependencies... (1/2) Purging .makedepends-ol (20230328.073959) (2/2) Purging xxd (9.0.1413-r0) Executing busybox-1.36.0-r5.trigger OK: 292 MiB in 96 packages >>> ol: Updating the testing/ppc64le repository index... >>> ol: Signing the index...