+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/SQLiteCpp-2.2.0nb16/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/SQLiteCpp-2.2.0nb16/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead. ===> Building for SQLiteCpp-2.2.0nb16 [ 11%] Building CXX object CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.o [ 22%] Building CXX object CMakeFiles/SQLiteCpp.dir/src/Column.cpp.o [ 22%] Built target SQLiteCpp_cpplint [ 33%] Building C object sqlite3/CMakeFiles/sqlite3.dir/sqlite3.c.o /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'strftimeFunc': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:20493:52: note: in expansion of macro 'SQLITE_DYNAMIC' 20493 | z==zBuf ? SQLITE_TRANSIENT : SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3ErrorWithMsg': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:28380:54: note: in expansion of macro 'SQLITE_DYNAMIC' 28380 | sqlite3ValueSetStr(db->pErr, -1, z, SQLITE_UTF8, SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ [ 44%] Building CXX object CMakeFiles/SQLiteCpp.dir/src/Database.cpp.o /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3VdbeMemSetStr': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:71208:19: note: in expansion of macro 'SQLITE_DYNAMIC' 71208 | }else if( xDel==SQLITE_DYNAMIC ){ | ^~~~~~~~~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'valueFromExpr': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:71608:55: note: in expansion of macro 'SQLITE_DYNAMIC' 71608 | sqlite3ValueSetStr(pVal, -1, zVal, SQLITE_UTF8, SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:71651:29: note: in expansion of macro 'SQLITE_DYNAMIC' 71651 | 0, SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ [ 55%] Building CXX object CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.o [ 66%] Building CXX object CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.o /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3VdbeExec': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:86023:38: warning: cast between incompatible function types from 'int (*)(u32, void *, void *, void *)' {aka 'int (*)(unsigned int, void *, void *, void *)'} to 'void (*)(void *, const char *)' [-Wcast-function-type] 86023 | void (*x)(void*,const char*) = (void(*)(void*,const char*))db->xTrace; | ^ [ 77%] Building CXX object CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.o /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'renameTableFunc': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:96950:44: note: in expansion of macro 'SQLITE_DYNAMIC' 96950 | sqlite3_result_text(context, zRet, -1, SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'renameParentFunc': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:97014:45: note: in expansion of macro 'SQLITE_DYNAMIC' 97014 | sqlite3_result_text(context, zResult, -1, SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'renameTriggerFunc': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:97091:44: note: in expansion of macro 'SQLITE_DYNAMIC' 97091 | sqlite3_result_text(context, zRet, -1, SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ [ 88%] Linking CXX static library libSQLiteCpp.a [ 88%] Built target SQLiteCpp /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3DefaultRowEst': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:103925:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 103925 | if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10; assert( 10==sqlite3LogEst(2) ); | ^~ In file included from /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:12568: /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:103925:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 103925 | if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10; assert( 10==sqlite3LogEst(2) ); | ^~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:103926:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 103926 | if( a[0]<33 ) a[0] = 33; assert( 33==sqlite3LogEst(10) ); | ^~ In file included from /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:12568: /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:103926:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 103926 | if( a[0]<33 ) a[0] = 33; assert( 33==sqlite3LogEst(10) ); | ^~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'printfFunc': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:106549:25: note: in expansion of macro 'SQLITE_DYNAMIC' 106549 | SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'generateColumnNames': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:119074:58: note: in expansion of macro 'SQLITE_DYNAMIC' 119074 | sqlite3VdbeSetColName(v, i, COLNAME_NAME, zName, SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:13031:27: warning: cast between incompatible function types from 'int (*)(void *)' to 'void (*)(void *)' [-Wcast-function-type] 13031 | #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:119081:52: note: in expansion of macro 'SQLITE_DYNAMIC' 119081 | sqlite3VdbeSetColName(v, i, COLNAME_NAME, z, SQLITE_DYNAMIC); | ^~~~~~~~~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3_trace': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:143446:16: warning: cast between incompatible function types from 'void (*)(void *, const char *)' to 'int (*)(u32, void *, void *, void *)' {aka 'int (*)(unsigned int, void *, void *, void *)'} [-Wcast-function-type] 143446 | db->xTrace = (int(*)(u32,void*,void*,void*))xTrace; | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3VXPrintf': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:25940:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 25940 | flag_long = sizeof(char*)==sizeof(i64) ? 2 : | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25941 | sizeof(char*)==sizeof(long int) ? 1 : 0; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:25943:7: note: here 25943 | case etORDINAL: | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:25945:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 25945 | cThousand = 0; | ~~~~~~~~~~^~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:25947:7: note: here 25947 | case etDECIMAL: | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3GetToken': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:140933:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 140933 | if( !sqlite3Isdigit(z[1]) ) | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:140942:5: note: here 140942 | case CC_DIGIT: { | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:141032:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 141032 | if( z[1]=='\'' ){ | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:141046:5: note: here 141046 | case CC_ID: { | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3ExprCodeTarget': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:95065:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 95065 | case TK_AGG_COLUMN: { | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:95078:5: note: here 95078 | case TK_COLUMN: { | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'resolveP2Values': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:72592:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 72592 | if( pOp->p2!=0 ) p->readOnly = 0; | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:72595:9: note: here 72595 | case OP_AutoCommit: | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'fkActionTrigger': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:109504:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 109504 | if( !pChanges ){ | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:109508:7: note: here 109508 | default: | ^~~~~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3GenerateConstraintChecks': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:111002:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 111002 | onError = OE_Abort; | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:111005:7: note: here 111005 | case OE_Rollback: | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3VdbeExec': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:79890:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 79890 | if( (pIn3->flags & MEM_Null)==0 ) break; | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:79924:1: note: here 79924 | case OP_Halt: { | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:80054:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 80054 | if( pOp->p1>db->aLimit[SQLITE_LIMIT_LENGTH] ){ | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:80073:1: note: here 80073 | case OP_String: { /* out2 */ | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:83862:38: warning: this statement may fall through [-Wimplicit-fallthrough=] 83862 | p->aCounter[SQLITE_STMTSTATUS_SORT]++; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:83877:1: note: here 83877 | case OP_Rewind: { /* jump */ | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:85137:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 85137 | pOp->opcode = OP_AggStep; | ^ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:85140:1: note: here 85140 | case OP_AggStep: { | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:85931:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 85931 | pOp->opcode += 2; | ~~~~~~~~~~~~^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:85934:1: note: here 85934 | case OP_PureFunc: | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c: In function 'sqlite3SelectNew': /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:117588:10: warning: function may return address of local variable [-Wreturn-local-addr] 117588 | return pNew; | ^~~~ /home/pbulk/build/databases/SQLiteCpp/work/SQLiteCpp-2.2.0/sqlite3/sqlite3.c:117549:10: note: declared here 117549 | Select standin; | ^~~~~~~ [100%] Linking C static library libsqlite3.a [100%] Built target sqlite3