>>> ol: Building testing/ol 2.6-r0 (using abuild 3.15.0_rc3-r1) started Sun, 04 May 2025 02:30:41 +0000 >>> ol: Validating /home/buildozer/aports/testing/ol/APKBUILD... >>> ol: Analyzing dependencies... >>> ol: Installing for build: build-base xxd (1/2) Installing xxd (9.1.1202-r1) (2/2) Installing .makedepends-ol (20250504.023043) Executing busybox-1.37.0-r16.trigger OK: 275 MiB in 105 packages >>> ol: Cleaning up srcdir >>> ol: Cleaning up pkgdir >>> ol: Cleaning up tmpdir >>> ol: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ol-2.6.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 1 2281k 1 32768 0 0 40111 0 0:00:58 --:--:-- 0:00:58 40107 100 2281k 100 2281k 0 0 1397k 0 0:00:01 0:00:01 --:--:-- 1398k >>> ol: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libol-opengl-2.6.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 100 78113 100 78113 0 0 96450 0 --:--:-- --:--:-- --:--:-- 96435 >>> ol: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ol-2.6.tar.gz >>> ol: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libol-opengl-2.6.tar.gz >>> ol: Checking sha512sums... ol-2.6.tar.gz: OK libol-opengl-2.6.tar.gz: OK >>> ol: Unpacking /var/cache/distfiles/ol-2.6.tar.gz... >>> ol: Unpacking /var/cache/distfiles/libol-opengl-2.6.tar.gz... rmdir: removing directory, 'libraries/OpenGL' '/home/buildozer/aports/testing/ol/src/libol-opengl-2.6' -> 'libraries/OpenGL' sed -e '/\/\/ /d' src/olvm.c >includes/ol/vm.h cc src/olvm.c -o vm \ extensions/ffi.c -Iincludes \ -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -Wno-unused-result -g0 -DPREFIX=\"/usr\" -ldl -Xlinker --export-dynamic Ok. cp vm olvm strip olvm #strip olvm -R .eh_frame #strip olvm -R .eh_frame_hdr xxd --include repl >tmp/repl.c cc src/olvm.c -o ol \ extensions/ffi.c -Iincludes \ -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -Wno-unused-result -g0 -DPREFIX=\"/usr\" -ldl -Xlinker --export-dynamic \ tmp/repl.c -DREPL=repl cc src/olvm.c -o libol.so \ extensions/ffi.c -Iincludes \ -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -Wno-unused-result -g0 -DPREFIX=\"/usr\" -ldl -Xlinker --export-dynamic \ tmp/repl.c -DREPL=repl \ -DOLVM_NOMAIN -shared -fPIC Ok. Ok. Building test binaries: (debug and release versions both)... make vm-debug Testing reference samples: cc src/olvm.c -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 \ -DOLVM_FFI=1 -Iincludes extensions/ffi.c -o tmp/vmd -ldl -Xlinker --export-dynamic -O0 -g3 -Wall -DCAR_CHECK=1 -DCDR_CHECK=1 extensions/ffi.c: In function 'OLVM_mkcb': extensions/ffi.c:3194:13: warning: unused variable 'pin' [-Wunused-variable] 3194 | int pin = untoi(A); | ^~~ extensions/ffi.c: In function 'callback': extensions/ffi.c:3672:31: warning: unused variable 'f' [-Wunused-variable] 3672 | float f = OL2F(r); | ^ extensions/ffi.c:3687:32: warning: unused variable 'd' [-Wunused-variable] 3687 | double d = OL2D(r); | ^ make vm-release testing doc/reference/README.mdcc src/olvm.c -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 \ -DOLVM_FFI=1 -Iincludes extensions/ffi.c -o tmp/vmr -ldl -Xlinker --export-dynamic -O2 -DNDEBUG -Wno-unused-result -g0 .. ok testing doc/reference/async.md......built. make testing-internal rosettacode.org Ol samples -------------------------- Test | Linux | Linux |dbg.|rel.| tests/rosettacode/100_doors.scm Internal vm testing ---------------------------------------- make test-vmi-debug | ok | ok | tests/rosettacode/99_Bottles_of_Beer.scm cc src/olvm.c -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -O0 -g3 -Wall -DCAR_CHECK=1 -DCDR_CHECK=1 tests/vm.c -Iincludes -DOLVM_NOMAIN -o tmp/vmid -ldl -Xlinker --export-dynamic 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. make test-vmi-release | ok | ok | tests/rosettacode/9_billion_names_of_God_the_integer.scm cc src/olvm.c -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -Wno-unused-result -g0 tests/vm.c -Iincludes -DOLVM_NOMAIN -o tmp/vmir -ldl -Xlinker --export-dynamic | ok | ok | tests/rosettacode/A_star_search_algorithm.scm 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 check-ffi | ok ffi testing ---------------------------------------- make test-ffi-debug | ok | tests/rosettacode/LZW_compression.scm ... ok testing doc/reference/booleans.md. ok testing doc/reference/bytevectors.md...... ok testing doc/reference/characters.md ok testing doc/reference/equivalence-predicates.md ok testing doc/reference/ffs.md................ ok testing doc/reference/infix-notation.mdcc src/olvm.c -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -O0 -g3 -Wall -DCAR_CHECK=1 -DCDR_CHECK=1 tests/ffi.c -Iincludes \ -DOLVM_FFI=1 -Iincludes extensions/ffi.c -o tmp/ffid -ldl -Xlinker --export-dynamic \ -fsigned-char # for ffi tests we should use char as signed by default .| ok | ok | tests/rosettacode/a+b.scm extensions/ffi.c: In function 'OLVM_mkcb': extensions/ffi.c:3194:13: warning: unused variable 'pin' [-Wunused-variable] 3194 | int pin = untoi(A); | ^~~ extensions/ffi.c: In function 'callback': extensions/ffi.c:3672:31: warning: unused variable 'f' [-Wunused-variable] 3672 | float f = OL2F(r); | ^ extensions/ffi.c:3687:32: warning: unused variable 'd' [-Wunused-variable] 3687 | double d = OL2D(r); | ^ Testing tmp/ffid ... .| ok | ok | tests/rosettacode/ackermann_function.scm .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 ...| ok | ok | tests/rosettacode/anonymous_recursion.scm | ok | ok | tests/rosettacode/arithmetic_complex.scm Unsupported parameters count for ffi function: 20 Unsupported parameters count for ffi function: 20 Unsupported parameters count for ffi function: 20 | ok | ok | tests/rosettacode/arithmetic_integer.scm ok testing doc/reference/json.md.............. ok testing doc/reference/lazy-evaluations.md ok testing doc/reference/macros.md........... ok testing doc/reference/numbers.md ok testing doc/reference/numerical-operations.md| ok | ok | tests/rosettacode/arithmetic_rational.scm .............. ok testing doc/reference/pairs-and-lists.md. ok testing doc/reference/regex.md. ok testing doc/reference/serialization-deserialization.md ok testing doc/reference/sorting.md ok testing doc/reference/symbols.md ok testing doc/reference/tips-and-tricks.md..... ok testing doc/reference/vectors.md ok ok Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 99 fail make test-ffi-release cc src/olvm.c -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -Wno-unused-result -g0 tests/ffi.c -Iincludes \ -DOLVM_FFI=1 -Iincludes extensions/ffi.c -o tmp/ffir -ldl -Xlinker --export-dynamic \ -fsigned-char # for ffi tests we should use char as signed by default 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: 20 Unsupported parameters count for ffi function: 20 Unsupported parameters count for ffi function: 20 Unsupported parameters count for ffi function: 16 Unsupported parameters count for ffi function: 99 fail make testing-embed embed testing ---------------------------------------- tests/embed.c debug: cc tests/embed.c src/olvm.c tmp/repl.c -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -ldl -Xlinker --export-dynamic -DOLVM_NOMAIN \ -DOLVM_FFI=1 extensions/ffi.c -o tmp/embedd \ -Iincludes -lm -O0 -g3 -Wall -DCAR_CHECK=1 -DCDR_CHECK=1 -Wno-unused-function extensions/ffi.c: In function 'OLVM_mkcb': extensions/ffi.c:3194:13: warning: unused variable 'pin' [-Wunused-variable] 3194 | int pin = untoi(A); | ^~~ extensions/ffi.c: In function 'callback': extensions/ffi.c:3672:31: warning: unused variable 'f' [-Wunused-variable] 3672 | float f = OL2F(r); | ^ extensions/ffi.c:3687:32: warning: unused variable 'd' [-Wunused-variable] 3687 | double d = OL2D(r); | ^ | ok ok release: cc tests/embed.c src/olvm.c tmp/repl.c -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=0 -DHAVE_MEMFD_CREATE=1 -lm -D_FILE_OFFSET_BITS=64 -ldl -Xlinker --export-dynamic -DOLVM_NOMAIN \ -DOLVM_FFI=1 extensions/ffi.c -o tmp/embedr \ -Iincludes -lm -O2 -DNDEBUG -Wno-unused-result -g0 -Wno-unused-function ok . make regression-tests regression tests ---------------- Test | Linux | Linux |dbg.|rel.| tests/apply.scm | ok | ok | tests/async.scm | ok | ok | tests/banana.scm | ok | tests/rosettacode/array_length.scm | ok | ok | tests/bignum.scm | ok | ok | tests/rosettacode/arrays.scm | ok | ok | tests/callcc.scm | ok | ok | tests/rosettacode/ascii_art_diagram_converter.scm | ok | ok | tests/case-apply.scm | ok | ok | tests/rosettacode/associative_array+creation.scm | ok | ok | tests/case-lambda.scm | ok | ok | tests/rosettacode/associative_array+merging.scm | ok | ok | tests/circle.scm | ok | ok | tests/rosettacode/babbage_problem.scm | ok | ok | tests/rosettacode/base64_decode_data.scm | ok | ok | tests/rosettacode/base64_encode_data.scm | ok | ok | tests/rosettacode/binary_digits.scm | ok | ok | ok | tests/rosettacode/call_a_foreign-language_function.scm | ok | tests/comments.scm | ok | ok | ok | tests/coroutines.scm | ok | tests/rosettacode/call_a_function.scm | ok | ok | tests/define-sorted.scm | ok | ok | tests/rosettacode/call_a_function_in_a_shared_library.scm | ok | ok | tests/echo.scm | ok | ok | tests/rosettacode/case-sensitivity_of_identifiers.scm | ok | ok | tests/ellipsis.scm | ok | ok | tests/rosettacode/comma_quibbling.scm | ok | ok | tests/eval.scm | ok | ok | tests/rosettacode/conditional_structures.scm | ok | ok | tests/exceptions.scm | ok | ok | tests/rosettacode/convert_decimal_number_to_rational.scm | ok | ok | tests/factor-rand.scm | ok | ok | tests/rosettacode/copy_a_string.scm | ok | ok | ok | tests/rosettacode/crc32.scm | ok | tests/factorial.scm | ok | ok | tests/rosettacode/currying.scm | ok | ok | tests/rosettacode/detect_division_by_zero.scm | ok | ok | tests/rosettacode/determinant_and_permanent.scm | ok | ok | ok | tests/rosettacode/digital_root.scm | ok | tests/fasl.scm | ok | ok | tests/rosettacode/dot_product.scm | ok | ok | tests/ff-call.scm | ok | ok | tests/rosettacode/empty_program.scm | ok | ok | tests/ff-del-rand.scm | ok | ok | tests/rosettacode/enumerations.scm | ok | ok | tests/rosettacode/even_or_odd.scm | ok | ok | ok | tests/rosettacode/execute_brainfuck.scm | ok | tests/ff-rand.scm | ok | ok | tests/rosettacode/extreme_floating_point_values.scm | ok | ok | ok | tests/rosettacode/fibonacci_n-step_number_sequences.scm | ok | tests/fib-rand.scm | ok | ok | tests/rosettacode/filter.scm | ok | ok | tests/foldmap.scm | ok | ok | tests/rosettacode/first-class_functions.scm | ok | ok | tests/hashbang.scm | ok | ok | tests/rosettacode/fizzbuzz.scm | ok | ok | tests/iff-rand.scm | ok | ok | tests/rosettacode/flatten_a_list.scm | ok | ok | tests/rosettacode/function_composition.scm | ok | ok | tests/inexact.scm | ok | ok | tests/rosettacode/function_definition.scm | ok | ok | tests/infix-notation.scm | ok | ok | tests/rosettacode/function_prototype.scm | ok | ok | ok | tests/rosettacode/greatest_common_divisor.scm | ok | tests/json.scm | ok | ok | tests/rosettacode/greatest_element_of_a_list.scm | ok | ok | tests/library.scm | ok | ok | tests/rosettacode/happy_numbers.scm | ok | ok | tests/link.scm | ok | ok | tests/rosettacode/hello_world.scm | ok | ok | tests/macro-lambda.scm | ok | ok | tests/rosettacode/higher-order_functions.scm | ok | ok | tests/macro-types.scm | ok | ok | tests/rosettacode/huffman_coding.scm | ok | ok | tests/mail-order.scm | ok | ok | tests/rosettacode/identity_matrix.scm | ok | ok | tests/math-rand.scm | ok | ok | tests/rosettacode/include_a_file.scm | ok | ok | tests/rosettacode/infinity.scm | ok | ok | tests/rosettacode/integer_comparison.scm | ok | ok | ok | tests/rosettacode/integer_sequence.scm | ok | tests/numbers.scm | ok | ok | tests/rosettacode/isqrt__integer_square_root__of_x.scm | ok | ok | tests/rosettacode/json.scm | ok | ok | tests/rosettacode/jump_anywhere.scm | ok | ok | tests/rosettacode/knuth_shuffle.scm | ok | ok | tests/rosettacode/letter_frequency.scm | ok | ok | tests/rosettacode/lexical_analyzer.scm | ok | ok | tests/rosettacode/longest_common_prefix.scm | ok | ok | tests/rosettacode/loops-break.scm | ok | ok | tests/rosettacode/loops-foreach.scm | ok | ok | tests/rosettacode/loops-infinite.scm | ok | ok | ok | tests/rosettacode/man_or_boy_test.scm | ok | ok | tests/opt.scm | ok | tests/rosettacode/mandelbrot_set.scm | ok | ok | tests/par-nested-rand.scm | ok | ok | tests/rosettacode/matrix_multiplication.scm | ok | ok | tests/par-nested.scm | ok | ok | tests/par-rand.scm | ok | ok | tests/parameterize.scm | ok | ok | tests/perm-rand.scm | ok | ok | tests/por-prime-rand.scm | ok | ok | ok | tests/por-terminate.scm | ok | ok | tests/queue-rand.scm | ok | tests/rosettacode/maze_generation.scm | ok | ok | tests/record.scm | ok | ok | tests/regex.scm | ok | ok | tests/rosettacode/multifactorial.scm | ok | ok | tests/rlist-rand.scm | ok | ok | tests/rosettacode/mutual_recursion.scm | ok | ok | tests/rosettacode/nonogram_solver.scm | ok | ok | tests/seven.scm | ok | ok | tests/share.scm | ok | ok | tests/stable-rand.scm | ok | ok | tests/str-quote.scm | ok | ok | tests/string.scm | ok | ok | ok | tests/suffix-rand.scm | ok | tests/rosettacode/object_serialization.scm | ok | ok | ok | tests/rosettacode/odd_word_problem.scm | ok | tests/syntax-capture.scm | ok | ok | tests/rosettacode/order_two_numerical_lists.scm | ok | ok | tests/syntax-lambda.scm | ok | ok | tests/rosettacode/palindrome_detection.scm | ok | ok | tests/toplevel-persist.scm | ok | ok | tests/rosettacode/pi.scm | ok | ok | tests/utf-8-rand.scm | ok | ok | tests/vararg.scm | ok | ok | tests/vector-rand.scm | ok | ok | tests/vectors.scm | ok | ok | tests/wait.scm | ok | ok | tests/world.scm | ok | ok | ok | tests/fasl-binary.bin | ok | ok | passed! | ok | tests/rosettacode/pick_random_element.scm | ok | ok | tests/rosettacode/population_count.scm | ok | ok | tests/rosettacode/primality_by_trial_division.scm | ok | ok | tests/rosettacode/pythagorean_triples.scm | ok | ok | tests/rosettacode/range_extraction.scm | ok | ok | tests/rosettacode/read_entire_file.scm | ok | ok | tests/rosettacode/regular_expressions.scm | ok | ok | tests/rosettacode/repeat.scm | ok | ok | tests/rosettacode/reverse_a_string.scm | ok | ok | tests/rosettacode/rot-13.scm | ok | ok | tests/rosettacode/run-length_encoding.scm | ok | ok | tests/rosettacode/set.scm | ok | ok | tests/rosettacode/short-circuit_evaluation.scm | ok | ok | tests/rosettacode/sieve_of_eratosthenes.scm | ok | ok | tests/rosettacode/sort_an_array_of_composite_structures.scm | ok | ok | tests/rosettacode/sort_an_integer_array.scm | ok | ok | tests/rosettacode/sort_using_a_custom_comparator.scm | ok | ok | tests/rosettacode/special_characters.scm | ok | ok | tests/rosettacode/stack.scm | ok | ok | tests/rosettacode/sum_and_product_of_an_array.scm | ok | ok | tests/rosettacode/sum_digits_of_an_integer.scm | ok | ok | tests/rosettacode/sum_multiples_of_3_and_5.scm | ok | ok | tests/rosettacode/sum_of_squares.scm | ok | ok | tests/rosettacode/synchronous_concurrency.scm | ok | ok | tests/rosettacode/tree_sort_on_a_linked_list.scm | ok | ok | tests/rosettacode/unicode_variable_names.scm | ok | ok | tests/rosettacode/vector.scm | ok | ok | tests/rosettacode/word_wrap.scm | ok | ok | tests/rosettacode/zero_to_the_zero_power.scm | ok | ok | tests/rosettacode/sorting_algorithms/bubble_sort.scm | ok | ok | tests/rosettacode/sorting_algorithms/quicksort.scm | ok | ok | tests/rosettacode/sorting_algorithms/sleep_sort.scm | ok | 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