NEWS
Chatbot Aktualisieren Fehler
-
Hi, ich wollte in Node Red (läuft bei mir als Adapter im Iobroker) über den Palette Manager meinen node red contrib chatbot aktualisieren, erhalte dabei aber leider allerlei Fehlermeldungen. Steige da leider nicht durch, was ich da machen muss oder ob ich da überhaupt was machen muss. Nach der Aktualisierung war Node Red gestoppt, weil angeblich die Chatbot Nodes fehlten, die waren aber alle vorhanden. Ich habe dann ein Backup eingespielt und es noch mal versucht, die Fehlermeldungen waren die gleichen, allerdings läuft jetzt wieder alles, sieht auf jeden Fall so aus. Mein System sollte eigentlich aktuell sein, Updates führe ich regelmäßig durch.
Ich habe jetzt mal einen Teil des Logs angehangen, das ganze ist fast 4000 Zeilen lang und würde hier gar nicht reinpassen.----------------------------------------------------------- 2021-11-12T09:15:54.702Z Installieren : node-red-contrib-chatbot 0.19.11 2021-11-12T09:15:54.135Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production node-red-contrib-chatbot@0.19.11 2021-11-12T09:16:09.448Z [err] npm 2021-11-12T09:16:09.448Z [err] WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 2021-11-12T09:16:59.463Z [err] npm 2021-11-12T09:16:59.464Z [err] WARN deprecated har-validator@5.1.5: this library is no longer supported 2021-11-12T09:17:14.410Z [err] npm 2021-11-12T09:17:14.410Z [err] WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 2021-11-12T09:17:16.351Z [err] npm 2021-11-12T09:17:16.351Z [err] WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. 2021-11-12T09:18:26.768Z [out] 2021-11-12T09:18:26.768Z [out] > sqlite3@4.2.0 install /opt/iobroker/iobroker-data/node-red/node_modules/chat-platform/node_modules/sqlite3 2021-11-12T09:18:26.768Z [out] > node-pre-gyp install --fallback-to-build 2021-11-12T09:18:26.768Z [out] 2021-11-12T09:18:27.558Z [err] node-pre-gyp 2021-11-12T09:18:27.560Z [err] 2021-11-12T09:18:27.560Z [err] WARN 2021-11-12T09:18:27.560Z [err] 2021-11-12T09:18:27.560Z [err] Using request for node-pre-gyp https download 2021-11-12T09:18:27.560Z [err] 2021-11-12T09:18:28.205Z [err] node-pre-gyp 2021-11-12T09:18:28.206Z [err] 2021-11-12T09:18:28.206Z [err] WARN 2021-11-12T09:18:28.206Z [err] 2021-11-12T09:18:28.207Z [err] Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v72-linux-arm.tar.gz 2021-11-12T09:18:28.207Z [err] 2021-11-12T09:18:28.207Z [err] node-pre-gyp 2021-11-12T09:18:28.207Z [err] 2021-11-12T09:18:28.207Z [err] WARN 2021-11-12T09:18:28.208Z [err] 2021-11-12T09:18:28.208Z [err] Pre-built binaries not found for sqlite3@4.2.0 and node@12.22.7 (node-v72 ABI, glibc) (falling back to source compile with node-gyp) 2021-11-12T09:18:28.208Z [err] 2021-11-12T09:18:30.645Z [out] make: Entering directory '/opt/iobroker/iobroker-data/node-red/node_modules/chat-platform/node_modules/sqlite3/build' 2021-11-12T09:18:30.647Z [out] ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c 2021-11-12T09:18:30.949Z [out] TOUCH Release/obj.target/deps/action_before_build.stamp 2021-11-12T09:18:30.964Z [out] CC(target) Release/obj.target/sqlite3/gen/sqlite-autoconf-3310100/sqlite3.o 2021-11-12T09:18:31.184Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘strftimeFunc’: 2021-11-12T09:18:31.185Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:14483:27: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void (*)(void *)’ [-Wcast-function-type] 2021-11-12T09:18:31.185Z [err] #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) 2021-11-12T09:18:31.185Z [err] ^ 2021-11-12T09:18:31.185Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:22663:52: note: in expansion of macro ‘SQLITE_DYNAMIC’ 2021-11-12T09:18:31.185Z [err] z==zBuf ? SQLITE_TRANSIENT : SQLITE_DYNAMIC); 2021-11-12T09:18:31.185Z [err] ^~~~~~~~~~~~~~ 2021-11-12T09:18:31.351Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3ErrorWithMsg’: 2021-11-12T09:18:31.354Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:14483:27: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void (*)(void *)’ [-Wcast-function-type] 2021-11-12T09:18:31.354Z [err] #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) 2021-11-12T09:18:31.354Z [err] ^ 2021-11-12T09:18:31.354Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:31142:54: note: in expansion of macro ‘SQLITE_DYNAMIC’ 2021-11-12T09:18:31.354Z [err] sqlite3ValueSetStr(db->pErr, -1, z, SQLITE_UTF8, SQLITE_DYNAMIC); 2021-11-12T09:18:31.354Z [err] ^~~~~~~~~~~~~~ 2021-11-12T09:18:33.750Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3VdbeMemSetStr’: 2021-11-12T09:18:33.761Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:14483:27: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void (*)(void *)’ [-Wcast-function-type] 2021-11-12T09:18:33.761Z [err] #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) 2021-11-12T09:18:33.761Z [err] ^ 2021-11-12T09:18:33.761Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:76549:15: note: in expansion of macro ‘SQLITE_DYNAMIC’ 2021-11-12T09:18:33.761Z [err] if( xDel==SQLITE_DYNAMIC ){ 2021-11-12T09:18:33.761Z [err] ^~~~~~~~~~~~~~ 2021-11-12T09:18:33.804Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘valueFromExpr’: 2021-11-12T09:18:33.814Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:14483:27: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void (*)(void *)’ [-Wcast-function-type] 2021-11-12T09:18:33.814Z [err] #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) 2021-11-12T09:18:33.814Z [err] ^ 2021-11-12T09:18:33.814Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:76964:55: note: in expansion of macro ‘SQLITE_DYNAMIC’ 2021-11-12T09:18:33.814Z [err] sqlite3ValueSetStr(pVal, -1, zVal, SQLITE_UTF8, SQLITE_DYNAMIC); 2021-11-12T09:18:33.814Z [err] ^~~~~~~~~~~~~~ 2021-11-12T09:18:33.856Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:14483:27: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void (*)(void *)’ [-Wcast-function-type] 2021-11-12T09:18:33.856Z [err] #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) 2021-11-12T09:18:33.856Z [err] ^ 2021-11-12T09:18:33.856Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:77016:29: note: in expansion of macro ‘SQLITE_DYNAMIC’ 2021-11-12T09:18:33.856Z [err] 0, SQLITE_DYNAMIC); 2021-11-12T09:18:33.856Z [err] ^~~~~~~~~~~~~~ 2021-11-12T09:18:36.371Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3VdbeExec’: 2021-11-12T09:18:36.377Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:92582: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] 2021-11-12T09:18:36.377Z [err] void (*x)(void*,const char*) = (void(*)(void*,const char*))db->xTrace; 2021-11-12T09:18:36.377Z [err] ^ 2021-11-12T09:18:42.255Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘printfFunc’: 2021-11-12T09:18:42.271Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:14483:27: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void (*)(void *)’ [-Wcast-function-type] 2021-11-12T09:18:42.271Z [err] #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) 2021-11-12T09:18:42.271Z [err] ^ 2021-11-12T09:18:42.271Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:115925:25: note: in expansion of macro ‘SQLITE_DYNAMIC’ 2021-11-12T09:18:42.271Z [err] SQLITE_DYNAMIC); 2021-11-12T09:18:42.271Z [err] ^~~~~~~~~~~~~~ 2021-11-12T09:18:45.381Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘generateColumnNames’: 2021-11-12T09:18:45.401Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:14483:27: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void (*)(void *)’ [-Wcast-function-type] 2021-11-12T09:18:45.401Z [err] #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) 2021-11-12T09:18:45.401Z [err] ^ 2021-11-12T09:18:45.401Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:129782:58: note: in expansion of macro ‘SQLITE_DYNAMIC’ 2021-11-12T09:18:45.401Z [err] sqlite3VdbeSetColName(v, i, COLNAME_NAME, zName, SQLITE_DYNAMIC); 2021-11-12T09:18:45.401Z [err] ^~~~~~~~~~~~~~ 2021-11-12T09:18:45.422Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:14483:27: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void (*)(void *)’ [-Wcast-function-type] 2021-11-12T09:18:45.422Z [err] #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize) 2021-11-12T09:18:45.422Z [err] ^ 2021-11-12T09:18:45.422Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:129789:52: note: in expansion of macro ‘SQLITE_DYNAMIC’ 2021-11-12T09:18:45.422Z [err] sqlite3VdbeSetColName(v, i, COLNAME_NAME, z, SQLITE_DYNAMIC); 2021-11-12T09:18:45.422Z [err] ^~~~~~~~~~~~~~ 2021-11-12T09:18:55.288Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3InvokeBusyHandler’: 2021-11-12T09:18:55.301Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:160680:12: warning: cast between incompatible function types from ‘int (*)(void *, int)’ to ‘int (*)(void *, int, sqlite3_file *)’ {aka ‘int (*)(void *, int, struct sqlite3_file *)’} [-Wcast-function-type] 2021-11-12T09:18:55.301Z [err] xTra = (int(*)(void*,int,sqlite3_file*))p->xBusyHandler; 2021-11-12T09:18:55.301Z [err] ^ 2021-11-12T09:18:55.302Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3_busy_timeout’: 2021-11-12T09:18:55.315Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:160758:30: warning: cast between incompatible function types from ‘int (*)(void *, int, sqlite3_file *)’ {aka ‘int (*)(void *, int, struct sqlite3_file *)’} to ‘int (*)(void *, int)’ [-Wcast-function-type] 2021-11-12T09:18:55.315Z [err] sqlite3_busy_handler(db, (int(*)(void*,int))sqliteDefaultBusyCallback, 2021-11-12T09:18:55.315Z [err] ^ 2021-11-12T09:18:55.394Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3_trace’: 2021-11-12T09:18:55.407Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:161110: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] 2021-11-12T09:18:55.407Z [err] db->xTrace = (int(*)(u32,void*,void*,void*))xTrace; 2021-11-12T09:18:55.407Z [err] ^ 2021-11-12T09:19:19.417Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3_db_status’: 2021-11-12T09:19:19.418Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:21486:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.418Z [err] op = SQLITE_DBSTATUS_CACHE_WRITE+1; 2021-11-12T09:19:19.418Z [err] ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2021-11-12T09:19:19.418Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:21488:5: note: here 2021-11-12T09:19:19.418Z [err] case SQLITE_DBSTATUS_CACHE_HIT: 2021-11-12T09:19:19.418Z [err] ^~~~ 2021-11-12T09:19:19.436Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3_str_vappendf’: 2021-11-12T09:19:19.438Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:28352:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.438Z [err] flag_long = sizeof(char*)==sizeof(i64) ? 2 : 2021-11-12T09:19:19.438Z [err] ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2021-11-12T09:19:19.438Z [err] sizeof(char*)==sizeof(long int) ? 1 : 0; 2021-11-12T09:19:19.438Z [err] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2021-11-12T09:19:19.438Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:28355:7: note: here 2021-11-12T09:19:19.438Z [err] case etORDINAL: 2021-11-12T09:19:19.438Z [err] ^~~~ 2021-11-12T09:19:19.439Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:28357:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.439Z [err] cThousand = 0; 2021-11-12T09:19:19.439Z [err] ~~~~~~~~~~^~~ 2021-11-12T09:19:19.440Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:28359:7: note: here 2021-11-12T09:19:19.440Z [err] case etDECIMAL: 2021-11-12T09:19:19.440Z [err] ^~~~ 2021-11-12T09:19:19.586Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3GetToken’: 2021-11-12T09:19:19.609Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:158219:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.609Z [err] if( !sqlite3Isdigit(z[1]) ) 2021-11-12T09:19:19.609Z [err] ^ 2021-11-12T09:19:19.622Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:158228:5: note: here 2021-11-12T09:19:19.622Z [err] case CC_DIGIT: { 2021-11-12T09:19:19.622Z [err] ^~~~ 2021-11-12T09:19:19.634Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:158318:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.634Z [err] if( z[1]=='\'' ){ 2021-11-12T09:19:19.634Z [err] ^ 2021-11-12T09:19:19.646Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:158332:5: note: here 2021-11-12T09:19:19.646Z [err] case CC_ID: { 2021-11-12T09:19:19.646Z [err] ^~~~ 2021-11-12T09:19:19.675Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3ExprCodeTarget’: 2021-11-12T09:19:19.690Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:102448:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.690Z [err] case TK_AGG_COLUMN: { 2021-11-12T09:19:19.690Z [err] ^ 2021-11-12T09:19:19.697Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:102461:5: note: here 2021-11-12T09:19:19.697Z [err] case TK_COLUMN: { 2021-11-12T09:19:19.697Z [err] ^~~~ 2021-11-12T09:19:19.717Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘exprImpliesNotNull’: 2021-11-12T09:19:19.724Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:104004:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.724Z [err] if( exprImpliesNotNull(pParse, p->pRight, pNN, iTab, seenNot) ) return 1; 2021-11-12T09:19:19.724Z [err] ^ 2021-11-12T09:19:19.731Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:104007:5: note: here 2021-11-12T09:19:19.731Z [err] case TK_SPAN: 2021-11-12T09:19:19.731Z [err] ^~~~ 2021-11-12T09:19:19.732Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘impliesNotNullRow’: 2021-11-12T09:19:19.740Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:104144:8: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.740Z [err] if( (pExpr->pLeft->op==TK_COLUMN && IsVirtual(pExpr->pLeft->y.pTab)) 2021-11-12T09:19:19.740Z [err] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2021-11-12T09:19:19.740Z [err] || (pExpr->pRight->op==TK_COLUMN && IsVirtual(pExpr->pRight->y.pTab)) 2021-11-12T09:19:19.740Z [err] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2021-11-12T09:19:19.747Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:104149:5: note: here 2021-11-12T09:19:19.747Z [err] default: 2021-11-12T09:19:19.747Z [err] ^~~~~~~ 2021-11-12T09:19:19.768Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘resolveP2Values’: 2021-11-12T09:19:19.778Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:78144:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.778Z [err] if( pOp->p2!=0 ) p->readOnly = 0; 2021-11-12T09:19:19.778Z [err] ^ 2021-11-12T09:19:19.783Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:78147:9: note: here 2021-11-12T09:19:19.783Z [err] case OP_AutoCommit: 2021-11-12T09:19:19.783Z [err] ^~~~ 2021-11-12T09:19:19.789Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:78185:26: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.789Z [err] case OP_VFilter: { 2021-11-12T09:19:19.789Z [err] ^ 2021-11-12T09:19:19.794Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:78194:9: note: here 2021-11-12T09:19:19.794Z [err] default: { 2021-11-12T09:19:19.794Z [err] ^~~~~~~ 2021-11-12T09:19:19.845Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘resolveExprStep’: 2021-11-12T09:19:19.854Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:97814:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:19.854Z [err] case TK_ISNOT: { 2021-11-12T09:19:19.854Z [err] ^ 2021-11-12T09:19:19.861Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:97830:5: note: here 2021-11-12T09:19:19.861Z [err] case TK_BETWEEN: 2021-11-12T09:19:19.861Z [err] ^~~~ 2021-11-12T09:19:20.004Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘fkActionTrigger’: 2021-11-12T09:19:20.014Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:119039:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.014Z [err] if( !pChanges ){ 2021-11-12T09:19:20.014Z [err] ^ 2021-11-12T09:19:20.025Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:119043:7: note: here 2021-11-12T09:19:20.025Z [err] default: 2021-11-12T09:19:20.025Z [err] ^~~~~~~ 2021-11-12T09:19:20.037Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3GenerateConstraintChecks’: 2021-11-12T09:19:20.046Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:120965:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.046Z [err] onError = OE_Abort; 2021-11-12T09:19:20.046Z [err] ^ 2021-11-12T09:19:20.055Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:120968:7: note: here 2021-11-12T09:19:20.055Z [err] case OE_Rollback: 2021-11-12T09:19:20.055Z [err] ^~~~ 2021-11-12T09:19:20.064Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:121026:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.064Z [err] sqlite3UpsertDoUpdate(pParse, pUpsert, pTab, 0, iDataCur); 2021-11-12T09:19:20.064Z [err] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2021-11-12T09:19:20.073Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:121030:7: note: here 2021-11-12T09:19:20.073Z [err] case OE_Ignore: { 2021-11-12T09:19:20.073Z [err] ^~~~ 2021-11-12T09:19:20.083Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:121247:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.083Z [err] sqlite3UpsertDoUpdate(pParse, pUpsert, pTab, pIdx, iIdxCur+ix); 2021-11-12T09:19:20.083Z [err] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2021-11-12T09:19:20.092Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:121251:7: note: here 2021-11-12T09:19:20.092Z [err] case OE_Ignore: { 2021-11-12T09:19:20.092Z [err] ^~~~ 2021-11-12T09:19:20.201Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘sqlite3VdbeExec’: 2021-11-12T09:19:20.213Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:85886:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.213Z [err] if( (pIn3->flags & MEM_Null)==0 ) break; 2021-11-12T09:19:20.213Z [err] ^ 2021-11-12T09:19:20.219Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:85920:1: note: here 2021-11-12T09:19:20.219Z [err] case OP_Halt: { 2021-11-12T09:19:20.219Z [err] ^~~~ 2021-11-12T09:19:20.225Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:86055:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.225Z [err] pOp->opcode = OP_String; 2021-11-12T09:19:20.225Z [err] ^ 2021-11-12T09:19:20.231Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:86072:1: note: here 2021-11-12T09:19:20.231Z [err] case OP_String: { /* out2 */ 2021-11-12T09:19:20.231Z [err] ^~~~ 2021-11-12T09:19:20.237Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:89327:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.237Z [err] case OP_IfNoHope: { /* jump, in3 */ 2021-11-12T09:19:20.237Z [err] ^ 2021-11-12T09:19:20.243Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:89335:1: note: here 2021-11-12T09:19:20.243Z [err] case OP_NoConflict: /* jump, in3 */ 2021-11-12T09:19:20.243Z [err] ^~~~ 2021-11-12T09:19:20.250Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:90261:38: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.250Z [err] p->aCounter[SQLITE_STMTSTATUS_SORT]++; 2021-11-12T09:19:20.250Z [err] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 2021-11-12T09:19:20.256Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:90276:1: note: here 2021-11-12T09:19:20.256Z [err] case OP_Rewind: { /* jump */ 2021-11-12T09:19:20.256Z [err] ^~~~ 2021-11-12T09:19:20.262Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:91591:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.262Z [err] pOp->opcode = OP_AggStep1; 2021-11-12T09:19:20.262Z [err] ^ 2021-11-12T09:19:20.269Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:91594:1: note: here 2021-11-12T09:19:20.269Z [err] case OP_AggStep1: { 2021-11-12T09:19:20.269Z [err] ^~~~ 2021-11-12T09:19:20.612Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c: In function ‘fts3SnippetFunc’: 2021-11-12T09:19:20.633Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:168610:22: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.633Z [err] case 6: nToken = sqlite3_value_int(apVal[5]); 2021-11-12T09:19:20.633Z [err] ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2021-11-12T09:19:20.646Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:168611:5: note: here 2021-11-12T09:19:20.646Z [err] case 5: iCol = sqlite3_value_int(apVal[4]); 2021-11-12T09:19:20.646Z [err] ^~~~ 2021-11-12T09:19:20.672Z [err] Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c:168611:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 2021-11-12T09:19:20.672Z [err] case 5: iCol = sqlite3_value_int(apVal[4]);
-
@frankyboy73 sagte in Chatbot Aktualisieren Fehler:
sqlite3@4.2.0
Wenn ich das richtig sehe wird da das node-Modul sqlite3@4.2.0 neu gegen nodeJS 12.22.7 gebaut. Nix wildes.
-
@thomas-braun Hi, danke für deine Antwort. Ich weiß zwar nicht was das bedeutet, aber wenn du schreibst es ist nix wildes, bin ich ja beruhigt. Vor allem da du es schreibst. Danke.