>>> mle: Building community/mle 1.7.2-r0 (using abuild 3.12.0-r2) started Sat, 13 Jan 2024 05:03:36 +0000 >>> mle: Checking sanity of /home/buildozer/aports/community/mle/APKBUILD... >>> mle: Analyzing dependencies... >>> mle: Installing for build: build-base uthash-dev lua5.4-dev pcre2-dev bash grep (1/20) Installing uthash (2.3.0-r0) (2/20) Installing uthash-dev (2.3.0-r0) (3/20) Installing lua5.4-libs (5.4.6-r1) (4/20) Installing readline (8.2.7-r0) (5/20) Installing lua5.4 (5.4.6-r1) (6/20) Installing lua5.4-dev (5.4.6-r1) (7/20) Installing bsd-compat-headers (0.7.2-r5) (8/20) Installing libformw (6.4_p20231125-r0) (9/20) Installing libmenuw (6.4_p20231125-r0) (10/20) Installing libpanelw (6.4_p20231125-r0) (11/20) Installing libncurses++ (6.4_p20231125-r0) (12/20) Installing ncurses-dev (6.4_p20231125-r0) (13/20) Installing libedit-dev (20230828.3.1-r3) (14/20) Installing zlib-dev (1.3-r2) (15/20) Installing libpcre2-16 (10.42-r2) (16/20) Installing libpcre2-32 (10.42-r2) (17/20) Installing pcre2-dev (10.42-r2) (18/20) Installing bash (5.2.21-r0) Executing bash-5.2.21-r0.post-install (19/20) Installing grep (3.11-r0) (20/20) Installing .makedepends-mle (20240113.050337) Executing busybox-1.36.1-r18.trigger OK: 277 MiB in 123 packages >>> mle: Cleaning up srcdir >>> mle: Cleaning up pkgdir >>> mle: Cleaning up tmpdir >>> mle: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mle-1.7.2.tar.gz >>> mle: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mle-1.7.2.tar.gz >>> mle: Checking sha512sums... mle-1.7.2.tar.gz: OK >>> mle: Unpacking /var/cache/distfiles/mle-1.7.2.tar.gz... gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 buffer.c -o buffer.o gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 bview.c -o bview.o gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 cmd.c -o cmd.o gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 cursor.c -o cursor.o gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 editor.c -o editor.o gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 main.c -o main.o gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 mark.c -o mark.o gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 uscript.c -o uscript.o gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 utf8.c -o utf8.o gcc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 util.c -o util.o In file included from uscript.c:50: uscript.inc: In function '_uscript_func_buffer_set_action_group_ptr': uscript.inc:569:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 569 | action_group = (int *)luaL_checkinteger(L, 2); | ^ In file included from buffer.c:13: buffer.c: In function '_buffer_bline_delete': mlbuf.h:352:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 352 | fprintf(stderr, "%lu ", time(0)); \ | ^~~~~~ ~~~~~~~ | | | time_t {aka long long int} buffer.c:1823:9: note: in expansion of macro 'MLBUF_DEBUG_PRINTF' 1823 | MLBUF_DEBUG_PRINTF("num_chars=%" PRIdMAX " does not match safe_num_chars=%" PRIdMAX "\n", num_chars, safe_num_chars); | ^~~~~~~~~~~~~~~~~~ mlbuf.h:352:28: note: format string is defined here 352 | fprintf(stderr, "%lu ", time(0)); \ | ~~^ | | | long unsigned int | %llu mlbuf.h:352:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 352 | fprintf(stderr, "%lu ", time(0)); \ | ^~~~~~ ~~~~~~~ | | | time_t {aka long long int} buffer.c:1828:9: note: in expansion of macro 'MLBUF_DEBUG_PRINTF' 1828 | MLBUF_DEBUG_PRINTF("safe_num_chars=%" PRIdMAX " lt 1\n", safe_num_chars); | ^~~~~~~~~~~~~~~~~~ mlbuf.h:352:28: note: format string is defined here 352 | fprintf(stderr, "%lu ", time(0)); \ | ~~^ | | | long unsigned int | %llu bview.c: In function '_bview_draw_bline': bview.c:1057:136: warning: absolute value function 'labs' given an argument of type 'bint_t' {aka 'long long int'} but has parameter of type 'long int' which may cause truncation of value [-Wabsolute-value] 1057 | tb_printf_rect(self->rect_lines, self->abs_linenum_width, rect_y, linenum_fg, 0, " %*d", self->rel_linenum_width, (int)labs(bline->line_index - self->active_cursor->mark->bline->line_index)); | ^~~~ bview.c:1060:109: warning: absolute value function 'labs' given an argument of type 'bint_t' {aka 'long long int'} but has parameter of type 'long int' which may cause truncation of value [-Wabsolute-value] 1060 | tb_printf_rect(self->rect_lines, 0, rect_y, linenum_fg, 0, "%*d", self->rel_linenum_width, (int)labs(bline->line_index - self->active_cursor->mark->bline->line_index)); | ^~~~ gcc -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 buffer.o bview.o cmd.o cursor.o editor.o main.o mark.o uscript.o utf8.o util.o -Wl,--as-needed,-O1,--sort-common -L/usr/lib/lua5.4 -lpcre2-8 -llua -lm -o mle gcc -DTEST_NAME=test_bline_delete -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_bline_delete.c -o tests/unit/test_bline_delete.o gcc -DTEST_NAME=test_bline_get_col -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_bline_get_col.c -o tests/unit/test_bline_get_col.o gcc -DTEST_NAME=test_bline_insert -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_bline_insert.c -o tests/unit/test_bline_insert.o gcc -DTEST_NAME=test_buffer_add_mark -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_add_mark.c -o tests/unit/test_buffer_add_mark.o gcc -DTEST_NAME=test_buffer_add_srule -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_add_srule.c -o tests/unit/test_buffer_add_srule.o gcc -DTEST_NAME=test_buffer_delete -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_delete.c -o tests/unit/test_buffer_delete.o gcc -DTEST_NAME=test_buffer_destroy -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_destroy.c -o tests/unit/test_buffer_destroy.o gcc -DTEST_NAME=test_buffer_get -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_get.c -o tests/unit/test_buffer_get.o gcc -DTEST_NAME=test_buffer_get_bline -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_get_bline.c -o tests/unit/test_buffer_get_bline.o gcc -DTEST_NAME=test_buffer_get_bline_col -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_get_bline_col.c -o tests/unit/test_buffer_get_bline_col.o gcc -DTEST_NAME=test_buffer_get_offset -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_get_offset.c -o tests/unit/test_buffer_get_offset.o gcc -DTEST_NAME=test_buffer_insert -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_insert.c -o tests/unit/test_buffer_insert.o gcc -DTEST_NAME=test_buffer_new -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_new.c -o tests/unit/test_buffer_new.o gcc -DTEST_NAME=test_buffer_redo -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_redo.c -o tests/unit/test_buffer_redo.o gcc -DTEST_NAME=test_buffer_register -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_register.c -o tests/unit/test_buffer_register.o gcc -DTEST_NAME=test_buffer_remove_srule -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_remove_srule.c -o tests/unit/test_buffer_remove_srule.o gcc -DTEST_NAME=test_buffer_replace -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_replace.c -o tests/unit/test_buffer_replace.o gcc -DTEST_NAME=test_buffer_set -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_set.c -o tests/unit/test_buffer_set.o gcc -DTEST_NAME=test_buffer_set_callback -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_set_callback.c -o tests/unit/test_buffer_set_callback.o gcc -DTEST_NAME=test_buffer_set_tab_width -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_set_tab_width.c -o tests/unit/test_buffer_set_tab_width.o gcc -DTEST_NAME=test_buffer_substr -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_substr.c -o tests/unit/test_buffer_substr.o gcc -DTEST_NAME=test_buffer_undo -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_buffer_undo.c -o tests/unit/test_buffer_undo.o gcc -DTEST_NAME=test_kinput -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_kinput.c -o tests/unit/test_kinput.o gcc -DTEST_NAME=test_mark_clone -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_clone.c -o tests/unit/test_mark_clone.o gcc -DTEST_NAME=test_mark_cmp -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_cmp.c -o tests/unit/test_mark_cmp.o gcc -DTEST_NAME=test_mark_delete_after -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_delete_after.c -o tests/unit/test_mark_delete_after.o gcc -DTEST_NAME=test_mark_delete_before -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_delete_before.c -o tests/unit/test_mark_delete_before.o gcc -DTEST_NAME=test_mark_delete_between_mark -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_delete_between_mark.c -o tests/unit/test_mark_delete_between_mark.o gcc -DTEST_NAME=test_mark_delete_between_mark_2 -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_delete_between_mark_2.c -o tests/unit/test_mark_delete_between_mark_2.o gcc -DTEST_NAME=test_mark_find_bracket_pair -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_find_bracket_pair.c -o tests/unit/test_mark_find_bracket_pair.o gcc -DTEST_NAME=test_mark_get_between_mark -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_get_between_mark.c -o tests/unit/test_mark_get_between_mark.o gcc -DTEST_NAME=test_mark_get_nchars_between -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_get_nchars_between.c -o tests/unit/test_mark_get_nchars_between.o gcc -DTEST_NAME=test_mark_get_offset -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_get_offset.c -o tests/unit/test_mark_get_offset.o gcc -DTEST_NAME=test_mark_insert_after -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_insert_after.c -o tests/unit/test_mark_insert_after.o gcc -DTEST_NAME=test_mark_insert_before -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_insert_before.c -o tests/unit/test_mark_insert_before.o gcc -DTEST_NAME=test_mark_is_at_word_bound -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_is_at_word_bound.c -o tests/unit/test_mark_is_at_word_bound.o gcc -DTEST_NAME=test_mark_is_gt -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_is_gt.c -o tests/unit/test_mark_is_gt.o gcc -DTEST_NAME=test_mark_lettered -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_lettered.c -o tests/unit/test_mark_lettered.o gcc -DTEST_NAME=test_mark_move_bol -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_bol.c -o tests/unit/test_mark_move_bol.o gcc -DTEST_NAME=test_mark_move_bracket_pair -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_bracket_pair.c -o tests/unit/test_mark_move_bracket_pair.o gcc -DTEST_NAME=test_mark_move_by -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_by.c -o tests/unit/test_mark_move_by.o gcc -DTEST_NAME=test_mark_move_col -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_col.c -o tests/unit/test_mark_move_col.o gcc -DTEST_NAME=test_mark_move_eol -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_eol.c -o tests/unit/test_mark_move_eol.o gcc -DTEST_NAME=test_mark_move_next_re -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_next_re.c -o tests/unit/test_mark_move_next_re.o gcc -DTEST_NAME=test_mark_move_next_str -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_next_str.c -o tests/unit/test_mark_move_next_str.o gcc -DTEST_NAME=test_mark_move_offset -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_offset.c -o tests/unit/test_mark_move_offset.o gcc -DTEST_NAME=test_mark_move_prev_re -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_prev_re.c -o tests/unit/test_mark_move_prev_re.o gcc -DTEST_NAME=test_mark_move_prev_str -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_prev_str.c -o tests/unit/test_mark_move_prev_str.o gcc -DTEST_NAME=test_mark_move_to -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_to.c -o tests/unit/test_mark_move_to.o gcc -DTEST_NAME=test_mark_move_vert -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_move_vert.c -o tests/unit/test_mark_move_vert.o gcc -DTEST_NAME=test_mark_set_pcre_ovector -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_set_pcre_ovector.c -o tests/unit/test_mark_set_pcre_ovector.o gcc -DTEST_NAME=test_mark_swap_with_mark -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_mark_swap_with_mark.c -o tests/unit/test_mark_swap_with_mark.o gcc -DTEST_NAME=test_recalloc -c -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test_recalloc.c -o tests/unit/test_recalloc.o gcc -std=c99 -Wall -Wextra -pedantic -Wno-pointer-arith -Wno-unused-result -Wno-unused-parameter -g -O0 -D_GNU_SOURCE -DPCRE2_CODE_UNIT_WIDTH=8 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.4 -rdynamic tests/unit/test.c buffer.o bview.o cmd.o cursor.o editor.o mark.o uscript.o utf8.o util.o tests/unit/test_bline_delete.o tests/unit/test_bline_get_col.o tests/unit/test_bline_insert.o tests/unit/test_buffer_add_mark.o tests/unit/test_buffer_add_srule.o tests/unit/test_buffer_delete.o tests/unit/test_buffer_destroy.o tests/unit/test_buffer_get.o tests/unit/test_buffer_get_bline.o tests/unit/test_buffer_get_bline_col.o tests/unit/test_buffer_get_offset.o tests/unit/test_buffer_insert.o tests/unit/test_buffer_new.o tests/unit/test_buffer_redo.o tests/unit/test_buffer_register.o tests/unit/test_buffer_remove_srule.o tests/unit/test_buffer_replace.o tests/unit/test_buffer_set.o tests/unit/test_buffer_set_callback.o tests/unit/test_buffer_set_tab_width.o tests/unit/test_buffer_substr.o tests/unit/test_buffer_undo.o tests/unit/test_kinput.o tests/unit/test_mark_clone.o tests/unit/test_mark_cmp.o tests/unit/test_mark_delete_after.o tests/unit/test_mark_delete_before.o tests/unit/test_mark_delete_between_mark.o tests/unit/test_mark_delete_between_mark_2.o tests/unit/test_mark_find_bracket_pair.o tests/unit/test_mark_get_between_mark.o tests/unit/test_mark_get_nchars_between.o tests/unit/test_mark_get_offset.o tests/unit/test_mark_insert_after.o tests/unit/test_mark_insert_before.o tests/unit/test_mark_is_at_word_bound.o tests/unit/test_mark_is_gt.o tests/unit/test_mark_lettered.o tests/unit/test_mark_move_bol.o tests/unit/test_mark_move_bracket_pair.o tests/unit/test_mark_move_by.o tests/unit/test_mark_move_col.o tests/unit/test_mark_move_eol.o tests/unit/test_mark_move_next_re.o tests/unit/test_mark_move_next_str.o tests/unit/test_mark_move_offset.o tests/unit/test_mark_move_prev_re.o tests/unit/test_mark_move_prev_str.o tests/unit/test_mark_move_to.o tests/unit/test_mark_move_vert.o tests/unit/test_mark_set_pcre_ovector.o tests/unit/test_mark_swap_with_mark.o tests/unit/test_recalloc.o -Wl,--as-needed,-O1,--sort-common -L/usr/lib/lua5.4 -lpcre2-8 -llua -lm -ldl -o tests/unit/test { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_bline_delete"; } >tests/unit/test_bline_delete && chmod +x tests/unit/test_bline_delete { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_bline_get_col"; } >tests/unit/test_bline_get_col && chmod +x tests/unit/test_bline_get_col { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_bline_insert"; } >tests/unit/test_bline_insert && chmod +x tests/unit/test_bline_insert { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_add_mark"; } >tests/unit/test_buffer_add_mark && chmod +x tests/unit/test_buffer_add_mark { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_add_srule"; } >tests/unit/test_buffer_add_srule && chmod +x tests/unit/test_buffer_add_srule { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_delete"; } >tests/unit/test_buffer_delete && chmod +x tests/unit/test_buffer_delete { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_destroy"; } >tests/unit/test_buffer_destroy && chmod +x tests/unit/test_buffer_destroy { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_get"; } >tests/unit/test_buffer_get && chmod +x tests/unit/test_buffer_get { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_get_bline"; } >tests/unit/test_buffer_get_bline && chmod +x tests/unit/test_buffer_get_bline { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_get_bline_col"; } >tests/unit/test_buffer_get_bline_col && chmod +x tests/unit/test_buffer_get_bline_col { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_get_offset"; } >tests/unit/test_buffer_get_offset && chmod +x tests/unit/test_buffer_get_offset { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_insert"; } >tests/unit/test_buffer_insert && chmod +x tests/unit/test_buffer_insert { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_new"; } >tests/unit/test_buffer_new && chmod +x tests/unit/test_buffer_new { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_redo"; } >tests/unit/test_buffer_redo && chmod +x tests/unit/test_buffer_redo { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_register"; } >tests/unit/test_buffer_register && chmod +x tests/unit/test_buffer_register { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_remove_srule"; } >tests/unit/test_buffer_remove_srule && chmod +x tests/unit/test_buffer_remove_srule { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_replace"; } >tests/unit/test_buffer_replace && chmod +x tests/unit/test_buffer_replace { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_set"; } >tests/unit/test_buffer_set && chmod +x tests/unit/test_buffer_set { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_set_callback"; } >tests/unit/test_buffer_set_callback && chmod +x tests/unit/test_buffer_set_callback { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_set_tab_width"; } >tests/unit/test_buffer_set_tab_width && chmod +x tests/unit/test_buffer_set_tab_width { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_substr"; } >tests/unit/test_buffer_substr && chmod +x tests/unit/test_buffer_substr { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_buffer_undo"; } >tests/unit/test_buffer_undo && chmod +x tests/unit/test_buffer_undo { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_kinput"; } >tests/unit/test_kinput && chmod +x tests/unit/test_kinput { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_clone"; } >tests/unit/test_mark_clone && chmod +x tests/unit/test_mark_clone { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_cmp"; } >tests/unit/test_mark_cmp && chmod +x tests/unit/test_mark_cmp { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_delete_after"; } >tests/unit/test_mark_delete_after && chmod +x tests/unit/test_mark_delete_after { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_delete_before"; } >tests/unit/test_mark_delete_before && chmod +x tests/unit/test_mark_delete_before { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_delete_between_mark"; } >tests/unit/test_mark_delete_between_mark && chmod +x tests/unit/test_mark_delete_between_mark { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_delete_between_mark_2"; } >tests/unit/test_mark_delete_between_mark_2 && chmod +x tests/unit/test_mark_delete_between_mark_2 { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_find_bracket_pair"; } >tests/unit/test_mark_find_bracket_pair && chmod +x tests/unit/test_mark_find_bracket_pair { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_get_between_mark"; } >tests/unit/test_mark_get_between_mark && chmod +x tests/unit/test_mark_get_between_mark { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_get_nchars_between"; } >tests/unit/test_mark_get_nchars_between && chmod +x tests/unit/test_mark_get_nchars_between { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_get_offset"; } >tests/unit/test_mark_get_offset && chmod +x tests/unit/test_mark_get_offset { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_insert_after"; } >tests/unit/test_mark_insert_after && chmod +x tests/unit/test_mark_insert_after { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_insert_before"; } >tests/unit/test_mark_insert_before && chmod +x tests/unit/test_mark_insert_before { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_is_at_word_bound"; } >tests/unit/test_mark_is_at_word_bound && chmod +x tests/unit/test_mark_is_at_word_bound { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_is_gt"; } >tests/unit/test_mark_is_gt && chmod +x tests/unit/test_mark_is_gt { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_lettered"; } >tests/unit/test_mark_lettered && chmod +x tests/unit/test_mark_lettered { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_bol"; } >tests/unit/test_mark_move_bol && chmod +x tests/unit/test_mark_move_bol { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_bracket_pair"; } >tests/unit/test_mark_move_bracket_pair && chmod +x tests/unit/test_mark_move_bracket_pair { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_by"; } >tests/unit/test_mark_move_by && chmod +x tests/unit/test_mark_move_by { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_col"; } >tests/unit/test_mark_move_col && chmod +x tests/unit/test_mark_move_col { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_eol"; } >tests/unit/test_mark_move_eol && chmod +x tests/unit/test_mark_move_eol { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_next_re"; } >tests/unit/test_mark_move_next_re && chmod +x tests/unit/test_mark_move_next_re { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_next_str"; } >tests/unit/test_mark_move_next_str && chmod +x tests/unit/test_mark_move_next_str { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_offset"; } >tests/unit/test_mark_move_offset && chmod +x tests/unit/test_mark_move_offset { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_prev_re"; } >tests/unit/test_mark_move_prev_re && chmod +x tests/unit/test_mark_move_prev_re { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_prev_str"; } >tests/unit/test_mark_move_prev_str && chmod +x tests/unit/test_mark_move_prev_str { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_to"; } >tests/unit/test_mark_move_to && chmod +x tests/unit/test_mark_move_to { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_move_vert"; } >tests/unit/test_mark_move_vert && chmod +x tests/unit/test_mark_move_vert { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_set_pcre_ovector"; } >tests/unit/test_mark_set_pcre_ovector && chmod +x tests/unit/test_mark_set_pcre_ovector { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_mark_swap_with_mark"; } >tests/unit/test_mark_swap_with_mark && chmod +x tests/unit/test_mark_swap_with_mark { echo "#!/bin/sh"; echo "/home/buildozer/aports/community/mle/src/mle-1.7.2/tests/unit/test test_recalloc"; } >tests/unit/test_recalloc && chmod +x tests/unit/test_recalloc ./mle -v && export MLE=$(pwd)/mle && make -C tests mle version 1.7.2 make[1]: Entering directory '/home/buildozer/aports/community/mle/src/mle-1.7.2/tests' ./run.sh mle version 1.7.2 TEST test_buffer_add_mark OK  mark0bline OK  mark0col OK  mark1bline OK  mark1col TEST test_mark_is_gt OK  gt OK  ngt1 OK  ngt2 OK  ngt3 TEST test_buffer_replace OK  rpl1 OK  r1bc OK  r1lc OK  rpl2 OK  r2bc OK  r2lc OK  rpl3 OK  r3bc OK  r3lc OK  rpl4 OK  r4bc OK  r4lc OK  rpl5 OK  r5bc OK  r5lc OK  rpl6 OK  r6bc OK  r6lc OK  rpl7 OK  r7bc OK  r7lc OK  rpl8 OK  r8bc OK  r8lc OK  rpl9 OK  r9bc OK  r9lc OK  rpla OK  rabc OK  ralc OK  undo TEST test_buffer_register OK  set OK  pre OK  app OK  clr1 OK  clr2 TEST test_mark_swap_with_mark OK  end OK  endcol OK  beg OK  begcol TEST test_buffer_get_offset OK  f0 OK  f1 OK  f5 OK  n0 OK  noob TEST test_mark_insert_after OK  insa OK  col TEST test_mark_get_nchars_between OK  nchars TEST test_mark_set_pcre_ovector OK  set OK  bline OK  col OK  nchars OK  rc OK  vec1a OK  vec1b OK  vec2a OK  vec2b TEST test_mark_insert_before OK  insb OK  col TEST test_kinput OK  cmp_kinput_assign OK  cmp_kinput_set TEST test_recalloc OK  preserve_a OK  preserve_b OK  zerod TEST test_bline_get_col OK  len OK  0 OK  1 OK  2 OK  3 OK  7 OK  9 OK  10 OK  11 OK  13 TEST test_mark_delete_between_mark OK  count TEST test_buffer_remove_srule OK  line1fg OK  line1bg OK  line1fg OK  line1bg OK  line1fg OK  line1bg OK  line1fg OK  line1bg OK  line1fg OK  line1bg OK  line2fg OK  line2bg OK  line2fg OK  line2bg OK  line2fg OK  line2bg OK  line2fg OK  line2bg OK  line2fg OK  line2bg TEST test_buffer_new OK  yes TEST test_mark_move_eol OK  line OK  col TEST test_mark_move_to OK  lin1 OK  col1 OK  lin2 OK  col2 OK  lin3 OK  col3 OK  lin4 OK  col4 OK  oob1lin OK  oob1col OK  oob2lin OK  oob2col OK  oob3lin OK  oob3col TEST test_buffer_insert OK  bol OK  bolnchars OK  3 OK  3nchars OK  nlnl OK  nlnlnchars OK  oob TEST test_buffer_get OK  len OK  get TEST test_mark_move_offset OK  col1 OK  line1 OK  col2 OK  line2 OK  oobcol OK  oobline TEST test_buffer_add_srule OK  line1fg OK  line1bg OK  line1fg OK  line1bg OK  line1fg OK  line1bg OK  line1fg OK  line1bg OK  line1fg OK  line1bg OK  line2fg OK  line2bg OK  line2fg OK  line2bg OK  line2fg OK  line2bg OK  line2fg OK  line2bg OK  line2fg OK  line2bg OK  line1fg_m OK  line1bg_m OK  line1fg_m OK  line1bg_m OK  line1fg_m OK  line1bg_m OK  line1fg_m OK  line1bg_m OK  line1fg_m OK  line1bg_m OK  line2fg_m OK  line2bg_m OK  line2fg_m OK  line2bg_m OK  line2fg_m OK  line2bg_m OK  line2fg_m OK  line2bg_m OK  line2fg_m OK  line2bg_m TEST test_bline_insert OK  nl OK  my OK  bol OK  eol OK  oob OK  0wc OK  0wd OK  nulv OK  nulc OK  nuld TEST test_mark_find_bracket_pair OK  col1 OK  col2 TEST test_mark_delete_between_mark_2 OK  lnct OK  data OK  clin OK  ccol OK  olin OK  ocol TEST test_mark_is_at_word_bound OK  l_bol OK  x_bol OK  r_bol OK  l_mid OK  x_mid OK  r_mid OK  l_eow OK  x_eow OK  r_eow OK  l_sym OK  x_sym OK  r_sym OK  l_sym2 OK  x_sym2 OK  r_sym2 OK  l_spa1 OK  x_spa1 OK  r_spa1 OK  l_sow OK  x_sow OK  r_sow OK  l_eow2 OK  x_eow2 OK  r_eow2 OK  l_eow2 OK  x_eow2 OK  r_eow2 TEST test_mark_move_by OK  col1 OK  col2 OK  col3 OK  line3 OK  col4 OK  line4 TEST test_buffer_set OK  set TEST test_mark_get_offset OK  offset OK  offset TEST test_buffer_get_bline_col OK  0line OK  0col OK  1line OK  1col OK  5line OK  5col OK  6line OK  6col OK  oobline OK  oobcol TEST test_buffer_set_callback OK  bufp OK  udata OK  bac_type OK  bac_buf OK  bac_start_line OK  bac_start_line_index OK  bac_start_col OK  bac_maybe_end_line OK  bac_maybe_end_line_index OK  bac_maybe_end_col OK  bac_byte_delta OK  bac_char_delta OK  bac_line_delta OK  bac_data TEST test_buffer_undo OK  del OK  ins OK  ins_group TEST test_buffer_get_bline OK  line OK  line OK  line OK  line OK  line OK  line OK  line OK  line OK  line OK  line OK  line OK  line TEST test_mark_move_bol OK  line OK  col TEST test_mark_move_col OK  col1 OK  oob TEST test_mark_move_vert OK  oob OK  noop OK  noop OK  col OK  tcol TEST test_mark_cmp OK  a_cmp OK  a_first OK  a_second OK  b_cmp OK  b_first OK  b_second OK  c_cmp TEST test_mark_clone OK  neq OK  next OK  line OK  col TEST test_mark_move_next_str OK  line1 OK  col1 OK  line1again OK  col1again OK  line2 OK  col2 OK  line3 OK  col3 TEST test_buffer_destroy OK  yes TEST test_mark_move_prev_str OK  line3 OK  col3 OK  line2 OK  col2 OK  line1 OK  col1 TEST test_mark_move_next_re OK  line1 OK  col1 OK  line1again OK  col1again OK  line2 OK  col2 OK  line3 OK  col3 OK  line4 OK  col4 TEST test_bline_delete OK  bol OK  noop OK  eol OK  mid OK  oob OK  eatnl TEST test_buffer_redo OK  del OK  ins OK  ins_group TEST test_buffer_substr OK  datalen OK  nchars OK  substr TEST test_mark_move_prev_re OK  line3 OK  col3 OK  line2 OK  col2 OK  line1 OK  col1 OK  cflex_line OK  cflex_col TEST test_mark_delete_after OK  dela TEST test_buffer_set_tab_width OK  count4 OK  width4 OK  vcol4 OK  vcol4 OK  vcol4 OK  vcol4 OK  vcol4 OK  vcol4 OK  vcol4 OK  vcol4 OK  count2a OK  width2a OK  vcol2a OK  vcol2a OK  vcol2a OK  vcol2a OK  vcol2a OK  vcol2a OK  vcol2a OK  vcol2a OK  count2b OK  width2b OK  vcol2b OK  vcol2b OK  vcol2b OK  vcol2b OK  vcol2b OK  vcol2b OK  vcol2b OK  vcol2b OK  vcol2b TEST test_mark_lettered OK  neq1 OK  let OK  let OK  neq2 OK  null TEST test_buffer_delete OK  bol OK  nl OK  oob OK  all TEST test_mark_get_between_mark OK  len OK  eq TEST test_mark_delete_before OK  delb TEST test_mark_move_bracket_pair OK  col1 OK  col2 TEST test_cut_copy.sh OK  cut_data OK  uncut_data OK  copy_data OK  sel_cut_data OK  sel_uncut_data OK  sel_copy_data OK  cut_by_bracket_data OK  cut_by_word_data OK  cut_by_word_back_data OK  cut_by_word_forward_data OK  cut_by_bol_data OK  cut_by_eol_data OK  cut_by_str1_data OK  cut_by_str2_data OK  global_cut_buffer_data OK  mark OK  anchor OK  swap_anchor OK  buf1_data OK  buf2_data TEST test_cursor.sh OK  sel_bracket_mark_col OK  sel_bracket_mark_line OK  sel_bracket_anchor_col OK  sel_bracket_anchor_line OK  sel_all_mark_line OK  sel_all_anchor_col OK  sel_all_anchor_line OK  sel_all_mark_col TEST test_show_help.sh OK  help TEST test_blist.sh OK  bview_count OK  bview_file42 OK  bview_headless OK  carrot_file OK  carrot_headless OK  carrot_count TEST test_block.sh OK  acut_line1 OK  acut_line3 OK  acut_line2 OK  acopy_line2 OK  acopy_line3 OK  acopy_line1 OK  aspace_line2 OK  aspace_line1 OK  copy_count OK  copy_line1 OK  copy_line2 OK  cut_line1 OK  cut_count OK  drop_count OK  drop_line1 OK  drop_line3 OK  drop_line2 OK  adrop_line2 OK  adrop_line3 OK  adrop_line1 OK  adrop_count TEST test_temp_anchor.sh OK  temp_anchor_cut OK  temp_anchor_cancel_cut TEST test_repeat.sh OK  cursor TEST test_coarse_undo.sh OK  no_inf_loop OK  coarse_undo_1st_3 OK  coarse_undo_1st_2 OK  coarse_undo_1st_1 OK  coarse_undo_1st_c TEST test_open.sh OK  path_1 OK  path_2 TEST test_issue_51.sh OK  srule_should_be_closed TEST test_tab.sh OK  tab_line2 OK  tab_line1 TEST test_browse.sh BusyBox v1.36.1 (2023-12-20 14:59:51 UTC) multi-call binary. No help available SKIP tree version looks incorrect TEST test_lua.sh OK  simple_data OK  open_bview_count OK  open_data1 OK  open_data2 OK  prompt_data OK  observer_data OK  observer_output1 OK  observer_data1 OK  observer_data2 TEST test_search_replace.sh OK  search_cursor_col OK  search_cursor_line OK  rsearch_cursor_line OK  rsearch_cursor_col OK  next_cursor_col OK  next_cursor_line OK  prev_wrap_cursor_col OK  prev_wrap_cursor_line OK  next_wrap_cursor_col OK  next_wrap_cursor_line OK  find_cursor_line OK  find_cursor_col OK  find_wrap_cursor_line OK  find_wrap_cursor_col OK  rfind_cursor_line OK  rfind_cursor_col OK  iesarch_cursor_col OK  isearch_cursor_line OK  replace1_data OK  replace2_data OK  replace3_data3 OK  replace3_data2 OK  replace3_data1 OK  history_col OK  history_line TEST test_window.sh OK  new_bview_count OK  close_bview_count OK  new2_data1 OK  new2_data2 OK  next_prev_data2 OK  next_prev_data1 TEST test_undo_redo.sh OK  undo_data OK  redo_data TEST test_shell.sh OK  shell_data TEST test_move.sh OK  dpad_cursor_col OK  dpad_cursor_line OK  bol_cursor_line OK  bol_cursor_col OK  eol_cursor_line OK  eol_cursor_col OK  beg_end_cursor_col OK  beg_end_cursor_line OK  to_line_cursor_col OK  to_offset_cursor_line OK  to_offset_cursor_col OK  relative_cursor_col OK  until_cursor_col OK  nudge_cursor_col OK  word_cursor_col OK  bracket_cursor_col OK  bracket_toggle_a OK  bracket_toggle_line OK  bracket_toggle_col OK  bracket_toggle_b OK  jump_cursor_col OK  lettmark_b OK  lettmark_c OK  lettmark_a TEST test_delete.sh OK  bs_line_count OK  bs_line1 OK  bs_byte_count OK  del_byte_count OK  del_line_count OK  del_line1 OK  delete_word_back_data OK  delete_word_forward_data TEST test_indent_outdent.sh OK  indent_data OK  outdent_data OK  sel_indent_data1 OK  sel_indent_data2 OK  sel_outdent_data1 OK  sel_outdent_data2 OK  auto_indent_1 OK  auto_indent_2 OK  auto_indent_3 TEST test_syntax.sh OK  style_fg OK  style_bg OK  outdent_style OK  style_dq_b OK  style_dq_a OK  style_dq_not_a OK  style_dq_not_b OK  style_sc_a OK  style_sc_b OK  style_sc_not_b OK  style_sc_not_a TEST test_insert.sh OK  a_line2 OK  a_line_count OK  a_line1 OK  a_byte_count OK  b_line_count OK  b_byte_count OK  b_line2 OK  b_line1 OK  c_line1 OK  c_lineb OK  c_line_count TEST test_multi_cursor.sh OK  isearch_cursor_count OK  isearch_data OK  drop_wake_data OK  drop_wake_cursor_count OK  column_cursor_count OK  column_data3 OK  column_data2 OK  column_data1 OK  align_line_1 OK  align_line_2 OK  align_line_3 OK  swap_line_1 OK  swap_line_2 OK  indent_line_1 OK  indent_line_2 OK  shell_line_2 OK  shell_line_1 TEST test_kmap.sh OK  data OK  data Passed 77 out of 77 tests make[1]: Leaving directory '/home/buildozer/aports/community/mle/src/mle-1.7.2/tests' >>> mle: Entering fakeroot... install -v -d /home/buildozer/aports/community/mle/pkg/mle/usr/bin created directory: '/home/buildozer/aports/community/mle/pkg/' created directory: '/home/buildozer/aports/community/mle/pkg/mle/' created directory: '/home/buildozer/aports/community/mle/pkg/mle/usr/' created directory: '/home/buildozer/aports/community/mle/pkg/mle/usr/bin' install -v -m 755 mle /home/buildozer/aports/community/mle/pkg/mle/usr/bin/mle 'mle' -> '/home/buildozer/aports/community/mle/pkg/mle/usr/bin/mle' >>> mle-doc*: Running split function doc... >>> mle-doc*: Preparing subpackage mle-doc... >>> mle-doc*: Running postcheck for mle-doc >>> mle*: Running postcheck for mle >>> mle*: Preparing package mle... >>> mle*: Stripping binaries >>> mle-doc*: Scanning shared objects >>> mle*: Scanning shared objects >>> mle-doc*: Tracing dependencies... >>> mle-doc*: Package size: 24.0 KB >>> mle-doc*: Compressing data... >>> mle-doc*: Create checksum... >>> mle-doc*: Create mle-doc-1.7.2-r0.apk >>> mle*: Tracing dependencies... so:libc.musl-armv7.so.1 so:liblua-5.4.so.0 so:libpcre2-8.so.0 >>> mle*: Package size: 176.0 KB >>> mle*: Compressing data... >>> mle*: Create checksum... >>> mle*: Create mle-1.7.2-r0.apk >>> mle: Build complete at Sat, 13 Jan 2024 05:03:41 +0000 elapsed time 0h 0m 5s >>> mle: Cleaning up srcdir >>> mle: Cleaning up pkgdir >>> mle: Uninstalling dependencies... (1/20) Purging .makedepends-mle (20240113.050337) (2/20) Purging uthash-dev (2.3.0-r0) (3/20) Purging uthash (2.3.0-r0) (4/20) Purging lua5.4-dev (5.4.6-r1) (5/20) Purging lua5.4 (5.4.6-r1) (6/20) Purging lua5.4-libs (5.4.6-r1) (7/20) Purging pcre2-dev (10.42-r2) (8/20) Purging libedit-dev (20230828.3.1-r3) (9/20) Purging bsd-compat-headers (0.7.2-r5) (10/20) Purging ncurses-dev (6.4_p20231125-r0) (11/20) Purging libncurses++ (6.4_p20231125-r0) (12/20) Purging libpanelw (6.4_p20231125-r0) (13/20) Purging zlib-dev (1.3-r2) (14/20) Purging libpcre2-16 (10.42-r2) (15/20) Purging libpcre2-32 (10.42-r2) (16/20) Purging bash (5.2.21-r0) Executing bash-5.2.21-r0.pre-deinstall (17/20) Purging grep (3.11-r0) (18/20) Purging libformw (6.4_p20231125-r0) (19/20) Purging libmenuw (6.4_p20231125-r0) (20/20) Purging readline (8.2.7-r0) Executing busybox-1.36.1-r18.trigger OK: 270 MiB in 103 packages >>> mle: Updating the community/armv7 repository index... >>> mle: Signing the index...