>>> kuroko: Building community/kuroko 1.4.0-r0 (using abuild 3.14.1-r7) started Sun, 02 Mar 2025 20:56:07 +0000
>>> kuroko: Validating /home/buildozer/aports/community/kuroko/APKBUILD...
>>> kuroko: Analyzing dependencies...
>>> kuroko: Installing for build: build-base
(1/1) Installing .makedepends-kuroko (20250302.205608)
OK: 397 MiB in 104 packages
>>> kuroko: Cleaning up srcdir
>>> kuroko: Cleaning up pkgdir
>>> kuroko: Cleaning up tmpdir
>>> kuroko: Fetching https://distfiles.alpinelinux.org/distfiles/edge/kuroko-1.4.0.tar.gz
>>> kuroko: Fetching https://distfiles.alpinelinux.org/distfiles/edge/kuroko-1.4.0.tar.gz
>>> kuroko: Checking sha512sums...
kuroko-1.4.0.tar.gz: OK
>>> kuroko: Unpacking /var/cache/distfiles/edge/kuroko-1.4.0.tar.gz...
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/builtins.o src/builtins.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/chunk.o src/chunk.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/compiler.o src/compiler.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/debug.o src/debug.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/exceptions.o src/exceptions.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/fileio.o src/fileio.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/memory.o src/memory.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_base.o src/obj_base.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_bytes.o src/obj_bytes.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_dict.o src/obj_dict.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_function.o src/obj_function.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_gen.o src/obj_gen.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_list.o src/obj_list.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_long.o src/obj_long.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_numeric.o src/obj_numeric.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_range.o src/obj_range.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_set.o src/obj_set.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_slice.o src/obj_slice.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_str.o src/obj_str.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_tuple.o src/obj_tuple.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/obj_typing.o src/obj_typing.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/object.o src/object.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/os.o src/os.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/parseargs.o src/parseargs.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/scanner.o src/scanner.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/sys.o src/sys.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/table.o src/table.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/threads.o src/threads.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/time.o src/time.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/value.o src/value.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/vm.o src/vm.c
ar -rv libkuroko.a  src/builtins.o  src/chunk.o  src/compiler.o  src/debug.o  src/exceptions.o  src/fileio.o  src/memory.o  src/obj_base.o  src/obj_bytes.o  src/obj_dict.o  src/obj_function.o  src/obj_gen.o  src/obj_list.o  src/obj_long.o  src/obj_numeric.o  src/obj_range.o  src/obj_set.o  src/obj_slice.o  src/obj_str.o  src/obj_tuple.o  src/obj_typing.o  src/object.o  src/os.o  src/parseargs.o  src/scanner.o  src/sys.o  src/table.o  src/threads.o  src/time.o  src/value.o  src/vm.o
ar: creating libkuroko.a
a - src/builtins.o
a - src/chunk.o
a - src/compiler.o
a - src/debug.o
a - src/exceptions.o
a - src/fileio.o
a - src/memory.o
a - src/obj_base.o
a - src/obj_bytes.o
a - src/obj_dict.o
a - src/obj_function.o
a - src/obj_gen.o
a - src/obj_list.o
a - src/obj_long.o
a - src/obj_numeric.o
a - src/obj_range.o
a - src/obj_set.o
a - src/obj_slice.o
a - src/obj_str.o
a - src/obj_tuple.o
a - src/obj_typing.o
a - src/object.o
a - src/os.o
a - src/parseargs.o
a - src/scanner.o
a - src/sys.o
a - src/table.o
a - src/threads.o
a - src/time.o
a - src/value.o
a - src/vm.o
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -c -o src/vendor/rline.o src/vendor/rline.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. -rdynamic -o kuroko src/kuroko.c libkuroko.a src/vendor/rline.o -ldl -lpthread
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/builtins.lo src/builtins.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/chunk.lo src/chunk.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/compiler.lo src/compiler.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/debug.lo src/debug.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/exceptions.lo src/exceptions.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/fileio.lo src/fileio.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/memory.lo src/memory.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_base.lo src/obj_base.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_bytes.lo src/obj_bytes.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_dict.lo src/obj_dict.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_function.lo src/obj_function.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_gen.lo src/obj_gen.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_list.lo src/obj_list.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_long.lo src/obj_long.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_numeric.lo src/obj_numeric.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_range.lo src/obj_range.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_set.lo src/obj_set.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_slice.lo src/obj_slice.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_str.lo src/obj_str.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_tuple.lo src/obj_tuple.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/obj_typing.lo src/obj_typing.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/object.lo src/object.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/os.lo src/os.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/parseargs.lo src/parseargs.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/scanner.lo src/scanner.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/sys.lo src/sys.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/table.lo src/table.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/threads.lo src/threads.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/time.lo src/time.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/value.lo src/value.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -fPIC -c -o src/vm.lo src/vm.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. -fPIC -shared -o libkuroko.so  src/builtins.lo  src/chunk.lo  src/compiler.lo  src/debug.lo  src/exceptions.lo  src/fileio.lo  src/memory.lo  src/obj_base.lo  src/obj_bytes.lo  src/obj_dict.lo  src/obj_function.lo  src/obj_gen.lo  src/obj_list.lo  src/obj_long.lo  src/obj_numeric.lo  src/obj_range.lo  src/obj_set.lo  src/obj_slice.lo  src/obj_str.lo  src/obj_tuple.lo  src/obj_typing.lo  src/object.lo  src/os.lo  src/parseargs.lo  src/scanner.lo  src/sys.lo  src/table.lo  src/threads.lo  src/time.lo  src/value.lo  src/vm.lo -ldl -lpthread
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. -fPIC -shared -o modules/math.so src/modules/module_math.c -ldl -lpthread -lm
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. -fPIC -shared -o modules/random.so src/modules/module_random.c -ldl -lpthread 
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. -fPIC -shared -o modules/socket.so src/modules/module_socket.c -ldl -lpthread 
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. -fPIC -shared -o modules/timeit.so src/modules/module_timeit.c -ldl -lpthread 
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. -fPIC -shared -o modules/wcwidth.so src/modules/module_wcwidth.c -ldl -lpthread 
gcc -Itools -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. '-Wl,-rpath,$ORIGIN' -o krk-args tools/args.c -lkuroko
gcc -Itools -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. '-Wl,-rpath,$ORIGIN' -o krk-compile tools/compile.c -lkuroko
gcc -Itools -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. '-Wl,-rpath,$ORIGIN' -o krk-debug-stats tools/debug-stats.c -lkuroko
gcc -Itools -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. '-Wl,-rpath,$ORIGIN' -o krk-demo tools/demo.c -lkuroko
gcc -Itools -Os -fstack-clash-protection -Wformat -Werror=format-security -Isrc -pthread -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -L. '-Wl,-rpath,$ORIGIN' -o krk-sandbox tools/sandbox.c -lkuroko
./kuroko tools/codectools/gen_sbencs.krk
./kuroko tools/codectools/gen_dbdata.krk
test/__init__.krk
test/day1.krk
test/day2.krk
test/day23.krk
test/day3.krk
test/day4.krk
test/day5.krk
test/day6.krk
test/day7.krk
test/generateLongListTest.krk
test/test.krk
test/testAnnotations.krk
test/testArgsKwargs.krk
test/testArgumentExpansions.krk
test/testArgv.krk
test/testAssert.krk
test/testAsyncAwait.krk
test/testAttributePacking.krk
test/testBadSelfAsMethodArg.krk
test/testBareFinally.krk
test/testBigIntegers.krk
test/testBindNativeMethod.krk
test/testBoundMethodEdgecases.krk
test/testBreakFinallys.krk
test/testBreakWiths.krk
test/testChainedComparisonOperators.krk
test/testClassAnnotation.krk
test/testClassDecorator.krk
test/testClassFields.krk
test/testClassMethod.krk
test/testClassMethodAssignment.krk
test/testClassMethodInherited.krk
test/testClassMethodSuper.krk
test/testCodecsModule.krk
test/testComparisonOperatorFallbacks.krk
test/testComplexArgsNative.krk
test/testComplicatedGeneratorFunction.krk
test/testConcatenatedStringTokens.krk
test/testContextManagerEarlyReturn.krk
test/testContextManagerException.krk
test/testContextManagerRaisesInExit.krk
test/testDecorators.krk
test/testDefaultArgs.krk
test/testDel.krk
test/testDeque.krk
test/testDescriptor.krk
test/testDictComprehension.krk
test/testEatWhitespace.krk
test/testElseIf.krk
test/testEmptyIndentedLine.krk
test/testEnumerate.krk
test/testEqInvert.krk
test/testExceptionContexts.krk
test/testExceptionTracebacks.krk
test/testExtraneousBlanks.krk
test/testFStrings.krk
test/testFilter.krk
test/testFilteredExceptions.krk
test/testFinally.krk
test/testForIf.krk
test/testFormatSpecs.krk
test/testFormatString.krk
test/testFullOfTombstones.krk
test/testFunctionDocstring.krk
test/testGeneratorExpressions.krk
test/testGeneratorFunctions.krk
test/testGeneratorUpvalues.krk
test/testGetattrDir.krk
test/testHash.krk
test/testIamVeryConfused.krk
test/testImplicitObjectBase.krk
test/testImportContext.krk
test/testInitSubclassHook.krk
test/testIntFloatCompare.krk
test/testIteratorUnpack.krk
test/testJsonModule.krk
test/testKeyboardInterrupt.krk
test/testKeywordArgs.krk
test/testLambdaTakesStars.krk
test/testLinesFromReadme.krk
test/testList.krk
test/testListComprehensions.krk
test/testLongList.krk
test/testLoopBreaks.krk
test/testLoopElse.krk
test/testLotsOfUpvalues.krk
test/testMap.krk
test/testModuleDocstring.krk
test/testModuleName.krk
test/testMoreArgExpansions.krk
test/testMultipleAssignments.krk
test/testMultipleExcept.krk
test/testMultipleWith.krk
test/testNameMangling.krk
test/testNestedChainedMultipleAssignment.krk
test/testNestedTernary.krk
test/testNoise.krk
test/testNoiseList.krk
test/testNoiseTupleKeys.krk
test/testNonDataDescriptor.krk
test/testNotPrecedence.krk
test/testNumericInverse.krk
test/testOperatorOverrides.krk
test/testOperators.krk
test/testOptionalAndCollected.krk
test/testOptionsCompileTimeBuiltins.krk
test/testPackageImports.krk
test/testPow.krk
test/testPythonFootgun.krk
test/testQualname.krk
test/testRacingThreads.krk
test/testReflectedBinaryOperators.krk
test/testRelativeImport.krk
test/testReraisedExceptionTracebacks.krk
test/testRuntimeException.krk
test/testSequenceCompare.krk
test/testSetAttrClass.krk
test/testSetLiterals.krk
test/testSetName.krk
test/testShadowedDefaultArgument.krk
test/testSimpleThreads.krk
test/testSingularExpandedAssignment.krk
test/testSlicers.krk
test/testSpecialDecorators.krk
test/testStrReprOrdering.krk
test/testStringQuoteTypes.krk
test/testStrings.krk
test/testSubclassCachedMethods.krk
test/testSubclassPropertySuperCall.krk
test/testSuperArguments.krk
test/testSyntaxHighlighter.krk
test/testTabWidth.krk
test/testTablesDelLen.krk
test/testTernary.krk
test/testThreading.krk
test/testTryElse.krk
test/testTryElseRaise.krk
test/testTryExcept.krk
test/testTupleComparisons.krk
test/testTupleIter.krk
test/testUnicodeIdentifiers.krk
test/testUnicodeStrings.krk
test/testUnlockedInt.krk
test/testUnpackIter.krk
test/testUpvalue.krk
test/testWeirdIndentCase.krk
test/testYieldFrom.krk
test/testYieldFromEventLoop.krk
>>> kuroko: Entering fakeroot...
Creating directories...
install -d /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/include/kuroko
install -d /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin
install -d /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/lib
install -d /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko
install -d /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko/syntax
install -d /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko/foo/bar
install -d /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko/codecs
Installing programs...
install kuroko /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/kuroko
install  krk-args  krk-compile  krk-debug-stats  krk-demo  krk-sandbox /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/
Installing libraries...
install libkuroko.so /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/lib/libkuroko-1.4.0.so
ln -s -f libkuroko-1.4.0.so /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/lib/libkuroko.so
install -m 644 libkuroko.a /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/lib/
Installing source modules...
install -m 644 modules/*.krk         /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko/
install -m 644 modules/foo/*.krk     /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko/foo/
install -m 644 modules/foo/bar/*.krk /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko/foo/bar/
install -m 644 modules/syntax/*.krk  /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko/syntax/
install -m 644 modules/codecs/*.krk  /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko/codecs/
install  modules/math.so  modules/random.so  modules/socket.so  modules/timeit.so  modules/wcwidth.so         /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/bin/../lib/kuroko/
Installing headers...
install -m 644 src/kuroko/chunk.h src/kuroko/compiler.h src/kuroko/debug.h src/kuroko/kuroko.h src/kuroko/memory.h src/kuroko/object.h src/kuroko/scanner.h src/kuroko/table.h src/kuroko/threads.h src/kuroko/util.h src/kuroko/value.h src/kuroko/vm.h /home/buildozer/aports/community/kuroko/pkg/kuroko/usr/include/kuroko/
You may need to run 'ldconfig'.
>>> kuroko-dev*: Running split function dev...
'usr/include' -> '/home/buildozer/aports/community/kuroko/pkg/kuroko-dev/usr/include'
'usr/lib/libkuroko.a' -> '/home/buildozer/aports/community/kuroko/pkg/kuroko-dev/usr/lib/libkuroko.a'
'usr/lib/libkuroko.so' -> '/home/buildozer/aports/community/kuroko/pkg/kuroko-dev/usr/lib/libkuroko.so'
>>> kuroko-dev*: Preparing subpackage kuroko-dev...
>>> kuroko-dev*: Stripping binaries
>>> kuroko-dev*: Running postcheck for kuroko-dev
>>> kuroko*: Running postcheck for kuroko
>>> kuroko*: Preparing package kuroko...
>>> kuroko*: Stripping binaries
>>> kuroko-dev*: Scanning shared objects
>>> kuroko*: Scanning shared objects
>>> kuroko-dev*: Tracing dependencies...
	so:libc.musl-aarch64.so.1
>>> kuroko-dev*: Package size: 1.7 MB
>>> kuroko-dev*: Compressing data...
>>> kuroko-dev*: Create checksum...
>>> kuroko-dev*: Create kuroko-dev-1.4.0-r0.apk
>>> kuroko*: Tracing dependencies...
	so:libc.musl-aarch64.so.1
	so:libkuroko.so
>>> kuroko*: Package size: 7.2 MB
>>> kuroko*: Compressing data...
>>> kuroko*: Create checksum...
>>> kuroko*: Create kuroko-1.4.0-r0.apk
>>> kuroko: Build complete at Sun, 02 Mar 2025 20:57:04 +0000 elapsed time 0h 0m 57s
>>> kuroko: Cleaning up srcdir
>>> kuroko: Cleaning up pkgdir
>>> kuroko: Uninstalling dependencies...
(1/1) Purging .makedepends-kuroko (20250302.205608)
OK: 397 MiB in 103 packages
>>> kuroko: Updating the community/aarch64 repository index...
>>> kuroko: Signing the index...