>>> libuv: Building main/libuv 1.45.0-r0 (using abuild 3.11.0-r1) started Sat, 20 May 2023 03:52:58 +0000 >>> libuv: Checking sanity of /home/buildozer/aports/main/libuv/APKBUILD... >>> libuv: Analyzing dependencies... >>> libuv: Installing for build: build-base automake autoconf libtool linux-headers (1/11) Installing perl (5.36.1-r1) (2/11) Installing automake (1.16.5-r2) (3/11) Installing m4 (1.4.19-r3) (4/11) Installing autoconf (2.71-r2) (5/11) Installing libltdl (2.4.7-r3) (6/11) Installing libtool (2.4.7-r3) (7/11) Installing linux-headers (6.3-r0) (8/11) Installing .makedepends-libuv (20230520.035259) (9/11) Installing perl-error (0.17029-r1) (10/11) Installing perl-git (2.40.1-r0) (11/11) Installing git-perl (2.40.1-r0) Executing busybox-1.36.0-r11.trigger OK: 945 MiB in 120 packages >>> libuv: Cleaning up srcdir >>> libuv: Cleaning up pkgdir >>> libuv: Fetching https://distfiles.alpinelinux.org/distfiles/edge//libuv-v1.45.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> libuv: Fetching https://dist.libuv.org/dist/v1.45.0/libuv-v1.45.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 1269k 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 81 1269k 81 1039k 0 0 534k 0 0:00:02 0:00:01 0:00:01 534k 100 1269k 100 1269k 0 0 644k 0 0:00:01 0:00:01 --:--:-- 643k >>> libuv: Fetching https://distfiles.alpinelinux.org/distfiles/edge//libuv-v1.45.0.tar.gz >>> libuv: Checking sha512sums... libuv-v1.45.0.tar.gz: OK >>> libuv: Unpacking /var/cache/distfiles/edge//libuv-v1.45.0.tar.gz... + libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' + aclocal -I m4 + autoconf configure.ac:44: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:44: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:44: the top level configure.ac:47: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/ax_pthread.m4:88: AX_PTHREAD is expanded from... configure.ac:47: the top level + automake --add-missing --copy configure.ac:42: installing './ar-lib' configure.ac:25: installing './compile' configure.ac:22: installing './config.guess' configure.ac:22: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' Makefile.am: installing './depcomp' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... armv7-alpine-linux-musleabihf checking host system type... armv7-alpine-linux-musleabihf checking for armv7-alpine-linux-musleabihf-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for gcc way to treat warnings as errors... -Werror checking if gcc supports __attribute__(( visibility("default") ))... yes checking if gcc supports -fvisibility=hidden... yes checking if gcc supports -fno-strict-aliasing flag... yes checking if gcc supports -fno-strict-aliasing flag... yes checking if gcc supports -g flag... yes checking if gcc supports -std=gnu89 flag... yes checking if gcc supports -Wall flag... yes checking if gcc supports -Wextra flag... yes checking if gcc supports -Wno-long-long flag... yes checking if gcc supports -Wno-unused-parameter flag... yes checking if gcc supports -Wstrict-prototypes flag... yes checking for armv7-alpine-linux-musleabihf-ar... no checking for armv7-alpine-linux-musleabihf-lib... no checking for armv7-alpine-linux-musleabihf-link... no checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/armv7-alpine-linux-musleabihf/bin/ld checking if the linker (/usr/armv7-alpine-linux-musleabihf/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking how to convert armv7-alpine-linux-musleabihf file names to armv7-alpine-linux-musleabihf format... func_convert_file_noop checking how to convert armv7-alpine-linux-musleabihf file names to toolchain format... func_convert_file_noop checking for /usr/armv7-alpine-linux-musleabihf/bin/ld option to reload object files... -r checking for armv7-alpine-linux-musleabihf-file... no checking for file... file checking for armv7-alpine-linux-musleabihf-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv7-alpine-linux-musleabihf-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv7-alpine-linux-musleabihf-ar... ar checking for archiver @FILE support... @ checking for armv7-alpine-linux-musleabihf-strip... no checking for strip... strip checking for armv7-alpine-linux-musleabihf-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for armv7-alpine-linux-musleabihf-mt... no checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/armv7-alpine-linux-musleabihf/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make supports nested variables... (cached) yes checking how to run the C preprocessor... gcc -E checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for library containing dlopen... none required checking for library containing kstat_lookup... no checking for library containing gethostbyname... none required checking for library containing perfstat_cpu... no checking for library containing clock_gettime... none required checking for library containing sendfile... none required checking for library containing socket... none required checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for sys/ahafs_evProds.h... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libuv.pc config.status: executing depfiles commands config.status: executing libtool commands CC src/libuv_la-fs-poll.lo CC src/libuv_la-idna.lo CC src/libuv_la-inet.lo CC src/libuv_la-random.lo CC src/libuv_la-strscpy.lo CC src/libuv_la-thread-common.lo CC src/libuv_la-threadpool.lo CC src/libuv_la-timer.lo CC src/libuv_la-uv-data-getter-setters.lo CC src/libuv_la-uv-common.lo CC src/libuv_la-version.lo CC src/libuv_la-strtok.lo CC src/unix/libuv_la-async.lo CC src/unix/libuv_la-core.lo CC src/unix/libuv_la-dl.lo CC src/unix/libuv_la-fs.lo CC src/unix/libuv_la-getaddrinfo.lo CC src/unix/libuv_la-getnameinfo.lo CC src/unix/libuv_la-loop-watcher.lo CC src/unix/libuv_la-loop.lo CC src/unix/libuv_la-pipe.lo CC src/unix/libuv_la-poll.lo CC src/unix/libuv_la-process.lo CC src/unix/libuv_la-random-devurandom.lo CC src/unix/libuv_la-signal.lo CC src/unix/libuv_la-stream.lo CC src/unix/libuv_la-tcp.lo CC src/unix/libuv_la-thread.lo CC src/unix/libuv_la-tty.lo CC src/unix/libuv_la-udp.lo CC src/unix/libuv_la-linux.lo CC src/unix/libuv_la-procfs-exepath.lo CC src/unix/libuv_la-proctitle.lo CC src/unix/libuv_la-random-getrandom.lo CC src/unix/libuv_la-random-sysctl-linux.lo In file included from ./src/uv-common.h:37, from src/unix/internal.h:25, from src/unix/async.c:26: src/unix/async.c: In function 'uv__async_io.part.0': ./src/queue.h:68:19: warning: storing the address of local variable 'queue' in '((void * (**)[2])MEM[(void *[2] * *)loop_6(D) + 228B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ ./src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ src/unix/async.c:160:3: note: in expansion of macro 'QUEUE_MOVE' 160 | QUEUE_MOVE(&loop->async_handles, &queue); | ^~~~~~~~~~ src/unix/async.c:135:9: note: 'queue' declared here 135 | QUEUE queue; | ^~~~~ src/unix/async.c:132:37: note: 'loop' declared here 132 | static void uv__async_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { | ~~~~~~~~~~~^~~~ In file included from ./src/uv-common.h:37, from src/unix/internal.h:25, from src/unix/loop-watcher.c:23: src/unix/loop-watcher.c: In function 'uv__run_prepare': ./src/queue.h:68:19: warning: storing the address of local variable 'queue' in '((void * (**)[2])MEM[(void *[2] * *)loop_12(D) + 204B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ ./src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ src/unix/loop-watcher.c:52:5: note: in expansion of macro 'QUEUE_MOVE' 52 | QUEUE_MOVE(&loop->name##_handles, &queue); \ | ^~~~~~~~~~ src/unix/loop-watcher.c:66:1: note: in expansion of macro 'UV_LOOP_WATCHER_DEFINE' 66 | UV_LOOP_WATCHER_DEFINE(prepare, PREPARE) | ^~~~~~~~~~~~~~~~~~~~~~ src/unix/loop-watcher.c:50:11: note: 'queue' declared here 50 | QUEUE queue; \ | ^~~~~ src/unix/loop-watcher.c:66:1: note: in expansion of macro 'UV_LOOP_WATCHER_DEFINE' 66 | UV_LOOP_WATCHER_DEFINE(prepare, PREPARE) | ^~~~~~~~~~~~~~~~~~~~~~ src/unix/loop-watcher.c:48:34: note: 'loop' declared here 48 | void uv__run_##name(uv_loop_t* loop) { \ | ~~~~~~~~~~~^~~~ src/unix/loop-watcher.c:66:1: note: in expansion of macro 'UV_LOOP_WATCHER_DEFINE' 66 | UV_LOOP_WATCHER_DEFINE(prepare, PREPARE) | ^~~~~~~~~~~~~~~~~~~~~~ src/unix/loop-watcher.c: In function 'uv__run_check': ./src/queue.h:68:19: warning: storing the address of local variable 'queue' in '((void * (**)[2])MEM[(void *[2] * *)loop_12(D) + 212B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ ./src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ src/unix/loop-watcher.c:52:5: note: in expansion of macro 'QUEUE_MOVE' 52 | QUEUE_MOVE(&loop->name##_handles, &queue); \ | ^~~~~~~~~~ src/unix/loop-watcher.c:67:1: note: in expansion of macro 'UV_LOOP_WATCHER_DEFINE' 67 | UV_LOOP_WATCHER_DEFINE(check, CHECK) | ^~~~~~~~~~~~~~~~~~~~~~ src/unix/loop-watcher.c:50:11: note: 'queue' declared here 50 | QUEUE queue; \ | ^~~~~ src/unix/loop-watcher.c:67:1: note: in expansion of macro 'UV_LOOP_WATCHER_DEFINE' 67 | UV_LOOP_WATCHER_DEFINE(check, CHECK) | ^~~~~~~~~~~~~~~~~~~~~~ src/unix/loop-watcher.c:48:34: note: 'loop' declared here 48 | void uv__run_##name(uv_loop_t* loop) { \ | ~~~~~~~~~~~^~~~ src/unix/loop-watcher.c:67:1: note: in expansion of macro 'UV_LOOP_WATCHER_DEFINE' 67 | UV_LOOP_WATCHER_DEFINE(check, CHECK) | ^~~~~~~~~~~~~~~~~~~~~~ src/unix/loop-watcher.c: In function 'uv__run_idle': ./src/queue.h:68:19: warning: storing the address of local variable 'queue' in '((void * (**)[2])MEM[(void *[2] * *)loop_12(D) + 220B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ ./src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ src/unix/loop-watcher.c:52:5: note: in expansion of macro 'QUEUE_MOVE' 52 | QUEUE_MOVE(&loop->name##_handles, &queue); \ | ^~~~~~~~~~ src/unix/loop-watcher.c:68:1: note: in expansion of macro 'UV_LOOP_WATCHER_DEFINE' 68 | UV_LOOP_WATCHER_DEFINE(idle, IDLE) | ^~~~~~~~~~~~~~~~~~~~~~ src/unix/loop-watcher.c:50:11: note: 'queue' declared here 50 | QUEUE queue; \ | ^~~~~ src/unix/loop-watcher.c:68:1: note: in expansion of macro 'UV_LOOP_WATCHER_DEFINE' 68 | UV_LOOP_WATCHER_DEFINE(idle, IDLE) | ^~~~~~~~~~~~~~~~~~~~~~ src/unix/loop-watcher.c:48:34: note: 'loop' declared here 48 | void uv__run_##name(uv_loop_t* loop) { \ | ~~~~~~~~~~~^~~~ src/unix/loop-watcher.c:68:1: note: in expansion of macro 'UV_LOOP_WATCHER_DEFINE' 68 | UV_LOOP_WATCHER_DEFINE(idle, IDLE) | ^~~~~~~~~~~~~~~~~~~~~~ In file included from ./src/uv-common.h:37, from src/unix/internal.h:25, from src/unix/core.c:22: src/unix/core.c: In function 'uv__run_pending': ./src/queue.h:68:19: warning: storing the address of local variable 'pq' in '((void * (**)[2])MEM[(void *[2] * *)loop_11(D) + 36B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ ./src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ src/unix/core.c:834:3: note: in expansion of macro 'QUEUE_MOVE' 834 | QUEUE_MOVE(&loop->pending_queue, &pq); | ^~~~~~~~~~ src/unix/core.c:831:9: note: 'pq' declared here 831 | QUEUE pq; | ^~ src/unix/core.c:829:40: note: 'loop' declared here 829 | static void uv__run_pending(uv_loop_t* loop) { | ~~~~~~~~~~~^~~~ In file included from ./src/uv-common.h:37, from src/unix/internal.h:25, from src/unix/stream.c:23: src/unix/stream.c: In function 'uv__write_callbacks': ./src/queue.h:68:19: warning: storing the address of local variable 'pq' in '((void * (**)[2])MEM[(void *[2] * *)stream_23(D) + 108B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ ./src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ src/unix/stream.c:908:3: note: in expansion of macro 'QUEUE_MOVE' 908 | QUEUE_MOVE(&stream->write_completed_queue, &pq); | ^~~~~~~~~~ src/unix/stream.c:903:9: note: 'pq' declared here 903 | QUEUE pq; | ^~ src/unix/stream.c:900:46: note: 'stream' declared here 900 | static void uv__write_callbacks(uv_stream_t* stream) { | ~~~~~~~~~~~~~^~~~~~ In file included from src/uv-common.h:37, from src/uv-common.c:23: src/uv-common.c: In function 'uv_walk': src/queue.h:68:19: warning: storing the address of local variable 'queue' in '((void * (**)[2])MEM[(void *[2] * *)loop_13(D) + 8B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ src/uv-common.c:540:3: note: in expansion of macro 'QUEUE_MOVE' 540 | QUEUE_MOVE(&loop->handle_queue, &queue); | ^~~~~~~~~~ src/uv-common.c:536:9: note: 'queue' declared here 536 | QUEUE queue; | ^~~~~ src/uv-common.c:535:25: note: 'loop' declared here 535 | void uv_walk(uv_loop_t* loop, uv_walk_cb walk_cb, void* arg) { | ~~~~~~~~~~~^~~~ CCLD libuv.la make test/run-tests make[1]: Entering directory '/home/buildozer/aports/main/libuv/src/libuv-v1.45.0' CC test/run_tests-blackhole-server.o CC test/run_tests-echo-server.o CC test/run_tests-run-tests.o CC test/run_tests-runner.o CC test/run_tests-test-active.o CC test/run_tests-test-async.o CC test/run_tests-test-async-null-cb.o CC test/run_tests-test-barrier.o CC test/run_tests-test-callback-stack.o CC test/run_tests-test-close-fd.o CC test/run_tests-test-close-order.o CC test/run_tests-test-condvar.o CC test/run_tests-test-connect-unspecified.o CC test/run_tests-test-connection-fail.o CC test/run_tests-test-cwd-and-chdir.o CC test/run_tests-test-default-loop-close.o CC test/run_tests-test-delayed-accept.o CC test/run_tests-test-dlerror.o CC test/run_tests-test-eintr-handling.o CC test/run_tests-test-embed.o CC test/run_tests-test-emfile.o CC test/run_tests-test-env-vars.o CC test/run_tests-test-error.o CC test/run_tests-test-fail-always.o CC test/run_tests-test-fs-copyfile.o CC test/run_tests-test-fs-event.o CC test/run_tests-test-fs-poll.o CC test/run_tests-test-fs.o CC test/run_tests-test-fs-readdir.o CC test/run_tests-test-fs-fd-hash.o CC test/run_tests-test-fs-open-flags.o CC test/run_tests-test-fork.o CC test/run_tests-test-getters-setters.o CC test/run_tests-test-get-currentexe.o CC test/run_tests-test-get-loadavg.o CC test/run_tests-test-get-memory.o CC test/run_tests-test-get-passwd.o CC test/run_tests-test-getaddrinfo.o CC test/run_tests-test-gethostname.o CC test/run_tests-test-getnameinfo.o CC test/run_tests-test-getsockname.o CC test/run_tests-test-gettimeofday.o CC test/run_tests-test-handle-fileno.o CC test/run_tests-test-homedir.o CC test/run_tests-test-hrtime.o CC test/run_tests-test-idle.o CC test/run_tests-test-idna.o CC test/run_tests-test-ip4-addr.o CC test/run_tests-test-ip6-addr.o CC test/run_tests-test-ip-name.o CC test/run_tests-test-ipc-heavy-traffic-deadlock-bug.o CC test/run_tests-test-ipc-send-recv.o CC test/run_tests-test-ipc.o CC test/run_tests-test-loop-handles.o CC test/run_tests-test-loop-alive.o CC test/run_tests-test-loop-close.o CC test/run_tests-test-loop-stop.o CC test/run_tests-test-loop-time.o CC test/run_tests-test-loop-configure.o CC test/run_tests-test-metrics.o CC test/run_tests-test-multiple-listen.o CC test/run_tests-test-mutexes.o CC test/run_tests-test-not-readable-nor-writable-on-read-error.o CC test/run_tests-test-not-writable-after-shutdown.o CC test/run_tests-test-osx-select.o CC test/run_tests-test-pass-always.o CC test/run_tests-test-ping-pong.o CC test/run_tests-test-pipe-bind-error.o CC test/run_tests-test-pipe-connect-error.o CC test/run_tests-test-pipe-connect-multiple.o CC test/run_tests-test-pipe-connect-prepare.o CC test/run_tests-test-pipe-getsockname.o CC test/run_tests-test-pipe-pending-instances.o CC test/run_tests-test-pipe-sendmsg.o CC test/run_tests-test-pipe-server-close.o CC test/run_tests-test-pipe-close-stdout-read-stdin.o In file included from test/test-ipc-send-recv.c:23: test/test-ipc-send-recv.c: In function 'read_cb': test/task.h:112:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 112 | volatile type eval_a = (type) (a); \ | ^ test/task.h:195:25: note: in expansion of macro 'ASSERT_BASE' 195 | #define ASSERT_EQ(a, b) ASSERT_BASE(a, ==, b, int64_t, PRId64) | ^~~~~~~~~~~ test/test-ipc-send-recv.c:320:3: note: in expansion of macro 'ASSERT_EQ' 320 | ASSERT_EQ(pipe, &ctx2.channel); | ^~~~~~~~~ test/task.h:113:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 113 | volatile type eval_b = (type) (b); \ | ^ test/task.h:195:25: note: in expansion of macro 'ASSERT_BASE' 195 | #define ASSERT_EQ(a, b) ASSERT_BASE(a, ==, b, int64_t, PRId64) | ^~~~~~~~~~~ test/test-ipc-send-recv.c:320:3: note: in expansion of macro 'ASSERT_EQ' 320 | ASSERT_EQ(pipe, &ctx2.channel); | ^~~~~~~~~ CC test/run_tests-test-pipe-set-non-blocking.o CC test/run_tests-test-pipe-set-fchmod.o CC test/run_tests-test-platform-output.o CC test/run_tests-test-poll.o CC test/run_tests-test-poll-close.o CC test/run_tests-test-poll-close-doesnt-corrupt-stack.o CC test/run_tests-test-poll-closesocket.o CC test/run_tests-test-poll-multiple-handles.o CC test/run_tests-test-poll-oob.o CC test/run_tests-test-process-priority.o CC test/run_tests-test-process-title.o CC test/run_tests-test-process-title-threadsafe.o CC test/run_tests-test-queue-foreach-delete.o CC test/run_tests-test-random.o CC test/run_tests-test-readable-on-eof.o CC test/run_tests-test-ref.o CC test/run_tests-test-run-nowait.o CC test/run_tests-test-run-once.o CC test/run_tests-test-semaphore.o CC test/run_tests-test-shutdown-close.o CC test/run_tests-test-shutdown-eof.o CC test/run_tests-test-shutdown-simultaneous.o CC test/run_tests-test-shutdown-twice.o CC test/run_tests-test-signal-multiple-loops.o CC test/run_tests-test-signal-pending-on-close.o CC test/run_tests-test-signal.o CC test/run_tests-test-socket-buffer-size.o CC test/run_tests-test-spawn.o CC test/run_tests-test-stdio-over-pipes.o CC test/run_tests-test-strscpy.o CC test/run_tests-test-strtok.o CC test/run_tests-test-tcp-alloc-cb-fail.o CC test/run_tests-test-tcp-bind-error.o CC test/run_tests-test-tcp-bind6-error.o CC test/run_tests-test-tcp-close-accept.o CC test/run_tests-test-tcp-close-while-connecting.o CC test/run_tests-test-tcp-close-after-read-timeout.o CC test/run_tests-test-tcp-close.o CC test/run_tests-test-tcp-close-reset.o CC test/run_tests-test-tcp-create-socket-early.o CC test/run_tests-test-tcp-connect-error-after-write.o CC test/run_tests-test-tcp-connect-error.o CC test/run_tests-test-tcp-connect-timeout.o CC test/run_tests-test-tcp-connect6-error.o CC test/run_tests-test-tcp-flags.o CC test/run_tests-test-tcp-open.o CC test/run_tests-test-tcp-read-stop.o CC test/run_tests-test-tcp-read-stop-start.o CC test/run_tests-test-tcp-rst.o CC test/run_tests-test-tcp-shutdown-after-write.o CC test/run_tests-test-tcp-unexpected-read.o CC test/run_tests-test-tcp-oob.o CC test/run_tests-test-tcp-write-to-half-open-connection.o CC test/run_tests-test-tcp-write-after-connect.o CC test/run_tests-test-tcp-write-fail.o CC test/run_tests-test-tcp-writealot.o CC test/run_tests-test-tcp-try-write.o In file included from test/test-tcp-close-after-read-timeout.c:23: test/test-tcp-close-after-read-timeout.c: In function 'on_client_timeout': test/task.h:112:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 112 | volatile type eval_a = (type) (a); \ | ^ test/task.h:195:25: note: in expansion of macro 'ASSERT_BASE' 195 | #define ASSERT_EQ(a, b) ASSERT_BASE(a, ==, b, int64_t, PRId64) | ^~~~~~~~~~~ test/test-tcp-close-after-read-timeout.c:75:3: note: in expansion of macro 'ASSERT_EQ' 75 | ASSERT_EQ(handle, &timer); | ^~~~~~~~~ test/task.h:113:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 113 | volatile type eval_b = (type) (b); \ | ^ test/task.h:195:25: note: in expansion of macro 'ASSERT_BASE' 195 | #define ASSERT_EQ(a, b) ASSERT_BASE(a, ==, b, int64_t, PRId64) | ^~~~~~~~~~~ test/test-tcp-close-after-read-timeout.c:75:3: note: in expansion of macro 'ASSERT_EQ' 75 | ASSERT_EQ(handle, &timer); | ^~~~~~~~~ CC test/run_tests-test-tcp-write-in-a-row.o CC test/run_tests-test-tcp-try-write-error.o CC test/run_tests-test-tcp-write-queue-order.o CC test/run_tests-test-test-macros.o CC test/run_tests-test-thread-equal.o CC test/run_tests-test-thread.o CC test/run_tests-test-thread-affinity.o CC test/run_tests-test-threadpool-cancel.o CC test/run_tests-test-threadpool.o CC test/run_tests-test-timer-again.o CC test/run_tests-test-timer-from-check.o CC test/run_tests-test-timer.o CC test/run_tests-test-tmpdir.o CC test/run_tests-test-tty-duplicate-key.o CC test/run_tests-test-tty-escape-sequence-processing.o CC test/run_tests-test-tty.o CC test/run_tests-test-udp-alloc-cb-fail.o CC test/run_tests-test-udp-bind.o CC test/run_tests-test-udp-connect.o CC test/run_tests-test-udp-connect6.o CC test/run_tests-test-udp-create-socket-early.o CC test/run_tests-test-udp-dgram-too-big.o CC test/run_tests-test-udp-ipv6.o CC test/run_tests-test-udp-mmsg.o CC test/run_tests-test-udp-multicast-interface.o CC test/run_tests-test-udp-multicast-interface6.o CC test/run_tests-test-udp-multicast-join.o CC test/run_tests-test-udp-multicast-ttl.o CC test/run_tests-test-udp-multicast-join6.o CC test/run_tests-test-udp-open.o CC test/run_tests-test-udp-options.o CC test/run_tests-test-udp-send-and-recv.o CC test/run_tests-test-udp-send-hang-loop.o CC test/run_tests-test-udp-send-immediate.o CC test/run_tests-test-udp-sendmmsg-error.o CC test/run_tests-test-udp-send-unreachable.o CC test/run_tests-test-udp-try-send.o CC test/run_tests-test-udp-recv-in-a-row.o CC test/run_tests-test-uname.o CC test/run_tests-test-walk-handles.o CC test/run_tests-test-watcher-cross-stop.o CC test/run_tests-runner-unix.o CCLD test/run-tests make[1]: Leaving directory '/home/buildozer/aports/main/libuv/src/libuv-v1.45.0' make check-TESTS make[1]: Entering directory '/home/buildozer/aports/main/libuv/src/libuv-v1.45.0' 1..424 ok 1 - platform_output # Output from process `platform_output`: # uv_get_process_title: /home/buildozer/aports/main/libuv/src/libuv-v1.45.0/test/.libs/lt-run-tests # uv_cwd: /home/buildozer/aports/main/libuv/src/libuv-v1.45.0 # uv_resident_set_memory: 2584576 # uv_uptime: 593450.730000 # uv_getrusage: # user: 0 sec 819 microsec # system: 0 sec 0 microsec # page faults: 0 # maximum resident set size: 2524 # uv_available_parallelism: 80 # uv_cpu_info: # model: unknown # speed: 0 # times.sys: 25431530 # times.user: 58786830 # times.idle: 503041660 # times.irq: 306210 # times.nice: 5453150 # model: unknown # speed: 0 # times.sys: 24616270 # times.user: 60758920 # times.idle: 500853260 # times.irq: 327070 # times.nice: 6441250 # model: unknown # speed: 0 # times.sys: 24875640 # times.user: 62807250 # times.idle: 498751570 # times.irq: 329300 # times.nice: 6284700 # model: unknown # speed: 0 # times.sys: 25191330 # times.user: 61013880 # times.idle: 500143650 # times.irq: 324790 # times.nice: 6398210 # model: unknown # speed: 0 # times.sys: 25898750 # times.user: 60862900 # times.idle: 49946 # 5120 # times.irq: 319580 # times.nice: 6543720 # model: unknown # speed: 0 # times.sys: 24776390 # times.user: 60587180 # times.idle: 499923360 # times.irq: 317460 # times.nice: 7490720 # model: unknown # speed: 0 # times.sys: 25291450 # times.user: 58733120 # times.idle: 502596860 # times.irq: 313510 # times.nice: 6164960 # model: unknown # speed: 0 # times.sys: 25354040 # times.user: 59354450 # times.idle: 501231710 # times.irq: 315690 # times.nice: 6836760 # model: unknown # speed: 0 # times.sys: 33239170 # times.user: 69882110 # times.idle: 482726850 # times.irq: 306120 # times.nice: 6940490 # model: unknown # speed: 0 # times.sys: 24456390 # times.user: 59614280 # times.idle: 502134850 # times.irq: 314370 # times.nice: 6558920 # model: unknown # speed: 0 # times.sys: 24490760 # times.user: 60083760 # times.idle: 501248060 # times.irq: 323690 # times.nice: 6934300 # model: unknown # speed: 0 # times.sys: 25668520 # times.user: 60094620 # times.idle: 500728550 # times.irq: 313540 # times.nice: 6303530 # mo # del: unknown # speed: 0 # times.sys: 24929630 # times.user: 59392530 # times.idle: 502028130 # times.irq: 319950 # times.nice: 6413070 # model: unknown # speed: 0 # times.sys: 24597280 # times.user: 59723330 # times.idle: 502312190 # times.irq: 320910 # times.nice: 6119540 # model: unknown # speed: 0 # times.sys: 24707000 # times.user: 58731650 # times.idle: 503807060 # times.irq: 312590 # times.nice: 5537820 # model: unknown # speed: 0 # times.sys: 24901790 # times.user: 58986150 # times.idle: 502451300 # times.irq: 315470 # times.nice: 6459160 # model: unknown # speed: 0 # times.sys: 24033400 # times.user: 59927450 # times.idle: 502962700 # times.irq: 313990 # times.nice: 5883250 # model: unknown # speed: 0 # times.sys: 25659640 # times.user: 59039370 # times.idle: 502230130 # times.irq: 316900 # times.nice: 5874310 # model: unknown # speed: 0 # times.sys: 25999810 # times.user: 60062130 # times.idle: 501114980 # times.irq: 317880 # times.nice: 5599260 # model: unknown # speed: 0 # times.sys: 24380400 # tim # es.user: 58788460 # times.idle: 503858970 # times.irq: 312100 # times.nice: 5736590 # model: unknown # speed: 0 # times.sys: 25548920 # times.user: 59474690 # times.idle: 502483520 # times.irq: 306790 # times.nice: 5315870 # model: unknown # speed: 0 # times.sys: 24621290 # times.user: 59459890 # times.idle: 502823890 # times.irq: 310450 # times.nice: 5906680 # model: unknown # speed: 0 # times.sys: 25286960 # times.user: 59448040 # times.idle: 502369070 # times.irq: 309580 # times.nice: 5674540 # model: unknown # speed: 0 # times.sys: 33525060 # times.user: 69040170 # times.idle: 484552090 # times.irq: 299450 # times.nice: 5692400 # model: unknown # speed: 0 # times.sys: 24977100 # times.user: 60037480 # times.idle: 502101920 # times.irq: 318170 # times.nice: 5668000 # model: unknown # speed: 0 # times.sys: 25353650 # times.user: 59206660 # times.idle: 502577720 # times.irq: 321400 # times.nice: 5639660 # model: unknown # speed: 0 # times.sys: 24444280 # times.user: 59036850 # times.idle: 503544930 # times.i # rq: 316450 # times.nice: 5776160 # model: unknown # speed: 0 # times.sys: 25022500 # times.user: 59488970 # times.idle: 502088020 # times.irq: 317230 # times.nice: 6201810 # model: unknown # speed: 0 # times.sys: 25883500 # times.user: 59578130 # times.idle: 501312450 # times.irq: 314040 # times.nice: 6017210 # model: unknown # speed: 0 # times.sys: 25198240 # times.user: 59767030 # times.idle: 501973950 # times.irq: 314480 # times.nice: 5851390 # model: unknown # speed: 0 # times.sys: 24895640 # times.user: 58787220 # times.idle: 502842870 # times.irq: 316090 # times.nice: 6260160 # model: unknown # speed: 0 # times.sys: 24995630 # times.user: 59874780 # times.idle: 502107720 # times.irq: 314420 # times.nice: 5819060 # model: unknown # speed: 0 # times.sys: 24786630 # times.user: 59938450 # times.idle: 501609620 # times.irq: 326210 # times.nice: 6428080 # model: unknown # speed: 0 # times.sys: 25194060 # times.user: 59605480 # times.idle: 501406160 # times.irq: 324540 # times.nice: 6568330 # model: unknown # # speed: 0 # times.sys: 24849510 # times.user: 59092970 # times.idle: 502794080 # times.irq: 342560 # times.nice: 5898850 # model: unknown # speed: 0 # times.sys: 25024290 # times.user: 59011970 # times.idle: 502293130 # times.irq: 334260 # times.nice: 6345030 # model: unknown # speed: 0 # times.sys: 25805400 # times.user: 60005160 # times.idle: 501447180 # times.irq: 332900 # times.nice: 5419890 # model: unknown # speed: 0 # times.sys: 24284150 # times.user: 59176800 # times.idle: 503107640 # times.irq: 337840 # times.nice: 6104820 # model: unknown # speed: 0 # times.sys: 25845300 # times.user: 59701480 # times.idle: 500857220 # times.irq: 332990 # times.nice: 6302440 # model: unknown # speed: 0 # times.sys: 24207130 # times.user: 60319930 # times.idle: 502112770 # times.irq: 336550 # times.nice: 6032650 # model: unknown # speed: 0 # times.sys: 25379380 # times.user: 58983870 # times.idle: 502583730 # times.irq: 320150 # times.nice: 5753660 # model: unknown # speed: 0 # times.sys: 23235440 # times.user: 59769 # 690 # times.idle: 503589030 # times.irq: 336200 # times.nice: 5805420 # model: unknown # speed: 0 # times.sys: 25063410 # times.user: 59506670 # times.idle: 502299190 # times.irq: 313910 # times.nice: 5921690 # model: unknown # speed: 0 # times.sys: 25678230 # times.user: 59449270 # times.idle: 501648900 # times.irq: 317050 # times.nice: 5937960 # model: unknown # speed: 0 # times.sys: 25773840 # times.user: 60000350 # times.idle: 501312740 # times.irq: 311720 # times.nice: 5713680 # model: unknown # speed: 0 # times.sys: 25768680 # times.user: 60834330 # times.idle: 500400110 # times.irq: 323350 # times.nice: 5706890 # model: unknown # speed: 0 # times.sys: 24123190 # times.user: 61124600 # times.idle: 502052790 # times.irq: 311550 # times.nice: 5504170 # model: unknown # speed: 0 # times.sys: 24051010 # times.user: 59839210 # times.idle: 502839050 # times.irq: 314750 # times.nice: 6077370 # model: unknown # speed: 0 # times.sys: 26329370 # times.user: 59471200 # times.idle: 501203740 # times.irq: 311180 # t # imes.nice: 5793130 # model: unknown # speed: 0 # times.sys: 25222540 # times.user: 60467440 # times.idle: 501506390 # times.irq: 312440 # times.nice: 5597320 # model: unknown # speed: 0 # times.sys: 25796710 # times.user: 59256400 # times.idle: 502543420 # times.irq: 313060 # times.nice: 5206370 # model: unknown # speed: 0 # times.sys: 25218210 # times.user: 59810920 # times.idle: 502290110 # times.irq: 312330 # times.nice: 5475810 # model: unknown # speed: 0 # times.sys: 25347310 # times.user: 59952210 # times.idle: 502358540 # times.irq: 312650 # times.nice: 5144830 # model: unknown # speed: 0 # times.sys: 26877860 # times.user: 61886060 # times.idle: 498228000 # times.irq: 311930 # times.nice: 5800660 # model: unknown # speed: 0 # times.sys: 24191030 # times.user: 59211270 # times.idle: 503217010 # times.irq: 314540 # times.nice: 6187380 # model: unknown # speed: 0 # times.sys: 24739880 # times.user: 58922900 # times.idle: 502768010 # times.irq: 316750 # times.nice: 6373130 # model: unknown # speed: 0 # ti # mes.sys: 24766640 # times.user: 59427060 # times.idle: 502619440 # times.irq: 316670 # times.nice: 5965520 # model: unknown # speed: 0 # times.sys: 25567950 # times.user: 58769940 # times.idle: 502517020 # times.irq: 315890 # times.nice: 5949560 # model: unknown # speed: 0 # times.sys: 25015710 # times.user: 59419170 # times.idle: 502308110 # times.irq: 321280 # times.nice: 6034540 # model: unknown # speed: 0 # times.sys: 25473810 # times.user: 59212320 # times.idle: 501961070 # times.irq: 319820 # times.nice: 6110060 # model: unknown # speed: 0 # times.sys: 24872490 # times.user: 58535730 # times.idle: 502934710 # times.irq: 315020 # times.nice: 6441880 # model: unknown # speed: 0 # times.sys: 24451860 # times.user: 58578300 # times.idle: 503099230 # times.irq: 313340 # times.nice: 6668180 # model: unknown # speed: 0 # times.sys: 27173200 # times.user: 63084620 # times.idle: 496742830 # times.irq: 315900 # times.nice: 5799470 # model: unknown # speed: 0 # times.sys: 25864730 # times.user: 60085190 # times.id # le: 500997610 # times.irq: 313370 # times.nice: 5835650 # model: unknown # speed: 0 # times.sys: 24080040 # times.user: 58754520 # times.idle: 504075520 # times.irq: 316680 # times.nice: 5861290 # model: unknown # speed: 0 # times.sys: 25145440 # times.user: 60113830 # times.idle: 502100230 # times.irq: 320620 # times.nice: 5428250 # model: unknown # speed: 0 # times.sys: 25124100 # times.user: 59349010 # times.idle: 502558480 # times.irq: 316010 # times.nice: 5759140 # model: unknown # speed: 0 # times.sys: 25058010 # times.user: 59488310 # times.idle: 502617180 # times.irq: 315350 # times.nice: 5632800 # model: unknown # speed: 0 # times.sys: 22959810 # times.user: 59496900 # times.idle: 504726740 # times.irq: 313920 # times.nice: 5602950 # model: unknown # speed: 0 # times.sys: 25257200 # times.user: 58851030 # times.idle: 502978430 # times.irq: 313260 # times.nice: 5688210 # model: unknown # speed: 0 # times.sys: 25235990 # times.user: 59038850 # times.idle: 502945630 # times.irq: 314480 # times.nice: 557 # 2310 # model: unknown # speed: 0 # times.sys: 24358540 # times.user: 58762940 # times.idle: 503402390 # times.irq: 313790 # times.nice: 6264960 # model: unknown # speed: 0 # times.sys: 24628060 # times.user: 59125420 # times.idle: 502488970 # times.irq: 323880 # times.nice: 6542990 # model: unknown # speed: 0 # times.sys: 24150820 # times.user: 59350810 # times.idle: 503184410 # times.irq: 322600 # times.nice: 6105010 # model: unknown # speed: 0 # times.sys: 25709670 # times.user: 58966720 # times.idle: 501346320 # times.irq: 326770 # times.nice: 6766830 # model: unknown # speed: 0 # times.sys: 27943110 # times.user: 61822320 # times.idle: 496916640 # times.irq: 324380 # times.nice: 6104050 # model: unknown # speed: 0 # times.sys: 33467590 # times.user: 68665320 # times.idle: 485044550 # times.irq: 306120 # times.nice: 5634780 # model: unknown # speed: 0 # times.sys: 25713700 # times.user: 58866130 # times.idle: 502261600 # times.irq: 315300 # times.nice: 5944290 # model: unknown # speed: 0 # times.sys: 24500 # 500 # times.user: 59332910 # times.idle: 502525160 # times.irq: 323760 # times.nice: 6422680 # model: unknown # speed: 0 # times.sys: 25017050 # times.user: 58662110 # times.idle: 503343470 # times.irq: 317500 # times.nice: 5789010 # uv_interface_addresses: # name: lo # internal: 1 # physical address: 00:00:00:00:00:00 # address: 127.0.0.1 # netmask: 255.0.0.0 # name: eth0 # internal: 0 # physical address: 00:16:3e:41:44:fa # address: 172.16.27.107 # netmask: 255.255.255.0 # name: lo # internal: 1 # physical address: 00:00:00:00:00:00 # address: ::1 # netmask: ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff # name: eth0 # internal: 0 # physical address: 00:16:3e:41:44:fa # address: 2a0a:e5c1:517:1:216:3eff:fe41:44fa # netmask: ffff:ffff:ffff:ffff:: # name: eth0 # internal: 0 # physical address: 00:16:3e:41:44:fa # address: fe80::216:3eff:fe41:44fa # netmask: ffff:ffff:ffff:ffff:: # uv_os_get_passwd: # euid: 1000 # gid: 1000 (buildozer) # members: [ ] # username: buildozer # shell: /bin/ash # home directory: /home/build # ozer # uv_os_getpid: 1964 # uv_os_getppid: 1947 # uv_os_uname: # sysname: Linux # release: 5.15.85-0-lts # version: #1-Alpine SMP Thu, 22 Dec 2022 08:57:12 +0000 # machine: armv8l ok 2 - active ok 3 - async ok 4 - async_null_cb ok 5 - async_ref ok 6 - barrier_1 ok 7 - barrier_2 ok 8 - barrier_3 ok 9 - barrier_serial_thread ok 10 - barrier_serial_thread_single ok 11 - callback_stack ok 12 - check_ref ok 13 - clock_gettime ok 14 - close_fd ok 15 - close_order ok 16 - closed_fd_events ok 17 - condvar_1 ok 18 - condvar_2 ok 19 - condvar_3 ok 20 - condvar_4 ok 21 - condvar_5 ok 22 - connect_unspecified ok 23 - connection_fail ok 24 - connection_fail_doesnt_auto_close ok 25 - cwd_and_chdir ok 26 - default_loop_close ok 27 - delayed_accept ok 28 - dlerror ok 29 - eintr_handling ok 30 - embed ok 31 - emfile ok 32 - env_vars ok 33 - error_message ok 34 - fork_fs_events_child ok 35 - fork_fs_events_child_dir ok 36 - fork_fs_events_file_parent_child ok 37 - fork_signal_to_child ok 38 - fork_signal_to_child_closed ok 39 - fork_socketpair ok 40 - fork_socketpair_started ok 41 - fork_threadpool_queue_work_simple ok 42 - fork_timer ok 43 - fs_access ok 44 - fs_async_dir ok 45 - fs_async_sendfile ok 46 - fs_async_sendfile_nodata ok 47 - fs_chmod ok 48 - fs_chown ok 49 - fs_copyfile ok 50 - fs_event_close_in_callback ok 51 - fs_event_close_with_pending_delete_event ok 52 - fs_event_close_with_pending_event ok 53 - fs_event_error_reporting ok 54 - fs_event_getpath ok 55 - fs_event_immediate_close ok 56 - fs_event_no_callback_after_close ok 57 - fs_event_no_callback_on_close ok 58 - fs_event_ref ok 59 - fs_event_start_and_close ok 60 - fs_event_stop_in_cb ok 61 - fs_event_watch_dir ok 62 - fs_event_watch_dir_recursive # SKIP Recursive directory watching not supported on this platform. ok 63 - fs_event_watch_file ok 64 - fs_event_watch_file_current_dir ok 65 - fs_event_watch_file_exact_path ok 66 - fs_event_watch_file_twice ok 67 - fs_event_watch_invalid_path ok 68 - fs_file_async ok 69 - fs_file_loop ok 70 - fs_file_nametoolong ok 71 - fs_file_noent ok 72 - fs_file_open_append ok 73 - fs_file_pos_after_op_with_offset ok 74 - fs_file_sync ok 75 - fs_file_write_null_buffer ok 76 - fs_fstat ok 77 - fs_fstat_stdio ok 78 - fs_futime ok 79 - fs_get_system_error ok 80 - fs_lutime ok 81 - fs_mkdtemp ok 82 - fs_mkstemp ok 83 - fs_null_req ok 84 - fs_open_dir ok 85 - fs_partial_read ok 86 - fs_partial_write ok 87 - fs_poll ok 88 - fs_poll_close_request ok 89 - fs_poll_close_request_multi_start_stop ok 90 - fs_poll_close_request_multi_stop_start ok 91 - fs_poll_close_request_stop_when_active ok 92 - fs_poll_getpath ok 93 - fs_poll_ref ok 94 - fs_read_bufs ok 95 - fs_read_dir ok 96 - fs_read_file_eof ok 97 - fs_read_write_null_arguments ok 98 - fs_readdir_empty_dir ok 99 - fs_readdir_file ok 100 - fs_readdir_non_empty_dir ok 101 - fs_readdir_non_existing_dir ok 102 - fs_readlink ok 103 - fs_realpath ok 104 - fs_rename_to_existing_file ok 105 - fs_scandir_early_exit ok 106 - fs_scandir_empty_dir ok 107 - fs_scandir_file ok 108 - fs_scandir_non_existent_dir ok 109 - fs_stat_batch_multiple ok 110 - fs_stat_missing_path ok 111 - fs_statfs ok 112 - fs_symlink ok 113 - fs_symlink_dir ok 114 - fs_unlink_readonly ok 115 - fs_utime ok 116 - fs_utime_round ok 117 - fs_write_alotof_bufs ok 118 - fs_write_alotof_bufs_with_offset ok 119 - fs_write_multiple_bufs ok 120 - get_currentexe ok 121 - get_group ok 122 - get_loadavg ok 123 - get_memory ok 124 - get_osfhandle_valid_handle ok 125 - get_passwd ok 126 - get_passwd2 ok 127 - getaddrinfo_basic ok 128 - getaddrinfo_basic_sync ok 129 - getaddrinfo_concurrent ok 130 - getaddrinfo_fail ok 131 - getaddrinfo_fail_sync ok 132 - gethostname ok 133 - getnameinfo_basic_ip4 ok 134 - getnameinfo_basic_ip4_sync ok 135 - getnameinfo_basic_ip6 ok 136 - getsockname_tcp ok 137 - getsockname_udp ok 138 - getters_setters ok 139 - gettimeofday ok 140 - handle_fileno ok 141 - handle_type_name ok 142 - has_ref ok 143 - homedir ok 144 - hrtime ok 145 - idle_check ok 146 - idle_ref ok 147 - idle_starvation ok 148 - idna_toascii ok 149 - ip4_addr ok 150 - ip6_addr_link_local ok 151 - ip6_pton ok 152 - ip6_sin6_len ok 153 - ip_name ok 154 - ipc_heavy_traffic_deadlock_bug ok 155 - ipc_listen_after_write ok 156 - ipc_listen_before_write ok 157 - ipc_send_recv_pipe ok 158 - ipc_send_recv_pipe_inprocess ok 159 - ipc_send_recv_tcp ok 160 - ipc_send_recv_tcp_inprocess ok 161 - ipc_send_zero ok 162 - ipc_tcp_connection ok 163 - kill ok 164 - kill_invalid_signum ok 165 - loop_alive ok 166 - loop_backend_timeout ok 167 - loop_close ok 168 - loop_configure ok 169 - loop_handles ok 170 - loop_instant_close ok 171 - loop_stop ok 172 - loop_update_time ok 173 - metrics_idle_time ok 174 - metrics_idle_time_thread ok 175 - metrics_idle_time_zero ok 176 - metrics_info_check ok 177 - metrics_pool_events ok 178 - multiple_listen ok 179 - not_readable_nor_writable_on_read_error ok 180 - not_writable_after_shutdown ok 181 - open_osfhandle_valid_handle ok 182 - pipe_bind_error_addrinuse ok 183 - pipe_bind_error_addrnotavail ok 184 - pipe_bind_error_inval ok 185 - pipe_bind_or_listen_error_after_close ok 186 - pipe_close_stdout_read_stdin ok 187 - pipe_connect_bad_name ok 188 - pipe_connect_close_multiple ok 189 - pipe_connect_multiple ok 190 - pipe_connect_on_prepare ok 191 - pipe_connect_to_file ok 192 - pipe_getsockname ok 193 - pipe_getsockname_abstract ok 194 - pipe_getsockname_blocking ok 195 - pipe_listen_without_bind ok 196 - pipe_pending_instances ok 197 - pipe_ping_pong ok 198 - pipe_ping_pong_vec ok 199 - pipe_ref ok 200 - pipe_ref2 ok 201 - pipe_ref3 ok 202 - pipe_ref4 ok 203 - pipe_sendmsg ok 204 - pipe_server_close ok 205 - pipe_set_chmod ok 206 - pipe_set_non_blocking ok 207 - poll_bad_fdtype ok 208 - poll_close ok 209 - poll_close_doesnt_corrupt_stack # SKIP Test only relevant on Windows ok 210 - poll_closesocket # SKIP Test only relevant on Windows ok 211 - poll_duplex ok 212 - poll_multiple_handles ok 213 - poll_nested_epoll ok 214 - poll_oob ok 215 - poll_unidirectional ok 216 - prepare_ref ok 217 - process_priority ok 218 - process_ref ok 219 - process_title ok 220 - process_title_big_argv ok 221 - process_title_threadsafe ok 222 - queue_foreach_delete ok 223 - random_async ok 224 - random_sync ok 225 - readable_on_eof ok 226 - ref ok 227 - req_type_name ok 228 - run_nowait ok 229 - run_once ok 230 - semaphore_1 ok 231 - semaphore_2 ok 232 - semaphore_3 ok 233 - shutdown_close_pipe ok 234 - shutdown_close_tcp ok 235 - shutdown_eof ok 236 - shutdown_simultaneous ok 237 - shutdown_twice ok 238 - signal_close_loop_alive ok 239 - signal_multiple_loops ok 240 - signal_pending_on_close ok 241 - socket_buffer_size ok 242 - spawn_and_kill ok 243 - spawn_and_kill_with_std ok 244 - spawn_and_ping ok 245 - spawn_auto_unref ok 246 - spawn_closed_process_io ok 247 - spawn_detached ok 248 - spawn_empty_env ok 249 - spawn_exercise_sigchld_issue ok 250 - spawn_exit_code ok 251 - spawn_fails ok 252 - spawn_fails_check_for_waitpid_cleanup ok 253 - spawn_fs_open ok 254 - spawn_ignored_stdio ok 255 - spawn_inherit_streams ok 256 - spawn_preserve_env ok 257 - spawn_quoted_path # SKIP Test for Windows ok 258 - spawn_reads_child_path ok 259 - spawn_relative_path ok 260 - spawn_setgid_fails ok 261 - spawn_setuid_fails ok 262 - spawn_setuid_setgid # SKIP It should be run as root user ok 263 - spawn_stdin ok 264 - spawn_stdio_greater_than_3 ok 265 - spawn_stdout ok 266 - spawn_stdout_and_stderr_to_file ok 267 - spawn_stdout_and_stderr_to_file2 ok 268 - spawn_stdout_and_stderr_to_file_swap ok 269 - spawn_stdout_to_file ok 270 - spawn_tcp_server ok 271 - stdio_emulate_iocp ok 272 - stdio_over_pipes ok 273 - strscpy ok 274 - strtok ok 275 - sys_error ok 276 - tcp6_local_connect_timeout ok 277 - tcp6_ping_pong ok 278 - tcp6_ping_pong_vec ok 279 - tcp_alloc_cb_fail ok 280 - tcp_bind6_error_addrinuse ok 281 - tcp_bind6_error_addrnotavail ok 282 - tcp_bind6_error_fault ok 283 - tcp_bind6_error_inval ok 284 - tcp_bind6_localhost_ok ok 285 - tcp_bind_error_addrinuse_connect ok 286 - tcp_bind_error_addrinuse_listen ok 287 - tcp_bind_error_addrnotavail_1 ok 288 - tcp_bind_error_addrnotavail_2 ok 289 - tcp_bind_error_fault ok 290 - tcp_bind_error_inval ok 291 - tcp_bind_invalid_flags ok 292 - tcp_bind_localhost_ok ok 293 - tcp_bind_or_listen_error_after_close ok 294 - tcp_bind_writable_flags ok 295 - tcp_close ok 296 - tcp_close_accept ok 297 - tcp_close_after_read_timeout ok 298 - tcp_close_reset_accepted ok 299 - tcp_close_reset_accepted_after_shutdown ok 300 - tcp_close_reset_accepted_after_socket_shutdown ok 301 - tcp_close_reset_client ok 302 - tcp_close_reset_client_after_shutdown ok 303 - tcp_close_while_connecting ok 304 - tcp_connect_error_after_write ok 305 - tcp_connect_error_fault ok 306 - tcp_connect_timeout ok 307 - tcp_create_early ok 308 - tcp_create_early_accept ok 309 - tcp_create_early_bad_bind ok 310 - tcp_create_early_bad_domain ok 311 - tcp_flags ok 312 - tcp_listen_without_bind ok 313 - tcp_local_connect_timeout ok 314 - tcp_oob ok 315 - tcp_open ok 316 - tcp_open_bound ok 317 - tcp_open_connected ok 318 - tcp_open_twice ok 319 - tcp_ping_pong ok 320 - tcp_ping_pong_vec ok 321 - tcp_read_stop ok 322 - tcp_read_stop_start ok 323 - tcp_ref ok 324 - tcp_ref2 ok 325 - tcp_ref2b ok 326 - tcp_ref3 ok 327 - tcp_ref4 ok 328 - tcp_rst ok 329 - tcp_shutdown_after_write ok 330 - tcp_try_write ok 331 - tcp_try_write_error ok 332 - tcp_unexpected_read ok 333 - tcp_write_after_connect ok 334 - tcp_write_fail ok 335 - tcp_write_in_a_row ok 336 - tcp_write_queue_order ok 337 - tcp_write_ready ok 338 - tcp_write_to_half_open_connection ok 339 - tcp_writealot ok 340 - test_macros ok 341 - thread_affinity ok 342 - thread_create ok 343 - thread_equal ok 344 - thread_local_storage ok 345 - thread_mutex ok 346 - thread_mutex_recursive ok 347 - thread_rwlock ok 348 - thread_rwlock_trylock ok 349 - thread_stack_size ok 350 - thread_stack_size_explicit ok 351 - threadpool_cancel_fs ok 352 - threadpool_cancel_getaddrinfo ok 353 - threadpool_cancel_getnameinfo ok 354 - threadpool_cancel_random ok 355 - threadpool_cancel_single ok 356 - threadpool_cancel_work ok 357 - threadpool_multiple_event_loops ok 358 - threadpool_queue_work_einval ok 359 - threadpool_queue_work_simple ok 360 - timer ok 361 - timer_again ok 362 - timer_early_check ok 363 - timer_from_check ok 364 - timer_huge_repeat ok 365 - timer_huge_timeout ok 366 - timer_init ok 367 - timer_is_closing ok 368 - timer_no_double_call_nowait ok 369 - timer_no_double_call_once ok 370 - timer_null_callback ok 371 - timer_order ok 372 - timer_ref ok 373 - timer_ref2 ok 374 - timer_run_once ok 375 - timer_start_twice ok 376 - tmpdir ok 377 - tty # SKIP Cannot open /dev/tty as read-only: No such device or address ok 378 - tty_file ok 379 - tty_pty ok 380 - udp_alloc_cb_fail ok 381 - udp_bind ok 382 - udp_bind_reuseaddr ok 383 - udp_connect ok 384 - udp_connect6 ok 385 - udp_create_early ok 386 - udp_create_early_bad_bind ok 387 - udp_create_early_bad_domain ok 388 - udp_dgram_too_big ok 389 - udp_dual_stack ok 390 - udp_ipv6_only ok 391 - udp_mmsg ok 392 - udp_multicast_interface ok 393 - udp_multicast_interface6 ok 394 - udp_multicast_join ok 395 - udp_multicast_join6 ok 396 - udp_multicast_ttl ok 397 - udp_no_autobind ok 398 - udp_open ok 399 - udp_open_bound ok 400 - udp_open_connect ok 401 - udp_open_twice ok 402 - udp_options ok 403 - udp_options6 ok 404 - udp_recv_in_a_row ok 405 - udp_ref ok 406 - udp_ref2 ok 407 - udp_ref3 ok 408 - udp_send_and_recv ok 409 - udp_send_hang_loop ok 410 - udp_send_immediate ok 411 - udp_send_unix ok 412 - udp_send_unreachable ok 413 - udp_sendmmsg_error ok 414 - udp_try_send ok 415 - uname ok 416 - unref_in_prepare_cb ok 417 - utf8_decode1 ok 418 - utf8_decode1_overrun ok 419 - walk_handles ok 420 - watcher_cross_stop ok 421 - we_get_signal ok 422 - we_get_signal_one_shot ok 423 - we_get_signals ok 424 - we_get_signals_mixed PASS: test/run-tests ============= 1 test passed ============= make[1]: Leaving directory '/home/buildozer/aports/main/libuv/src/libuv-v1.45.0' >>> libuv: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/libuv/src/libuv-v1.45.0' ./install-sh -c -d '/home/buildozer/aports/main/libuv/pkg/libuv/usr/lib' ./install-sh -c -d '/home/buildozer/aports/main/libuv/pkg/libuv/usr/include' ./install-sh -c -d '/home/buildozer/aports/main/libuv/pkg/libuv/usr/lib/pkgconfig' ./install-sh -c -d '/home/buildozer/aports/main/libuv/pkg/libuv/usr/include/uv' /bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/home/buildozer/aports/main/libuv/pkg/libuv/usr/lib' /usr/bin/install -c -m 644 include/uv.h '/home/buildozer/aports/main/libuv/pkg/libuv/usr/include' /usr/bin/install -c -m 644 libuv.pc '/home/buildozer/aports/main/libuv/pkg/libuv/usr/lib/pkgconfig' /usr/bin/install -c -m 644 include/uv/errno.h include/uv/threadpool.h include/uv/version.h include/uv/unix.h include/uv/linux.h '/home/buildozer/aports/main/libuv/pkg/libuv/usr/include/uv' libtool: install: /usr/bin/install -c .libs/libuv.so.1.0.0 /home/buildozer/aports/main/libuv/pkg/libuv/usr/lib/libuv.so.1.0.0 libtool: install: (cd /home/buildozer/aports/main/libuv/pkg/libuv/usr/lib && { ln -s -f libuv.so.1.0.0 libuv.so.1 || { rm -f libuv.so.1 && ln -s libuv.so.1.0.0 libuv.so.1; }; }) libtool: install: (cd /home/buildozer/aports/main/libuv/pkg/libuv/usr/lib && { ln -s -f libuv.so.1.0.0 libuv.so || { rm -f libuv.so && ln -s libuv.so.1.0.0 libuv.so; }; }) libtool: install: /usr/bin/install -c .libs/libuv.lai /home/buildozer/aports/main/libuv/pkg/libuv/usr/lib/libuv.la libtool: install: /usr/bin/install -c .libs/libuv.a /home/buildozer/aports/main/libuv/pkg/libuv/usr/lib/libuv.a libtool: install: chmod 644 /home/buildozer/aports/main/libuv/pkg/libuv/usr/lib/libuv.a libtool: install: ranlib /home/buildozer/aports/main/libuv/pkg/libuv/usr/lib/libuv.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[1]: Leaving directory '/home/buildozer/aports/main/libuv/src/libuv-v1.45.0' >>> libuv-static*: Running split function static... >>> libuv-static*: Preparing subpackage libuv-static... >>> libuv-static*: Running postcheck for libuv-static >>> libuv-dev*: Running split function dev... >>> libuv-dev*: Preparing subpackage libuv-dev... >>> libuv-dev*: Running postcheck for libuv-dev >>> libuv-dbg*: Running split function dbg... >>> libuv-dbg*: Preparing subpackage libuv-dbg... >>> libuv-dbg*: Running postcheck for libuv-dbg >>> libuv*: Running postcheck for libuv >>> libuv*: Preparing package libuv... >>> libuv-dbg*: Scanning shared objects >>> libuv-dev*: Scanning shared objects >>> libuv-static*: Scanning shared objects >>> libuv*: Scanning shared objects >>> libuv-dbg*: Tracing dependencies... >>> libuv-dbg*: Package size: 624.0 KB >>> libuv-dbg*: Compressing data... >>> libuv-dbg*: Create checksum... >>> libuv-dbg*: Create libuv-dbg-1.45.0-r0.apk >>> libuv-dev*: Tracing dependencies... libuv=1.45.0-r0 pkgconfig >>> libuv-dev*: Package size: 140.0 KB >>> libuv-dev*: Compressing data... >>> libuv-dev*: Create checksum... >>> libuv-dev*: Create libuv-dev-1.45.0-r0.apk >>> libuv-static*: Tracing dependencies... >>> libuv-static*: Package size: 1.1 MB >>> libuv-static*: Compressing data... >>> libuv-static*: Create checksum... >>> libuv-static*: Create libuv-static-1.45.0-r0.apk >>> libuv*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> libuv*: Package size: 140.0 KB >>> libuv*: Compressing data... >>> libuv*: Create checksum... >>> libuv*: Create libuv-1.45.0-r0.apk >>> libuv: Build complete at Sat, 20 May 2023 03:53:54 +0000 elapsed time 0h 0m 56s >>> libuv: Cleaning up srcdir >>> libuv: Cleaning up pkgdir >>> libuv: Uninstalling dependencies... (1/11) Purging .makedepends-libuv (20230520.035259) (2/11) Purging automake (1.16.5-r2) (3/11) Purging autoconf (2.71-r2) (4/11) Purging m4 (1.4.19-r3) (5/11) Purging libtool (2.4.7-r3) (6/11) Purging libltdl (2.4.7-r3) (7/11) Purging linux-headers (6.3-r0) (8/11) Purging git-perl (2.40.1-r0) (9/11) Purging perl-git (2.40.1-r0) (10/11) Purging perl-error (0.17029-r1) (11/11) Purging perl (5.36.1-r1) Executing busybox-1.36.0-r11.trigger OK: 901 MiB in 109 packages >>> libuv: Updating the main/armv7 repository index... >>> libuv: Signing the index...