>>> xmake: Building community/xmake 2.9.1-r0 (using abuild 3.13.0-r3) started Thu, 25 Apr 2024 11:42:11 +0000 >>> xmake: Checking sanity of /home/buildozer/aports/community/xmake/APKBUILD... >>> xmake: Analyzing dependencies... >>> xmake: Installing for build: build-base bash readline-dev ncurses-dev linux-headers libsv-dev lua5.4-dev lz4-dev xxhash-dev libtbox-dev 7zip (1/21) Installing readline (8.2.10-r0) (2/21) Installing bash (5.2.26-r0) Executing bash-5.2.26-r0.post-install (3/21) Installing libhistory (8.2.10-r0) (4/21) Installing libformw (6.4_p20240330-r0) (5/21) Installing libmenuw (6.4_p20240330-r0) (6/21) Installing libpanelw (6.4_p20240330-r0) (7/21) Installing libncurses++ (6.4_p20240330-r0) (8/21) Installing ncurses-dev (6.4_p20240330-r0) (9/21) Installing readline-dev (8.2.10-r0) (10/21) Installing linux-headers (6.6-r0) (11/21) Installing libsv (1.2-r0) (12/21) Installing libsv-dev (1.2-r0) (13/21) Installing lua5.4-libs (5.4.6-r1) (14/21) Installing lua5.4 (5.4.6-r1) (15/21) Installing lua5.4-dev (5.4.6-r1) (16/21) Installing lz4-dev (1.9.4-r5) (17/21) Installing xxhash-dev (0.8.2-r2) (18/21) Installing libtbox (1.7.5-r1) (19/21) Installing libtbox-dev (1.7.5-r1) (20/21) Installing 7zip (23.01-r0) (21/21) Installing .makedepends-xmake (20240425.114214) Executing busybox-1.36.1-r25.trigger OK: 395 MiB in 128 packages >>> xmake: Cleaning up srcdir >>> xmake: Cleaning up pkgdir >>> xmake: Cleaning up tmpdir >>> xmake: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xmake-2.9.1.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 38 2228k 38 847k 0 0 2914k 0 --:--:-- --:--:-- --:--:-- 2913k 100 2228k 100 2228k 0 0 6736k 0 --:--:-- --:--:-- --:--:-- 6732k >>> xmake: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xmake-2.9.1.tar.gz >>> xmake: Checking sha512sums... xmake-2.9.1.tar.gz: OK 01-pkgconfig-libsv.patch: OK 02-system-include.patch: OK >>> xmake: Unpacking /var/cache/distfiles/edge/xmake-2.9.1.tar.gz... >>> xmake: 01-pkgconfig-libsv.patch patching file core/xmake.sh >>> xmake: 02-system-include.patch patching file core/src/xmake/hash/xxhash.c patching file core/src/xmake/semver/prefix.h ./configure: line 808: /home/buildozer/aports/community/xmake/src/xmake-2.9.1/core/src/tbox/tbox/src/xmake.sh: No such file or directory checking for platform ... linux checking for architecture ... x86_64 checking for make ... ok checking for the c compiler (cc) ... gcc checking for the c++ compiler (cxx) ... gcc checking for the assembler (as) ... gcc checking for the objc compiler (mm) ... gcc checking for the objc++ compiler (mxx) ... gcc checking for the linker (ld) ... g++ checking for the static library archiver (ar) ... ar checking for the shared library linker (sh) ... g++ checking for toolchain ... envs checking for readline .. no checking for curses .. ok checking for atomic .. ok checking for lua .. ok checking for luajit .. no checking for lz4 .. ok checking for sv .. ok checking for tbox .. ok analyzing project configuration .. generating build/linux/x86_64/release/xmake.config.h .. build/linux/x86_64/release/xmake.config.h is generated! generating makefile .. makefile is generated! compiling.release core/src/xmake/engine.c compiling.release core/src/xmake/xmake.c compiling.release core/src/xmake/base64/encode.c compiling.release core/src/xmake/base64/decode.c compiling.release core/src/xmake/bloom_filter/bloom_filter_data_set.c compiling.release core/src/xmake/bloom_filter/bloom_filter_close.c compiling.release core/src/xmake/bloom_filter/bloom_filter_open.c compiling.release core/src/xmake/bloom_filter/bloom_filter_data.c compiling.release core/src/xmake/bloom_filter/bloom_filter_set.c compiling.release core/src/xmake/bloom_filter/bloom_filter_size.c compiling.release core/src/xmake/bloom_filter/bloom_filter_clear.c compiling.release core/src/xmake/bloom_filter/bloom_filter_get.c compiling.release core/src/xmake/curses/curses.c compiling.release core/src/xmake/fwatcher/wait.c compiling.release core/src/xmake/fwatcher/close.c compiling.release core/src/xmake/fwatcher/open.c compiling.release core/src/xmake/fwatcher/add.c compiling.release core/src/xmake/fwatcher/remove.c compiling.release core/src/xmake/hash/sha.c compiling.release core/src/xmake/hash/xxhash.c compiling.release core/src/xmake/hash/md5.c compiling.release core/src/xmake/hash/uuid4.c compiling.release core/src/xmake/io/filelock_trylock.c compiling.release core/src/xmake/io/file_size.c compiling.release core/src/xmake/io/file_read.c compiling.release core/src/xmake/io/socket_send.c compiling.release core/src/xmake/io/file_close.c compiling.release core/src/xmake/io/socket_bind.c compiling.release core/src/xmake/io/pipe_openpair.c compiling.release core/src/xmake/io/pipe_wait.c compiling.release core/src/xmake/io/iscygpty.c compiling.release core/src/xmake/io/pipe_read.c compiling.release core/src/xmake/io/pipe_open.c compiling.release core/src/xmake/io/poller_spank.c compiling.release core/src/xmake/io/socket_peeraddr.c compiling.release core/src/xmake/io/socket_accept.c compiling.release core/src/xmake/io/filelock_lock.c compiling.release core/src/xmake/io/file_open.c compiling.release core/src/xmake/io/file_isatty.c compiling.release core/src/xmake/io/pipe_write.c compiling.release core/src/xmake/io/file_flush.c compiling.release core/src/xmake/io/socket_kill.c compiling.release core/src/xmake/io/poller_wait.c compiling.release core/src/xmake/io/poller_modify.c compiling.release core/src/xmake/io/socket_listen.c compiling.release core/src/xmake/io/poller_support.c compiling.release core/src/xmake/io/pipe_connect.c compiling.release core/src/xmake/io/socket_sendfile.c compiling.release core/src/xmake/io/file_seek.c compiling.release core/src/xmake/io/socket_ctrl.c compiling.release core/src/xmake/io/socket_open.c compiling.release core/src/xmake/io/filelock_open.c compiling.release core/src/xmake/io/socket_recvfrom.c compiling.release core/src/xmake/io/socket_connect.c compiling.release core/src/xmake/io/poller_remove.c compiling.release core/src/xmake/io/file_readable.c compiling.release core/src/xmake/io/socket_wait.c compiling.release core/src/xmake/io/pipe_close.c compiling.release core/src/xmake/io/socket_recv.c compiling.release core/src/xmake/io/socket_sendto.c compiling.release core/src/xmake/io/file_rawfd.c compiling.release core/src/xmake/io/socket_close.c compiling.release core/src/xmake/io/poller_insert.c compiling.release core/src/xmake/io/filelock_close.c compiling.release core/src/xmake/io/poller.c compiling.release core/src/xmake/io/file_write.c compiling.release core/src/xmake/io/filelock_unlock.c compiling.release core/src/xmake/io/socket_rawfd.c compiling.release core/src/xmake/io/stdfile.c compiling.release core/src/xmake/libc/memcpy.c compiling.release core/src/xmake/libc/dataptr.c compiling.release core/src/xmake/libc/memmov.c compiling.release core/src/xmake/libc/byteof.c compiling.release core/src/xmake/libc/free.c compiling.release core/src/xmake/libc/setbyte.c compiling.release core/src/xmake/libc/strndup.c compiling.release core/src/xmake/libc/memset.c compiling.release core/src/xmake/libc/malloc.c compiling.release core/src/xmake/lz4/block_decompress.c compiling.release core/src/xmake/lz4/compress_file.c compiling.release core/src/xmake/lz4/compress_stream_close.c compiling.release core/src/xmake/lz4/decompress_stream_close.c compiling.release core/src/xmake/lz4/decompress_stream_read.c compiling.release core/src/xmake/lz4/decompress_file.c compiling.release core/src/xmake/lz4/decompress.c compiling.release core/src/xmake/lz4/block_compress.c compiling.release core/src/xmake/lz4/compress_stream_write.c compiling.release core/src/xmake/lz4/compress.c compiling.release core/src/xmake/lz4/compress_stream_read.c compiling.release core/src/xmake/lz4/decompress_stream_write.c compiling.release core/src/xmake/lz4/compress_stream_open.c compiling.release core/src/xmake/lz4/decompress_stream_open.c compiling.release core/src/xmake/os/exists.c compiling.release core/src/xmake/os/signal.c compiling.release core/src/xmake/os/tmpdir.c compiling.release core/src/xmake/os/rmfile.c compiling.release core/src/xmake/os/rename.c compiling.release core/src/xmake/os/argv.c compiling.release core/src/xmake/os/getown.c compiling.release core/src/xmake/os/emptydir.c compiling.release core/src/xmake/os/isdir.c compiling.release core/src/xmake/os/isfile.c compiling.release core/src/xmake/os/setenv.c compiling.release core/src/xmake/os/mtime.c compiling.release core/src/xmake/os/strerror.c compiling.release core/src/xmake/os/cpdir.c compiling.release core/src/xmake/os/touch.c compiling.release core/src/xmake/os/cpuinfo.c compiling.release core/src/xmake/os/getenv.c compiling.release core/src/xmake/os/filesize.c compiling.release core/src/xmake/os/uid.c compiling.release core/src/xmake/os/getpid.c compiling.release core/src/xmake/os/readlink.c compiling.release core/src/xmake/os/cpfile.c compiling.release core/src/xmake/os/getenvs.c compiling.release core/src/xmake/os/mkdir.c compiling.release core/src/xmake/os/getwinsize.c compiling.release core/src/xmake/os/syserror.c compiling.release core/src/xmake/os/meminfo.c compiling.release core/src/xmake/os/rmdir.c compiling.release core/src/xmake/os/sleep.c compiling.release core/src/xmake/os/args.c compiling.release core/src/xmake/os/gid.c compiling.release core/src/xmake/os/chdir.c compiling.release core/src/xmake/os/islink.c compiling.release core/src/xmake/os/find.c compiling.release core/src/xmake/os/fscase.c compiling.release core/src/xmake/os/link.c compiling.release core/src/xmake/os/curdir.c compiling.release core/src/xmake/os/mclock.c compiling.release core/src/xmake/path/relative.c compiling.release core/src/xmake/path/absolute.c compiling.release core/src/xmake/path/is_absolute.c compiling.release core/src/xmake/path/translate.c compiling.release core/src/xmake/path/directory.c compiling.release core/src/xmake/package/loadxmi.c compiling.release core/src/xmake/process/openv.c compiling.release core/src/xmake/process/wait.c compiling.release core/src/xmake/process/kill.c compiling.release core/src/xmake/process/close.c compiling.release core/src/xmake/process/open.c compiling.release core/src/xmake/readline/readline.c compiling.release core/src/xmake/readline/clear_history.c compiling.release core/src/xmake/readline/history_list.c compiling.release core/src/xmake/readline/add_history.c compiling.release core/src/xmake/sandbox/interactive.c compiling.release core/src/xmake/semver/satisfies.c compiling.release core/src/xmake/semver/compare.c compiling.release core/src/xmake/semver/select.c compiling.release core/src/xmake/semver/semver.c compiling.release core/src/xmake/semver/parse.c compiling.release core/src/xmake/string/startswith.c compiling.release core/src/xmake/string/lastof.c compiling.release core/src/xmake/string/endswith.c compiling.release core/src/xmake/string/convert.c compiling.release core/src/xmake/string/trim.c compiling.release core/src/xmake/string/split.c compiling.release core/src/xmake/tty/term_mode.c compiling.release core/src/demo/xmake.c linking.release build/linux/x86_64/release/libxmake.a linking.release build/xmake running given lua script file tests/run.lua. > 42 test(s) found > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/plugins/project/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/plugins/create/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/io/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/os/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/bytes/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/path/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/scheduler/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/heap/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/table/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/process/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/json/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/compress/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/semver/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/graph/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/math/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/string/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/string/serialize/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/list/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/hello/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/private/select_script/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/bloom_filter/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/devel/git/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/cache/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/lib/detect/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/cli/utils/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/rules/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/clone_target/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/rules_order/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/check_xxx/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_xxx/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/xxx_script/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_configfiles/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_defines/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/rules_inject_deps/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_deps/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_imports/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/rules_override_cxx/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/actions/test/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/actions/config/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/actions/package/localpkg/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/test/test.lua > /home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/cli/test.lua running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/plugins/project/test.lua" >> testing tests/plugins/project ... >> running test_cmake ... checkinfo: cannot runv(cmake --version), No such file or directory checking for cmake ... no >> skipped test_cmake : cmake not found >> running test_compile_commands ... xmake create testproj create testproj ...  [+]: xmake.lua  [+]: src/main.cpp  [+]: .gitignore create ok! xmake project -k compile_commands checking for platform ... linux checking for architecture ... x86_64 create ok! xmake [ 50%]: cache compiling.release src/main.cpp [ 75%]: linking.release testproj create ok! compile_commands.json updated! [100%]: build ok, spent 1.389s >> running test_vsxmake ... >> skipped test_vsxmake : wrong host platform >> finished 3 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/plugins/create/test.lua" >> testing tests/plugins/create ... >> running test_main ... create test ...  [+]: xmake.lua  [+]: src/main.cpp  [+]: .gitignore create ok! checking for platform ... linux checking for architecture ... x86_64 [ 50%]: cache compiling.release src/main.cpp [ 75%]: linking.release test [100%]: build ok, spent 1.903s create test_cpp ...  [+]: xmake.lua  [+]: src/main.cpp  [+]: .gitignore create ok! [ 50%]: cache compiling.release src/main.cpp [ 75%]: linking.release test_cpp [100%]: build ok, spent 0.915s create test_cpp2 ...  [+]: xmake.lua  [+]: src/main.cpp  [+]: src/foo.h  [+]: src/foo.cpp  [+]: .gitignore create ok! [ 50%]: cache compiling.release src/foo.cpp [ 50%]: cache compiling.release src/main.cpp [ 62%]: archiving.release libfoo.a [ 87%]: linking.release test_cpp2 [100%]: build ok, spent 2.95s create test_cpp3 ...  [+]: xmake.lua  [+]: src/main.cpp  [+]: src/foo.h  [+]: src/foo.cpp  [+]: .gitignore create ok! [ 50%]: cache compiling.release src/foo.cpp [ 62%]: linking.release libfoo.so [ 62%]: cache compiling.release src/main.cpp [ 87%]: linking.release test_cpp3 [100%]: build ok, spent 7.478s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/io/test.lua" >> testing tests/modules/io ... >> running test_write ... >> running test_lines ... >> running test_readlines ... >> running test_read ... >> running test_prop ... >> finished 5 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/os/test.lua" >> testing tests/modules/os ... >> running test_args ... >> running test_cp_mvdir_into_another_dir ... >> running test_cpdir ... >> running test_setenv ... >> running test_argv ... >> running test_cp_symlink ... >> running test_rename ... >> finished 7 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/bytes/test.lua" >> testing tests/modules/bytes ... >> running test_int ... >> running test_slice ... >> running test_copy ... >> running test_copy2 ... >> running test_move ... >> running test_clone ... >> running test_concat ... >> running test_index ... >> running test_ctor ... >> finished 9 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/path/test.lua" >> testing tests/modules/path ... >> running test_normalize ... >> running test_instance ... >> running test_translate ... >> running test_extension ... >> running test_directory ... >> running test_splitenv_win ... >> skipped test_splitenv_win : wrong host platform >> running test_splitenv_unix ... >> running test_relative ... >> running test_absolute ... >> finished 9 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/scheduler/test.lua" >> testing tests/modules/scheduler ... >> running test_group ... >> running test_yield ... >> running test_runjobs ... >> running test_sleep ... >> finished 4 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/heap/test.lua" >> testing tests/modules/heap ... >> running test_valueheap ... >> running test_cdataheap ... >> finished 2 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/table/test.lua" >> testing tests/modules/table ... >> running test_unwrap ... >> running test_wrap ... >> running test_remove_if ... >> running test_orderkeys ... >> running test_find_if ... >> finished 5 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/process/test.lua" >> testing tests/modules/process ... >> running test_sched_process ... >> running test_single_process ... >> finished 2 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/json/test.lua" >> testing tests/modules/json ... >> running test_json_decode ... >> running test_json_encode ... >> finished 2 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/compress/test.lua" >> testing tests/modules/compress ... >> running test_lz4 ... >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/semver/test.lua" >> testing tests/modules/semver ... >> running test_semver_match ... >> running test_semver_select ... >> running test_semver_satisfies ... >> running test_semver_parse ... >> finished 4 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/graph/test.lua" >> testing tests/modules/graph ... >> running test_find_cycle ... >> running test_topological_sort ... >> finished 2 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/math/test.lua" >> testing tests/modules/math ... >> running test_isint ... >> running test_isinf ... >> running test_isnan ... >> finished 3 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/string/test.lua" >> testing tests/modules/string ... >> running test_rtrim ... >> running test_lastof ... >> running test_split ... >> running test_startswith ... >> running test_ltrim ... >> running test_endswith ... >> running test_replace ... >> running test_trim ... >> finished 8 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/string/serialize/test.lua" >> testing tests/modules/string/serialize ... >> running test_table ... >> running test_refloop ... >> running test_boolean ... >> running test_number ... >> running test_function ... >> running test_nil ... >> finished 6 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/list/test.lua" >> testing tests/modules/list ... >> running test_remove_last ... >> running test_insert_last ... >> running test_remove_first ... >> running test_rfor_remove ... >> running test_remove ... >> running test_push ... >> running test_for_remove ... >> running test_insert ... >> running test_insert_first ... >> finished 9 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/hello/test.lua" >> testing tests/modules/hello ... >> running test_hello ... hello >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/private/select_script/test.lua" >> testing tests/modules/private/select_script ... >> running test_logical_expr ... >> running test_plat_only ... >> running test_subhost_only ... >> running test_plat_subhost ... >> running test_plat_arch ... >> running test_subhost_subarch ... >> running test_plat_arch_subhost_subarch ... >> running test_plat_arch_subhost ... >> finished 8 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/bloom_filter/test.lua" >> testing tests/modules/bloom_filter ... >> running test_bloom_filter ... >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/devel/git/test.lua" >> testing tests/modules/devel/git ... >> running test_asgiturl ... >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/cache/test.lua" >> testing tests/modules/cache ... >> running test_memcache ... >> running test_localcache ... >> running test_globalcache ... >> finished 3 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/modules/lib/detect/test.lua" >> testing tests/modules/lib/detect ... >> running test_find_toolname ... >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/cli/utils/test.lua" >> testing tests/cli/utils ... >> running test_help ... >> running test_version ... >> finished 2 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/rules/test.lua" >> testing tests/apis/rules ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 markdown: on_load rule(stub3): on_load rule(stub2): on_load rule(stub1): on_load target: before_build rule(stub2): before_build rule(stub1): before_build rule(stub0b): before_build_file src/main.c rule(stub0b): before_build_file src/main2.c before_build_file: src/test.c.in compile src/index.md [ 46%]: compiling.release src/test.c.in [ 61%]: cache compiling.release src/main.c after_build_file: src/test.c.in rule(stub0a): after_build_file src/main.c rule(stub0a): after_build_file src/main2.c [ 92%]: linking.release test target: after_build rule(stub2): after_build rule(stub1): after_build [100%]: build ok, spent 1.028s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/clone_target/test.lua" >> testing tests/apis/clone_target ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 checking for gcc ... /usr/bin/gcc checkinfo: cannot runv(zig version), No such file or directory checking for zig ... no checkinfo: cannot runv(zig version), No such file or directory checking for zig ... no checkinfo: cannot runv(nim --version), No such file or directory checking for nim ... no checkinfo: cannot runv(nim --version), No such file or directory checking for nim ... no checking for g++ ... /usr/bin/g++ checking for the c++ compiler (cxx) ... g++ checking for /usr/bin/g++ ... ok checking for flags (-fPIC) ... ok > g++ "-fPIC" "-m64" [ 50%]: cache compiling.release src/main.cpp /usr/bin/g++ -c -m64 -DTEST -o build/.objs/test/linux/x86_64/release/src/main.cpp.o src/main.cpp checking for flags (-MMD -MF) ... ok > g++ "-MMD" "-MF" "/dev/null" "-m64" checking for the c++ compiler (cxx) ... g++ [ 50%]: cache compiling.release src/main.cpp /usr/bin/g++ -c -m64 -DTEST -DTEST2 -o build/.objs/test2/linux/x86_64/release/src/main.cpp.o src/main.cpp link2 test checking for g++ ... /usr/bin/g++ checking for the linker (ld) ... g++ checking for flags (-fPIC) ... ok > g++ "-fPIC" "-m64" "-m64" [ 62%]: linking.release test /usr/bin/g++ -o build/linux/x86_64/release/test build/.objs/test/linux/x86_64/release/src/main.cpp.o -m64 link1 test2 checking for the linker (ld) ... g++ [ 87%]: linking.release test2 /usr/bin/g++ -o build/linux/x86_64/release/test2 build/.objs/test2/linux/x86_64/release/src/main.cpp.o -m64 build cache stats: cache directory: build/.build_cache cache hit rate: 0% cache hit: 0 cache hit total time: 0.000s cache miss: 2 cache miss total time: 0.001s new cached files: 2 remote cache hit: 0 remote new cached files: 0 preprocess failed: 0 compile fallback count: 0 compile total time: 1.804s [100%]: build ok, spent 1.823s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/rules_order/test.lua" >> testing tests/apis/rules_order ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 target.before_build_file: src/test.md target.before_build_file: src/test.man before_build_file: src/test.man target.before_build_file: src/main.c before_build_file: src/test.md on_build_file: src/test.man [ 50%]: cache compiling.release src/main.c on_build_file: src/test.md target.after_build_file: src/test.md target.after_build_file: src/test.man after_build_file: src/test.man target.after_build_file: src/main.c after_build_file: src/test.md [ 93%]: linking.release test [100%]: build ok, spent 0.674s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/check_xxx/test.lua" >> testing tests/apis/check_xxx ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 checking for NO_GCC ... no checking for HAS_17_CXX_NOEXCEPT_FUNCTION_TYPE ... ok checking for HAS_17_CXX_ALIGNED_NEW ... ok checking for HAS_CXX_STD_98 ... ok checking for HAS_SSE2 ... ok checking for HAS_C_STD_89 ... no checking for HAS_STATIC_ASSERT ... ok checking for CUSTOM_ASSERT=assert ... no checking for HAS_GCC ... ok checking for HAS_C_STD_99 ... ok checking for HAS_17_CXX_STATIC_ASSERT ... ok checking for HAS_WCHAR_AND_FLOAT ... no checking for HAS_20_CXX_CONSTEXPR_IN_DECLTYPE ... ok checking for HAS_PTHREAD ... ok checking for HAS_CXX20 ... ok checking for HAS_20_CXX_CONSTEVAL ... ok checking for HAS_20_CXX_IMPL_COROUTINE ... ok checking for HAS_LONG_8 ... ok checking for HAS_17_CXX_NONTYPE_TEMPLATE_ARGS ... ok checking for HAS_20_CXX_CONSTINIT ... ok checking for HAS_20_CXX_INIT_CAPTURES ... ok checking for HAS_17_CXX_RANGE_BASED_FOR ... ok checking for HAS_CXX_STD_14 ... ok checking for HAS_17_CXX_AGGREGATE_BASES ... ok checking for HAS_17_CXX_FOLD_EXPRESSIONS ... ok checking for HAS_20_CXX_CONCEPTS ... ok checking for HAS_17_CXX_HEX_FLOAT ... ok checking for HAS_CXX_STD_17 ... ok checking for HAS_20_CXX_USING_ENUM ... ok checking for HAS_17_CXX_VARIADIC_USING ... ok checking for HAS_17_CXX_IF_CONSTEXPR ... ok checking for HAS_20_CXX_AGGREGATE_PAREN_INIT ... ok checking for HAS_17_CXX_DEDUCTION_GUIDES ... ok checking for HAS_17_CXX_STRUCTURED_BINDINGS ... ok checking for HAS_20_CXX_GENERIC_LAMBDAS ... ok checking for LONG_SIZE ... 8 checking for HAS_17_CXX_TEMPLATE_TEMPLATE_ARGS ... ok checking for HAS_20_CXX_CONDITIONAL_EXPLICIT ... ok checking for HAS_20_CXX_IMPL_THREE_WAY_COMPARISON ... ok checking for HAS_20_CXX_CONSTEXPR_DYNAMIC_ALLOC ... ok checking for HAS_CONSTEXPR ... ok checking for HAS_INT_4 ... ok checking for HAS_20_CXX_DESIGNATED_INITIALIZERS ... ok checking for HAS_INT_4_IN_MAIN ... ok checking for IS_BIG_ENDIAN ... no checking for HAS_20_CXX_DEDUCTION_GUIDES ... ok checking for HAS_CXX_STD_11 ... ok checking for HAS_CONSEXPR_AND_STATIC_ASSERT ... ok checking for HAS_20_CXX_NONTYPE_TEMPLATE_ARGS ... ok checking for HAS_20_CXX_MODULES ... no checking for HAS_C_STD_11 ... ok checking for HAS_STRING_H ... ok checking for HAS_STRING_AND_STDIO_H ... ok checking for HAVE_VISIBILITY ... ok checking for STRING_SIZE ... 32 checking for HAS_SETJMP ... ok checking for HAS_C_STD_17 ... no checking for HAS_17_CXX_CAPTURE_STAR_THIS ... ok checking for HAS_20_CXX_IMPL_DESTROYING_DELETE ... ok checking for HAS_17_CXX_CONSTEXPR ... ok checking for HAS_17_CXX_ENUMERATOR_ATTRIBUTES ... ok checking for HAS_CXX_STD_20 ... ok checking for HAS_17_CXX_NONTYPE_TEMPLATE_PARAMETER_AUTO ... ok checking for HAS_17_CXX_NAMESPACE_ATTRIBUTES ... ok checking for HAS_WCHAR ... no checking for HAS_17_CXX_INLINE_VARIABLES ... ok checking for HAS_17_CXX_INHERITING_CONSTRUCTORS ... ok checking for HAS_17_CXX_GUARANTEED_COPY_ELISION ... ok checking for HAS_20_CXX_CONSTEXPR ... ok checking for INT_SIZE ... 4 checking for HAS_20_CXX_CHAR8_T ... ok checking for PTR_SIZE ... 8 generating config.h.in ... ok [ 37%]: cache compiling.release foo.c [ 50%]: cache compiling.release main.c [ 62%]: archiving.release libfoo.a [ 87%]: linking.release test [100%]: build ok, spent 0.767s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_xxx/test.lua" >> testing tests/apis/add_xxx ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 [100%]: build ok, spent 0.013s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/xxx_script/test.lua" >> testing tests/apis/xxx_script ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 before_build build [100%]: build ok, spent 0.013s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_configfiles/test.lua" >> testing tests/apis/add_configfiles ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 generating config.h.in ... ok generating hello.man ... ok generating test.c.in ... ok generating hello.man ... ok generating test.c.in ... ok generating config2.h.in ... ok [ 50%]: cache compiling.release main.c [ 62%]: cache compiling.release main2.c [ 62%]: linking.release test [ 75%]: linking.release test2 [100%]: build ok, spent 0.8s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_defines/test.lua" >> testing tests/apis/add_defines ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 [ 50%]: cache compiling.release src/main.cpp [ 75%]: linking.release test [100%]: build ok, spent 1.994s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/rules_inject_deps/test.lua" >> testing tests/apis/rules_inject_deps ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 build cppfront file [ 71%]: cache compiling.release src/main.cpp [ 85%]: linking.release test [100%]: build ok, spent 1.829s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_deps/test.lua" >> testing tests/apis/add_deps ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 { inc2 = { interface = true, }, } { interface = true, } true src/*.c src/*.c src/*.c TEST2 TEST2 [ 60%]: cache compiling.release src/interface.c [ 60%]: cache compiling.release src/main.c [ 60%]: cache compiling.release src/interface.c [ 60%]: cache compiling.release src/main.c [ 60%]: cache compiling.release src/interface.c [ 60%]: cache compiling.release src/main.c [ 60%]: cache compiling.release src/main.c [ 60%]: cache compiling.release src/interface.c [ 60%]: cache compiling.release src/interface.c [ 60%]: cache compiling.release src/main.c [ 72%]: archiving.release libdep4.a [ 76%]: archiving.release libdep1.a [ 76%]: archiving.release libdep3.a [ 88%]: linking.release libdep2.so [ 96%]: linking.release demo [100%]: build ok, spent 2.359s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/add_imports/test.lua" >> testing tests/apis/add_imports ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 [100%]: build ok, spent 0.013s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/apis/rules_override_cxx/test.lua" >> testing tests/apis/rules_override_cxx ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 [ 60%]: cache compiling.release src/main.xx [ 60%]: cache compiling.release src/test.cc [ 80%]: linking.release test [100%]: build ok, spent 0.865s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/actions/test/test.lua" >> testing tests/actions/test ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 [ 50%]: cache compiling.release src/compile_1.cpp [ 50%]: cache compiling.release src/compile_2.cpp [ 53%]: cache compiling.release src/test_1.cpp [ 53%]: cache compiling.release tests/stub_n2.cpp [ 53%]: cache compiling.release tests/stub_n1.cpp [ 53%]: cache compiling.release src/test_1.cpp [ 53%]: cache compiling.release tests/stub_1.cpp [ 53%]: cache compiling.release src/test_8.cpp [ 53%]: cache compiling.release src/test_3.cpp [ 53%]: cache compiling.release src/test_1.cpp [ 53%]: cache compiling.release src/test_6.cpp [ 53%]: cache compiling.release src/test_2.cpp [ 53%]: cache compiling.release tests/stub_2.cpp [ 53%]: cache compiling.release src/test_7.cpp [ 53%]: cache compiling.release src/test_5.cpp [ 53%]: cache compiling.release src/test_9.cpp [ 53%]: cache compiling.release src/run_timeout.cpp [ 53%]: cache compiling.release src/test_4.cpp [ 53%]: cache compiling.release src/test_2.cpp [ 55%]: linking.release test_timeout [ 76%]: linking.release test_13_stub_1 [ 76%]: linking.release test_15_stub_n [ 76%]: linking.release test_1 [ 76%]: linking.release test_6 [ 76%]: linking.release test_5 [ 76%]: linking.release test_3 [ 76%]: linking.release test_7 [ 76%]: linking.release test_14_stub_2 [ 76%]: linking.release test_8 [ 76%]: linking.release test_4 [ 76%]: linking.release test_9 [ 76%]: linking.release test_2 running tests ... [ 11%]: test_10/compile_fail .................................... passed 0.000s [ 14%]: test_11/compile_pass .................................... failed 0.000s [ 85%]: test_1/args .................................... passed 0.233s [ 85%]: test_1/default .................................... passed 0.232s [ 85%]: test_1/fail_output .................................... passed 0.231s [ 85%]: test_1/pass_output .................................... passed 0.227s [ 85%]: test_13/stub_1 .................................... passed 0.218s [ 85%]: test_14/stub_2 .................................... passed 0.208s [ 85%]: test_15/stub_n .................................... passed 0.202s [ 85%]: test_2/args .................................... passed 0.197s [ 85%]: test_2/default .................................... passed 0.191s [ 85%]: test_2/fail_output .................................... passed 0.185s [ 85%]: test_2/pass_output .................................... passed 0.175s [ 85%]: test_3/args .................................... passed 0.166s [ 85%]: test_3/default .................................... passed 0.157s [ 85%]: test_3/fail_output .................................... passed 0.152s [ 85%]: test_3/pass_output .................................... passed 0.146s [ 85%]: test_4/args .................................... passed 0.140s [ 85%]: test_4/default .................................... passed 0.134s [ 85%]: test_4/fail_output .................................... passed 0.128s [ 85%]: test_4/pass_output .................................... passed 0.122s [ 85%]: test_5/args .................................... passed 0.117s [ 85%]: test_5/default .................................... passed 0.111s [ 85%]: test_5/fail_output .................................... failed 0.105s [ 85%]: test_5/pass_output .................................... failed 0.100s [ 85%]: test_6/args .................................... passed 0.093s [ 85%]: test_6/default .................................... passed 0.087s [ 85%]: test_6/fail_output .................................... passed 0.082s [ 85%]: test_6/pass_output .................................... passed 0.076s [ 85%]: test_7/args .................................... failed 0.073s [ 85%]: test_7/default .................................... failed 0.068s [ 85%]: test_7/fail_output .................................... failed 0.062s [ 85%]: test_7/pass_output .................................... failed 0.056s [ 85%]: test_8/args .................................... passed 0.051s [ 85%]: test_8/default .................................... passed 0.044s [ 85%]: test_8/fail_output .................................... passed 0.038s [100%]: test_8/pass_output .................................... failed 0.041s [100%]: test_9/args .................................... passed 0.035s [100%]: test_9/default .................................... passed 0.029s [100%]: test_9/fail_output .................................... passed 0.023s [100%]: test_9/pass_output .................................... passed 0.017s [100%]: test_timeout/run_timeout .................................... passed 1.004s 80% tests passed, 8 tests failed out of 42, spent 1.305s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/actions/config/test.lua" >> testing tests/actions/config ... >> running test_workdir ... create test ...  [+]: xmake.lua  [+]: src/main.cpp  [+]: .gitignore create ok! checking for platform ... linux checking for architecture ... x86_64 [ 50%]: cache compiling.release src/main.cpp [ 75%]: linking.release test [100%]: build ok, spent 1.936s checking for platform ... linux checking for architecture ... x86_64 [ 50%]: cache compiling.release src/main.cpp [ 75%]: linking.release test [100%]: build ok, spent 2.577s create subtest ...  [+]: xmake.lua  [+]: src/main.cpp  [+]: .gitignore create ok! checking for platform ... linux checking for architecture ... x86_64 [ 50%]: cache compiling.release src/main.cpp [ 75%]: linking.release test [100%]: build ok, spent 1.997s >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/actions/package/localpkg/test.lua" >> testing tests/actions/package/localpkg ... >> running test_main ... checking for platform ... linux checking for architecture ... x86_64 checking for flags (-fPIC) ... ok > g++ "-fPIC" "-m64" checking for flags (-fvisibility-inlines-hidden) ... ok > g++ "-fvisibility-inlines-hidden" "-m64" checking for flags (-O3) ... ok > g++ "-O3" "-m64" checking for flags (-DNDEBUG) ... ok > g++ "-DNDEBUG" "-m64" [ 50%]: cache compiling.release src/sub.cpp [ 50%]: cache compiling.release src/foo.cpp [ 50%]: cache compiling.release src/add.cpp checking for flags (-MMD -MF) ... ok > g++ "-MMD" "-MF" "/dev/null" "-m64" [ 58%]: archiving.release libsub.a [ 75%]: archiving.release libadd.a [ 91%]: archiving.release libfoo.a [100%]: build ok, spent 1.713s package(add): ../bar/build/packages/a/add generated package(sub): ../bar/build/packages/s/sub generated package(foo): ../bar/build/packages/f/foo generated checking for platform ... linux checking for architecture ... x86_64 updating repositories .. ok checking for flags (-fPIC) ... ok > g++ "-fPIC" "-m64" checking for flags (-fvisibility-inlines-hidden) ... ok > g++ "-fvisibility-inlines-hidden" "-m64" checking for flags (-O3) ... ok > g++ "-O3" "-m64" checking for flags (-DNDEBUG) ... ok > g++ "-DNDEBUG" "-m64" [ 50%]: cache compiling.release src/main.cpp checking for flags (-MMD -MF) ... ok > g++ "-MMD" "-MF" "/dev/null" "-m64" checking for flags (-fPIC) ... ok > g++ "-fPIC" "-m64" "-m64" [ 75%]: linking.release bar [100%]: build ok, spent 1.993s foo(1, 2) = 0 >> finished 1 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/test/test.lua" >> testing tests/test ... >> running test_are_equal ... >> running test_require ... >> running test_are_same ... >> running test_will_raise ... A test failed message will be printed >> test failed: expected raise but finished successfully >> function (anonymous) tests/test/test.lua:55 >> function (anonymous) tests/test/test.lua:53 >> function test_will_raise tests/test/test.lua:42 >> finished 4 test method(s) ... running given lua script file tests/runner.lua with args: dump from _print_vlog @./xmake/plugins/lua/main.lua:56 "/home/buildozer/aports/community/xmake/src/xmake-2.9.1/tests/cli/test.lua" >> testing tests/cli ... >> running test_short5 ... >> running test_short_flags4 ... >> running test_args_escaped ... >> running test_short_flags1 ... >> running test_short_flags2 ... >> running test_short2 ... >> running test_short4 ... >> running test_short3 ... >> running test_short_flags3 ... >> running test_raw ... >> running test_args ... >> running test_short1 ... >> running test_long ... >> running test_short_flags5 ... >> finished 14 test method(s) ... > 42 test(s) succeed xRepo 2.9.1+20240425/xmake, A cross-platform C/C++ package manager based on Xmake. Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io     __  ___ ___  ______ ____  _____     \ \/ / |  _ \| ____|  _ \/  _  |      >  <  | |_) |  _| | |_) | |_| |     /_/\_\_| \___|_____|_|   |____/                          by ruki, xmake.io       👉 Manual: https://xmake.io/#/getting_started 🙏 Donate: https://xmake.io/#/sponsor  >>> xmake: Entering fakeroot... installing build/xmake to /home/buildozer/aports/community/xmake/pkg/xmake/usr/bin >>> xmake-doc*: Running split function doc... >>> xmake-doc*: Preparing subpackage xmake-doc... >>> xmake-doc*: Running postcheck for xmake-doc >>> xmake-bash-completion*: Running split function bashcomp... '/home/buildozer/aports/community/xmake/pkg/xmake/usr/share/bash-completion/completions' -> '/home/buildozer/aports/community/xmake/pkg/xmake-bash-completion/usr/share/bash-completion/completions' >>> xmake-bash-completion*: Preparing subpackage xmake-bash-completion... >>> xmake-bash-completion*: Running postcheck for xmake-bash-completion >>> xmake-zsh-completion*: Running split function zshcomp... '/home/buildozer/aports/community/xmake/pkg/xmake/usr/share/zsh/site-functions' -> '/home/buildozer/aports/community/xmake/pkg/xmake-zsh-completion/usr/share/zsh/site-functions' >>> xmake-zsh-completion*: Preparing subpackage xmake-zsh-completion... >>> xmake-zsh-completion*: Running postcheck for xmake-zsh-completion >>> xmake-fish-completion*: Running split function fishcomp... '/home/buildozer/aports/community/xmake/pkg/xmake/usr/share/fish/vendor_completions.d' -> '/home/buildozer/aports/community/xmake/pkg/xmake-fish-completion/usr/share/fish/vendor_completions.d' >>> xmake-fish-completion*: Preparing subpackage xmake-fish-completion... >>> xmake-fish-completion*: Running postcheck for xmake-fish-completion >>> xmake*: Running postcheck for xmake >>> xmake*: Preparing package xmake... >>> xmake*: Stripping binaries >>> xmake-bash-completion*: Scanning shared objects >>> xmake-doc*: Scanning shared objects >>> xmake-fish-completion*: Scanning shared objects >>> xmake-zsh-completion*: Scanning shared objects >>> xmake*: Scanning shared objects >>> xmake-bash-completion*: Tracing dependencies... >>> xmake-bash-completion*: Package size: 24.0 KB >>> xmake-bash-completion*: Compressing data... >>> xmake-bash-completion*: Create checksum... >>> xmake-bash-completion*: Create xmake-bash-completion-2.9.1-r0.apk >>> xmake-doc*: Tracing dependencies... >>> xmake-doc*: Package size: 28.0 KB >>> xmake-doc*: Compressing data... >>> xmake-doc*: Create checksum... >>> xmake-doc*: Create xmake-doc-2.9.1-r0.apk >>> xmake-fish-completion*: Tracing dependencies... >>> xmake-fish-completion*: Package size: 24.0 KB >>> xmake-fish-completion*: Compressing data... >>> xmake-fish-completion*: Create checksum... >>> xmake-fish-completion*: Create xmake-fish-completion-2.9.1-r0.apk >>> xmake-zsh-completion*: Tracing dependencies... >>> xmake-zsh-completion*: Package size: 24.0 KB >>> xmake-zsh-completion*: Compressing data... >>> xmake-zsh-completion*: Create checksum... >>> xmake-zsh-completion*: Create xmake-zsh-completion-2.9.1-r0.apk >>> xmake*: Tracing dependencies... bash so:libc.musl-x86_64.so.1 so:liblua-5.4.so.0 so:liblz4.so.1 so:libncursesw.so.6 so:libsv.so.1 so:libtbox.so.1 >>> xmake*: Package size: 12.8 MB >>> xmake*: Compressing data... >>> xmake*: Create checksum... >>> xmake*: Create xmake-2.9.1-r0.apk >>> xmake: Build complete at Thu, 25 Apr 2024 11:45:20 +0000 elapsed time 0h 3m 9s >>> xmake: Cleaning up srcdir >>> xmake: Cleaning up pkgdir >>> xmake: Uninstalling dependencies... (1/21) Purging .makedepends-xmake (20240425.114214) (2/21) Purging bash (5.2.26-r0) Executing bash-5.2.26-r0.pre-deinstall (3/21) Purging readline-dev (8.2.10-r0) (4/21) Purging libhistory (8.2.10-r0) (5/21) Purging ncurses-dev (6.4_p20240330-r0) (6/21) Purging libncurses++ (6.4_p20240330-r0) (7/21) Purging libpanelw (6.4_p20240330-r0) (8/21) Purging linux-headers (6.6-r0) (9/21) Purging libsv-dev (1.2-r0) (10/21) Purging libsv (1.2-r0) (11/21) Purging lua5.4-dev (5.4.6-r1) (12/21) Purging lua5.4 (5.4.6-r1) (13/21) Purging lua5.4-libs (5.4.6-r1) (14/21) Purging lz4-dev (1.9.4-r5) (15/21) Purging xxhash-dev (0.8.2-r2) (16/21) Purging libtbox-dev (1.7.5-r1) (17/21) Purging libtbox (1.7.5-r1) (18/21) Purging 7zip (23.01-r0) (19/21) Purging libformw (6.4_p20240330-r0) (20/21) Purging libmenuw (6.4_p20240330-r0) (21/21) Purging readline (8.2.10-r0) Executing busybox-1.36.1-r25.trigger OK: 377 MiB in 107 packages >>> xmake: Updating the community/x86_64 repository index... >>> xmake: Signing the index...