>>> dte: Building testing/dte 1.11.1-r0 (using abuild 3.18.0_rc3-r1) started Wed, 22 Jul 2026 19:39:24 +0000 >>> dte: Validating /home/buildozer/aports/testing/dte/APKBUILD... >>> dte: Analyzing dependencies... >>> dte: Installing for build: build-base (1/1) Installing .makedepends-dte (20260722.193924) OK: 441.7 MiB in 108 packages >>> dte: Cleaning up srcdir >>> dte: Cleaning up pkgdir >>> dte: Cleaning up tmpdir >>> dte: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dte-1.11.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> dte: Fetching https://craigbarnes.gitlab.io/dist/dte/dte-1.11.1.tar.gz Connecting to craigbarnes.gitlab.io (35.185.44.232:443) saving to '/var/cache/distfiles/edge/dte-1.11.1.tar.gz.part' dte-1.11.1.tar.gz.pa 100% |********************************| 405k 0:00:00 ETA '/var/cache/distfiles/edge/dte-1.11.1.tar.gz.part' saved /var/cache/distfiles/edge/dte-1.11.1.tar.gz: OK >>> dte: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dte-1.11.1.tar.gz /var/cache/distfiles/edge/dte-1.11.1.tar.gz: OK >>> dte: Unpacking /var/cache/distfiles/edge/dte-1.11.1.tar.gz... UPDATE build/all.ldflags UPDATE build/all.cflags UPDATE build/builtin-config.mk UPDATE build/convert.cflags UPDATE build/version.h CC build/bind.o CC build/block.o CC build/block-iter.o CC build/bookmark.o CC build/buffer.o CC build/change.o CC build/cmdline.o CC build/commands.o DETECT build/feature/dup3.h DETECT build/feature/pipe2.h DETECT build/feature/fsync.h DETECT build/feature/memmem.h DETECT build/feature/sig2str.h DETECT build/feature/sigabbrev_np.h DETECT build/feature/TIOCGWINSZ.h DETECT build/feature/TIOCNOTTY.h DETECT build/feature/tcgetwinsize.h DETECT build/feature/posix_madvise.h CC build/compiler.o CC build/completion.o GEN build/builtin-config.h CC build/convert.o CC build/copy.o CC build/ctags.o CC build/edit.o CC build/encoding.o CC build/error.o CC build/exec.o CC build/file-history.o CC build/file-option.o CC build/filetype.o CC build/frame.o CC build/history.o CC build/indent.o CC build/lock.o CC build/main.o CC build/misc.o CC build/mode.o CC build/move.o CC build/msg.o CC build/options.o CC build/regexp.o CC build/replace.o CC build/search.o CC build/selection.o CC build/shift.o CC build/show.o CC build/spawn.o CC build/status.o CC build/tag.o CC build/vars.o CC build/view.o CC build/window.o CC build/screen-cmdline.o CC build/screen-prompt.o CC build/screen-status.o src/convert.c:145:45: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (3 chars into 2 available) [-Wunterminated-string-initialization] 145 | static const unsigned char replacement[2] = "\xc2\xbf"; // U+00BF | ^~~~~~~~~~ CC build/screen-tabbar.o CC build/screen-view.o CC build/screen-window.o CC build/screen.o In file included from src/util/list.h:6, from src/block.h:5, from src/block-iter.h:6, from src/buffer.h:9, from src/editor.h:6, from src/status.h:5, from src/status.c:4: src/status.c: In function 'add_misc_status': src/status.c:165:29: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (25 chars into 24 available) [-Wunterminated-string-initialization] 165 | [CSS_FALSE] = {STRN("[case-sensitive = false]")}, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/util/macros.h:9:17: note: in definition of macro 'STRN' 9 | #define STRN(x) x,STRLEN(x) | ^ CC build/command/alias.o CC build/command/args.o CC build/command/cache.o CC build/command/macro.o CC build/command/parse.o CC build/command/run.o CC build/command/serialize.o CC build/editorconfig/editorconfig.o CC build/editorconfig/ini.o CC build/editorconfig/match.o CC build/syntax/color.o CC build/syntax/highlight.o CC build/syntax/merge.o CC build/syntax/state.o CC build/syntax/syntax.o CC build/terminal/color.o CC build/terminal/cursor.o CC build/terminal/input.o CC build/terminal/key.o CC build/terminal/linux.o CC build/terminal/mode.o CC build/terminal/osc52.o CC build/terminal/output.o CC build/terminal/parse.o CC build/terminal/rxvt.o CC build/terminal/style.o CC build/terminal/terminal.o CC build/util/array.o CC build/util/ascii.o CC build/util/base64.o CC build/util/debug.o CC build/util/fork-exec.o CC build/util/hashmap.o CC build/util/hashset.o src/util/base64.c:28:38: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (65 chars into 64 available) [-Wunterminated-string-initialization] 28 | const char base64_encode_table[64] = { | ^ CC build/util/intern.o CC build/util/intmap.o CC build/util/log.o CC build/util/numtostr.o CC build/util/path.o CC build/util/ptr-array.o src/terminal/output.c: In function 'term_put_char': CC build/util/readfile.o src/terminal/output.c:311:25: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (9 chars into 8 available) [-Wunterminated-string-initialization] 311 | [TAB_NORMAL] = " ", | ^~~~~~~~~~ src/terminal/output.c:312:25: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (9 chars into 8 available) [-Wunterminated-string-initialization] 312 | [TAB_SPECIAL] = ">-------", | ^~~~~~~~~~ CC build/util/string.o CC build/util/strtonum.o CC build/util/time-util.o CC build/util/unicode.o src/util/numtostr.c:6:31: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Wunterminated-string-initialization] 6 | const char hextab_lower[16] = "0123456789abcdef"; | ^~~~~~~~~~~~~~~~~~ src/util/numtostr.c:7:31: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Wunterminated-string-initialization] 7 | const char hextab_upper[16] = "0123456789ABCDEF"; | ^~~~~~~~~~~~~~~~~~ CC build/util/utf8.o src/util/numtostr.c: In function 'filemode_to_str': src/util/numtostr.c:102:33: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (9 chars into 8 available) [-Wunterminated-string-initialization] 102 | static const char xmap[8] = "-xSs-xTt"; | ^~~~~~~~~~ CC build/util/xmalloc.o CC build/util/xreadwrite.o CC build/util/xsnprintf.o CC build/util/xstdio.o GEN build/feature.h CC build/config.o CC build/editor.o CC build/load-save.o CC build/signals.o CC build/terminal/ioctl.o CC build/util/fd.o CC build/util/xmemmem.o CC build/compat.o LINK dte CC build/test/bind.o CC build/test/bookmark.o CC build/test/buffer.o CC build/test/cmdline.o CC build/test/command.o CC build/test/ctags.o CC build/test/dump.o UPDATE build/test/data.mk CC build/test/editorconfig.o CC build/test/encoding.o CC build/test/error.o CC build/test/filetype.o CC build/test/frame.o CC build/test/history.o CC build/test/indent.o CC build/test/main.o CC build/test/options.o CC build/test/spawn.o CC build/test/status.o CC build/test/syntax.o CC build/test/terminal.o CC build/test/test.o CC build/test/util.o GEN build/test/data.h EXEC test/check-opts.sh CC build/test/config.o test/main.c: In function 'test_posix_sanity': test/main.c:47:19: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (9 chars into 8 available) [-Wunterminated-string-initialization] 47 | char buf[8] = "........"; | ^~~~~~~~~~ In file included from test/test.h:9, from test/terminal.c:1: test/terminal.c: In function 'test_rxvt_parse_key': test/terminal.c:755:15: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (7 chars into 6 available) [-Wunterminated-string-initialization] 755 | {STRN("\033[1;5A"), 6, MOD_CTRL | KEY_UP}, | ^~~~~~~~~~~ src/util/macros.h:9:17: note: in definition of macro 'STRN' 9 | #define STRN(x) x,STRLEN(x) | ^ test/terminal.c: In function 'test_linux_parse_key': test/terminal.c:782:15: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (7 chars into 6 available) [-Wunterminated-string-initialization] 782 | {STRN("\033[1;5A"), 6, MOD_CTRL | KEY_UP}, | ^~~~~~~~~~~ src/util/macros.h:9:17: note: in definition of macro 'STRN' 9 | #define STRN(x) x,STRLEN(x) | ^ test/util.c: In function 'test_buf_parse_uintmax': test/util.c:753:19: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (5 chars into 4 available) [-Wunterminated-string-initialization] 753 | char buf[4] = " 90/"; | ^~~~~~ LINK build/test/test EXEC build/test/test CHECK test_posix_sanity 6 passed CHECK test_init 17 passed CHECK test_util_macros 29 passed CHECK test_IS_POWER_OF_2 446 passed CHECK test_xmalloc 7 passed CHECK test_xstreq 9 passed CHECK test_str_has_prefix 9 passed CHECK test_str_has_suffix 12 passed CHECK test_hex_decode 16 passed CHECK test_hex_encode_byte 7 passed CHECK test_hex_encode_u24_fixed 6 passed CHECK test_ascii 4252 passed CHECK test_base64_decode 657 passed CHECK test_base64_encode_block 6 passed CHECK test_base64_encode_final 4 passed CHECK test_string 48 passed CHECK test_string_view 33 passed CHECK test_strview_has_suffix 10 passed CHECK test_get_delim 22 passed CHECK test_str_replace_byte 2 passed CHECK test_strn_replace_byte 1 passed CHECK test_size_str_width 7 passed CHECK test_buf_parse_uintmax 378 passed CHECK test_buf_parse_ulong 8 passed CHECK test_buf_parse_size 4 passed CHECK test_buf_parse_hex_uint 18 passed CHECK test_str_to_int 14 passed CHECK test_str_to_size 12 passed CHECK test_str_to_filepos 33 passed CHECK test_buf_umax_to_hex_str 24 passed CHECK test_umax_to_str 9 passed CHECK test_uint_to_str 10 passed CHECK test_ulong_to_str 2 passed CHECK test_buf_umax_to_str 14 passed CHECK test_buf_uint_to_str 12 passed CHECK test_filemode_to_str 13 passed CHECK test_u_char_width 26 passed CHECK test_u_to_lower 7 passed CHECK test_u_to_upper 7 passed CHECK test_u_is_lower 14 passed CHECK test_u_is_upper 16 passed CHECK test_u_is_ascii_upper 15 passed CHECK test_u_is_cntrl 16 passed CHECK test_u_is_zero_width 17 passed CHECK test_u_is_special_whitespace 14 passed CHECK test_u_is_unprintable 73 passed CHECK test_u_str_width 2 passed CHECK test_u_set_char_raw 35 passed CHECK test_u_set_char 46 passed CHECK test_u_prev_char 24 passed CHECK test_ptr_array 9 passed CHECK test_ptr_array_move 43 passed CHECK test_list 22 passed CHECK test_hashmap 2540 passed CHECK test_hashset 142 passed CHECK test_intmap 20 passed CHECK test_round_size_to_next_multiple 12 passed CHECK test_round_size_to_next_power_of_2 22 passed CHECK test_popcount 304 passed CHECK test_path_dirname_and_path_basename 22 passed CHECK test_path_relative 9 passed CHECK test_short_filename_cwd 7 passed CHECK test_short_filename 4 passed CHECK test_path_absolute 12 passed CHECK test_path_join 17 passed CHECK test_path_parent 24 passed CHECK test_size_increment_wrapped 40 passed CHECK test_size_decrement_wrapped 40 passed CHECK test_size_multiply_overflows 22 passed CHECK test_size_add_overflows 8 passed CHECK test_size_multiply 4 passed CHECK test_size_add 3 passed CHECK test_mem_intern 260 passed CHECK test_read_file 14 passed CHECK test_xfopen 12 passed CHECK test_fd_set_cloexec 12 passed CHECK test_fd_set_nonblock 12 passed CHECK test_fork_exec 8 passed CHECK test_xmemmem 11 passed CHECK test_log_level_from_str 13 passed CHECK test_log_level_to_str 7 passed CHECK test_get_indent_info 25 passed CHECK test_indent_level 304 passed CHECK test_next_indent_width 516 passed CHECK test_parse_command_arg 38 passed CHECK test_parse_commands 30 passed CHECK test_command_parse_error_to_string 3 passed CHECK test_find_normal_command 14 passed CHECK test_parse_args 99 passed CHECK test_cached_command_new 29 passed CHECK test_string_append_escaped_arg 18 passed CHECK test_command_struct_layout 6 passed CHECK test_cmdargs_flagset_idx 131 passed CHECK test_cmdargs_convert_flags 1 passed CHECK test_add_alias 4 passed CHECK test_common_options_offsets 13 passed CHECK test_ini_parse 36 passed CHECK test_editorconfig_pattern_match 46 passed CHECK test_get_editorconfig_options 14 passed CHECK test_detect_encoding_from_bom 17 passed CHECK test_lookup_encoding 16 passed CHECK test_encoding_from_type 4 passed CHECK test_is_valid_filetype_name 15 passed CHECK test_find_ft_filename 105 passed CHECK test_find_ft_firstline 86 passed CHECK test_find_ft_dynamic 21 passed CHECK test_is_ft 21 passed CHECK test_parse_rgb 20 passed CHECK test_parse_term_color 245 passed CHECK test_color_to_nearest 1379 passed CHECK test_term_color_to_string 20 passed CHECK test_cursor_mode_from_str 8 passed CHECK test_cursor_type_from_str 13 passed CHECK test_cursor_color_from_str 11 passed CHECK test_cursor_color_to_str 3 passed CHECK test_same_cursor 9 passed CHECK test_term_parse_sequence 2008 passed CHECK test_term_parse_sequence2 8790 passed CHECK test_rxvt_parse_key 512 passed CHECK test_linux_parse_key 20 passed CHECK test_keycode_to_string 238 passed CHECK test_parse_key_string 51 passed CHECK test_term_init 12 passed CHECK test_term_add_str 19 passed CHECK test_term_clear_eol 9 passed CHECK test_term_move_cursor 8 passed CHECK test_term_set_bytes 13 passed CHECK test_term_set_color 15 passed CHECK test_term_osc52_copy 15 passed CHECK test_term_set_cursor_style 7 passed CHECK test_term_restore_cursor_style 5 passed CHECK test_term_begin_sync_update 4 passed CHECK test_command_mode 69 passed CHECK test_complete_command 82 passed CHECK test_history_add 62 passed CHECK test_history_search 31 passed CHECK test_history_tombstone_pressure 2 passed CHECK test_file_history_find 33 passed CHECK test_resize_frame 34 passed CHECK test_parse_ctags_line 21 passed CHECK test_next_tag 65 passed CHECK test_spawn 14 passed CHECK test_sf_format 129 passed CHECK test_global_state 25 passed CHECK test_handle_normal_command 4 passed CHECK test_builtin_configs 190 passed CHECK test_exec_config 30 passed CHECK test_detect_indent 8 passed CHECK test_macro_record 30 passed CHECK test_add_binding 9 passed CHECK test_handle_binding 34 passed CHECK test_complete_command_extra 18 passed CHECK test_find_buffer_by_id 3 passed CHECK test_buffer_mark_lines_changed 8 passed CHECK test_make_indent 6 passed CHECK test_get_indent_for_next_line 3 passed CHECK test_buffer_insert_bytes 11 passed CHECK test_bookmark_push 7 passed CHECK test_bitset 52 passed CHECK test_hl_line 154 passed CHECK test_dump_handlers 2841 passed CHECK test_normal_command_errors 811 passed CHECK test_deinit 27 passed TOTAL 30004 passed, 0 failed >>> dte: Entering fakeroot... INSTALL /home/buildozer/aports/testing/dte/pkg/dte/usr/share/bash-completion/completions/dte INSTALL /home/buildozer/aports/testing/dte/pkg/dte/usr/share/applications/dte.desktop INSTALL /home/buildozer/aports/testing/dte/pkg/dte/usr/share/man/man1/dte.1 INSTALL /home/buildozer/aports/testing/dte/pkg/dte/usr/share/metainfo/dte.appdata.xml INSTALL /home/buildozer/aports/testing/dte/pkg/dte/usr/share/man/man5/dterc.5 INSTALL /home/buildozer/aports/testing/dte/pkg/dte/usr/bin/dte INSTALL /home/buildozer/aports/testing/dte/pkg/dte/usr/share/man/man5/dte-syntax.5 >>> dte-bash-completion*: Running split function bashcomp... 'usr/share/bash-completion/completions' -> '/home/buildozer/aports/testing/dte/pkg/dte-bash-completion/usr/share/bash-completion/completions' >>> dte-bash-completion*: Preparing subpackage dte-bash-completion... >>> dte-bash-completion*: Running postcheck for dte-bash-completion >>> dte-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/testing/dte/pkg/dte-doc/usr/share/man' >>> dte-doc*: Preparing subpackage dte-doc... >>> dte-doc*: Running postcheck for dte-doc >>> dte*: Running postcheck for dte >>> dte*: Preparing package dte... >>> dte*: Stripping binaries >>> dte*: Scanning shared objects >>> dte*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> dte*: Package size: 337.2 KB >>> dte*: Compressing data... >>> dte*: Create checksum... >>> dte*: Create dte-1.11.1-r0.apk >>> dte-bash-completion*: Tracing dependencies... >>> dte-bash-completion*: Package size: 719.0 B >>> dte-bash-completion*: Compressing data... >>> dte-bash-completion*: Create checksum... >>> dte-bash-completion*: Create dte-bash-completion-1.11.1-r0.apk >>> dte-doc*: Tracing dependencies... >>> dte-doc*: Package size: 19.4 KB >>> dte-doc*: Compressing data... >>> dte-doc*: Create checksum... >>> dte-doc*: Create dte-doc-1.11.1-r0.apk >>> dte: Build complete at Wed, 22 Jul 2026 19:39:30 +0000 elapsed time 0h 0m 6s >>> dte: Cleaning up srcdir >>> dte: Cleaning up pkgdir >>> dte: Cleaning up tmpdir >>> dte: Uninstalling dependencies... (1/1) Purging .makedepends-dte (20260722.193924) OK: 441.7 MiB in 107 packages >>> dte: Updating the testing/x86_64 repository index... >>> dte: Signing the index...