>>> lua-luv: Building community/lua-luv 1.51.0.1-r1 (using abuild 3.17.0_rc2-r0) started Sat, 02 May 2026 18:56:21 +0000 >>> lua-luv: Validating /home/buildozer/aports/community/lua-luv/APKBUILD... >>> lua-luv: Analyzing dependencies... >>> lua-luv: Installing for build: build-base cmake libuv-dev lua-compat53-dev ninja lua5.1-dev lua5.4-dev ( 1/17) Installing libbz2 (1.0.8-r6) ( 2/17) Installing xz-libs (5.8.3-r0) ( 3/17) Installing libarchive (3.8.7-r0) ( 4/17) Installing rhash-libs (1.4.6-r0) ( 5/17) Installing libuv (1.52.1-r0) ( 6/17) Installing cmake (4.2.3-r0) ( 7/17) Installing libuv-dev (1.52.1-r0) ( 8/17) Installing lua-compat53-dev (0.14.4-r0) ( 9/17) Installing samurai (1.2-r8) (10/17) Installing lua5.1-libs (5.1.5-r13) (11/17) Installing lua5.1 (5.1.5-r13) (12/17) Installing lua5.1-dev (5.1.5-r13) (13/17) Installing lua5.4-libs (5.4.8-r0) (14/17) Installing readline (8.3.3-r1) (15/17) Installing lua5.4 (5.4.8-r0) (16/17) Installing lua5.4-dev (5.4.8-r0) (17/17) Installing .makedepends-lua-luv (20260502.185623) Executing busybox-1.37.0-r31.trigger OK: 884.5 MiB in 122 packages >>> lua-luv: Cleaning up srcdir >>> lua-luv: Cleaning up pkgdir >>> lua-luv: Cleaning up tmpdir >>> lua-luv: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/lua-luv-1.51.0-1.tar.gz /var/cache/distfiles/v3.24/lua-luv-1.51.0-1.tar.gz: OK /home/buildozer/aports/community/lua-luv/skip-tty-test.patch: OK >>> lua-luv: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/lua-luv-1.51.0-1.tar.gz /var/cache/distfiles/v3.24/lua-luv-1.51.0-1.tar.gz: OK /home/buildozer/aports/community/lua-luv/skip-tty-test.patch: OK >>> lua-luv: Unpacking /var/cache/distfiles/v3.24/lua-luv-1.51.0-1.tar.gz... >>> lua-luv: skip-tty-test.patch patching file tests/test-tty.lua -- The C compiler identification is GNU 15.2.0 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found Libuv: /usr/lib/libuv.so -- Found Lua: /usr/lib/liblua.so;/usr/lib/libm.a (found version "5.1.5") -- Configuring done (1.0s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1/build-5.1 [1/5] Building C object CMakeFiles/libluv.dir/src/luv.c.o [2/5] Building C object CMakeFiles/luv.dir/src/luv.c.o [3/5] Linking C shared library libluv.so.1.51.0 [4/5] Linking C shared module luv.so [5/5] Creating library symlink libluv.so.1 libluv.so -- The C compiler identification is GNU 15.2.0 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found Libuv: /usr/lib/libuv.so -- Found Lua: /usr/lib/liblua.so;/usr/lib/libm.a (found version "5.4.8") -- Configuring done (1.0s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1/build-5.4 [1/5] Building C object CMakeFiles/libluv.dir/src/luv.c.o [2/5] Building C object CMakeFiles/luv.dir/src/luv.c.o [3/5] Linking C shared module luv.so [4/5] Linking C shared library libluv.so.1.51.0 [5/5] Creating library symlink libluv.so.1 libluv.so -- The C compiler identification is GNU 15.2.0 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found Libuv: /usr/lib/libuv.so -- Found Lua: /usr/lib/liblua.so;/usr/lib/libm.a (found version "5.1.5") -- Configuring done (1.0s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1/build-static [1/4] Building C object CMakeFiles/libluv_a.dir/src/luv.c.o [2/4] Building C object CMakeFiles/luv.dir/src/luv.c.o [3/4] Linking C static library libluv.a [4/4] Linking C shared module luv.so >>> lua-luv: Running tests with lua5.1 cmd: lua5.1 cwd: /home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1 Skipped test-tty: LuaJIT FFI not found 1..158 "in async notify callback" "a" true 250 ok 1 async - test pass async between threads "timeout" uv_timer_t: 0x3fbaa5da90 "closed" uv_timer_t: 0x3fbaa5da90 ok 2 callbacks - luv_handle_t: function "timeout" { } uv_timer_t: 0x3fbaa5da90 "closed" { } uv_timer_t: 0x3fbaa5da90 ok 3 callbacks - luv_handle_t: callable table ok 4 callbacks - luv_req_t: function ok 5 callbacks - luv_req_t: callable table skipped ok 6 conversions - basic 64bit conversions Skipping! This test is expected to fail on Lua 5.1 and LuaJIT. ok 7 coroutines-require - callback should be in main thread begin wait end wait ok 8 coroutines - coroutines { { port = 80, protocol = "tcp", socktype = "stream", family = "inet6", addr = "::1" }, { port = 80, protocol = "tcp", socktype = "stream", family = "inet", addr = "127.0.0.1" } } 2 ok 9 dns - Get all local http addresses { { port = 80, protocol = "tcp", socktype = "stream", family = "inet6", addr = "::1" }, { port = 80, protocol = "tcp", socktype = "stream", family = "inet", addr = "127.0.0.1" } } 2 ok 10 dns - Get all local http addresses sync { { addr = "206.189.225.172", protocol = "tcp", socktype = "stream", family = "inet", canonname = "luvit.io" } } 1 ok 11 dns - Get only ipv4 tcp addresses for luvit.io { { addr = "2604:a880:400:d0::1b9f:2001", protocol = "tcp", socktype = "stream", family = "inet6", canonname = "luvit.io" } } 1 ok 12 dns - Get only ipv6 tcp addresses for luvit.io { { addr = "206.189.225.172", protocol = "tcp", socktype = "stream", family = "inet", canonname = "luvit.io" }, { addr = "2604:a880:400:d0::1b9f:2001", protocol = "tcp", socktype = "stream", family = "inet6", canonname = "luvit.io" } } 2 ok 13 dns - Get ipv4 and ipv6 tcp addresses for luvit.io { { addr = "206.189.225.172", protocol = "tcp", socktype = "stream", family = "inet", canonname = "luvit.io" }, { addr = "206.189.225.172", protocol = "udp", socktype = "dgram", family = "inet", canonname = "luvit.io" }, { addr = "2604:a880:400:d0::1b9f:2001", protocol = "tcp", socktype = "stream", family = "inet6", canonname = "luvit.io" }, { addr = "2604:a880:400:d0::1b9f:2001", protocol = "udp", socktype = "dgram", family = "inet6", canonname = "luvit.io" } } 4 ok 14 dns - Get all addresses for luvit.io { service = "0", hostname = "0.0.0.0" } ok 15 dns - Lookup local ipv4 address { service = "0", hostname = "0.0.0.0" } ok 16 dns - Lookup local ipv4 address sync { service = "0", hostname = "build-3-24-riscv64.local" } ok 17 dns - Lookup local 127.0.0.1 ipv4 address { service = "0", hostname = "::" } ok 18 dns - Lookup local ipv6 address { service = "0", hostname = "build-3-24-riscv64.local" } ok 19 dns - Lookup local ::1 ipv6 address { service = "http", hostname = "::" } ok 20 dns - Lookup local port 80 service { fd = 104 } { stat = { nlink = 1, ino = 16148002, mtime = table: 0x3fbaa8a9b0, gid = 102, mode = 33188, size = 6066, dev = 66306, gen = 0, rdev = 0, atime = table: 0x3fbaa8a910, blksize = 4096, uid = 101, type = "file", flags = 0, ctime = table: 0x3fbaa8aa00, birthtime = table: 0x3fbaa8aa50, blocks = 16 } } ok 21 fs - read a file sync ok 22 fs - read a file sync in chunks { fd = 104 } { stat = { nlink = 1, ino = 16148002, mtime = table: 0x3fbaab9940, gid = 102, mode = 33188, size = 6066, dev = 66306, gen = 0, rdev = 0, atime = table: 0x3fbaab98f0, blksize = 4096, uid = 101, type = "file", flags = 0, ctime = table: 0x3fbaab9a30, birthtime = table: 0x3fbaab9a80, blocks = 16 } } { chunk = 6066 } ok 23 fs - read a file async ok 24 fs - fs.write ok 25 fs - fs.write data refs ok 26 fs - fs.stat sync ok 27 fs - fs.stat async { err = "ENOENT: no such file or directory: BAD_FILE!", code = "ENOENT" } ok 28 fs - fs.stat sync error { err = "ENOENT: no such file or directory: BAD_FILE@" } ok 29 fs - fs.stat async error { name = ".ci", ftype = "directory" } { name = ".clang-format", ftype = "file" } { name = ".clangd", ftype = "file" } { name = ".editorconfig", ftype = "file" } { name = ".gitattributes", ftype = "file" } { name = ".github", ftype = "directory" } { name = ".gitignore", ftype = "file" } { name = ".gitmodules", ftype = "file" } { name = "CMakeLists.txt", ftype = "file" } { name = "LICENSE.txt", ftype = "file" } { name = "Makefile", ftype = "file" } { name = "README.md", ftype = "file" } { name = "appveyor.yml", ftype = "file" } { name = "build-5.1", ftype = "directory" } { name = "build-5.4", ftype = "directory" } { name = "build-static", ftype = "directory" } { name = "cmake", ftype = "directory" } { name = "deps", ftype = "directory" } { name = "docs", ftype = "directory" } { name = "examples", ftype = "directory" } { name = "lib", ftype = "directory" } { name = "libluv.pc.in", ftype = "file" } { name = "luv-scm-0.rockspec", ftype = "file" } { name = "msvcbuild.bat", ftype = "file" } { name = "rockspecs", ftype = "directory" } { name = "src", ftype = "directory" } { name = "tests", ftype = "directory" } ok 30 fs - fs.scandir { err = "ENOENT: no such file or directory: BAD_FILE!", code = "ENOENT" } ok 31 fs - fs.scandir sync error { err = "ENOENT: no such file or directory: BAD_FILE!" } ok 32 fs - fs.scandir async error { name = ".ci", ftype = "directory" } { name = ".clang-format", ftype = "file" } { name = ".clangd", ftype = "file" } { name = ".editorconfig", ftype = "file" } { name = ".gitattributes", ftype = "file" } { name = ".github", ftype = "directory" } { name = ".gitignore", ftype = "file" } { name = ".gitmodules", ftype = "file" } { name = "CMakeLists.txt", ftype = "file" } { name = "LICENSE.txt", ftype = "file" } { name = "Makefile", ftype = "file" } { name = "README.md", ftype = "file" } { name = "appveyor.yml", ftype = "file" } { name = "build-5.1", ftype = "directory" } { name = "build-5.4", ftype = "directory" } { name = "build-static", ftype = "directory" } { name = "cmake", ftype = "directory" } { name = "deps", ftype = "directory" } { name = "docs", ftype = "directory" } { name = "examples", ftype = "directory" } { name = "lib", ftype = "directory" } { name = "libluv.pc.in", ftype = "file" } { name = "luv-scm-0.rockspec", ftype = "file" } { name = "msvcbuild.bat", ftype = "file" } { name = "rockspecs", ftype = "directory" } { name = "src", ftype = "directory" } { name = "tests", ftype = "directory" } ok 33 fs - fs.scandir async ok 34 fs - fs.scandir with no iteration ok 35 fs - fs.scandir given to new_work "/home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1" "/home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1" ok 36 fs - fs.realpath ok 37 fs - fs.copyfile { { name = "rockspecs", type = "directory" } } { { name = ".clang-format", type = "file" } } { { name = "examples", type = "directory" } } { { name = ".clangd", type = "file" } } { { name = "build-5.1", type = "directory" } } { { name = "build-static", type = "directory" } } { { name = "appveyor.yml", type = "file" } } { { name = "README.md", type = "file" } } { { name = ".gitignore", type = "file" } } { { name = "deps", type = "directory" } } { { name = "Makefile", type = "file" } } { { name = "tests", type = "directory" } } { { name = "LICENSE.txt", type = "file" } } { { name = "msvcbuild.bat", type = "file" } } { { name = "docs", type = "directory" } } { { name = ".gitmodules", type = "file" } } { { name = "CMakeLists.txt", type = "file" } } { { name = "luv-scm-0.rockspec", type = "file" } } { { name = "libluv.pc.in", type = "file" } } { { name = ".ci", type = "directory" } } { { name = "src", type = "directory" } } { { name = "build-5.4", type = "directory" } } { { name = "lib", type = "directory" } } { { name = ".gitattributes", type = "file" } } { { name = ".editorconfig", type = "file" } } { { name = "cmake", type = "directory" } } { { name = ".github", type = "directory" } } ok 38 fs - fs.{open,read,close}dir object sync #1 { { name = "rockspecs", type = "directory" } } { { name = ".clang-format", type = "file" } } { { name = "examples", type = "directory" } } { { name = ".clangd", type = "file" } } { { name = "build-5.1", type = "directory" } } { { name = "build-static", type = "directory" } } { { name = "appveyor.yml", type = "file" } } { { name = "README.md", type = "file" } } { { name = ".gitignore", type = "file" } } { { name = "deps", type = "directory" } } { { name = "Makefile", type = "file" } } { { name = "tests", type = "directory" } } { { name = "LICENSE.txt", type = "file" } } { { name = "msvcbuild.bat", type = "file" } } { { name = "docs", type = "directory" } } { { name = ".gitmodules", type = "file" } } { { name = "CMakeLists.txt", type = "file" } } { { name = "luv-scm-0.rockspec", type = "file" } } { { name = "libluv.pc.in", type = "file" } } { { name = ".ci", type = "directory" } } { { name = "src", type = "directory" } } { { name = "build-5.4", type = "directory" } } { { name = "lib", type = "directory" } } { { name = ".gitattributes", type = "file" } } { { name = ".editorconfig", type = "file" } } { { name = "cmake", type = "directory" } } { { name = ".github", type = "directory" } } uv_dir_t: 0x3fbaab9368 closed ok 39 fs - fs.{open,read,close}dir object sync #2 { { name = "rockspecs", type = "directory" } } { { name = ".clang-format", type = "file" } } { { name = "examples", type = "directory" } } { { name = ".clangd", type = "file" } } { { name = "build-5.1", type = "directory" } } { { name = "build-static", type = "directory" } } { { name = "appveyor.yml", type = "file" } } { { name = "README.md", type = "file" } } { { name = ".gitignore", type = "file" } } { { name = "deps", type = "directory" } } { { name = "Makefile", type = "file" } } { { name = "tests", type = "directory" } } { { name = "LICENSE.txt", type = "file" } } { { name = "msvcbuild.bat", type = "file" } } { { name = "docs", type = "directory" } } { { name = ".gitmodules", type = "file" } } { { name = "CMakeLists.txt", type = "file" } } { { name = "luv-scm-0.rockspec", type = "file" } } { { name = "libluv.pc.in", type = "file" } } { { name = ".ci", type = "directory" } } { { name = "src", type = "directory" } } { { name = "build-5.4", type = "directory" } } { { name = "lib", type = "directory" } } { { name = ".gitattributes", type = "file" } } { { name = ".editorconfig", type = "file" } } { { name = "cmake", type = "directory" } } { { name = ".github", type = "directory" } } ok 40 fs - fs.{open,read,close}dir sync one entry { { name = "rockspecs", type = "directory" }, { name = ".clang-format", type = "file" }, { name = "examples", type = "directory" }, { name = ".clangd", type = "file" }, { name = "build-5.1", type = "directory" }, { name = "build-static", type = "directory" }, { name = "appveyor.yml", type = "file" }, { name = "README.md", type = "file" }, { name = ".gitignore", type = "file" }, { name = "deps", type = "directory" }, { name = "Makefile", type = "file" }, { name = "tests", type = "directory" }, { name = "LICENSE.txt", type = "file" }, { name = "msvcbuild.bat", type = "file" }, { name = "docs", type = "directory" }, { name = ".gitmodules", type = "file" }, { name = "CMakeLists.txt", type = "file" }, { name = "luv-scm-0.rockspec", type = "file" }, { name = "libluv.pc.in", type = "file" }, { name = ".ci", type = "directory" }, { name = "src", type = "directory" }, { name = "build-5.4", type = "directory" }, { name = "lib", type = "directory" }, { name = ".gitattributes", type = "file" }, { name = ".editorconfig", type = "file" }, { name = "cmake", type = "directory" }, { name = ".github", type = "directory" } } ok 41 fs - fs.{open,read,close}dir sync more entry { { name = "rockspecs", type = "directory" }, { name = ".clang-format", type = "file" }, { name = "examples", type = "directory" }, { name = ".clangd", type = "file" }, { name = "build-5.1", type = "directory" }, { name = "build-static", type = "directory" }, { name = "appveyor.yml", type = "file" }, { name = "README.md", type = "file" }, { name = ".gitignore", type = "file" }, { name = "deps", type = "directory" }, { name = "Makefile", type = "file" }, { name = "tests", type = "directory" }, { name = "LICENSE.txt", type = "file" }, { name = "msvcbuild.bat", type = "file" }, { name = "docs", type = "directory" }, { name = ".gitmodules", type = "file" }, { name = "CMakeLists.txt", type = "file" }, { name = "luv-scm-0.rockspec", type = "file" }, { name = "libluv.pc.in", type = "file" }, { name = ".ci", type = "directory" }, { name = "src", type = "directory" }, { name = "build-5.4", type = "directory" }, { name = "lib", type = "directory" }, { name = ".gitattributes", type = "file" }, { name = ".editorconfig", type = "file" }, { name = "cmake", type = "directory" }, { name = ".github", type = "directory" } } ok 42 fs - fs.{open,read,close}dir with more entry ok 43 fs - fs.opendir and fs.closedir in a loop { { name = "rockspecs", type = "directory" }, { name = ".clang-format", type = "file" }, { name = "examples", type = "directory" }, { name = ".clangd", type = "file" }, { name = "build-5.1", type = "directory" }, { name = "build-static", type = "directory" }, { name = "appveyor.yml", type = "file" }, { name = "README.md", type = "file" }, { name = ".gitignore", type = "file" }, { name = "deps", type = "directory" }, { name = "Makefile", type = "file" }, { name = "tests", type = "directory" }, { name = "LICENSE.txt", type = "file" }, { name = "msvcbuild.bat", type = "file" }, { name = "docs", type = "directory" }, { name = ".gitmodules", type = "file" }, { name = "CMakeLists.txt", type = "file" }, { name = "luv-scm-0.rockspec", type = "file" }, { name = "libluv.pc.in", type = "file" }, { name = ".ci", type = "directory" }, { name = "src", type = "directory" }, { name = "build-5.4", type = "directory" }, { name = "lib", type = "directory" }, { name = ".gitattributes", type = "file" }, { name = ".editorconfig", type = "file" }, { name = "cmake", type = "directory" }, { name = ".github", type = "directory" } } ok 44 fs - fs.{open,read,close}dir ref check { bavail = 23431457, type = 61267, bsize = 4096, files = 30498816, bfree = 29533818, ffree = 25300299, blocks = 119770034 } ok 45 fs - fs.statfs sync { bavail = 23431457, type = 61267, bsize = 4096, files = 30498816, bfree = 29533818, ffree = 25300299, blocks = 119770034 } ok 46 fs - fs.statfs async { err = "ENOENT: no such file or directory: BAD_FILE!", code = "ENOENT" } ok 47 fs - fs.statfs sync error { err = "ENOENT: no such file or directory: BAD_FILE@" } ok 48 fs - fs.statfs async error ok 49 fs - fs.mkdtemp async ok 50 fs - fs.mkdtemp sync ok 51 fs - fs.mkdtemp async error ok 52 fs - fs.mkdtemp sync error ok 53 fs - fs.mkstemp async ok 54 fs - fs.mkstemp sync ok 55 fs - fs.mkstemp async error ok 56 fs - fs.mkstemp sync error "fs_rename" nil "EISDIR: illegal operation on a directory: _test_ -> _testdir_" "EISDIR" "fs_link" nil "EEXIST: file already exists: _test_ -> _testdir_" "EEXIST" "fs_symlink" nil "EEXIST: file already exists: _test_ -> _testdir_" "EEXIST" "fs_copyfile" nil "EISDIR: illegal operation on a directory: _test_ -> _testdir_" "EISDIR" ok 57 fs - errors with dest paths ok 58 fs - fs.utime ok 59 fs - fs.futime ok 60 fs - fs.lutime ok 61 handle - get type ok 62 loop - uv.loop_mode "stdout" { } #437 0 0 ok 63 loop - issue #437, crash without uv.run "stdout" { } #599 5 0 ok 64 loop - issue #599, crash during calling os.exit { loop_count = 77, events = 43, events_waiting = 0 } { loop_count = 78, events = 43, events_waiting = 0 } ok 65 metrics - idle time "stdio fd types" { [1] = "file", [2] = "file", [0] = "file" } ok 66 misc - uv.guess_handle { version = 78849, version_string = "1.52.1" } ok 67 misc - uv.version and uv.version_string { rss = 1912832, total = 134103621632, free = 130259329024, constrained = 0, available = 130259329024 } ok 68 misc - memory size { uptime = 444425.92 } ok 69 misc - uv.uptime { inblock = 0, nsignals = 0, utime = { usec = 805679, sec = 0 }, oublock = 80, stime = { usec = 72150, sec = 0 }, nivcsw = 11, minflt = 1279, idrss = 0, majflt = 0, nvcsw = 73, isrss = 0, nswap = 0, maxrss = 2432, msgsnd = 0, msgrcv = 0, ixrss = 0 } ok 70 misc - uv.getrusage { inblock = 0, nsignals = 0, utime = { usec = 804599, sec = 0 }, oublock = 64, stime = { usec = 64047, sec = 0 }, nivcsw = 10, minflt = 1208, idrss = 0, majflt = 0, nvcsw = 22, isrss = 0, nswap = 0, maxrss = 2432, msgsnd = 0, msgrcv = 0, ixrss = 0 } ok 71 misc - uv.getrusage_thread 64 ok 72 misc - uv.available_parallelism { { speed = 0, times = table: 0x3fbaaf39e0, model = "unknown" }, { speed = 0, times = table: 0x3fbaaf3c10, model = "unknown" }, { speed = 0, times = table: 0x3fbaaf3f30, model = "unknown" }, { speed = 0, times = table: 0x3fbaa84a20, model = "unknown" }, { speed = 0, times = table: 0x3fbaa84b10, model = "unknown" }, { speed = 0, times = table: 0x3fbaa84d90, model = "unknown" }, { speed = 0, times = table: 0x3fbaa84ed0, model = "unknown" }, { speed = 0, times = table: 0x3fbaabbac0, model = "unknown" }, { speed = 0, times = table: 0x3fbaabbb60, model = "unknown" }, { speed = 0, times = table: 0x3fbaabbd40, model = "unknown" }, { speed = 0, times = table: 0x3fbaa853f0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa85490, model = "unknown" }, { speed = 0, times = table: 0x3fbaa85670, model = "unknown" }, { speed = 0, times = table: 0x3fbaa85710, model = "unknown" }, { speed = 0, times = table: 0x3fbaa8a820, model = "unknown" }, { speed = 0, times = table: 0x3fbaa8a910, model = "unknown" }, { speed = 0, times = table: 0x3fbaa8aa00, model = "unknown" }, { speed = 0, times = table: 0x3fbaa8aaf0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa8ab90, model = "unknown" }, { speed = 0, times = table: 0x3fbaa8ae10, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5feb0, model = "unknown" }, { speed = 0, times = table: 0x3fbaac6280, model = "unknown" }, { speed = 0, times = table: 0x3fbaabc7d0, model = "unknown" }, { speed = 0, times = table: 0x3fbaabca00, model = "unknown" }, { speed = 0, times = table: 0x3fbaabcd70, model = "unknown" }, { speed = 0, times = table: 0x3fbaabce10, model = "unknown" }, { speed = 0, times = table: 0x3fbaadff60, model = "unknown" }, { speed = 0, times = table: 0x3fbaae0000, model = "unknown" }, { speed = 0, times = table: 0x3fbaaf1000, model = "unknown" }, { speed = 0, times = table: 0x3fbaaf10f0, model = "unknown" }, { speed = 0, times = table: 0x3fbaaf1890, model = "unknown" }, { speed = 0, times = table: 0x3fbaaf1ac0, model = "unknown" }, { speed = 0, times = table: 0x3fbaaf1b60, model = "unknown" }, { speed = 0, times = table: 0x3fbaaf1d40, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5f030, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5f0d0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5f170, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5f210, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5f2b0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5f440, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5f670, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e050, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e0f0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e190, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e230, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e2d0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e370, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e460, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e500, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e5a0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e640, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e6e0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa5e780, model = "unknown" }, { speed = 0, times = table: 0x3fbaa60800, model = "unknown" }, { speed = 0, times = table: 0x3fbaa608f0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa60b20, model = "unknown" }, { speed = 0, times = table: 0x3fbaa60c60, model = "unknown" }, { speed = 0, times = table: 0x3fbaa60da0, model = "unknown" }, { speed = 0, times = table: 0x3fbaa60e40, model = "unknown" }, { speed = 0, times = table: 0x3fbaa88f60, model = "unknown" }, { speed = 0, times = table: 0x3fbaa89190, model = "unknown" }, { speed = 0, times = table: 0x3fbaa89370, model = "unknown" }, { speed = 0, times = table: 0x3fbaa89500, model = "unknown" }, { speed = 0, times = table: 0x3fbaa895f0, model = "unknown" } } ok 73 misc - uv.cpu_info "lo" { { mac = "\0\0\0\0\0\0", netmask = "255.0.0.0", internal = true, family = "inet", ip = "127.0.0.1" }, { mac = "\0\0\0\0\0\0", netmask = "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff", internal = true, family = "inet6", ip = "::1" } } "eth0" { { mac = "\0>þX1", netmask = "255.255.255.0", internal = false, family = "inet", ip = "172.16.30.24" }, { mac = "\0>þX1", netmask = "ffff:ffff:ffff:ffff::", internal = false, family = "inet6", ip = "fd42:c4e6:a328:cc82:216:3eff:fefe:5831" }, { mac = "\0>þX1", netmask = "ffff:ffff:ffff:ffff::", internal = false, family = "inet6", ip = "fe80::216:3eff:fefe:5831" } } ok 74 misc - uv.interface_addresses { 10.03, 7.99, 7.59 } ok 75 misc - uv.loadavg "/usr/bin/lua5.1" ok 76 misc - uv.exepath "/home/buildozer" ok 77 misc - uv.os_homedir "/tmp" ok 78 misc - uv.os_tmpdir { username = "buildozer", uid = 101, gid = 102, homedir = "/home/buildozer", shell = "/bin/sh" } ok 79 misc - uv.os_get_passwd "/home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1" "/" ok 80 misc - uv.cwd and uv.chdir 4.4442596250663e+14 ok 81 misc - uv.hrtime ok 82 misc - uv.getpid { release = "6.1.80-0-sophgo", machine = "riscv64", version = "#1-Alpine SMP PREEMPT Mon, 26 Aug 2024 10:06:58 +0000", sysname = "Linux" } ok 83 misc - uv.os_uname os.time 1777748252 uv.gettimeofday 1777748252.000674 ok 84 misc - uv.gettimeofday ok 85 misc - uv.os_environ ok 86 misc - uv.sleep ok 87 misc - uv.random async ok 88 misc - uv.random sync ok 89 misc - uv.random errors ok 90 misc - uv errno ok 91 misc - uv constants 1024 nil ok 92 misc - uv.cpumask_size "monotonic" { nsec = 986042351, sec = 444426 } nil "realtime" { nsec = 986122011, sec = 444426 } nil ok 93 misc - uv.clock_gettime ok 94 misc - uv.wtf8 and utf16 conversion ok 95 misc - uv.wtf8<->utf16 unpaired surrogate ok 96 misc - uv.wtf8<->utf16 empty strings ok 97 pipe - pipe chmod ok 98 pipe - pipe ping pong ok 99 pipe - pipe close fd ok 100 pipe - pipe getsockname abstract "prepare" uv_prepare_t: 0x3fbaac2810 ok 101 prepare-check-idle-async - simple prepare "check" uv_check_t: 0x3fbaac2890 "timeout" uv_timer_t: 0x3fbaa5da90 ok 102 prepare-check-idle-async - simple check "idle" uv_idle_t: 0x3fbaaef090 ok 103 prepare-check-idle-async - simple idle ok 104 prepare-check-idle-async - simple async ok 105 process - test disable_stdio_inheritance { handle = uv_process_t: 0x3fbaa5cc70, pid = 35132 } "stdout" { chunk = "Hello World\n" } "exit" { signal = 0, code = 0 } ok 106 process - process stdout { handle = uv_process_t: 0x3fbaa5ceb0, pid = 35133 } "exit" uv_process_t: 0x3fbaa5ceb0 { status = 0, signal = 2 } ok 107 process - spawn and kill by pid { handle = uv_process_t: 0x3fbaa7ab50, pid = 35134 } "exit" uv_process_t: 0x3fbaa7ab50 { status = 0, signal = 15 } ok 108 process - spawn and kill by handle ok 109 process - invalid command { handle = uv_process_t: 0x3fbaa9ede0, pid = 35136 } "stdout" { chunk = "Hello World" } "exit" { signal = 0, code = 0 } ok 110 process - process stdio ok 111 process - get pid ok 112 req - cancel ok 113 req - get type Sending child SIGINT "sigint\n" "exit" { signal = 0, pid = 35138, code = 0 } ok 114 signal - Catch SIGINT { address = { family = "inet", port = 36781, ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fbaa43260 } { req = uv_connect_t: 0x3fbaa5ca58, client = uv_tcp_t: 0x3fbaa43380 } "server on connection" uv_tcp_t: 0x3fbaa43260 "client on connect" uv_tcp_t: 0x3fbaa43380 nil "client on shutdown" uv_tcp_t: 0x3fbaa43380 nil "client on close" uv_tcp_t: 0x3fbaa43380 ok 115 tcp - basic tcp server and client (ipv4) { address = { family = "inet6", port = 43649, ip = "::1" }, server = uv_tcp_t: 0x3fbaa434a0 } { req = uv_connect_t: 0x3fbaa5cae8, client = uv_tcp_t: 0x3fbaa436e0 } "server on connection" uv_tcp_t: 0x3fbaa434a0 "client on connect" uv_tcp_t: 0x3fbaa436e0 nil "client on shutdown" uv_tcp_t: 0x3fbaa436e0 nil "client on close" uv_tcp_t: 0x3fbaa436e0 ok 116 tcp - basic tcp server and client (ipv6) { address = { family = "inet", port = 38413, ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fbaa43800 } { req = uv_write_t: 0x3fbab66d18, socket = uv_tcp_t: 0x3fbaa43a40 } "client onwrite" uv_tcp_t: 0x3fbaa43a40 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 117 tcp - tcp echo server and client { address = { family = "inet", port = 38685, ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fbaa43c90 } { req = uv_write_t: 0x3fbaad0ec8, socket = uv_tcp_t: 0x3fbaa43db0 } "client onwrite" uv_tcp_t: 0x3fbaa43db0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 118 tcp - tcp echo server and client with methods "./tests/test-tcp.lua:140: Invalid IP address or port [127.0.0.100005:1000]" ok 119 tcp - tcp invalid ip address { address = { family = "inet", port = 33459, ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fbaa7bc90 } { req = uv_write_t: 0x3fbaafaae8, socket = uv_tcp_t: 0x3fbaa7bdb0 } "client onwrite" uv_tcp_t: 0x3fbaa7bdb0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { err = "ECONNRESET" } ok 120 tcp - tcp close reset client { address = { family = "inet", port = 42789, ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fbaa4fdb0 } { req = uv_write_t: 0x3fbab66d18, socket = uv_tcp_t: 0x3fbaab6820 } "client onwrite" uv_tcp_t: 0x3fbaab6820 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 121 tcp - tcp close reset after shutdown { address = { family = "inet", port = 42503, ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fbaad7ee0 } { req = uv_write_t: 0x3fbaafaae8, socket = uv_tcp_t: 0x3fbaa9b5e0 } "client onwrite" uv_tcp_t: 0x3fbaa9b5e0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "client read" { err = "ECONNRESET" } ok 122 tcp - tcp close reset accepted { address = { family = "inet", port = 34793, ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fbaa43390 } { req = uv_write_t: 0x3fbaad0ec8, socket = uv_tcp_t: 0x3fbaa434b0 } "client onwrite" uv_tcp_t: 0x3fbaa434b0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 123 tcp - tcp close reset accepted after shutdown ok 124 tcp - socketpair ping pong In uv_thread_t: 0x3fb8a27b20 { delay = 100, elapsed = 103 } ok 125 thread - test thread create ok 126 thread - test thread create with arguments Running uv_thread_t: 0x3fbac33ce0 Running uv_thread_t: 0x3fbac33ce0 { delay = 100, elapsed = 101 } ok 127 thread - test thread sleep msecs in main thread { delay = 100, elapsed = 104 } ok 128 thread - test thread create with options table ok 129 thread - test thread arguments limit ok 130 thread - test avoid thread be released before it done ok 131 thread - thread_getcpu ok 132 thread - getaffinity, setaffinity default priority 0 priority after change 0 ok 133 thread - getpriority, setpriority ok 134 thread - getname, setname ok 135 thread - detach "timeout" uv_timer_t: 0x3fbaa5da90 "closed" uv_timer_t: 0x3fbaa5da90 ok 136 timer - simple timeout "interval" uv_timer_t: 0x3fbaa5da90 "interval" uv_timer_t: 0x3fbaa5da90 "interval" uv_timer_t: 0x3fbaa5da90 "closed" uv_timer_t: 0x3fbaa5da90 ok 137 timer - simple interval "interval" uv_timer_t: 0x3fbaa63f40 "timeout" uv_timer_t: 0x3fbaa5da90 "interval" uv_timer_t: 0x3fbaa63f40 ok 138 timer - timeout with interval "interval" uv_timer_t: 0x3fbaa5da90 0 "interval" uv_timer_t: 0x3fbaa5da90 8 "interval" uv_timer_t: 0x3fbaa5da90 4 "interval" uv_timer_t: 0x3fbaa5da90 2 ok 139 timer - shrinking interval "interval" uv_timer_t: 0x3fbaa5da90 0 "interval" uv_timer_t: 0x3fbaa5da90 8 "interval" uv_timer_t: 0x3fbaa5da90 4 "interval" uv_timer_t: 0x3fbaa5da90 2 ok 140 timer - shrinking interval using methods ok 141 timer - timer init ok 142 timer - timer huge timeout { server = uv_udp_t: 0x3fbab66d00 } { req = 0, client = uv_udp_t: 0x3fbaabfb50 } "client on send" uv_udp_t: 0x3fbaabfb50 nil "server on recv" uv_udp_t: 0x3fbab66d00 "PING" { family = "inet", port = 40812, ip = "127.0.0.1" } { } "server on close" uv_udp_t: 0x3fbab66d00 "client on close" uv_udp_t: 0x3fbaabfb50 ok 143 udp - basic udp server and client (ipv4) { server = uv_udp_t: 0x3fbaad0eb0 } { req = 0, client = uv_udp_t: 0x3fbaabfd40 } "client on send" uv_udp_t: 0x3fbaabfd40 nil "server on recv" uv_udp_t: 0x3fbaad0eb0 "PING" { family = "inet", port = 59595, ip = "127.0.0.1" } { } "server on close" uv_udp_t: 0x3fbaad0eb0 "client on close" uv_udp_t: 0x3fbaabfd40 ok 144 udp - basic udp send from table { server = uv_udp_t: 0x3fbaafaad0 } { req = 0, client = uv_udp_t: 0x3fbaabf1a0 } "client on send" uv_udp_t: 0x3fbaabf1a0 nil "server on recv" uv_udp_t: 0x3fbaafaad0 "PING" { family = "inet6", port = 45791, ip = "::1" } { } "server on close" uv_udp_t: 0x3fbaafaad0 "client on close" uv_udp_t: 0x3fbaabf1a0 ok 145 udp - basic udp server and client (ipv6) ./tests/test-udp.lua:85: bad argument #3 to 'udp_send' (Host must be string or nil) ./tests/test-udp.lua:87: bad argument #4 to 'udp_send' (Port must be number or nil) ./tests/test-udp.lua:89: bad argument #3 to 'udp_send' (Both host and port must be nil if one is nil) ./tests/test-udp.lua:91: bad argument #4 to 'udp_send' (Both host and port must be nil if one is nil) ok 146 udp - udp send args { server = uv_udp_t: 0x3fbab66cf0 } { family = "inet", port = 9123, ip = "127.0.0.1" } "server on recv" uv_udp_t: 0x3fbab66cf0 "PING" { family = "inet", port = 51006, ip = "127.0.0.1" } { } "server on recv" uv_udp_t: 0x3fbab66cf0 "PING" { family = "inet", port = 39809, ip = "127.0.0.1" } { } "server on recv" uv_udp_t: 0x3fbab66cf0 "PING" { family = "inet", port = 39809, ip = "127.0.0.1" } { } "server on recv" uv_udp_t: 0x3fbab66cf0 nil nil { } "server on recv" uv_udp_t: 0x3fbab66cf0 "PING" { family = "inet", port = 48926, ip = "127.0.0.1" } { } "client on close" uv_udp_t: 0x3fbaafaad0 "server on close" uv_udp_t: 0x3fbab66cf0 ok 147 udp - udp connect "PING" { family = "inet", port = 50314, ip = "172.16.30.24" } "PING" { family = "inet", port = 50314, ip = "172.16.30.24" } ok 148 udp - udp multicast join ipv4 "PING" { family = "inet6", port = 56807, ip = "fe80::216:3eff:fefe:5831" } "PING" { family = "inet6", port = 56807, ip = "fe80::216:3eff:fefe:5831" } ok 149 udp - udp multicast join ipv6 "PING" { family = "inet", port = 60664, ip = "127.0.0.1" } "PING" { family = "inet", port = 60664, ip = "127.0.0.1" } "PING" { family = "inet", port = 60664, ip = "127.0.0.1" } "PING" { family = "inet", port = 60664, ip = "127.0.0.1" } "PING" { family = "inet", port = 60664, ip = "127.0.0.1" } "PING" { family = "inet", port = 60664, ip = "127.0.0.1" } "PING" { family = "inet", port = 60664, ip = "127.0.0.1" } "PING" { family = "inet", port = 60664, ip = "127.0.0.1" } ok 150 udp - udp recvmmsg sent 5 out of 5, expecting 4 to be received "PING" { family = "inet", port = 9125, ip = "127.0.0.1" } "PING" { family = "inet", port = 9125, ip = "127.0.0.1" } "PING" { family = "inet", port = 9125, ip = "127.0.0.1" } "PING" { family = "inet", port = 9125, ip = "127.0.0.1" } ok 151 udp - udp try_send2 not connected sent 5 out of 5, expecting 5 to be received "PING" { family = "inet", port = 54347, ip = "127.0.0.1" } "PING" { family = "inet", port = 54347, ip = "127.0.0.1" } "PING" { family = "inet", port = 54347, ip = "127.0.0.1" } "PING" { family = "inet", port = 54347, ip = "127.0.0.1" } "PING" { family = "inet", port = 54347, ip = "127.0.0.1" } ok 152 udp - udp try_send2 connected ok 153 work - test threadpool with return none "Please be patient, the test cost a lots of time" "run 10%" "run 20%" "run 30%" "run 40%" "run 50%" "run 60%" "run 70%" "run 80%" "run 90%" "run 100%" ok 154 work - test threadpool "in async notify callback" "a" true 250 2 4 "uv_thread_t: 0x3fba23fb20" "hello" uv_thread_t: 0x3fba23fb20 finish hello ok 155 work - test threadpool with async 1 2 3 4 5 7 8 ok 156 work - test threadpool with coro ok 157 work - test threadpool with invalid argument Uncaught Error: Error: thread arg not support type 'table' at 1 stack traceback: [C]: ? ok 158 work - test threadpool with invalid return value # All tests passed hello world from thread priority in thread 0 hello world from detached thread 6 >>> lua-luv: Running tests with lua5.4 cmd: lua5.4 cwd: /home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1 Skipped test-tty: LuaJIT FFI not found 1..158 "in async notify callback" "a" true 250 ok 1 async - test pass async between threads "timeout" uv_timer_t: 0x3fb35c70c0 "closed" uv_timer_t: 0x3fb35c70c0 ok 2 callbacks - luv_handle_t: function "timeout" { } uv_timer_t: 0x3fb35c7160 "closed" { } uv_timer_t: 0x3fb35c7160 ok 3 callbacks - luv_handle_t: callable table ok 4 callbacks - luv_req_t: function ok 5 callbacks - luv_req_t: callable table skipped ok 6 conversions - basic 64bit conversions ok 7 coroutines-require - callback should be in main thread begin wait end wait ok 8 coroutines - coroutines { { port = 80, addr = "::1", socktype = "stream", family = "inet6", protocol = "tcp" }, { port = 80, addr = "127.0.0.1", socktype = "stream", family = "inet", protocol = "tcp" } } 2 ok 9 dns - Get all local http addresses { { port = 80, addr = "::1", socktype = "stream", family = "inet6", protocol = "tcp" }, { port = 80, addr = "127.0.0.1", socktype = "stream", family = "inet", protocol = "tcp" } } 2 ok 10 dns - Get all local http addresses sync { { protocol = "tcp", canonname = "luvit.io", addr = "206.189.225.172", socktype = "stream", family = "inet" } } 1 ok 11 dns - Get only ipv4 tcp addresses for luvit.io { { protocol = "tcp", canonname = "luvit.io", addr = "2604:a880:400:d0::1b9f:2001", socktype = "stream", family = "inet6" } } 1 ok 12 dns - Get only ipv6 tcp addresses for luvit.io { { protocol = "tcp", canonname = "luvit.io", addr = "206.189.225.172", socktype = "stream", family = "inet" }, { protocol = "tcp", canonname = "luvit.io", addr = "2604:a880:400:d0::1b9f:2001", socktype = "stream", family = "inet6" } } 2 ok 13 dns - Get ipv4 and ipv6 tcp addresses for luvit.io { { protocol = "tcp", canonname = "luvit.io", addr = "206.189.225.172", socktype = "stream", family = "inet" }, { protocol = "udp", canonname = "luvit.io", addr = "206.189.225.172", socktype = "dgram", family = "inet" }, { protocol = "tcp", canonname = "luvit.io", addr = "2604:a880:400:d0::1b9f:2001", socktype = "stream", family = "inet6" }, { protocol = "udp", canonname = "luvit.io", addr = "2604:a880:400:d0::1b9f:2001", socktype = "dgram", family = "inet6" } } 4 ok 14 dns - Get all addresses for luvit.io { service = "0", hostname = "0.0.0.0" } ok 15 dns - Lookup local ipv4 address { hostname = "0.0.0.0", service = "0" } ok 16 dns - Lookup local ipv4 address sync { service = "0", hostname = "build-3-24-riscv64.local" } ok 17 dns - Lookup local 127.0.0.1 ipv4 address { service = "0", hostname = "::" } ok 18 dns - Lookup local ipv6 address { service = "0", hostname = "build-3-24-riscv64.local" } ok 19 dns - Lookup local ::1 ipv6 address { service = "http", hostname = "::" } ok 20 dns - Lookup local port 80 service { fd = 104 } { stat = { size = 6066, mode = 33188, blksize = 4096, rdev = 0, blocks = 16, ino = 16148002, gid = 102, mtime = table: 0x3fb35d9990, dev = 66306, type = "file", birthtime = table: 0x3fb35d9a90, uid = 101, nlink = 1, flags = 0, atime = table: 0x3fb35d9910, gen = 0, ctime = table: 0x3fb35d9a10 } } ok 21 fs - read a file sync ok 22 fs - read a file sync in chunks { fd = 104 } { stat = { size = 6066, mode = 33188, blksize = 4096, rdev = 0, blocks = 16, ino = 16148002, gid = 102, mtime = table: 0x3fb361c020, dev = 66306, type = "file", birthtime = table: 0x3fb361c1a0, uid = 101, nlink = 1, flags = 0, atime = table: 0x3fb363ba30, gen = 0, ctime = table: 0x3fb361c120 } } { chunk = 6066 } ok 23 fs - read a file async ok 24 fs - fs.write ok 25 fs - fs.write data refs ok 26 fs - fs.stat sync ok 27 fs - fs.stat async { code = "ENOENT", err = "ENOENT: no such file or directory: BAD_FILE!" } ok 28 fs - fs.stat sync error { err = "ENOENT: no such file or directory: BAD_FILE@" } ok 29 fs - fs.stat async error { name = ".ci", ftype = "directory" } { name = ".clang-format", ftype = "file" } { name = ".clangd", ftype = "file" } { name = ".editorconfig", ftype = "file" } { name = ".gitattributes", ftype = "file" } { name = ".github", ftype = "directory" } { name = ".gitignore", ftype = "file" } { name = ".gitmodules", ftype = "file" } { name = "CMakeLists.txt", ftype = "file" } { name = "LICENSE.txt", ftype = "file" } { name = "Makefile", ftype = "file" } { name = "README.md", ftype = "file" } { name = "appveyor.yml", ftype = "file" } { name = "build-5.1", ftype = "directory" } { name = "build-5.4", ftype = "directory" } { name = "build-static", ftype = "directory" } { name = "cmake", ftype = "directory" } { name = "deps", ftype = "directory" } { name = "docs", ftype = "directory" } { name = "examples", ftype = "directory" } { name = "lib", ftype = "directory" } { name = "libluv.pc.in", ftype = "file" } { name = "luv-scm-0.rockspec", ftype = "file" } { name = "msvcbuild.bat", ftype = "file" } { name = "rockspecs", ftype = "directory" } { name = "src", ftype = "directory" } { name = "tests", ftype = "directory" } ok 30 fs - fs.scandir { code = "ENOENT", err = "ENOENT: no such file or directory: BAD_FILE!" } ok 31 fs - fs.scandir sync error { err = "ENOENT: no such file or directory: BAD_FILE!" } ok 32 fs - fs.scandir async error { name = ".ci", ftype = "directory" } { name = ".clang-format", ftype = "file" } { name = ".clangd", ftype = "file" } { name = ".editorconfig", ftype = "file" } { name = ".gitattributes", ftype = "file" } { name = ".github", ftype = "directory" } { name = ".gitignore", ftype = "file" } { name = ".gitmodules", ftype = "file" } { name = "CMakeLists.txt", ftype = "file" } { name = "LICENSE.txt", ftype = "file" } { name = "Makefile", ftype = "file" } { name = "README.md", ftype = "file" } { name = "appveyor.yml", ftype = "file" } { name = "build-5.1", ftype = "directory" } { name = "build-5.4", ftype = "directory" } { name = "build-static", ftype = "directory" } { name = "cmake", ftype = "directory" } { name = "deps", ftype = "directory" } { name = "docs", ftype = "directory" } { name = "examples", ftype = "directory" } { name = "lib", ftype = "directory" } { name = "libluv.pc.in", ftype = "file" } { name = "luv-scm-0.rockspec", ftype = "file" } { name = "msvcbuild.bat", ftype = "file" } { name = "rockspecs", ftype = "directory" } { name = "src", ftype = "directory" } { name = "tests", ftype = "directory" } ok 33 fs - fs.scandir async ok 34 fs - fs.scandir with no iteration ok 35 fs - fs.scandir given to new_work "/home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1" "/home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1" ok 36 fs - fs.realpath ok 37 fs - fs.copyfile { { name = "rockspecs", type = "directory" } } { { name = ".clang-format", type = "file" } } { { name = "examples", type = "directory" } } { { name = ".clangd", type = "file" } } { { name = "build-5.1", type = "directory" } } { { name = "build-static", type = "directory" } } { { name = "appveyor.yml", type = "file" } } { { name = "README.md", type = "file" } } { { name = ".gitignore", type = "file" } } { { name = "deps", type = "directory" } } { { name = "Makefile", type = "file" } } { { name = "tests", type = "directory" } } { { name = "LICENSE.txt", type = "file" } } { { name = "msvcbuild.bat", type = "file" } } { { name = "docs", type = "directory" } } { { name = ".gitmodules", type = "file" } } { { name = "CMakeLists.txt", type = "file" } } { { name = "luv-scm-0.rockspec", type = "file" } } { { name = "libluv.pc.in", type = "file" } } { { name = ".ci", type = "directory" } } { { name = "src", type = "directory" } } { { name = "build-5.4", type = "directory" } } { { name = "lib", type = "directory" } } { { name = ".gitattributes", type = "file" } } { { name = ".editorconfig", type = "file" } } { { name = "cmake", type = "directory" } } { { name = ".github", type = "directory" } } ok 38 fs - fs.{open,read,close}dir object sync #1 { { name = "rockspecs", type = "directory" } } { { name = ".clang-format", type = "file" } } { { name = "examples", type = "directory" } } { { name = ".clangd", type = "file" } } { { name = "build-5.1", type = "directory" } } { { name = "build-static", type = "directory" } } { { name = "appveyor.yml", type = "file" } } { { name = "README.md", type = "file" } } { { name = ".gitignore", type = "file" } } { { name = "deps", type = "directory" } } { { name = "Makefile", type = "file" } } { { name = "tests", type = "directory" } } { { name = "LICENSE.txt", type = "file" } } { { name = "msvcbuild.bat", type = "file" } } { { name = "docs", type = "directory" } } { { name = ".gitmodules", type = "file" } } { { name = "CMakeLists.txt", type = "file" } } { { name = "luv-scm-0.rockspec", type = "file" } } { { name = "libluv.pc.in", type = "file" } } { { name = ".ci", type = "directory" } } { { name = "src", type = "directory" } } { { name = "build-5.4", type = "directory" } } { { name = "lib", type = "directory" } } { { name = ".gitattributes", type = "file" } } { { name = ".editorconfig", type = "file" } } { { name = "cmake", type = "directory" } } { { name = ".github", type = "directory" } } uv_dir_t: 0x3fb35d8eb8 closed ok 39 fs - fs.{open,read,close}dir object sync #2 { { name = "rockspecs", type = "directory" } } { { name = ".clang-format", type = "file" } } { { name = "examples", type = "directory" } } { { name = ".clangd", type = "file" } } { { name = "build-5.1", type = "directory" } } { { name = "build-static", type = "directory" } } { { name = "appveyor.yml", type = "file" } } { { name = "README.md", type = "file" } } { { name = ".gitignore", type = "file" } } { { name = "deps", type = "directory" } } { { name = "Makefile", type = "file" } } { { name = "tests", type = "directory" } } { { name = "LICENSE.txt", type = "file" } } { { name = "msvcbuild.bat", type = "file" } } { { name = "docs", type = "directory" } } { { name = ".gitmodules", type = "file" } } { { name = "CMakeLists.txt", type = "file" } } { { name = "luv-scm-0.rockspec", type = "file" } } { { name = "libluv.pc.in", type = "file" } } { { name = ".ci", type = "directory" } } { { name = "src", type = "directory" } } { { name = "build-5.4", type = "directory" } } { { name = "lib", type = "directory" } } { { name = ".gitattributes", type = "file" } } { { name = ".editorconfig", type = "file" } } { { name = "cmake", type = "directory" } } { { name = ".github", type = "directory" } } ok 40 fs - fs.{open,read,close}dir sync one entry { { name = "rockspecs", type = "directory" }, { name = ".clang-format", type = "file" }, { name = "examples", type = "directory" }, { name = ".clangd", type = "file" }, { name = "build-5.1", type = "directory" }, { name = "build-static", type = "directory" }, { name = "appveyor.yml", type = "file" }, { name = "README.md", type = "file" }, { name = ".gitignore", type = "file" }, { name = "deps", type = "directory" }, { name = "Makefile", type = "file" }, { name = "tests", type = "directory" }, { name = "LICENSE.txt", type = "file" }, { name = "msvcbuild.bat", type = "file" }, { name = "docs", type = "directory" }, { name = ".gitmodules", type = "file" }, { name = "CMakeLists.txt", type = "file" }, { name = "luv-scm-0.rockspec", type = "file" }, { name = "libluv.pc.in", type = "file" }, { name = ".ci", type = "directory" }, { name = "src", type = "directory" }, { name = "build-5.4", type = "directory" }, { name = "lib", type = "directory" }, { name = ".gitattributes", type = "file" }, { name = ".editorconfig", type = "file" }, { name = "cmake", type = "directory" }, { name = ".github", type = "directory" } } ok 41 fs - fs.{open,read,close}dir sync more entry { { name = "rockspecs", type = "directory" }, { name = ".clang-format", type = "file" }, { name = "examples", type = "directory" }, { name = ".clangd", type = "file" }, { name = "build-5.1", type = "directory" }, { name = "build-static", type = "directory" }, { name = "appveyor.yml", type = "file" }, { name = "README.md", type = "file" }, { name = ".gitignore", type = "file" }, { name = "deps", type = "directory" }, { name = "Makefile", type = "file" }, { name = "tests", type = "directory" }, { name = "LICENSE.txt", type = "file" }, { name = "msvcbuild.bat", type = "file" }, { name = "docs", type = "directory" }, { name = ".gitmodules", type = "file" }, { name = "CMakeLists.txt", type = "file" }, { name = "luv-scm-0.rockspec", type = "file" }, { name = "libluv.pc.in", type = "file" }, { name = ".ci", type = "directory" }, { name = "src", type = "directory" }, { name = "build-5.4", type = "directory" }, { name = "lib", type = "directory" }, { name = ".gitattributes", type = "file" }, { name = ".editorconfig", type = "file" }, { name = "cmake", type = "directory" }, { name = ".github", type = "directory" } } ok 42 fs - fs.{open,read,close}dir with more entry ok 43 fs - fs.opendir and fs.closedir in a loop { { name = "rockspecs", type = "directory" }, { name = ".clang-format", type = "file" }, { name = "examples", type = "directory" }, { name = ".clangd", type = "file" }, { name = "build-5.1", type = "directory" }, { name = "build-static", type = "directory" }, { name = "appveyor.yml", type = "file" }, { name = "README.md", type = "file" }, { name = ".gitignore", type = "file" }, { name = "deps", type = "directory" }, { name = "Makefile", type = "file" }, { name = "tests", type = "directory" }, { name = "LICENSE.txt", type = "file" }, { name = "msvcbuild.bat", type = "file" }, { name = "docs", type = "directory" }, { name = ".gitmodules", type = "file" }, { name = "CMakeLists.txt", type = "file" }, { name = "luv-scm-0.rockspec", type = "file" }, { name = "libluv.pc.in", type = "file" }, { name = ".ci", type = "directory" }, { name = "src", type = "directory" }, { name = "build-5.4", type = "directory" }, { name = "lib", type = "directory" }, { name = ".gitattributes", type = "file" }, { name = ".editorconfig", type = "file" }, { name = "cmake", type = "directory" }, { name = ".github", type = "directory" } } ok 44 fs - fs.{open,read,close}dir ref check { bsize = 4096, files = 30498816, ffree = 25299945, bavail = 23429968, bfree = 29532329, blocks = 119770034, type = 61267 } ok 45 fs - fs.statfs sync { bsize = 4096, files = 30498816, ffree = 25299945, bavail = 23429968, bfree = 29532329, blocks = 119770034, type = 61267 } ok 46 fs - fs.statfs async { code = "ENOENT", err = "ENOENT: no such file or directory: BAD_FILE!" } ok 47 fs - fs.statfs sync error { err = "ENOENT: no such file or directory: BAD_FILE@" } ok 48 fs - fs.statfs async error ok 49 fs - fs.mkdtemp async ok 50 fs - fs.mkdtemp sync ok 51 fs - fs.mkdtemp async error ok 52 fs - fs.mkdtemp sync error ok 53 fs - fs.mkstemp async ok 54 fs - fs.mkstemp sync ok 55 fs - fs.mkstemp async error ok 56 fs - fs.mkstemp sync error "fs_rename" nil "EISDIR: illegal operation on a directory: _test_ -> _testdir_" "EISDIR" "fs_link" nil "EEXIST: file already exists: _test_ -> _testdir_" "EEXIST" "fs_symlink" nil "EEXIST: file already exists: _test_ -> _testdir_" "EEXIST" "fs_copyfile" nil "EISDIR: illegal operation on a directory: _test_ -> _testdir_" "EISDIR" ok 57 fs - errors with dest paths ok 58 fs - fs.utime ok 59 fs - fs.futime ok 60 fs - fs.lutime ok 61 handle - get type ok 62 loop - uv.loop_mode "stdout" { } #437 0 0 ok 63 loop - issue #437, crash without uv.run "stdout" { } #599 5 0 ok 64 loop - issue #599, crash during calling os.exit { loop_count = 78, events = 43, events_waiting = 0 } { loop_count = 79, events = 43, events_waiting = 0 } ok 65 metrics - idle time "stdio fd types" { [1] = "file", [2] = "file", [0] = "file" } ok 66 misc - uv.guess_handle { version_string = "1.52.1", version = 78849 } ok 67 misc - uv.version and uv.version_string { rss = 2097152, free = 128326758400.0, constrained = 0.0, available = 128326758400.0, total = 134103621632.0 } ok 68 misc - memory size { uptime = 444436.74 } ok 69 misc - uv.uptime { nivcsw = 14, isrss = 0, nswap = 0, ixrss = 0, msgrcv = 0, msgsnd = 0, nsignals = 0, maxrss = 2396, oublock = 80, utime = { sec = 0, usec = 805536 }, majflt = 0, inblock = 0, idrss = 0, minflt = 1115, nvcsw = 77, stime = { sec = 0, usec = 115748 } } ok 70 misc - uv.getrusage { nivcsw = 14, isrss = 0, nswap = 0, ixrss = 0, msgrcv = 0, msgsnd = 0, nsignals = 0, maxrss = 2396, oublock = 64, utime = { sec = 0, usec = 809419 }, majflt = 0, inblock = 0, idrss = 0, minflt = 1063, nvcsw = 27, stime = { sec = 0, usec = 104701 } } ok 71 misc - uv.getrusage_thread 64 ok 72 misc - uv.available_parallelism { { speed = 0.0, model = "unknown", times = table: 0x3fb15ae0c0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15ae4c0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15ae640 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15ae140 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15ae680 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15ae600 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3790 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3890 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3990 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3a90 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3b90 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3c90 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3d90 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3e90 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3850 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3a50 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3c50 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3e50 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b39d0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3dd0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3cd0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15affc0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b00c0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b01c0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b02c0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b03c0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b04c0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b05c0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b06c0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0000 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0200 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0400 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0600 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0080 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0480 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0180 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0380 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b2fa0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b30a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b31a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b32a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b33a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b34a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b35a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b36a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3060 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3260 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3460 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b3660 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b31e0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b35e0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b34e0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0fa0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b10a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b11a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b12a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b13a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b14a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b15a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b16a0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b0fe0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b11e0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b13e0 }, { speed = 0.0, model = "unknown", times = table: 0x3fb15b15e0 } } ok 73 misc - uv.cpu_info "eth0" { { internal = false, ip = "172.16.30.24", mac = "\0>þX1", family = "inet", netmask = "255.255.255.0" }, { internal = false, ip = "fd42:c4e6:a328:cc82:216:3eff:fefe:5831", mac = "\0>þX1", family = "inet6", netmask = "ffff:ffff:ffff:ffff::" }, { internal = false, ip = "fe80::216:3eff:fefe:5831", mac = "\0>þX1", family = "inet6", netmask = "ffff:ffff:ffff:ffff::" } } "lo" { { internal = true, ip = "127.0.0.1", mac = "\0\0\0\0\0\0", family = "inet", netmask = "255.0.0.0" }, { internal = true, ip = "::1", mac = "\0\0\0\0\0\0", family = "inet6", netmask = "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff" } } ok 74 misc - uv.interface_addresses { 14.84, 9.06, 7.94 } ok 75 misc - uv.loadavg "/usr/bin/lua5.4" ok 76 misc - uv.exepath "/home/buildozer" ok 77 misc - uv.os_homedir "/tmp" ok 78 misc - uv.os_tmpdir { shell = "/bin/sh", uid = 101, gid = 102, username = "buildozer", homedir = "/home/buildozer" } ok 79 misc - uv.os_get_passwd "/home/buildozer/aports/community/lua-luv/src/luv-1.51.0-1" "/" ok 80 misc - uv.cwd and uv.chdir 4.4443679742983e+14 ok 81 misc - uv.hrtime ok 82 misc - uv.getpid { machine = "riscv64", version = "#1-Alpine SMP PREEMPT Mon, 26 Aug 2024 10:06:58 +0000", sysname = "Linux", release = "6.1.80-0-sophgo" } ok 83 misc - uv.os_uname os.time 1777748263 uv.gettimeofday 1777748263.000512 ok 84 misc - uv.gettimeofday ok 85 misc - uv.os_environ ok 86 misc - uv.sleep ok 87 misc - uv.random async ok 88 misc - uv.random sync ok 89 misc - uv.random errors ok 90 misc - uv errno ok 91 misc - uv constants 1024 nil ok 92 misc - uv.cpumask_size "monotonic" { sec = 444437, nsec = 836416749 } nil "realtime" { sec = 444437, nsec = 836572989 } nil ok 93 misc - uv.clock_gettime ok 94 misc - uv.wtf8 and utf16 conversion ok 95 misc - uv.wtf8<->utf16 unpaired surrogate ok 96 misc - uv.wtf8<->utf16 empty strings ok 97 pipe - pipe chmod ok 98 pipe - pipe ping pong ok 99 pipe - pipe close fd ok 100 pipe - pipe getsockname abstract "prepare" uv_prepare_t: 0x3fb3623980 ok 101 prepare-check-idle-async - simple prepare "check" uv_check_t: 0x3fb3623a00 "timeout" uv_timer_t: 0x3fb35c70c0 ok 102 prepare-check-idle-async - simple check "idle" uv_idle_t: 0x3fb3623a80 ok 103 prepare-check-idle-async - simple idle ok 104 prepare-check-idle-async - simple async ok 105 process - test disable_stdio_inheritance { pid = 35156, handle = uv_process_t: 0x3fb35febe0 } "stdout" { chunk = "Hello World\n" } "exit" { code = 0, signal = 0 } ok 106 process - process stdout { pid = 35157, handle = uv_process_t: 0x3fb35fec70 } "exit" uv_process_t: 0x3fb35fec70 { status = 0, signal = 2 } ok 107 process - spawn and kill by pid { pid = 35158, handle = uv_process_t: 0x3fb35fed00 } "exit" uv_process_t: 0x3fb35fed00 { status = 0, signal = 15 } ok 108 process - spawn and kill by handle ok 109 process - invalid command { pid = 35160, handle = uv_process_t: 0x3fb35fee20 } "stdout" { chunk = "Hello World" } "exit" { code = 0, signal = 0 } ok 110 process - process stdio ok 111 process - get pid ok 112 req - cancel ok 113 req - get type Sending child SIGINT "sigint\n" "exit" { code = 0, signal = 0, pid = 35162 } ok 114 signal - Catch SIGINT { address = { port = 42637, family = "inet", ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fb363b6e0 } { req = uv_connect_t: 0x3fb35c7378, client = uv_tcp_t: 0x3fb3607ec0 } "server on connection" uv_tcp_t: 0x3fb363b6e0 "client on connect" uv_tcp_t: 0x3fb3607ec0 nil "client on shutdown" uv_tcp_t: 0x3fb3607ec0 nil "client on close" uv_tcp_t: 0x3fb3607ec0 ok 115 tcp - basic tcp server and client (ipv4) { address = { port = 46131, family = "inet6", ip = "::1" }, server = uv_tcp_t: 0x3fb3607a30 } { req = uv_connect_t: 0x3fb35f1c28, client = uv_tcp_t: 0x3fb363b140 } "server on connection" uv_tcp_t: 0x3fb3607a30 "client on connect" uv_tcp_t: 0x3fb363b140 nil "client on shutdown" uv_tcp_t: 0x3fb363b140 nil "client on close" uv_tcp_t: 0x3fb363b140 ok 116 tcp - basic tcp server and client (ipv6) { address = { port = 35199, family = "inet", ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fb35e6450 } { socket = uv_tcp_t: 0x3fb363b6d0, req = uv_write_t: 0x3fb3607ee8 } "client onwrite" uv_tcp_t: 0x3fb363b6d0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 117 tcp - tcp echo server and client { address = { port = 41781, family = "inet", ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fb35dbc10 } { socket = uv_tcp_t: 0x3fb3607a50, req = uv_write_t: 0x3fb35fcb68 } "client onwrite" uv_tcp_t: 0x3fb3607a50 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 118 tcp - tcp echo server and client with methods "./tests/test-tcp.lua:140: Invalid IP address or port [127.0.0.100005:1000]" ok 119 tcp - tcp invalid ip address { address = { port = 42143, family = "inet", ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fb35e6440 } { socket = uv_tcp_t: 0x3fb3607ed0, req = uv_write_t: 0x3fb35dbc58 } "client onwrite" uv_tcp_t: 0x3fb3607ed0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { err = "ECONNRESET" } ok 120 tcp - tcp close reset client { address = { port = 36025, family = "inet", ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fb363b6e0 } { socket = uv_tcp_t: 0x3fb35dbc30, req = uv_write_t: 0x3fb35fcb68 } "client onwrite" uv_tcp_t: 0x3fb35dbc30 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 121 tcp - tcp close reset after shutdown { address = { port = 34943, family = "inet", ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fb3607ec0 } { socket = uv_tcp_t: 0x3fb35e5fd0, req = uv_write_t: 0x3fb363b168 } "client onwrite" uv_tcp_t: 0x3fb35e5fd0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "client read" { err = "ECONNRESET" } ok 122 tcp - tcp close reset accepted { address = { port = 40603, family = "inet", ip = "127.0.0.1" }, server = uv_tcp_t: 0x3fb35dbb00 } { socket = uv_tcp_t: 0x3fb35dbe70, req = uv_write_t: 0x3fb363b708 } "client onwrite" uv_tcp_t: 0x3fb35dbe70 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 123 tcp - tcp close reset accepted after shutdown ok 124 tcp - socketpair ping pong In uv_thread_t: 0x3fb158bb20 { delay = 100, elapsed = 109 } ok 125 thread - test thread create ok 126 thread - test thread create with arguments Running uv_thread_t: 0x3fb3819ce0 Running uv_thread_t: 0x3fb3819ce0 { delay = 100, elapsed = 100 } ok 127 thread - test thread sleep msecs in main thread { delay = 100, elapsed = 106 } ok 128 thread - test thread create with options table ok 129 thread - test thread arguments limit ok 130 thread - test avoid thread be released before it done ok 131 thread - thread_getcpu ok 132 thread - getaffinity, setaffinity default priority 0 priority after change 0 hello world from thread priority in thread 0 ok 133 thread - getpriority, setpriority ok 134 thread - getname, setname hello world from detached thread ok 135 thread - detach "timeout" uv_timer_t: 0x3fb35f1bf0 "closed" uv_timer_t: 0x3fb35f1bf0 ok 136 timer - simple timeout "interval" uv_timer_t: 0x3fb35c70c0 "interval" uv_timer_t: 0x3fb35c70c0 "interval" uv_timer_t: 0x3fb35c70c0 "closed" uv_timer_t: 0x3fb35c70c0 ok 137 timer - simple interval "interval" uv_timer_t: 0x3fb35c7340 "timeout" uv_timer_t: 0x3fb35c72a0 "interval" uv_timer_t: 0x3fb35c7340 ok 138 timer - timeout with interval "interval" uv_timer_t: 0x3fb35f1bf0 0 "interval" uv_timer_t: 0x3fb35f1bf0 8 "interval" uv_timer_t: 0x3fb35f1bf0 4 "interval" uv_timer_t: 0x3fb35f1bf0 2 ok 139 timer - shrinking interval "interval" uv_timer_t: 0x3fb35c70c0 0 "interval" uv_timer_t: 0x3fb35c70c0 8 "interval" uv_timer_t: 0x3fb35c70c0 4 "interval" uv_timer_t: 0x3fb35c70c0 2 ok 140 timer - shrinking interval using methods ok 141 timer - timer init ok 142 timer - timer huge timeout { server = uv_udp_t: 0x3fb35ce920 } { req = 0, client = uv_udp_t: 0x3fb35ce140 } "client on send" uv_udp_t: 0x3fb35ce140 nil "server on recv" uv_udp_t: 0x3fb35ce920 "PING" { port = 42564, family = "inet", ip = "127.0.0.1" } { } "server on close" uv_udp_t: 0x3fb35ce920 "client on close" uv_udp_t: 0x3fb35ce140 ok 143 udp - basic udp server and client (ipv4) { server = uv_udp_t: 0x3fb35ce910 } { req = 0, client = uv_udp_t: 0x3fb35ce130 } "client on send" uv_udp_t: 0x3fb35ce130 nil "server on recv" uv_udp_t: 0x3fb35ce910 "PING" { port = 42255, family = "inet", ip = "127.0.0.1" } { } "server on close" uv_udp_t: 0x3fb35ce910 "client on close" uv_udp_t: 0x3fb35ce130 ok 144 udp - basic udp send from table { server = uv_udp_t: 0x3fb35ce920 } { req = 0, client = uv_udp_t: 0x3fb35ce140 } "client on send" uv_udp_t: 0x3fb35ce140 nil "server on recv" uv_udp_t: 0x3fb35ce920 "PING" { port = 58032, family = "inet6", ip = "::1" } { } "server on close" uv_udp_t: 0x3fb35ce920 "client on close" uv_udp_t: 0x3fb35ce140 ok 145 udp - basic udp server and client (ipv6) ./tests/test-udp.lua:85: bad argument #3 to 'udp_send' (Host must be string or nil) ./tests/test-udp.lua:87: bad argument #4 to 'udp_send' (Port must be number or nil) ./tests/test-udp.lua:89: bad argument #3 to 'udp_send' (Both host and port must be nil if one is nil) ./tests/test-udp.lua:91: bad argument #4 to 'udp_send' (Both host and port must be nil if one is nil) ok 146 udp - udp send args { server = uv_udp_t: 0x3fb35ce130 } { port = 9123, family = "inet", ip = "127.0.0.1" } "server on recv" uv_udp_t: 0x3fb35ce130 "PING" { port = 37282, family = "inet", ip = "127.0.0.1" } { } "server on recv" uv_udp_t: 0x3fb35ce130 "PING" { port = 32803, family = "inet", ip = "127.0.0.1" } { } "server on recv" uv_udp_t: 0x3fb35ce130 "PING" { port = 32803, family = "inet", ip = "127.0.0.1" } { } "server on recv" uv_udp_t: 0x3fb35ce130 nil nil { } "server on recv" uv_udp_t: 0x3fb35ce130 "PING" { port = 35549, family = "inet", ip = "127.0.0.1" } { } "client on close" uv_udp_t: 0x3fb35ce920 "server on close" uv_udp_t: 0x3fb35ce130 ok 147 udp - udp connect "PING" { port = 46451, family = "inet", ip = "172.16.30.24" } "PING" { port = 46451, family = "inet", ip = "172.16.30.24" } ok 148 udp - udp multicast join ipv4 "PING" { port = 52989, family = "inet6", ip = "fe80::216:3eff:fefe:5831" } "PING" { port = 52989, family = "inet6", ip = "fe80::216:3eff:fefe:5831" } ok 149 udp - udp multicast join ipv6 "PING" { port = 59197, family = "inet", ip = "127.0.0.1" } "PING" { port = 59197, family = "inet", ip = "127.0.0.1" } "PING" { port = 59197, family = "inet", ip = "127.0.0.1" } "PING" { port = 59197, family = "inet", ip = "127.0.0.1" } "PING" { port = 59197, family = "inet", ip = "127.0.0.1" } "PING" { port = 59197, family = "inet", ip = "127.0.0.1" } "PING" { port = 59197, family = "inet", ip = "127.0.0.1" } "PING" { port = 59197, family = "inet", ip = "127.0.0.1" } ok 150 udp - udp recvmmsg sent 5 out of 5, expecting 4 to be received "PING" { port = 9125, family = "inet", ip = "127.0.0.1" } "PING" { port = 9125, family = "inet", ip = "127.0.0.1" } "PING" { port = 9125, family = "inet", ip = "127.0.0.1" } "PING" { port = 9125, family = "inet", ip = "127.0.0.1" } ok 151 udp - udp try_send2 not connected sent 5 out of 5, expecting 5 to be received "PING" { port = 52314, family = "inet", ip = "127.0.0.1" } "PING" { port = 52314, family = "inet", ip = "127.0.0.1" } "PING" { port = 52314, family = "inet", ip = "127.0.0.1" } "PING" { port = 52314, family = "inet", ip = "127.0.0.1" } "PING" { port = 52314, family = "inet", ip = "127.0.0.1" } ok 152 udp - udp try_send2 connected ok 153 work - test threadpool with return none "Please be patient, the test cost a lots of time" "run 10%" "run 20%" "run 30%" "run 40%" "run 50%" "run 60%" "run 70%" "run 80%" "run 90%" "run 100%" ok 154 work - test threadpool "in async notify callback" "a" true 250 2 4 "uv_thread_t: 0x3fb25c0b20" "hello" uv_thread_t: 0x3fb25c0b20 finish hello ok 155 work - test threadpool with async 1 2 3 4 5 6 7 8 ok 156 work - test threadpool with coro ok 157 work - test threadpool with invalid argument Uncaught Error: Error: thread arg not support type 'table' at 1 stack traceback: [C]: in ? ok 158 work - test threadpool with invalid return value # All tests passed >>> lua-luv: Entering fakeroot... -- Install configuration: "" -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/lib/lua/5.1/luv.so -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/lib/libluv.a -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/include/luv/luv.h -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/include/luv/util.h -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/include/luv/lhandle.h -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/include/luv/lreq.h -- Install configuration: "" -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/lib/lua/5.1/luv.so -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/lib/libluv.so.1.51.0 -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/lib/libluv.so.1 -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/lib/libluv.so -- Installing: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/lib/pkgconfig/libluv.pc -- Up-to-date: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/include/luv/luv.h -- Up-to-date: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/include/luv/util.h -- Up-to-date: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/include/luv/lhandle.h -- Up-to-date: /home/buildozer/aports/community/lua-luv/pkg/lua-luv/usr/include/luv/lreq.h >>> lua-luv-static*: Running split function static... 'usr/lib/libluv.a' -> '/home/buildozer/aports/community/lua-luv/pkg/lua-luv-static/usr/lib/libluv.a' >>> lua-luv-static*: Preparing subpackage lua-luv-static... >>> lua-luv-static*: Stripping binaries >>> lua-luv-static*: Running postcheck for lua-luv-static >>> lua-luv-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/lua-luv/pkg/lua-luv-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/lua-luv/pkg/lua-luv-dev/usr/lib/pkgconfig' 'usr/lib/libluv.so' -> '/home/buildozer/aports/community/lua-luv/pkg/lua-luv-dev/usr/lib/libluv.so' >>> lua-luv-dev*: Preparing subpackage lua-luv-dev... >>> lua-luv-dev*: Stripping binaries >>> lua-luv-dev*: Running postcheck for lua-luv-dev >>> libluv*: Running split function libluv... 'usr' -> '/home/buildozer/aports/community/lua-luv/pkg/libluv/./usr' >>> libluv*: Preparing subpackage libluv... >>> libluv*: Stripping binaries >>> libluv*: Running postcheck for libluv >>> lua5.1-luv*: Running split function _subpackage... >>> lua5.1-luv*: Preparing subpackage lua5.1-luv... >>> lua5.1-luv*: Stripping binaries >>> lua5.1-luv*: Running postcheck for lua5.1-luv >>> lua5.4-luv*: Running split function _subpackage... >>> lua5.4-luv*: Preparing subpackage lua5.4-luv... >>> lua5.4-luv*: Stripping binaries >>> lua5.4-luv*: Running postcheck for lua5.4-luv >>> lua-luv*: Running postcheck for lua-luv >>> lua-luv*: Preparing package lua-luv... >>> lua-luv*: Stripping binaries >>> WARNING: lua-luv*: No arch specific binaries found so arch should probably be set to "noarch" >>> lua-luv*: Scanning shared objects >>> lua-luv-static*: Scanning shared objects >>> lua-luv-dev*: Scanning shared objects >>> libluv*: Scanning shared objects >>> lua5.1-luv*: Scanning shared objects >>> lua5.4-luv*: Scanning shared objects >>> libluv*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libuv.so.1 >>> libluv*: Package size: 157.8 KB >>> libluv*: Compressing data... >>> libluv*: Create checksum... libfakeroot internal error: payload not recognized! >>> libluv*: Create libluv-1.51.0.1-r1.apk >>> lua-luv-dev*: Tracing dependencies... libluv=1.51.0.1-r1 pkgconfig >>> lua-luv-dev*: Package size: 9.2 KB >>> lua-luv-dev*: Compressing data... >>> lua-luv-dev*: Create checksum... >>> lua-luv-dev*: Create lua-luv-dev-1.51.0.1-r1.apk >>> lua-luv-static*: Tracing dependencies... lua-luv-dev >>> lua-luv-static*: Package size: 734.7 KB >>> lua-luv-static*: Compressing data... >>> lua-luv-static*: Create checksum... >>> lua-luv-static*: Create lua-luv-static-1.51.0.1-r1.apk >>> lua-luv*: Tracing dependencies... >>> lua-luv*: Package size: 0.0 >>> lua-luv*: Compressing data... >>> lua-luv*: Create checksum... >>> lua-luv*: Create lua-luv-1.51.0.1-r1.apk >>> lua5.1-luv*: Tracing dependencies... lua5.1 so:libc.musl-riscv64.so.1 so:libuv.so.1 >>> lua5.1-luv*: Package size: 157.8 KB >>> lua5.1-luv*: Compressing data... >>> lua5.1-luv*: Create checksum... >>> lua5.1-luv*: Create lua5.1-luv-1.51.0.1-r1.apk >>> lua5.4-luv*: Tracing dependencies... lua5.4 so:libc.musl-riscv64.so.1 so:libuv.so.1 >>> lua5.4-luv*: Package size: 157.8 KB >>> lua5.4-luv*: Compressing data... >>> lua5.4-luv*: Create checksum... libfakeroot internal error: payload not recognized! >>> lua5.4-luv*: Create lua5.4-luv-1.51.0.1-r1.apk >>> lua-luv: Build complete at Sat, 02 May 2026 18:58:01 +0000 elapsed time 0h 1m 40s >>> lua-luv: Cleaning up srcdir >>> lua-luv: Cleaning up pkgdir >>> lua-luv: Cleaning up tmpdir >>> lua-luv: Uninstalling dependencies... ( 1/17) Purging .makedepends-lua-luv (20260502.185623) ( 2/17) Purging cmake (4.2.3-r0) ( 3/17) Purging libuv-dev (1.52.1-r0) ( 4/17) Purging libuv (1.52.1-r0) ( 5/17) Purging lua-compat53-dev (0.14.4-r0) ( 6/17) Purging lua5.1-dev (5.1.5-r13) ( 7/17) Purging lua5.1 (5.1.5-r13) ( 8/17) Purging lua5.1-libs (5.1.5-r13) ( 9/17) Purging lua5.4-dev (5.4.8-r0) (10/17) Purging lua5.4 (5.4.8-r0) (11/17) Purging lua5.4-libs (5.4.8-r0) (12/17) Purging libarchive (3.8.7-r0) (13/17) Purging libbz2 (1.0.8-r6) (14/17) Purging readline (8.3.3-r1) (15/17) Purging rhash-libs (1.4.6-r0) (16/17) Purging samurai (1.2-r8) (17/17) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 825.0 MiB in 105 packages >>> lua-luv: Updating the community/riscv64 repository index... >>> lua-luv: Signing the index...