=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for konoha-1.0.0.952nb51 [ 1%] Building C object CMakeFiles/konoha.dir/src/lang/typing.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/typing.c:3250:12: warning: variable 'cid' set but not used [-Wunused-but-set-variable] kclass_t cid = CLASS_t((tkC)->type); ^ 1 warning generated. [ 2%] Building C object CMakeFiles/konoha.dir/src/lang/term.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c:1048:11: warning: variable 'tt' set but not used [-Wunused-but-set-variable] kterm_t tt = TT_URN; ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c:2886:13: warning: variable 'stmtPREV' set but not used [-Wunused-but-set-variable] kStmtExpr *stmtPREV = NULL, *stmtLAST = NULL; ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c:3538:20: warning: variable 'comma' set but not used [-Wunused-but-set-variable] int i, colon = 0, comma = 0; ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c:3568:9: warning: variable 'tkLINE' set but not used [-Wunused-but-set-variable] kTerm *tkLINE = NULL; ^ 4 warnings generated. [ 4%] Building C object CMakeFiles/konoha.dir/src/lang/asm.c.o [ 5%] Building C object CMakeFiles/konoha.dir/src/lang/script.c.o [ 6%] Building C object CMakeFiles/konoha.dir/src/lang/vmcodelibs.c.o [ 8%] Building C object CMakeFiles/konoha.dir/src/lang/message.c.o [ 9%] Building C object CMakeFiles/konoha.dir/src/main/array.c.o [ 11%] Building C object CMakeFiles/konoha.dir/src/gc/gc.c.o [ 12%] Building C object CMakeFiles/konoha.dir/src/main/bytes.c.o [ 13%] Building C object CMakeFiles/konoha.dir/src/main/class.c.o [ 15%] Building C object CMakeFiles/konoha.dir/src/main/closure.c.o [ 16%] Building C object CMakeFiles/konoha.dir/src/main/context.c.o [ 18%] Building C object CMakeFiles/konoha.dir/src/main/evidence.c.o [ 19%] Building C object CMakeFiles/konoha.dir/src/main/exports.c.o [ 20%] Building C object CMakeFiles/konoha.dir/src/main/map.c.o [ 22%] Building C object CMakeFiles/konoha.dir/src/main/number.c.o [ 23%] Building C object CMakeFiles/konoha.dir/src/main/os.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/os.c:86:5: warning: call to undeclared function 'sysctlbyname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if(sysctlbyname(name, &data, &len, NULL, 0) == -1) { ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/os.c:97:5: warning: call to undeclared function 'sysctlbyname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if(sysctlbyname(name, NULL, &len2, NULL, 0) == -1) { ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/os.c:593:36: warning: variable 'emsg' set but not used [-Wunused-but-set-variable] const char *func = __FUNCTION__, *emsg = NULL; ^ 3 warnings generated. [ 25%] Building C object CMakeFiles/konoha.dir/src/main/link.c.o [ 26%] Building C object CMakeFiles/konoha.dir/src/main/query.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/query.c:123:16: warning: unused function 'SQLITE3_nextData' [-Wunused-function] static ITRNEXT SQLITE3_nextData(CTX ctx, ksfp_t *sfp _RIX) ^ 1 warning generated. [ 27%] Building C object CMakeFiles/konoha.dir/src/main/runtime.c.o [ 29%] Building C object CMakeFiles/konoha.dir/src/main/security.c.o [ 30%] Building C object CMakeFiles/konoha.dir/src/main/semantics.c.o [ 31%] Building C object CMakeFiles/konoha.dir/src/lang/ffi.c.o [ 33%] Building C object CMakeFiles/konoha.dir/src/main/stack.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/stack.c:345:27: warning: calling '__builtin_frame_address' with a nonzero argument is unsafe [-Wframe-address] DP(hdr)->frame_address = __builtin_frame_address(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [ 34%] Building C object CMakeFiles/konoha.dir/src/main/stream.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/stream.c:185:7: warning: variable 'tf' set but not used [-Wunused-but-set-variable] int tf = 1; ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/stream.c:615:28: warning: unused variable 'STREAM_NOFILE' [-Wunused-const-variable] static const knh_PathDPI_t STREAM_NOFILE = { ^ 2 warnings generated. [ 36%] Building C object CMakeFiles/konoha.dir/src/main/string.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/string.c:524:21: warning: variable 'rsize' set but not used [-Wunused-but-set-variable] size_t ilen = len, rsize = 0;//, ilen_prev = ilen; ^ 1 warning generated. [ 37%] Building C object CMakeFiles/konoha.dir/src/main/struct.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/struct.c:2391:23: warning: variable 'rel' is uninitialized when used within its own initialization [-Wuninitialized] kView *rel = (kView*)rel; ~~~ ^~~ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/struct.c:2398:23: warning: variable 'rel' is uninitialized when used within its own initialization [-Wuninitialized] kView *rel = (kView*)rel; ~~~ ^~~ 2 warnings generated. [ 38%] Building C object CMakeFiles/konoha.dir/src/main/system.c.o [ 40%] Building C object CMakeFiles/konoha.dir/src/main/thread.c.o [ 41%] Building C object CMakeFiles/konoha.dir/src/ext/mt19937ar.c.o [ 43%] Building C object CMakeFiles/konoha.dir/src/sugar/sugar.c.o In file included from /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/sugar/sugar.c:37: /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/sugar/ast.h:542:7: warning: variable 'start' set but not used [-Wunused-but-set-variable] int start; ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/sugar/ast.h:645:28: warning: unused variable 'level' [-Wunused-variable] int i, start = toks->cur, level = 0; ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/sugar/ast.h:1096:10: warning: variable 'tkf' set but not used [-Wunused-but-set-variable] kToken *tkf = NULL; ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/sugar/ast.h:61:20: warning: unused function 'symTK' [-Wunused-function] static const char *symTK(ktoken_t t) ^ In file included from /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/sugar/sugar.c:38: /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/src/sugar/decl.h:252:16: warning: unused function 'checkMethodParam' [-Wunused-function] static kbool_t checkMethodParam(CTX ctx, kParam *pa, kParam *sup_pa) ^ 5 warnings generated. [ 44%] Linking C shared library libkonoha.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 44%] Built target konoha [ 45%] Building C object CMakeFiles/konoha1.dir/src/konoha.c.o [ 47%] Linking C executable konoha ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 47%] Built target konoha1 [ 48%] Building C object package/konoha.compiler/CMakeFiles/compiler.dir/compiler.c.o [ 50%] Linking C shared library compiler.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 50%] Built target compiler [ 51%] Building C object package/konoha.compiler/CMakeFiles/konohac.dir/konohac.c.o [ 52%] Linking C executable konohac ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 52%] Built target konohac [ 54%] Building C object package/konoha.curl/CMakeFiles/curl.dir/curl.c.o [ 55%] Linking C shared library curl.dylib ld: warning: ignoring duplicate libraries: '-lcurl' ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 55%] Built target curl [ 56%] Building C object package/konoha.i/CMakeFiles/i.dir/i.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.i/i.c:202:12: warning: variable 'cnt' set but not used [-Wunused-but-set-variable] size_t i, cnt = 0, hasCaption = 0; ^ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.i/i.c:223:12: warning: variable 'cnt' set but not used [-Wunused-but-set-variable] size_t i, cnt = 0, hasCaption = 0; ^ 2 warnings generated. [ 58%] Linking C shared library i.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 58%] Built target i [ 59%] Building CXX object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/object.cpp.o In file included from /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/object.cpp:18: In file included from /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/object.hpp:409: In file included from /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/type.hpp:10: /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/type/raw.hpp:44:2: warning: all paths through this function will call itself [-Winfinite-recursion] { ^ 1 warning generated. [ 61%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/objectc.c.o [ 62%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/unpack.c.o [ 63%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/version.c.o [ 65%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/vrefbuffer.c.o [ 66%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/zone.c.o [ 68%] Linking CXX static library libmsgpack.a [ 68%] Built target msgpack [ 69%] Building C object package/konoha.io/CMakeFiles/md5.dir/third-party/ext/md5.c.o [ 70%] Linking C static library libmd5.a [ 70%] Built target md5 [ 72%] Building C object package/konoha.io/CMakeFiles/io.dir/src/io.c.o [ 73%] Building C object package/konoha.io/CMakeFiles/io.dir/src/base64.c.o [ 75%] Building C object package/konoha.io/CMakeFiles/io.dir/src/digest.c.o [ 76%] Building C object package/konoha.io/CMakeFiles/io.dir/src/msgpack.c.o [ 77%] Linking CXX shared library io.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 77%] Built target io [ 79%] Building C object package/konoha.lang/CMakeFiles/lang.dir/lang.c.o [ 80%] Linking C shared library lang.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 80%] Built target lang [ 81%] Building C object package/konoha.math/CMakeFiles/math.dir/math.c.o [ 83%] Linking C shared library math.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_sanitizers.dylib' found at '/usr/lib/system/libsystem_sanitizers.dylib' couldn't be matched with any parent library and will be linked directly ld: warning: reexported library with install name '/usr/lib/system/libsystem_eligibility.dylib' found at '/usr/lib/system/libsystem_eligibility.dylib' couldn't be matched with any parent library and will be linked directly ld: warning: reexported library with install name '/usr/lib/system/libsystem_darwindirectory.dylib' found at '/usr/lib/system/libsystem_darwindirectory.dylib' couldn't be matched with any parent library and will be linked directly [ 83%] Built target math [ 84%] Building C object package/konoha.ntrace/CMakeFiles/ntrace.dir/ntrace.c.o [ 86%] Linking C shared library ntrace.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 86%] Built target ntrace [ 87%] Building C object package/konoha.posix/CMakeFiles/posix.dir/posix.c.o [ 88%] Linking C shared library posix.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 88%] Built target posix [ 90%] Building C object package/konoha.proc/CMakeFiles/proc.dir/proc.c.o /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.proc/proc.c:168:12: warning: variable 'ctx' is uninitialized when used within its own initialization [-Wuninitialized] CTX ctx = knh_getCurrentContext(); ~~~ ^~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/include/konoha1/konoha_api.h:242:33: note: expanded from macro 'knh_getCurrentContext' #define knh_getCurrentContext ctx->api2->getCurrentContext ^~~ /Users/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.proc/proc.c:119:28: warning: unused variable 'STREAM_PROC' [-Wunused-const-variable] static const knh_PathDPI_t STREAM_PROC = { ^ 2 warnings generated. [ 91%] Linking C shared library proc.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 91%] Built target proc [ 93%] Building C object package/konoha.signal/CMakeFiles/signal.dir/signal.c.o [ 94%] Linking C shared library signal.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 94%] Built target signal [ 95%] Building C object package/konoha.socket/CMakeFiles/socket.dir/socket_posix.c.o [ 97%] Linking C shared library socket.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [ 97%] Built target socket [ 98%] Building C object package/konoha.thread/CMakeFiles/thread.dir/thread.c.o [100%] Linking C shared library thread.dylib ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly [100%] Built target thread