Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Javascript Adapter rot (out of memory)

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Javascript Adapter rot (out of memory)

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @maxpd last edited by

      @maxpd

      In den anderen Thread wurde dann deine Zeile 16 gelöscht und das Ding lief wieder. Kannst du auch mal probieren.
      Ich übernehme aber keine Gewähr, das deine Kiste nicht explodiert und die Katze tötet.

      Glasfaser M 3 Replies Last reply Reply Quote 1
      • Glasfaser
        Glasfaser @Thomas Braun last edited by

        @Thomas-Braun sagte in Javascript Adapter rot (out of memory):

        das deine Kiste nicht explodiert und die Katze tötet.

        Der ist gut 👍

        1 Reply Last reply Reply Quote 0
        • M
          maxpd @Thomas Braun last edited by

          @Thomas-Braun ok, ich leg morgen erst mal ein backup an.

          1 Reply Last reply Reply Quote 0
          • M
            maxpd @Thomas Braun last edited by

            @Thomas-Braun Zeile 16 ist gelöscht. Jetzt wird davon gesprochen, dass man Adapter wieder installieren kann. Der Adapter ist per se ja noch da. Soll ich trotzdem ran mit

            iobroker rebuild iobroker.zigbee --install
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @maxpd last edited by

              @maxpd

              iobroker stop
              iobroker start
              

              Und dann schau nochmal, was das Adapter im log ausgibt, wenn der startet.

              M 1 Reply Last reply Reply Quote 0
              • M
                maxpd @Thomas Braun last edited by

                @Thomas-Braun
                Bislang nur Zeile 16 gelöscht und iobroker neu gestartet.
                Fehler ist weiterhin der gleiche.

                
                host.iobroker	2020-05-08 10:57:34.353	info	Restart adapter system.adapter.zigbee.0 because enabled
                host.iobroker	2020-05-08 10:57:34.353	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                host.iobroker	2020-05-08 10:57:34.353	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:977:32)
                host.iobroker	2020-05-08 10:57:34.353	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)
                host.iobroker	2020-05-08 10:57:34.353	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1133:30)
                host.iobroker	2020-05-08 10:57:34.352	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:2:36)
                host.iobroker	2020-05-08 10:57:34.352	error	Caught by controller[0]: at bindings (/opt/iobroker/node_modules/bindings/bindings.js:112:48)
                host.iobroker	2020-05-08 10:57:34.352	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:77:18)
                host.iobroker	2020-05-08 10:57:34.352	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:1019:19)
                host.iobroker	2020-05-08 10:57:34.352	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:877:14)
                host.iobroker	2020-05-08 10:57:34.352	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:977:32)
                host.iobroker	2020-05-08 10:57:34.351	error	Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:1183:18)
                host.iobroker	2020-05-08 10:57:34.351	error	Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
                host.iobroker	2020-05-08 10:57:34.351	error	Caught by controller[0]: NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
                host.iobroker	2020-05-08 10:57:34.351	error	Caught by controller[0]: NODE_MODULE_VERSION 64. This version of Node.js requires
                host.iobroker	2020-05-08 10:57:34.351	error	Caught by controller[0]: was compiled against a different Node.js version using
                host.iobroker	2020-05-08 10:57:34.351	error	Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node'
                host.iobroker	2020-05-08 10:57:34.350	error	Caught by controller[0]: ^
                host.iobroker	2020-05-08 10:57:34.350	error	Caught by controller[0]: throw e;
                host.iobroker	2020-05-08 10:57:34.350	error	Caught by controller[0]: /opt/iobroker/node_modules/bindings/bindings.js:121
                host.iobroker	2020-05-08 10:57:33.963	info	instance system.adapter.zigbee.0 started with pid 7660
                
                Thomas Braun 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @maxpd last edited by

                  @maxpd
                  Stop den iobroker nochmal.
                  Und dann im Verzeichnis /opt/iobroker stehend:

                  iobroker rebuild iobroker.zigbee --install
                  
                  M 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @maxpd last edited by

                    @maxpd Wenn das nicht ausreicht, im gleichen Verzeichnis

                    npm rebuild bindings
                    
                    1 Reply Last reply Reply Quote 0
                    • M
                      maxpd @Thomas Braun last edited by

                      @Thomas-Braun da waren wir gestern schonmal. Den Befehl gibt es nicht.

                      
                      pi@iobroker:/opt/iobroker $ rebuild iobroker.zigbee --install
                      -bash: rebuild: Kommando nicht gefunden.
                      pi@iobroker:/opt/iobroker $ iobroker rebuild iobroker.zigbee --install
                      Commands:
                      iobroker setup [--objects <host>] [--states <host>] [custom]
                      iobroker start
                      iobroker stop
                      iobroker start <adapter>
                      iobroker stop <adapter>
                      iobroker start all
                      iobroker restart
                      iobroker restart <adapter>
                      iobroker info
                      iobroker logs [adapter] [--watch] [--lines=1000]
                      iobroker add <adapter> [desiredNumber] [--enabled] [--host <host>] [--port <port>]
                      iobroker install <adapter>
                      iobroker url <url> [<name>]
                      iobroker del <adapter>
                      iobroker del <adapter>.<instance>
                      iobroker update [repository url] [--updatable/--u] [--installed/--i]
                      iobroker upgrade [repository url]
                      iobroker upgrade self [repository url]
                      iobroker upgrade <adapter> [repository url]
                      iobroker upload <pathToLocalFile> <pathIniobroker>
                      iobroker upload all
                      iobroker upload <adapter>
                      iobroker object get <id>
                      iobroker object set <id> <json-value>
                      iobroker object set <id> propertyname=value
                      iobroker object del <id|pattern> [--yes]
                      iobroker object chmod <object-mode> [state-mode] <id>
                      iobroker object chown <user> <group> <id>
                      iobroker object list <id>
                      iobroker state get <id>
                      iobroker state getplain <id> [--pretty]
                      iobroker state getvalue <id>
                      iobroker state set <id> <value> [ack]
                      iobroker state del <id>
                      iobroker message <adapter>[.instanceid] <command> [<message>]
                      iobroker list <type> [filter]
                      iobroker chmod <mode> <file>
                      iobroker chown <user> <group> <file>
                      iobroker touch <file>
                      iobroker rm <file>
                      iobroker file read <iobroker-path-to-read> [<filesystem-path-to-write>]
                      iobroker file write <filesystem-path-to-read> <iobroker-path-to-write>
                      iobroker file rm <iobroker-path-to-delete>
                      iobroker file sync
                      iobroker user add <user> [--ingroup group] [--password pass]
                      iobroker user del <user>
                      iobroker user passwd <user> [--password pass]
                      iobroker user enable <user>
                      iobroker user disable <user>
                      iobroker user get <user>
                      iobroker user check <user> [--password pass]
                      iobroker group add <group>
                      iobroker group del <group>
                      iobroker group list <group>
                      iobroker group enable <group>
                      iobroker group disable <group>
                      iobroker group get <group>
                      iobroker group adduser <group> <user>
                      iobroker group deluser <group> <user>
                      iobroker host this
                      iobroker host <hostname>
                      iobroker host set <hostname>
                      iobroker host remove <hostname>
                      iobroker set <adapter>.<instance> [--port port] [--ip address] [--ssl true|false]
                      iobroker license <license.file or license.text>
                      iobroker cert create
                      iobroker cert view [<certificate name>]
                      iobroker clean
                      iobroker backup
                      iobroker restore <backup name or path>
                      iobroker validate <backup name or path>
                      iobroker <command> --timeout 5000
                      iobroker status [all]
                      iobroker repo [name]
                      iobroker repo add <name> <path or url>
                      iobroker repo set <name>
                      iobroker repo del <name>
                      iobroker uuid
                      iobroker unsetup
                      iobroker fix
                      iobroker multihost <enable|disable> [--secure true|false]
                      iobroker multihost browse
                      iobroker multihost connect
                      iobroker compact status
                      iobroker compact <enable|on|disable|off>
                      iobroker compact <adapter>.<instance> status
                      iobroker compact <adapter>.<instance> group <group-id>
                      iobroker compact <adapter>.<instance> <disable|off>
                      iobroker compact <adapter>.<instance> <enable|on> [group-id]
                      iobroker version [adapter]
                      iobroker [adapter] -v
                      
                      
                      Options:
                        --help     Hilfe anzeigen  [boolean]
                        --version  Version anzeigen  [boolean]
                      pi@iobroker:/opt/iobroker $
                      
                      

                      nach dem Binding rebuild habe ich weiterhin den gleichen Fehler.

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @maxpd last edited by

                        @maxpd
                        Dann über npm.

                        npm rebuild iobroker.zigbee
                        
                        M 1 Reply Last reply Reply Quote 0
                        • M
                          maxpd @Thomas Braun last edited by

                          @Thomas-Braun

                          funktioniert auch nicht.

                          pi@iobroker:/opt/iobroker $ npm rebuild iobroker.zigbee
                          iobroker.zigbee@1.0.4 /opt/iobroker/node_modules/iobroker.zigbee
                          
                          

                          anschließend auch bindings gesetzt. Fehler bleibt gleich 😵

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @maxpd last edited by

                            @maxpd Mehr kommt da nicht an Ausgabe?

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              maxpd @Thomas Braun last edited by

                              @Thomas-Braun nein, das war alles

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @maxpd last edited by Thomas Braun

                                @maxpd

                                iobroker list instances
                                
                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  maxpd @Thomas Braun last edited by

                                  @Thomas-Braun

                                  
                                  pi@iobroker:/opt/iobroker $ iobroker list instances
                                  + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    system.adapter.chromecast.0            : chromecast            - disabled
                                  + system.adapter.cloud.0                 : cloud                 -  enabled
                                    system.adapter.daswetter.0             : daswetter             -  enabled
                                  + system.adapter.denon.0                 : denon                 -  enabled
                                  + system.adapter.discovery.0             : discovery             -  enabled
                                  + system.adapter.google-sharedlocations.0: google-sharedlocations -  enabled
                                    system.adapter.history.0               : history               - disabled
                                  + system.adapter.hm-rega.0               : hm-rega               -  enabled
                                  + system.adapter.hm-rpc.0                : hm-rpc                -  enabled, port: 0
                                  + system.adapter.info.0                  : info                  -  enabled
                                    system.adapter.iot.0                   : iot                   - disabled
                                  + system.adapter.javascript.0            : javascript            -  enabled
                                  + system.adapter.lgtv.0                  : lgtv                  -  enabled
                                  + system.adapter.mihome-vacuum.0         : mihome-vacuum         -  enabled, port: 54321
                                    system.adapter.ping.0                  : ping                  - disabled
                                  + system.adapter.sayit.0                 : sayit                 -  enabled, port: 0
                                    system.adapter.shelly.0                : shelly                -  enabled, port: 1882, bind: 0.0.0.0
                                  + system.adapter.shuttercontrol.0        : shuttercontrol        -  enabled
                                  + system.adapter.sonoff.0                : sonoff                -  enabled, port: 1883, bind: 0.0.0.0
                                    system.adapter.telegram.0              : telegram              - disabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.telegram.1              : telegram              -  enabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.telegram.2              : telegram              -  enabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.terminal.0              : terminal              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                  + system.adapter.text2command.0          : text2command          -  enabled
                                    system.adapter.tr-064.0                : tr-064                - disabled
                                  + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.wifilight.0             : wifilight             -  enabled
                                  + system.adapter.yeelight-2.0            : yeelight-2            -  enabled
                                    system.adapter.zigbee.0                : zigbee                -  enabled
                                  
                                  + instance is alive
                                  pi@iobroker:/opt/iob
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @maxpd last edited by Thomas Braun

                                    @maxpd Keine Ahnung...
                                    Vielleicht ziehst du das gesamte System auf 'latest' und node12?

                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      maxpd @Thomas Braun last edited by

                                      @Thomas-Braun Versuchen kann ichs. Mit welchen Befehlen?

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @maxpd last edited by Thomas Braun

                                        @maxpd

                                        iobroker stop
                                        iobroker fix
                                        iobroker start
                                        

                                        Dann im Admin beim 'Schraubenschlüssel' - 'Haupteinstellungen' auf 'latest' stellen.

                                        iobroker update
                                        iobroker upgrade
                                        iobroker upgrade self
                                        

                                        Dann in /opt/iobroker

                                        npm rebuild
                                        
                                        iobroker start
                                        

                                        Das müsste es gewesen sein...

                                        1 Reply Last reply Reply Quote 1
                                        • Thomas Braun
                                          Thomas Braun Most Active last edited by

                                          Vorher vielleicht auch noch node12 installieren:

                                          curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
                                          sudo apt update
                                          sudo apt dist-upgrade
                                          
                                          1 Reply Last reply Reply Quote 1
                                          • M
                                            maxpd last edited by maxpd

                                            puuuhhh durchsäht von fehlern

                                            pi@iobroker:/opt/iobroker $ curl -sL https://deb.nodesource.com/setup_12.x | sud                                                             o -E bash -
                                            
                                            ## Installing the NodeSource Node.js 12.x repo...
                                            
                                            
                                            ## Populating apt-get cache...
                                            
                                            + apt-get update
                                            OK:1 http://archive.raspberrypi.org/debian buster InRelease
                                            Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                                            Holen:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13,                                                             0 MB]
                                            OK:4 https://deb.nodesource.com/node_12.x buster InRelease
                                            OK:5 https://www.pivccu.de/piVCCU stable InRelease
                                            Es wurden 13,0 MB in 1 min 6 s geholt (198 kB/s).
                                            Paketlisten werden gelesen... Fertig
                                            
                                            ## Confirming "buster" is supported...
                                            
                                            + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/buster/Rele                                                             ase'
                                            
                                            ## Adding the NodeSource signing key to your keyring...
                                            
                                            + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
                                            OK
                                            
                                            ## Creating apt sources list file for the NodeSource Node.js 12.x repo...
                                            
                                            + echo 'deb https://deb.nodesource.com/node_12.x buster main' > /etc/apt/sources                                                             .list.d/nodesource.list
                                            + echo 'deb-src https://deb.nodesource.com/node_12.x buster main' >> /etc/apt/so                                                             urces.list.d/nodesource.list
                                            
                                            ## Running `apt-get update` for you...
                                            
                                            + apt-get update
                                            OK:1 https://deb.nodesource.com/node_12.x buster InRelease
                                            OK:2 https://www.pivccu.de/piVCCU stable InRelease
                                            OK:3 http://archive.raspberrypi.org/debian buster InRelease
                                            OK:4 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                            Paketlisten werden gelesen... Fertig
                                            
                                            ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm
                                            ## You may also need development tools to build native addons:
                                                 sudo apt-get install gcc g++ make
                                            ## To install the Yarn package manager, run:
                                                 curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                                 echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/s                                                             ources.list.d/yarn.list
                                                 sudo apt-get update && sudo apt-get install yarn
                                            
                                            
                                            pi@iobroker:/opt/iobroker $ sudo apt update
                                            OK:1 http://archive.raspberrypi.org/debian buster InRelease
                                            OK:2 https://www.pivccu.de/piVCCU stable InRelease
                                            OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                                            Fehl:4 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                              Verbindung mit raspbian.raspberrypi.org:80 kann nicht aufgebaut werden (2a00:1                                                             098:0:80:1000:75:0:3). - connect (101: Das Netzwerk ist nicht erreichbar) Verbin                                                             dung mit raspbian.raspberrypi.org:80 konnte nicht aufgebaut werden (93.93.128.19                                                             3), Zeitüberschreitung aufgetreten
                                            Paketlisten werden gelesen... Fertig
                                            Abhängigkeitsbaum wird aufgebaut.
                                            Statusinformationen werden eingelesen.... Fertig
                                            Aktualisierung für 2 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, u                                                             m sie anzuzeigen.
                                            W: Fehlschlag beim Holen von http://raspbian.raspberrypi.org/raspbian/dists/bust                                                             er/InRelease Verbindung mit raspbian.raspberrypi.org:80 kann nicht aufgebaut wer                                                             den (2a00:1098:0:80:1000:75:0:3). - connect (101: Das Netzwerk ist nicht erreich                                                             bar) Verbindung mit raspbian.raspberrypi.org:80 konnte nicht aufgebaut werden (9                                                             3.93.128.193), Zeitüberschreitung aufgetreten
                                            W: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignorier                                                             t oder alte an ihrer Stelle benutzt.
                                            pi@iobroker:/opt/iobroker $ sudo apt update
                                            OK:1 http://archive.raspberrypi.org/debian buster InRelease
                                            OK:2 https://www.pivccu.de/piVCCU stable InRelease
                                            OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                                            OK:4 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                            Paketlisten werden gelesen... Fertig
                                            Abhängigkeitsbaum wird aufgebaut.
                                            Statusinformationen werden eingelesen.... Fertig
                                            Aktualisierung für 2 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                                            pi@iobroker:/opt/iobroker $ apt dist-upgrade
                                            E: Sperrdatei /var/lib/dpkg/lock-frontend konnte nicht geöffnet werden. - open (13: Keine Berechtigung)
                                            E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
                                            pi@iobroker:/opt/iobroker $ sudo apt dist-upgrade
                                            Paketlisten werden gelesen... Fertig
                                            Abhängigkeitsbaum wird aufgebaut.
                                            Statusinformationen werden eingelesen.... Fertig
                                            Paketaktualisierung (Upgrade) wird berechnet... Fertig
                                            Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                                              rpi.gpio-common
                                            Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                                            Die folgenden Pakete werden aktualisiert (Upgrade):
                                              libldap-2.4-2 libldap-common
                                            2 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                            Es müssen 288 kB an Archiven heruntergeladen werden.
                                            Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
                                            Möchten Sie fortfahren? [J/n] j
                                            Holen:1 http://archive-bm.raspbian.org/raspbian buster/main armhf libldap-common all 2.4.47+dfsg-3+rpi1+deb10u2 [89,8 kB]
                                            Holen:2 http://archive-bm.raspbian.org/raspbian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+rpi1+deb10u2 [198 kB]
                                            Es wurden 288 kB in 60 s geholt (4.798 B/s).
                                            Changelogs werden gelesen... Fertig
                                            (Lese Datenbank ... 117901 Dateien und Verzeichnisse sind derzeit installiert.)
                                            Vorbereitung zum Entpacken von .../libldap-common_2.4.47+dfsg-3+rpi1+deb10u2_all.deb ...
                                            Entpacken von libldap-common (2.4.47+dfsg-3+rpi1+deb10u2) über (2.4.47+dfsg-3+rpi1+deb10u1) ...
                                            libldap-common (2.4.47+dfsg-3+rpi1+deb10u2) wird eingerichtet ...
                                            (Lese Datenbank ... 117901 Dateien und Verzeichnisse sind derzeit installiert.)
                                            Vorbereitung zum Entpacken von .../libldap-2.4-2_2.4.47+dfsg-3+rpi1+deb10u2_armhf.deb ...
                                            Entpacken von libldap-2.4-2:armhf (2.4.47+dfsg-3+rpi1+deb10u2) über (2.4.47+dfsg-3+rpi1+deb10u1) ...
                                            libldap-2.4-2:armhf (2.4.47+dfsg-3+rpi1+deb10u2) wird eingerichtet ...
                                            Trigger für man-db (2.8.5-2) werden verarbeitet ...
                                            Trigger für libc-bin (2.28-10+rpi1) werden verarbeitet ...
                                            pi@iobroker:/opt/iobroker $ iobroker stop
                                            pi@iobroker:/opt/iobroker $ iobroker fix
                                            library: loaded
                                            Library version=2020-04-12
                                            
                                            ==========================================================================
                                            
                                                Welcome to the ioBroker installation fixer!
                                                Script version: 2020-04-12
                                            
                                                You might need to enter your password a couple of times.
                                            
                                            ==========================================================================
                                            
                                            
                                            ==========================================================================
                                                Installing prerequisites (1/3)
                                            ==========================================================================
                                            
                                            OK:1 https://www.pivccu.de/piVCCU stable InRelease
                                            OK:2 http://archive.raspberrypi.org/debian buster InRelease
                                            OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                                            OK:4 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                            Paketlisten werden gelesen... Fertig
                                            Installed gcc-c++
                                            Installed python-dev
                                            
                                            ==========================================================================
                                                Checking ioBroker user and directory permissions (2/3)
                                            ==========================================================================
                                            
                                            Created /etc/sudoers.d/iobroker
                                            Fixing directory permissions...
                                            
                                            ==========================================================================
                                                Checking autostart (3/3)
                                            ==========================================================================
                                            
                                            Enabling autostart...
                                            Autostart enabled!
                                            
                                            ==========================================================================
                                            
                                                Your installation was fixed successfully
                                                Run iobroker start to start ioBroker again!
                                            
                                            ==========================================================================
                                            
                                            pi@iobroker:/opt/iobroker $ iobroker start
                                            pi@iobroker:/opt/iobroker $ iobroker update
                                            Used repository: latest
                                            hash unchanged, use cached sources
                                            update done
                                            Adapter    "accuweather"   : 1.1.3
                                            Adapter    "admin"         : 4.1.1    , installed 4.0.9 [Updateable]
                                            Adapter    "alarm"         : 0.3.0
                                            Adapter    "alexa2"        : 3.1.2
                                            Adapter    "alpha2"        : 1.0.0
                                            Adapter    "amazon-dash"   : 1.1.0
                                            Adapter    "artnet"        : 1.2.2
                                            Adapter    "asterisk"      : 1.0.6
                                            Adapter    "asuswrt"       : 1.0.1
                                            Adapter    "b-control-em"  : 0.2.1
                                            Adapter    "backitup"      : 1.5.6
                                            Adapter    "beckhoff"      : 1.2.1
                                            Adapter    "benq"          : 0.2.2
                                            Adapter    "binance"       : 1.1.2
                                            Adapter    "ble"           : 0.11.6
                                            Adapter    "blink4home"    : 0.1.1
                                            Adapter    "bmw"           : 1.4.0
                                            Adapter    "boblight"      : 0.0.1
                                            Adapter    "bosesoundtouch": 0.9.2
                                            Adapter    "botvac"        : 1.0.0
                                            Adapter    "bring"         : 1.7.2
                                            Adapter    "broadlink2"    : 2.0.3
                                            Adapter    "bsblan"        : 0.0.6
                                            Adapter    "bshb"          : 0.1.10
                                            Adapter    "calendar"      : 1.2.0
                                            Adapter    "chromecast"    : 2.3.1    , installed 2.3.1
                                            Adapter    "cloud"         : 3.0.3    , installed 3.0.3
                                            Adapter    "comfoair"      : 1.1.1
                                            Adapter    "contact"       : 1.1.3
                                            Adapter    "contactid"     : 1.0.0
                                            Adapter    "coronavirus-statistics": 0.5.9
                                            Adapter    "corrently"     : 0.0.2
                                            Adapter    "countdown"     : 1.1.0
                                            Adapter    "cul"           : 1.2.1
                                            Adapter    "daikin"        : 1.0.5
                                            Adapter    "daswetter"     : 2.8.1    , installed 2.8.1
                                            Adapter    "deconz"        : 1.3.7
                                            Adapter    "denon"         : 1.7.7    , installed 1.7.4 [Updateable]
                                            Adapter    "devices"       : 0.3.6
                                            Adapter    "digitalstrom"  : 2.0.5
                                            Adapter    "discovergy"    : 0.5.4
                                            Adapter    "discovery"     : 2.3.5    , installed 2.2.2 [Updateable]
                                            Adapter    "doorbird"      : 0.1.5
                                            Adapter    "ds18b20"       : 1.1.4
                                            Adapter    "dwd"           : 2.4.8
                                            Adapter    "ebus"          : 2.0.0
                                            Adapter    "ecovacs-deebot": 0.5.8
                                            Adapter    "egigeozone"    : 0.1.2
                                            Adapter    "ekey"          : 1.1.0
                                            Adapter    "email"         : 1.0.6
                                            Adapter    "emby"          : 1.0.2
                                            Adapter    "energymanager" : 1.2.2
                                            Adapter    "enet"          : 1.0.1
                                            Adapter    "epson_stylus_px830": 0.2.1
                                            Adapter    "exchangerates" : 0.0.12
                                            Adapter    "fakeroku"      : 0.2.1
                                            Adapter    "fb-checkpresence": 1.0.1
                                            Adapter    "feiertage"     : 1.0.19
                                            Adapter    "fhem"          : 1.4.1
                                            Adapter    "find-my-iphone": 0.2.17
                                            Adapter    "firetv"        : 1.0.0
                                            Adapter    "fitbit-api"    : 0.1.1
                                            Adapter    "flot"          : 1.9.2
                                            Adapter    "foobar2000"    : 1.0.0
                                            Adapter    "fritzbox"      : 0.2.1
                                            Adapter    "fritzdect"     : 0.3.2
                                            Adapter    "fronius"       : 1.0.5
                                            Adapter    "fullcalendar"  : 1.1.0
                                            Adapter    "fullybrowser"  : 1.0.3
                                            Adapter    "g-homa"        : 0.5.1
                                            Adapter    "geofency"      : 0.3.2
                                            Adapter    "gruenbeck"     : 0.0.18
                                            Adapter    "habpanel"      : 0.4.1
                                            Adapter    "haier"         : 1.0.3
                                            Adapter    "ham"           : 1.1.2
                                            Adapter    "ham-wemo"      : 1.0.1
                                            Adapter    "harmony"       : 1.2.2
                                            Adapter    "hass-mqtt"     : 0.0.7
                                            Adapter    "heatingcontrol": 0.5.0
                                            Adapter    "heytech"       : 0.2.0
                                            Adapter    "hid"           : 0.1.17
                                            Adapter    "hilink"        : 0.2.7
                                            Adapter    "history"       : 1.9.6    , installed 1.8.7 [Updateable]
                                            Adapter    "hm-rega"       : 2.6.6    , installed 2.5.5 [Updateable]
                                            Adapter    "hm-rpc"        : 1.14.2   , installed 1.12.10 [Updateable]
                                            Adapter    "hmip"          : 0.0.11
                                            Adapter    "hombot"        : 0.1.3
                                            Adapter    "homeconnect"   : 0.0.26
                                            Adapter    "homee"         : 1.0.5
                                            Adapter    "homepilot"     : 1.1.4
                                            Adapter    "hp-ilo"        : 1.0.5
                                            Adapter    "hs100"         : 1.1.2
                                            Adapter    "hue"           : 3.2.8
                                            Adapter    "hue-extended"  : 1.3.2
                                            Adapter    "hyperion"      : 0.0.9
                                            Adapter    "i2c"           : 0.0.6
                                            Adapter    "ical"          : 1.7.0
                                            Adapter    "icons-addictive-flavour-png": 0.1.0
                                            Adapter    "icons-fatcow-hosting": 0.1.0
                                            Adapter    "icons-icons8"  : 0.0.1
                                            Adapter    "icons-material-png": 0.1.0
                                            Adapter    "icons-material-svg": 0.1.0
                                            Adapter    "icons-mfd-png" : 1.0.2
                                            Adapter    "icons-mfd-svg" : 1.0.2
                                            Adapter    "icons-open-icon-library-png": 0.1.2
                                            Adapter    "icons-ultimate-png": 1.0.1
                                            Adapter    "influxdb"      : 1.8.4
                                            Adapter    "info"          : 1.7.2    , installed 1.5.6 [Updateable]
                                            Adapter    "innogy-smarthome": 0.3.4
                                            Adapter    "intesishome"   : 0.1.2
                                            Adapter    "iogo"          : 0.5.10
                                            Adapter    "iot"           : 1.4.14   , installed 1.4.14
                                            Adapter    "iqontrol"      : 0.3.7
                                            Adapter    "javascript"    : 4.5.1    , installed 4.5.1
                                            Adapter    "jeelink"       : 0.1.3
                                            Controller "js-controller" : 3.0.20   , installed 2.2.9 [Updateable]
                                            Adapter    "js2fs"         : 0.1.5
                                            Adapter    "kecontact"     : 0.1.0
                                            Adapter    "klf200"        : 0.9.5
                                            Adapter    "km200"         : 2.0.3
                                            Adapter    "knmi-weather"  : 0.2.0
                                            Adapter    "knx"           : 1.0.41
                                            Adapter    "kodi"          : 2.0.2
                                            Adapter    "kress"         : 2.5.5
                                            Adapter    "lametric"      : 0.0.7
                                            Adapter    "landroid"      : 1.0.3
                                            Adapter    "lcn"           : 0.6.3
                                            Adapter    "letrika_comgw" : 0.0.5
                                            Adapter    "lgtv"          : 1.1.6    , installed 1.1.6
                                            Adapter    "lgtv-rs"       : 0.1.0
                                            Adapter    "lgtv11"        : 1.0.5
                                            Adapter    "lifx"          : 0.1.1
                                            Adapter    "lightify"      : 0.2.16
                                            Adapter    "link"          : 0.5.9
                                            Adapter    "linkeddevices" : 1.1.4
                                            Adapter    "lovelace"      : 1.0.16
                                            Adapter    "loxone"        : 1.0.0
                                            Adapter    "luftdaten"     : 0.0.11
                                            Adapter    "lupusec"       : 1.2.6
                                            Adapter    "luxtronik1"    : 0.2.3
                                            Adapter    "material"      : 0.13.8
                                            Adapter    "maxcube"       : 0.1.2
                                            Adapter    "maxcul"        : 1.1.2
                                            Adapter    "mbus"          : 2.2.0
                                            Adapter    "mclighting"    : 0.1.1
                                            Adapter    "megad"         : 1.2.1
                                            Adapter    "megadd"        : 0.2.0
                                            Adapter    "megaesp"       : 0.1.0
                                            Adapter    "mercedesme"    : 0.0.21
                                            Adapter    "mercury"       : 0.1.1
                                            Adapter    "meross"        : 1.3.13
                                            Adapter    "meteoalarm"    : 1.1.0
                                            Adapter    "miele"         : 0.1.5
                                            Adapter    "mielecloudservice": 1.2.1
                                            Adapter    "mihome"        : 1.3.0
                                            Adapter    "mihome-airpurifier": 0.1.7
                                            Adapter    "mihome-lamp"   : 1.1.0
                                            Adapter    "mihome-plug"   : 0.2.1
                                            Adapter    "mihome-vacuum" : 2.0.7    , installed 1.1.5 [Updateable]
                                            Adapter    "miio"          : 0.0.13
                                            Adapter    "mikrotik"      : 1.0.12
                                            Adapter    "milight"       : 0.3.6
                                            Adapter    "milight-smart-light": 0.4.1
                                            Adapter    "mobile"        : 0.5.0
                                            Adapter    "modbus"        : 3.0.0
                                            Adapter    "moma"          : 1.2.6
                                            Adapter    "mpd"           : 1.0.5
                                            Adapter    "mqtt"          : 2.1.1
                                            Adapter    "mqtt-client"   : 1.3.1
                                            Adapter    "multicast"     : 0.1.5
                                            Adapter    "musiccast"     : 0.1.3
                                            Adapter    "mydlink"       : 1.0.9
                                            Adapter    "myq"           : 0.1.1
                                            Adapter    "mysensors"     : 2.0.0
                                            Adapter    "myvbus"        : 0.0.4
                                            Adapter    "nanoleaf-lightpanels": 0.8.2
                                            Adapter    "nello"         : 2.0.8
                                            Adapter    "netatmo"       : 1.3.1
                                            Adapter    "nibeuplink"    : 0.3.0
                                            Adapter    "nina"          : 0.0.23
                                            Adapter    "node-red"      : 1.17.2
                                            Adapter    "noolitef"      : 0.0.2
                                            Adapter    "nuki"          : 1.2.3
                                            Adapter    "nuki-extended" : 2.2.5
                                            Adapter    "nut"           : 1.1.3
                                            Adapter    "odl"           : 1.0.5
                                            Adapter    "oilfox"        : 2.1.0
                                            Adapter    "onkyo"         : 2.0.3
                                            Adapter    "onvif"         : 0.4.2
                                            Adapter    "openhab"       : 1.1.0
                                            Adapter    "openligadb"    : 1.1.0
                                            Adapter    "opentherm"     : 0.1.9
                                            Adapter    "openweathermap": 0.1.0
                                            Adapter    "opi"           : 0.1.1
                                            Adapter    "oppoplayer"    : 0.2.1
                                            Adapter    "owfs"          : 0.6.4
                                            Adapter    "owntracks"     : 0.6.2
                                            Adapter    "panasonic-viera": 1.0.2
                                            Adapter    "parser"        : 1.0.7
                                            Adapter    "paw"           : 0.3.2
                                            Adapter    "phantomjs"     : 1.0.1
                                            Adapter    "pi-hole"       : 1.2.3
                                            Adapter    "piface"        : 1.0.0
                                            Adapter    "pimatic"       : 0.2.1
                                            Adapter    "ping"          : 1.4.7    , installed 1.3.2 [Updateable]
                                            Adapter    "places"        : 0.7.0
                                            Adapter    "plenticore"    : 2.1.3
                                            Adapter    "plex"          : 0.8.11
                                            Adapter    "plexconnect"   : 0.0.7
                                            Adapter    "pollenflug"    : 1.0.6
                                            Adapter    "primelab"      : 1.0.2
                                            Adapter    "proxmox"       : 1.0.2
                                            Adapter    "proxy"         : 1.2.1
                                            Adapter    "pushbullet"    : 0.0.11
                                            Adapter    "pushover"      : 2.0.2
                                            Adapter    "pushsafer"     : 0.1.8
                                            Adapter    "radar2"        : 1.2.5
                                            Adapter    "radiohead"     : 1.0.5
                                            Adapter    "rainbird"      : 0.2.2
                                            Adapter    "rflink"        : 2.1.5
                                            Adapter    "rickshaw"      : 1.0.0
                                            Adapter    "ring"          : 1.1.2
                                            Adapter    "roadtraffic"   : 0.2.0
                                            Adapter    "robonect"      : 0.1.3
                                            Adapter    "roomba"        : 1.1.1
                                            Adapter    "rpi2"          : 1.2.0
                                            Adapter    "rssfeed"       : 0.0.28
                                            Adapter    "s7"            : 1.1.8
                                            Adapter    "samsung"       : 0.2.9
                                            Adapter    "sanext"        : 0.0.4
                                            Adapter    "sayit"         : 1.8.2    , installed 1.8.2
                                            Adapter    "sbfspot"       : 3.0.0
                                            Adapter    "scenes"        : 1.1.0
                                            Adapter    "schoolfree"    : 0.6.0
                                            Adapter    "senec"         : 1.0.8
                                            Adapter    "shelly"        : 3.2.7    , installed 3.1.6 [Updateable]
                                            Adapter    "shuttercontrol": 0.5.0    , installed 0.4.3 [Updateable]
                                            Adapter    "sia"           : 1.0.4
                                            Adapter    "siegenia"      : 1.0.0
                                            Adapter    "simple-api"    : 2.4.5    , installed 2.4.5
                                            Adapter    "sma-em"        : 0.5.7
                                            Adapter    "smappee"       : 0.2.2
                                            Adapter    "smartmeter"    : 3.1.2
                                            Adapter    "snips"         : 1.5.0
                                            Adapter    "snmp"          : 0.5.0
                                            Adapter    "socketio"      : 3.0.7    , installed 3.0.6 [Updateable]
                                            Adapter    "solarlog"      : 2.0.0
                                            Adapter    "solarviewdatareader": 0.2.0
                                            Adapter    "solarwetter"   : 1.0.0
                                            Adapter    "sonnen"        : 1.5.0
                                            Adapter    "sonoff"        : 2.3.3    , installed 2.3.3
                                            Adapter    "sonos"         : 2.0.1
                                            Adapter    "sonus"         : 0.1.1
                                            Adapter    "sony-bravia"   : 1.0.1
                                            Adapter    "sourceanalytix": 0.4.2
                                            Adapter    "spotify-premium": 1.0.0
                                            Adapter    "sql"           : 1.12.5
                                            Adapter    "squeezebox"    : 1.0.0
                                            Adapter    "squeezeboxrpc" : 1.0.1
                                            Adapter    "starline"      : 1.0.0
                                            Adapter    "statistics"    : 0.2.2
                                            Adapter    "stiebel-isg"   : 1.4.11
                                            Adapter    "stockmarket"   : 0.0.2
                                            Adapter    "sunnyportal"   : 0.1.5
                                            Adapter    "swiss-weather-api": 0.2.0
                                            Adapter    "synology"      : 0.1.7
                                            Adapter    "systeminfo"    : 0.3.1
                                            Adapter    "tado"          : 0.1.9
                                            Adapter    "tahoma"        : 0.3.3
                                            Adapter    "tankerkoenig"  : 2.0.9
                                            Adapter    "telegram"      : 1.5.9    , installed 1.4.3 [Updateable]
                                            Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                                            Adapter    "tesla-motors"  : 0.2.3
                                            Adapter    "text2command"  : 1.3.0    , installed 1.3.0
                                            Adapter    "tileboard"     : 0.1.1
                                            Adapter    "tinker"        : 1.1.0
                                            Adapter    "tino"          : 0.1.3
                                            Adapter    "tinyrx4"       : 0.1.5
                                            Adapter    "tr-064"        : 4.0.1    , installed 0.4.18 [Updateable]
                                            Adapter    "tradfri"       : 2.6.2
                                            Adapter    "trashschedule" : 0.0.5
                                            Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                                            Adapter    "tuya"          : 3.2.3
                                            Adapter    "tvspielfilm"   : 2.0.1
                                            Adapter    "unifi"         : 0.4.3
                                            Adapter    "unifi-protect" : 0.0.11
                                            Adapter    "upnp"          : 1.0.16
                                            Adapter    "vaillant"      : 0.0.10
                                            Adapter    "valloxmv"      : 1.0.3
                                            Adapter    "vcard"         : 0.0.9
                                            Adapter    "vedirect"      : 0.1.0
                                            Adapter    "velux"         : 0.0.5
                                            Adapter    "viessmann"     : 1.2.4
                                            Adapter    "viessmannapi"  : 1.3.2
                                            Adapter    "virtualpowermeter": 1.2.1
                                            Adapter    "vis"           : 1.2.6
                                            Adapter    "vis-bars"      : 0.1.4
                                            Adapter    "vis-canvas-gauges": 0.1.5
                                            Adapter    "vis-colorpicker": 1.2.0
                                            Adapter    "vis-fancyswitch": 1.1.0
                                            Adapter    "vis-google-fonts": 0.1.0
                                            Adapter    "vis-history"   : 1.0.0
                                            Adapter    "vis-hqwidgets" : 1.1.4
                                            Adapter    "vis-inventwo"  : 1.3.3
                                            Adapter    "vis-jqui-mfd"  : 1.0.12
                                            Adapter    "vis-justgage"  : 1.0.2
                                            Adapter    "vis-keyboard"  : 0.0.2
                                            Adapter    "vis-lcars"     : 1.0.4
                                            Adapter    "vis-map"       : 1.0.4
                                            Adapter    "vis-material"  : 0.1.3
                                            Adapter    "vis-material-webfont": 0.0.3
                                            Adapter    "vis-materialdesign": 0.3.6
                                            Adapter    "vis-metro"     : 1.1.2
                                            Adapter    "vis-players"   : 0.1.6
                                            Adapter    "vis-plumb"     : 1.0.2
                                            Adapter    "vis-rgraph"    : 0.0.2
                                            Adapter    "vis-timeandweather": 1.1.7
                                            Adapter    "vis-weather"   : 2.5.2
                                            Adapter    "vodafone-speedtest": 0.0.4
                                            Adapter    "volvo"         : 0.0.2
                                            Adapter    "vr200"         : 1.0.0
                                            Adapter    "vw-connect"    : 0.0.11
                                            Adapter    "weatherunderground": 3.2.1
                                            Adapter    "web"           : 3.0.8    , installed 3.0.7 [Updateable]
                                            Adapter    "web-speedy"    : 0.2.0
                                            Adapter    "weishaupt-wem" : 0.0.8
                                            Adapter    "wiffi-wz"      : 2.2.0
                                            Adapter    "wifilight"     : 1.1.0    , installed 1.1.0
                                            Adapter    "windows-control": 0.1.3
                                            Adapter    "wlanthermo-nano": 0.1.1
                                            Adapter    "wled"          : 0.5.0
                                            Adapter    "wm-bus"        : 0.3.1
                                            Adapter    "wolf"          : 1.2.0
                                            Adapter    "worx"          : 1.0.2
                                            Adapter    "xbox"          : 0.6.3
                                            Adapter    "xs1"           : 1.0.2
                                            Adapter    "yahka"         : 0.11.0
                                            Adapter    "yamaha"        : 0.3.19
                                            Adapter    "yeelight-2"    : 1.0.3    , installed 1.0.3
                                            Adapter    "youtube"       : 0.0.8
                                            Adapter    "yr"            : 2.0.3
                                            Adapter    "zigbee"        : 1.1.1    , installed 1.0.4 [Updateable]
                                            Adapter    "zoneminder"    : 0.3.3
                                            Adapter    "zont"          : 0.5.4
                                            Adapter    "zwave"         : 2.0.1
                                            Adapter    "zwave2"        : 0.11.7
                                            pi@iobroker:/opt/iobroker $ iobroker upgrade
                                            Adapter "accuweather"    is not installed.
                                            Update admin from @4.0.9 to @4.1.1
                                            host.iobroker Adapter "system.adapter.admin.0" is stopped.
                                            NPM version: 6.14.4
                                            npm install iobroker.admin@4.1.1 --loglevel error --prefix "/opt/iobroker" (System call)
                                            Package pixman-1 was not found in the pkg-config search path.
                                            Perhaps you should add the directory containing `pixman-1.pc'
                                            to the PKG_CONFIG_PATH environment variable
                                            No package 'pixman-1' found
                                            gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                            gyp ERR! configure error
                                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            node-pre-gyp ERR! build error
                                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            node-pre-gyp ERR! node -v v12.16.3
                                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                            node-pre-gyp ERR! not ok
                                            upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                            Update "system.adapter.admin.0"
                                            upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                            upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                            upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                            Adapter "admin" updated
                                            host.iobroker Adapter "system.adapter.admin.0" is started
                                            Adapter "alarm"          is not installed.
                                            Adapter "alexa2"         is not installed.
                                            Adapter "alpha2"         is not installed.
                                            Adapter "amazon-dash"    is not installed.
                                            Adapter "artnet"         is not installed.
                                            Adapter "asterisk"       is not installed.
                                            Adapter "asuswrt"        is not installed.
                                            Adapter "b-control-em"   is not installed.
                                            Adapter "backitup"       is not installed.
                                            Adapter "beckhoff"       is not installed.
                                            Adapter "benq"           is not installed.
                                            Adapter "binance"        is not installed.
                                            Adapter "ble"            is not installed.
                                            Adapter "blink4home"     is not installed.
                                            Adapter "bmw"            is not installed.
                                            Adapter "boblight"       is not installed.
                                            Adapter "bosesoundtouch" is not installed.
                                            Adapter "botvac"         is not installed.
                                            Adapter "bring"          is not installed.
                                            Adapter "broadlink2"     is not installed.
                                            Adapter "bsblan"         is not installed.
                                            Adapter "bshb"           is not installed.
                                            Adapter "calendar"       is not installed.
                                            Adapter "chromecast"     is up to date.
                                            Adapter "cloud"          is up to date.
                                            Adapter "comfoair"       is not installed.
                                            Adapter "contact"        is not installed.
                                            Adapter "contactid"      is not installed.
                                            Adapter "coronavirus-statistics" is not installed.
                                            Adapter "corrently"      is not installed.
                                            Adapter "countdown"      is not installed.
                                            Adapter "cul"            is not installed.
                                            Adapter "daikin"         is not installed.
                                            Adapter "daswetter"      is up to date.
                                            Adapter "deconz"         is not installed.
                                            Update denon from @1.7.4 to @1.7.7
                                            NPM version: 6.14.4
                                            npm install iobroker.denon@1.7.7 --loglevel error --prefix "/opt/iobroker" (System call)
                                            Package pixman-1 was not found in the pkg-config search path.
                                            Perhaps you should add the directory containing `pixman-1.pc'
                                            to the PKG_CONFIG_PATH environment variable
                                            No package 'pixman-1' found
                                            gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                            gyp ERR! configure error
                                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            node-pre-gyp ERR! build error
                                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            node-pre-gyp ERR! node -v v12.16.3
                                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                            node-pre-gyp ERR! not ok
                                            upload [3] denon.admin /opt/iobroker/node_modules/iobroker.denon/admin/words.js words.js application/javascript
                                            Update "system.adapter.denon.0"
                                            upload [2] denon.admin /opt/iobroker/node_modules/iobroker.denon/admin/index_m.html index_m.html text/html
                                            upload [1] denon.admin /opt/iobroker/node_modules/iobroker.denon/admin/index.html index.html text/html
                                            upload [0] denon.admin /opt/iobroker/node_modules/iobroker.denon/admin/denon.png denon.png image/png
                                            Adapter "denon" updated
                                            Adapter "devices"        is not installed.
                                            Adapter "digitalstrom"   is not installed.
                                            Adapter "discovergy"     is not installed.
                                            Update discovery from @2.2.2 to @2.3.5
                                            NPM version: 6.14.4
                                            npm install iobroker.discovery@2.3.5 --loglevel error --prefix "/opt/iobroker" (System call)
                                            In file included from ../src/./serialport.h:6,
                                                             from ../src/serialport.cpp:1:
                                            ../../../../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                            ../../../../../nan/nan.h:2298: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<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                          ^
                                            ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
                                            ../src/serialport.cpp:78:69: 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]
                                               uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen);
                                                                                                                 ^~~~~~~~~~~~~
                                            ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:
                                            ../src/serialport.cpp:135:71: 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]
                                               uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate);
                                                                                                                   ^~~~~~~~~~~~~~~
                                            ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’:
                                            ../src/serialport.cpp:175:70: 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]
                                               uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose);
                                                                                                                  ^~~~~~~~~~~~~~
                                            ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:
                                            ../src/serialport.cpp:215:70: 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]
                                               uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush);
                                                                                                                  ^~~~~~~~~~~~~~
                                            ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
                                            ../src/serialport.cpp:270:68: 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]
                                               uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet);
                                                                                                                ^~~~~~~~~~~~
                                            ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’:
                                            ../src/serialport.cpp:314:68: 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]
                                               uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet);
                                                                                                                ^~~~~~~~~~~~
                                            ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’:
                                            ../src/serialport.cpp:363:76: 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]
                                               uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate);
                                                                                                                        ^~~~~~~~~~~~~~~~~~~~
                                            ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:
                                            ../src/serialport.cpp:409:70: 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]
                                               uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain);
                                                                                                                  ^~~~~~~~~~~~~~
                                            ../src/serialport.cpp: At global scope:
                                            ../src/serialport.cpp:430:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses]
                                             SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local<v8::String>& v8str)) {
                                                                        ^
                                            ../src/serialport.cpp:449:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses]
                                             SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) {
                                                                          ^
                                            In file included from ../../../../../nan/nan.h:54,
                                                             from ../src/./serialport.h:6,
                                                             from ../src/serialport.cpp:1:
                                            /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                                   (node::addon_register_func) (regfunc),                          \
                                                                                       ^
                                            /home/iobroker/.cache/node-gyp/12.16.3/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)
                                               ^~~~~~~~~~~~~
                                            ../src/serialport.cpp:483:1: note: in expansion of macro ‘NODE_MODULE’
                                             NODE_MODULE(serialport, init);
                                             ^~~~~~~~~~~
                                            In file included from ../src/serialport.h:6,
                                                             from ../src/serialport_unix.cpp:2:
                                            ../../../../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                            ../../../../../nan/nan.h:2298: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<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                          ^
                                            ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’:
                                            ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=]
                                                 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path);
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
                                            ../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024
                                                 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path);
                                                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                            ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’:
                                            ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=]
                                                 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path);
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                                            ../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024
                                                 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path);
                                                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                            In file included from ../src/poller.cpp:1:
                                            ../../../../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                            ../../../../../nan/nan.h:2298: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<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                          ^
                                            Package pixman-1 was not found in the pkg-config search path.
                                            Perhaps you should add the directory containing `pixman-1.pc'
                                            to the PKG_CONFIG_PATH environment variable
                                            No package 'pixman-1' found
                                            gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                            gyp ERR! configure error
                                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            node-pre-gyp ERR! build error
                                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            node-pre-gyp ERR! node -v v12.16.3
                                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                            node-pre-gyp ERR! not ok
                                            upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                            Update "system.adapter.discovery.0"
                                            upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                            upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                            upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                            upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                            upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                            upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                            Adapter "discovery" updated
                                            Adapter "doorbird"       is not installed.
                                            Adapter "ds18b20"        is not installed.
                                            Adapter "dwd"            is not installed.
                                            Adapter "ebus"           is not installed.
                                            Adapter "ecovacs-deebot" is not installed.
                                            Adapter "egigeozone"     is not installed.
                                            Adapter "ekey"           is not installed.
                                            Adapter "email"          is not installed.
                                            Adapter "emby"           is not installed.
                                            Adapter "energymanager"  is not installed.
                                            Adapter "enet"           is not installed.
                                            Adapter "epson_stylus_px830" is not installed.
                                            Adapter "exchangerates"  is not installed.
                                            Adapter "fakeroku"       is not installed.
                                            Adapter "fb-checkpresence" is not installed.
                                            Adapter "feiertage"      is not installed.
                                            Adapter "fhem"           is not installed.
                                            Adapter "find-my-iphone" is not installed.
                                            Adapter "firetv"         is not installed.
                                            Adapter "fitbit-api"     is not installed.
                                            Adapter "flot"           is not installed.
                                            Adapter "foobar2000"     is not installed.
                                            Adapter "fritzbox"       is not installed.
                                            Adapter "fritzdect"      is not installed.
                                            Adapter "fronius"        is not installed.
                                            Adapter "fullcalendar"   is not installed.
                                            Adapter "fullybrowser"   is not installed.
                                            Adapter "g-homa"         is not installed.
                                            Adapter "geofency"       is not installed.
                                            Adapter "gruenbeck"      is not installed.
                                            Adapter "habpanel"       is not installed.
                                            Adapter "haier"          is not installed.
                                            Adapter "ham"            is not installed.
                                            Adapter "ham-wemo"       is not installed.
                                            Adapter "harmony"        is not installed.
                                            Adapter "hass-mqtt"      is not installed.
                                            Adapter "heatingcontrol" is not installed.
                                            Adapter "heytech"        is not installed.
                                            Adapter "hid"            is not installed.
                                            Adapter "hilink"         is not installed.
                                            Update history from @1.8.7 to @1.9.6
                                            NPM version: 6.14.4
                                            npm install iobroker.history@1.9.6 --loglevel error --prefix "/opt/iobroker" (System call)
                                            Package pixman-1 was not found in the pkg-config search path.
                                            Perhaps you should add the directory containing `pixman-1.pc'
                                            to the PKG_CONFIG_PATH environment variable
                                            No package 'pixman-1' found
                                            gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                            gyp ERR! configure error
                                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            node-pre-gyp ERR! build error
                                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            node-pre-gyp ERR! node -v v12.16.3
                                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                            node-pre-gyp ERR! not ok
                                            upload [6] history.admin /opt/iobroker/node_modules/iobroker.history/admin/wordsCustom.js wordsCustom.js application/javascript
                                            upload [5] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words.js words.js application/javascript
                                            Update "system.adapter.history.0"
                                            upload [4] history.admin /opt/iobroker/node_modules/iobroker.history/admin/index_m.html index_m.html text/html
                                            upload [3] history.admin /opt/iobroker/node_modules/iobroker.history/admin/index.html index.html text/html
                                            upload [2] history.admin /opt/iobroker/node_modules/iobroker.history/admin/history.png history.png image/png
                                            upload [1] history.admin /opt/iobroker/node_modules/iobroker.history/admin/custom_m.html custom_m.html text/html
                                            upload [0] history.admin /opt/iobroker/node_modules/iobroker.history/admin/custom.html custom.html text/html
                                            Adapter "history" updated
                                            Update hm-rega from @2.5.5 to @2.6.6
                                            NPM version: 6.14.4
                                            npm install iobroker.hm-rega@2.6.6 --loglevel error --prefix "/opt/iobroker" (System call)
                                            Package pixman-1 was not found in the pkg-config search path.
                                            Perhaps you should add the directory containing `pixman-1.pc'
                                            to the PKG_CONFIG_PATH environment variable
                                            No package 'pixman-1' found
                                            gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                            gyp ERR! configure error
                                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            node-pre-gyp ERR! build error
                                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            node-pre-gyp ERR! node -v v12.16.3
                                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                            node-pre-gyp ERR! not ok
                                            upload [3] hm-rega.admin /opt/iobroker/node_modules/iobroker.hm-rega/admin/words.js words.js application/javascript
                                            Update "system.adapter.hm-rega.0"
                                            upload [2] hm-rega.admin /opt/iobroker/node_modules/iobroker.hm-rega/admin/index_m.html index_m.html text/html
                                            upload [1] hm-rega.admin /opt/iobroker/node_modules/iobroker.hm-rega/admin/index.html index.html text/html
                                            upload [0] hm-rega.admin /opt/iobroker/node_modules/iobroker.hm-rega/admin/homematic.png homematic.png image/png
                                            Adapter "hm-rega" updated
                                            Update hm-rpc from @1.12.10 to @1.14.2
                                            NPM version: 6.14.4
                                            npm install iobroker.hm-rpc@1.14.2 --loglevel error --prefix "/opt/iobroker" (System call)
                                            Package pixman-1 was not found in the pkg-config search path.
                                            Perhaps you should add the directory containing `pixman-1.pc'
                                            to the PKG_CONFIG_PATH environment variable
                                            No package 'pixman-1' found
                                            gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                            gyp ERR! configure error
                                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            node-pre-gyp ERR! build error
                                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            node-pre-gyp ERR! node -v v12.16.3
                                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                            node-pre-gyp ERR! not ok
                                            Update "system.adapter.hm-rpc.0"
                                            upload [200] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/96_hm-tc-it-wm-w-eu_thumb.png icons/96_hm-tc-it-wm-w-eu_thumb.png image/png
                                            upload [150] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/49_hm-sec-wds_thumb.png icons/49_hm-sec-wds_thumb.png image/png
                                            upload [100] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/187_hmip-rcb1_thumb.png icons/187_hmip-rcb1_thumb.png image/png
                                            upload [90] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/178_hmip-etrv-b1_thumb.png icons/178_hmip-etrv-b1_thumb.png image/png
                                            upload [80] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/168_hmip-smi55_thumb.png icons/168_hmip-smi55_thumb.png image/png
                                            upload [70] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/159_hmip-mod-rc8_thumb.png icons/159_hmip-mod-rc8_thumb.png image/png
                                            upload [60] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/14_hm-sec-key_thumb.png icons/14_hm-sec-key_thumb.png image/png
                                            upload [50] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/140_alpha-ip-rgb_thumb.png icons/140_alpha-ip-rgb_thumb.png image/png
                                            upload [40] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/132_hmip-smo_thumb.png icons/132_hmip-smo_thumb.png image/png
                                            upload [30] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/121_hmip-wth_thumb.png icons/121_hmip-wth_thumb.png image/png
                                            upload [20] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm_thumb.png icons/113_hmip-psm_thumb.png image/png
                                            upload [19] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm-uk_thumb.png icons/113_hmip-psm-uk_thumb.png image/png
                                            upload [18] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm-pe_thumb.png icons/113_hmip-psm-pe_thumb.png image/png
                                            upload [17] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm-it_thumb.png icons/113_hmip-psm-it_thumb.png image/png
                                            upload [16] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm-ch_thumb.png icons/113_hmip-psm-ch_thumb.png image/png
                                            upload [15] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/112_hmip-wrc2_thumb.png icons/112_hmip-wrc2_thumb.png image/png
                                            upload [14] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/111_hm-lc-rgbw-wm_thumb.png icons/111_hm-lc-rgbw-wm_thumb.png image/png
                                            upload [13] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/110_hm-es-pmsw1-dr_thump.png icons/110_hm-es-pmsw1-dr_thump.png image/png
                                            upload [12] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/109_hm-lc-sw1-pl-ct_thump.png icons/109_hm-lc-sw1-pl-ct_thump.png image/png
                                            upload [11] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/108_hm-rc-dis-h-x-eu_thump.png icons/108_hm-rc-dis-h-x-eu_thump.png image/png
                                            upload [10] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/107_hm-es-pmsw1-pl-R5_thumb.png icons/107_hm-es-pmsw1-pl-R5_thumb.png image/png
                                            upload [9] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/107_hm-es-pmsw1-pl-R4_thumb.png icons/107_hm-es-pmsw1-pl-R4_thumb.png image/png
                                            upload [8] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/107_hm-es-pmsw1-pl-R3_thumb.png icons/107_hm-es-pmsw1-pl-R3_thumb.png image/png
                                            upload [7] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/107_hm-es-pmsw1-pl-R2_thumb.png icons/107_hm-es-pmsw1-pl-R2_thumb.png image/png
                                            upload [6] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/105_hm-sec-sd-2-team_thumb.png icons/105_hm-sec-sd-2-team_thumb.png image/png
                                            upload [5] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/104_hm-sec-sd-2_thumb.png icons/104_hm-sec-sd-2_thumb.png image/png
                                            upload [4] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/103_hm-sen-mdir-wm55_thumb.png icons/103_hm-sen-mdir-wm55_thumb.png image/png
                                            upload [3] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/102_hm-es-tx-wm_thumb.png icons/102_hm-es-tx-wm_thumb.png image/png
                                            upload [2] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/101_hm-sen-db-pcb_thumb.png icons/101_hm-sen-db-pcb_thumb.png image/png
                                            upload [1] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/100_hm-rc-8_thumb.png icons/100_hm-rc-8_thumb.png image/png
                                            upload [0] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/homematic.png homematic.png image/png
                                            Adapter "hm-rpc" updated
                                            Adapter "hmip"           is not installed.
                                            Adapter "hombot"         is not installed.
                                            Adapter "homeconnect"    is not installed.
                                            Adapter "homee"          is not installed.
                                            Adapter "homepilot"      is not installed.
                                            Adapter "hp-ilo"         is not installed.
                                            Adapter "hs100"          is not installed.
                                            Adapter "hue"            is not installed.
                                            Adapter "hue-extended"   is not installed.
                                            Adapter "hyperion"       is not installed.
                                            Adapter "i2c"            is not installed.
                                            Adapter "ical"           is not installed.
                                            Adapter "icons-addictive-flavour-png" is not installed.
                                            Adapter "icons-fatcow-hosting" is not installed.
                                            Adapter "icons-icons8"   is not installed.
                                            Adapter "icons-material-png" is not installed.
                                            Adapter "icons-material-svg" is not installed.
                                            Adapter "icons-mfd-png"  is not installed.
                                            Adapter "icons-mfd-svg"  is not installed.
                                            Adapter "icons-open-icon-library-png" is not installed.
                                            Adapter "icons-ultimate-png" is not installed.
                                            Adapter "influxdb"       is not installed.
                                            Update info from @1.5.6 to @1.7.2
                                            NPM version: 6.14.4
                                            npm install iobroker.info@1.7.2 --loglevel error --prefix "/opt/iobroker" (System call)
                                            Package pixman-1 was not found in the pkg-config search path.
                                            Perhaps you should add the directory containing `pixman-1.pc'
                                            to the PKG_CONFIG_PATH environment variable
                                            No package 'pixman-1' found
                                            gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                            gyp ERR! configure error
                                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            node-pre-gyp ERR! build error
                                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            node-pre-gyp ERR! node -v v12.16.3
                                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                            node-pre-gyp ERR! not ok
                                            upload [80] info.admin /opt/iobroker/node_modules/iobroker.info/admin/words.js words.js application/javascript
                                            Update "system.adapter.info.0"
                                            upload [70] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/hostInfo.js lib/js/hostInfo.js application/javascript
                                            upload [60] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/bootstrap.min.js lib/js/bootstrap.min.js application/javascript
                                            upload [50] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/slackware.png lib/img/logos/slackware.png image/png
                                            upload [40] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/manjaro.png lib/img/logos/manjaro.png image/png
                                            upload [30] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/coreos.png lib/img/logos/coreos.png image/png
                                            upload [20] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/disk.png lib/img/icons/disk.png image/png
                                            upload [19] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/cpu.png lib/img/icons/cpu.png image/png
                                            upload [18] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/battery.png lib/img/icons/battery.png image/png
                                            upload [17] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/sechand.png lib/img/clock/sechand.png image/png
                                            upload [16] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/minhand.png lib/img/clock/minhand.png image/png
                                            upload [15] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/hourhand.png lib/img/clock/hourhand.png image/png
                                            upload [14] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/clockface.png lib/img/clock/clockface.png image/png
                                            upload [13] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.woff2 lib/fonts/fontawesome-webfont.woff2 font/woff2
                                            upload [12] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.woff lib/fonts/fontawesome-webfont.woff font/woff
                                            upload [11] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.ttf lib/fonts/fontawesome-webfont.ttf font/ttf
                                            upload [10] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.svg lib/fonts/fontawesome-webfont.svg image/svg+xml
                                            upload [9] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.eot lib/fonts/fontawesome-webfont.eot application/vnd.ms-fontobject
                                            upload [8] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/FontAwesome.otf lib/fonts/FontAwesome.otf font/otf
                                            upload [7] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/data/infoData.json lib/data/infoData.json application/json
                                            upload [6] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/simplemde.min.css lib/css/simplemde.min.css text/css
                                            upload [5] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/info.css lib/css/info.css text/css
                                            upload [4] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/font-awesome.min.css lib/css/font-awesome.min.css text/css
                                            upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/chartist.min.css lib/css/chartist.min.css text/css
                                            upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css
                                            upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/info.png info.png image/png
                                            upload [0] info.admin /opt/iobroker/node_modules/iobroker.info/admin/index_m.html index_m.html text/html
                                            Adapter "info" updated
                                            Adapter "innogy-smarthome" is not installed.
                                            Adapter "intesishome"    is not installed.
                                            Adapter "iogo"           is not installed.
                                            Adapter "iot"            is up to date.
                                            Adapter "iqontrol"       is not installed.
                                            Adapter "javascript"     is up to date.
                                            Adapter "jeelink"        is not installed.
                                            Adapter "js2fs"          is not installed.
                                            Adapter "kecontact"      is not installed.
                                            Adapter "klf200"         is not installed.
                                            Adapter "km200"          is not installed.
                                            Adapter "knmi-weather"   is not installed.
                                            Adapter "knx"            is not installed.
                                            Adapter "kodi"           is not installed.
                                            Adapter "kress"          is not installed.
                                            Adapter "lametric"       is not installed.
                                            Adapter "landroid"       is not installed.
                                            Adapter "lcn"            is not installed.
                                            Adapter "letrika_comgw"  is not installed.
                                            Adapter "lgtv"           is up to date.
                                            Adapter "lgtv-rs"        is not installed.
                                            Adapter "lgtv11"         is not installed.
                                            Adapter "lifx"           is not installed.
                                            Adapter "lightify"       is not installed.
                                            Adapter "link"           is not installed.
                                            Adapter "linkeddevices"  is not installed.
                                            Adapter "lovelace"       is not installed.
                                            Adapter "loxone"         is not installed.
                                            Adapter "luftdaten"      is not installed.
                                            Adapter "lupusec"        is not installed.
                                            Adapter "luxtronik1"     is not installed.
                                            Adapter "material"       is not installed.
                                            Adapter "maxcube"        is not installed.
                                            Adapter "maxcul"         is not installed.
                                            Adapter "mbus"           is not installed.
                                            Adapter "mclighting"     is not installed.
                                            Adapter "megad"          is not installed.
                                            Adapter "megadd"         is not installed.
                                            Adapter "megaesp"        is not installed.
                                            Adapter "mercedesme"     is not installed.
                                            Adapter "mercury"        is not installed.
                                            Adapter "meross"         is not installed.
                                            Adapter "meteoalarm"     is not installed.
                                            Adapter "miele"          is not installed.
                                            Adapter "mielecloudservice" is not installed.
                                            Adapter "mihome"         is not installed.
                                            Adapter "mihome-airpurifier" is not installed.
                                            Adapter "mihome-lamp"    is not installed.
                                            Adapter "mihome-plug"    is not installed.
                                            Update mihome-vacuum from @1.1.5 to @2.0.7
                                            NPM version: 6.14.4
                                            npm install iobroker.mihome-vacuum@2.0.7 --loglevel error --prefix "/opt/iobroker" (System call)
                                            Package pixman-1 was not found in the pkg-config search path.
                                            Perhaps you should add the directory containing `pixman-1.pc'
                                            to the PKG_CONFIG_PATH environment variable
                                            No package 'pixman-1' found
                                            gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                            gyp ERR! configure error
                                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            node-pre-gyp ERR! build error
                                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            node-pre-gyp ERR! node -v v12.16.3
                                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                            node-pre-gyp ERR! not ok
                                            npm ERR! code ELIFECYCLE
                                            npm ERR! errno 1
                                            npm ERR! canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
                                            npm ERR! Exit status 1
                                            npm ERR!
                                            npm ERR! Failed at the canvas@2.6.1 install script.
                                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                            
                                            npm ERR! A complete log of this run can be found in:
                                            npm ERR!     /home/iobroker/.npm/_logs/2020-05-08T10_19_53_090Z-debug.log
                                            host.iobroker Cannot install iobroker.mihome-vacuum@2.0.7: 1
                                            pi@iobroker:/opt/iobroker $ iobroker upgrade self
                                            Controller is running. Please stop ioBroker first.
                                            pi@iobroker:/opt/iobroker $ iobroker stop
                                            ^[[A^[[Api@iobroker:/opt/iobroker $ iobroker upgrade self
                                            Update js-controller from @2.2.9 to @3.0.20
                                            NPM version: 6.14.4
                                            npm install iobroker.js-controller@3.0.20 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
                                            Package pixman-1 was not found in the pkg-config search path.
                                            Perhaps you should add the directory containing `pixman-1.pc'
                                            to the PKG_CONFIG_PATH environment variable
                                            No package 'pixman-1' found
                                            gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                            gyp ERR! configure error
                                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            node-pre-gyp ERR! build error
                                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                            node-pre-gyp ERR! node -v v12.16.3
                                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                            node-pre-gyp ERR! not ok
                                            Starting node restart.js
                                            pi@iobroker:/opt/iobroker $ npm rebuild
                                            
                                            > protobufjs@6.8.9 postinstall /opt/iobroker/node_modules/protobufjs
                                            > node scripts/postinstall
                                            
                                            
                                            > serialport@8.0.8 postinstall /opt/iobroker/node_modules/iobroker.discovery/node_modules/serialport
                                            > node thank-you.js
                                            
                                            Thank you for using serialport!
                                            If you rely on this package, please consider supporting our open collective:
                                            > https://opencollective.com/serialport/donate
                                            
                                            
                                            
                                            > @serialport/bindings@8.0.8 install /opt/iobroker/node_modules/iobroker.discovery/node_modules/@serialport/bindings
                                            > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
                                            
                                            prebuild-install WARN install No prebuilt binaries found (target=12.16.3 runtime=node arch=arm libc= platform=linux)
                                            gyp ERR! clean error
                                            gyp ERR! stack Error: EACCES: permission denied, rmdir 'build'
                                            gyp ERR! System Linux 4.19.97-v7l+
                                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.discovery/node_modules/@serialport/bindings
                                            gyp ERR! node -v v12.16.3
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            npm ERR! code ELIFECYCLE
                                            npm ERR! errno 1
                                            npm ERR! @serialport/bindings@8.0.8 install: `prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild`
                                            npm ERR! Exit status 1
                                            npm ERR!
                                            npm ERR! Failed at the @serialport/bindings@8.0.8 install script.
                                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                            
                                            npm ERR! A complete log of this run can be found in:
                                            npm ERR!     /home/pi/.npm/_logs/2020-05-08T10_25_49_001Z-debug.log
                                            pi@iobroker:/opt/iobroker $ iobroker start
                                            
                                            
                                            

                                            Fehler bleibt bestehen.

                                            Eine Idee wäre noch ein Downgrade von Node.js zurück auf die 10er zu machen und schauen ob es wirklich nur die Schleife im Blockly war, die den JS Adapter zum Absturz brachte.

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            450
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            javascript
                                            6
                                            82
                                            4551
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo