Hi Leute,
seit der Neuinstallation von IoBroker auf einem Nuc mit anschließendem Rückspielen der gesicherten Daten mit BackitUp bekomme ich beim Start des Javascript Adapters jede Menge Fehlermeldungen. Ich kann aber nicht feststellen, dass irgendetwas nichts geht. Das System läuft stabil und ohne Probleme und die Fehler sind auch nur bei einem Restart des Javasript Adapters zu sehen.
Hier einmal die Fehler, vielleicht hat ja Jemand eine Idee für mich 
2020-10-02 18:05:59.780 - info: host.IoBroker instance system.adapter.javascript.0 started with pid 1066
2020-10-02 18:06:00.547 - info: javascript.0 (1066) starting. Version 4.6.17 in /opt/iobroker/node_modules/iobroker.javascript, node: v12.18.4, js-controller: 3.1.6
2020-10-02 18:06:00.560 - info: javascript.0 (1066) npm install xml2js --production --prefix "/opt/iobroker/node_modules/iobroker.javascript" (System call)
2020-10-02 18:06:02.061 - info: javascript.0 (1066)
> node-expat@2.3.18 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
> node-gyp rebuild
2020-10-02 18:06:03.088 - info: javascript.0 (1066) make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat/build“ wird betreten
2020-10-02 18:06:03.090 - info: javascript.0 (1066) CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o
2020-10-02 18:06:03.781 - info: host.IoBroker instance system.adapter.mqtt.0 started with pid 1135
2020-10-02 18:06:04.499 - info: mqtt.0 (1135) starting. Version 2.1.4 in /opt/iobroker/node_modules/iobroker.mqtt, node: v12.18.4, js-controller: 3.1.6
2020-10-02 18:06:04.504 - info: javascript.0 (1066) CC(target) Release/obj.target/expat/deps/libexpat/lib/xmltok.o
2020-10-02 18:06:04.555 - error: javascript.0 (1066) In file included from ../deps/libexpat/lib/xmltok.c:306:
../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_isPublicId’:
2020-10-02 18:06:04.556 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:1404:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!(BYTE_TO_ASCII(enc, ptr) & ~0x7f))
^
../deps/libexpat/lib/xmltok_impl.c:1406:5: note: here
default:
^~~~~~~
2020-10-02 18:06:04.556 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_sameName’:
2020-10-02 18:06:04.557 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:1624:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*ptr1++ != *ptr2++) \
^
../deps/libexpat/lib/xmltok_impl.c:1626:5: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:1623:5: note: here
case BT_LEAD ## n: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1626:18: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:1624:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*ptr1++ != *ptr2++) \
^
../deps/libexpat/lib/xmltok_impl.c:1626:18: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:1623:5: note: here
case BT_LEAD ## n: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1626:31: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
2020-10-02 18:06:04.557 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_scanRef’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:509:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:509:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
2020-10-02 18:06:04.558 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:518:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:518:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.558 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_scanPercent’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:886:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:886:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:896:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:896:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.562 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_scanLt’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:693:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:693:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:731:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:731:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:743:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:743:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:720:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:720:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.562 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_scanPi’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:246:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:246:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:253:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:253:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.572 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_scanEndTag’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:397:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:397:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:404:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:404:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_scanAtts’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:552:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:552:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:649:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:649:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:541:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:541:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_prologTok’:
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:1153:9: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1153:9: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:1139:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1139:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_scanPoundName’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:914:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:914:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:921:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:921:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
In file included from ../deps/libexpat/lib/xmltok.c:791:
../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_isPublicId’:
../deps/libexpat/lib/xmltok_impl.c:1404:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!(BYTE_TO_ASCII(enc, ptr) & ~0x7f))
^
../deps/libexpat/lib/xmltok_impl.c:1406:5: note: here
default:
^~~~~~~
../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_sameName’:
../deps/libexpat/lib/xmltok_impl.c:1624:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*ptr1++ != *ptr2++) \
^
../deps/libexpat/lib/xmltok_impl.c:1626:5: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:1623:5: note: here
case BT_LEAD ## n: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1626:18: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:1624:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*ptr1++ != *ptr2++) \
^
../deps/libexpat/lib/xmltok_impl.c:1626:18: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:1623:5: note: here
case BT_LEAD ## n: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1626:31: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
2020-10-02 18:06:04.575 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_scanRef’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:509:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:509:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:518:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:518:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_scanPercent’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:886:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:886:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:896:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:896:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.576 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_scanLt’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:693:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:693:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
2020-10-02 18:06:04.577 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:731:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:731:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:743:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:743:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:720:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:720:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.578 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_scanPi’:
2020-10-02 18:06:04.579 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:246:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:246:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:253:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:253:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.580 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_scanEndTag’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:397:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:397:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:404:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:404:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.580 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_scanAtts’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:552:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:552:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
2020-10-02 18:06:04.581 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:649:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:649:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:541:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:541:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.582 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_prologTok’:
2020-10-02 18:06:04.583 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:1153:9: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1153:9: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:1139:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1139:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.584 - info: mqtt.0 (1135) Starting MQTT authenticated server on 0.0.0.0:1883
2020-10-02 18:06:04.584 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘little2_scanPoundName’:
2020-10-02 18:06:04.584 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:914:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:914:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:921:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:921:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.585 - error: javascript.0 (1066) In file included from ../deps/libexpat/lib/xmltok.c:932:
../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_isPublicId’:
2020-10-02 18:06:04.586 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:1404:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!(BYTE_TO_ASCII(enc, ptr) & ~0x7f))
^
../deps/libexpat/lib/xmltok_impl.c:1406:5: note: here
default:
^~~~~~~
2020-10-02 18:06:04.587 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_sameName’:
2020-10-02 18:06:04.588 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:1624:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*ptr1++ != *ptr2++) \
^
../deps/libexpat/lib/xmltok_impl.c:1626:5: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:1623:5: note: here
case BT_LEAD ## n: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1626:18: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:1624:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*ptr1++ != *ptr2++) \
^
../deps/libexpat/lib/xmltok_impl.c:1626:18: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
2020-10-02 18:06:04.588 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:1623:5: note: here
case BT_LEAD ## n: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1626:31: note: in expansion of macro ‘LEAD_CASE’
LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)
^~~~~~~~~
2020-10-02 18:06:04.588 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_scanRef’:
2020-10-02 18:06:04.589 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:509:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:509:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:518:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:518:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.589 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_scanPercent’:
2020-10-02 18:06:04.590 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:886:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:886:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:896:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:896:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.592 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_scanLt’:
2020-10-02 18:06:04.592 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:693:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:693:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:731:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:731:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:743:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:743:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:720:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:720:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.593 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_scanPi’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:246:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
2020-10-02 18:06:04.593 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:246:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:253:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:253:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.594 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_scanEndTag’:
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:397:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:397:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
2020-10-02 18:06:04.594 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:404:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:404:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_scanAtts’:
2020-10-02 18:06:04.595 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:552:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:552:7: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:649:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:649:11: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
2020-10-02 18:06:04.595 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:541:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:541:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.596 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_prologTok’:
2020-10-02 18:06:04.596 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:1153:9: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1153:9: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:1139:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:1139:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:04.597 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c: In function ‘big2_scanPoundName’:
2020-10-02 18:06:04.597 - error: javascript.0 (1066) ../deps/libexpat/lib/xmltok_impl.c:74:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NMSTRT_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:914:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:78:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:914:3: note: in expansion of macro ‘CHECK_NMSTRT_CASES’
CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:46:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
^
../deps/libexpat/lib/xmltok_impl.c:921:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
../deps/libexpat/lib/xmltok_impl.c:50:3: note: here
case BT_NMSTRT: \
^~~~
../deps/libexpat/lib/xmltok_impl.c:921:5: note: in expansion of macro ‘CHECK_NAME_CASES’
CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
^~~~~~~~~~~~~~~~
2020-10-02 18:06:06.289 - info: mqtt.0 (1135) Client [RaspiGarten] connected with secret 1601654766287_9067
2020-10-02 18:06:06.631 - info: javascript.0 (1066) CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlrole.o
2020-10-02 18:06:06.817 - info: javascript.0 (1066) AR(target) Release/obj.target/deps/libexpat/libexpat.a
2020-10-02 18:06:06.827 - info: javascript.0 (1066) COPY Release/libexpat.a
2020-10-02 18:06:06.833 - info: javascript.0 (1066) CXX(target) Release/obj.target/node_expat/node-expat.o
2020-10-02 18:06:07.272 - error: javascript.0 (1066) In file included from ../node-expat.cc:1:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
, reinterpret_cast(AsyncExecuteComplete)
^
2020-10-02 18:06:07.294 - error: javascript.0 (1066) In file included from ../../nan/nan.h:56,
from ../node-expat.cc:1:
../node-expat.cc: At global scope:
/home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
(node::addon_register_func) (regfunc), \
^
/home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
^~~~~~~~~~~~~
../node-expat.cc:498:3: note: in expansion of macro ‘NODE_MODULE’
NODE_MODULE(node_expat, InitAll);
^~~~~~~~~~~
Insgesamt sieht es so aus, alls wenn der Fehler von der "/deps/libexpat/lib/xmltok_impl.c" kommt aber ich habe keine Idee wie ich den Lösen könnte.....
Systemdata |
Bitte Ausfüllen |
Hardwaresystem: |
Nuc |
Arbeitsspeicher: |
4GB |
Festplattenart: |
SSD |
Betriebssystem: |
Debian 10 |
Node-Version: |
12.18.4 |
Nodejs-Version: |
12.18.4 |
NPM-Version: |
6.14.6 |
Installationsart: |
Skrip + Restore von altem System |
Image genutzt: |
Nein |