Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert

    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

    ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mayokleckz last edited by

      Hi,
      wollte mal schnell ESPHome ausprobieren und ich habs jetzt zwei Abende selber versucht, aber ich komm absolut nicht mehr weiter. Hoffentlich habt ihr noch Ideen oder sogar die Lösung.

      Habe über das beta repository den ESPHome Adapter installiert v0.2.4
      Das Device angelegt und wollte installieren. Dabei tritt jedoch der genannte Fehler auf, obwohl mittlerweile die V6.1.6 installiert ist.

      INFO Compiling app...
      Processing esphome-brunnen (board: d1_mini; framework: arduino; platform: platformio/espressif8266 @ 3.2.0)
      --------------------------------------------------------------------------------
      Platform Manager: Installing platformio/espressif8266 @ 3.2.0
      Error: Please upgrade to the PlatformIO Core 6
      

      Die .YAML

      esphome:
        name: esphome-brunnen
      
      esp8266:
        board: d1_mini
      
      # Enable logging
      logger:
      
      # Enable Home Assistant API
      api:
          password: 'MyPassword'
      ota:
        password: "d960f666ab261cb6fbcd4e21b4cd9a59"
      
      wifi:
        ssid: !secret wifi_ssid
        password: !secret wifi_password
      
        # Enable fallback hotspot (captive portal) in case wifi connection fails
        ap:
          ssid: "Esphome-Brunnen Fallback Hotspot"
          password: "15dOCTm1PxgU"
      
      captive_portal:
      

      Das System läuft auf einem Raspi 4

      pi@raspberrypi:~ $ cat /etc/os-release
      PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
      NAME="Raspbian GNU/Linux"
      VERSION_ID="10"
      VERSION="10 (buster)"
      VERSION_CODENAME=buster
      ID=raspbian
      ID_LIKE=debian
      
      

      Die Versionen:

      js controller v4.0.24
      Node.js v18.16.0
      NPM 9.5.1

      pi@raspberrypi:~ $ pio --version
      PlatformIO Core, version 6.1.6
      pi@raspberrypi:~ $ python3.11 -V
      Python 3.11.3
      pi@raspberrypi:~ $ python3 -V
      Python 3.7.3
      

      Ich würde mich freuen, wenn mit jemand bei der Analyse helfen kann, da ich gar nicht mehr weiß, was ich noch versuchen kann.

      Habe mehrmals in verschiedenen Reihenfolgen python, pio und den Adapter installiert/deinstalliert, rebootet und so weit es geht die Foren durchsucht, NPM und Node.js hochgezogen.
      Da ich nicht weiß woran es liegt, an PlatformIO, an der iobroker instanz, an der Kombination der Versionen oder einfach nur ein falscher Pfad, fehlender Bezug...

      Bin für jede Idee dankbar. Bin kurz davor ein komplettes Backup zu erstellen und eine frische platte aufzusetzen.
      Grüße

      Wal 1 Reply Last reply Reply Quote 0
      • Wal
        Wal Developer @mayokleckz last edited by

        @mayokleckz sagte in ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert:

        PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"

        Buster ist tot.

        M 1 Reply Last reply Reply Quote 0
        • M
          mayokleckz @Wal last edited by

          @wal

          danke für den Hinweis.

          Das hat das Problem aber erst mal verlagert.
          Node.js v18.16.0
          NPM 9.5.1
          Python 3.9.2

          $ cat /etc/os-release
          PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
          NAME="Raspbian GNU/Linux"
          VERSION_ID="11"
          VERSION="11 (bullseye)"
          

          Fehler diesmal schon beim Versuch den Adapter aus dem Beta Repo zu installieren.

          $ iobroker add esphome auto --host raspberrypi --debug
          
          NPM version: 9.5.1
          
          Installing iobroker.esphome@0.2.4... (System call)
          
          npm ERR! code 126
          
          npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2023-04-23T22_35_46_287Z-debug-0.log
          
          host.raspberrypi Cannot install iobroker.esphome@0.2.4: 126
          
          ERROR: Process exited with code 25
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @mayokleckz last edited by

            @mayokleckz sagte in ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert:

            A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2023-04-23T22_35_46_287Z-debug-0.log

            Was steht da drin?

            1 Reply Last reply Reply Quote 0
            • M
              mayokleckz last edited by

              @thomas-braun

              gerade noch einmal ausgeführt. Hier das Logfile

               $ sudo iobroker add esphome auto --host raspberrypi --debug
              NPM version: 9.5.1
              Installing iobroker.esphome@0.2.4... (System call)
              npm ERR! code 126
              npm ERR! path /opt/iobroker/node_modules/iobroker.esphome
              npm ERR! command failed
              npm ERR! command sh -c npip install
              npm ERR! sh: 1: npip: Permission denied
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-debug-0.log
              host.raspberrypi Cannot install iobroker.esphome@0.2.4: 126
              
              // home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-debug-0.log
              0 verbose cli /usr/bin/node /usr/bin/npm
              1 info using npm@9.5.1
              2 info using node@v18.16.0
              3 timing npm:load:whichnode Completed in 3ms
              4 timing config:load:defaults Completed in 6ms
              5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 14ms
              6 timing config:load:builtin Completed in 15ms
              7 timing config:load:cli Completed in 9ms
              8 timing config:load:env Completed in 1ms
              9 timing config:load:file:/opt/iobroker/.npmrc Completed in 5ms
              10 timing config:load:project Completed in 22ms
              11 timing config:load:file:/home/iobroker/.npmrc Completed in 1ms
              12 timing config:load:user Completed in 1ms
              13 timing config:load:file:/usr/etc/npmrc Completed in 0ms
              14 timing config:load:global Completed in 1ms
              15 timing config:load:setEnvs Completed in 4ms
              16 timing config:load Completed in 59ms
              17 timing npm:load:configload Completed in 59ms
              18 timing npm:load:mkdirpcache Completed in 1ms
              19 timing npm:load:mkdirplogs Completed in 1ms
              20 verbose title npm install iobroker.esphome@0.2.4
              21 verbose argv "install" "--save-exact" "iobroker.esphome@0.2.4"
              22 timing npm:load:setTitle Completed in 5ms
              23 timing config:load:flatten Completed in 11ms
              24 timing npm:load:display Completed in 14ms
              25 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-
              26 verbose logfile /home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-debug-0.log
              27 timing npm:load:logFile Completed in 18ms
              28 timing npm:load:timers Completed in 0ms
              29 timing npm:load:configScope Completed in 0ms
              30 timing npm:load Completed in 104ms
              31 timing arborist:ctor Completed in 3ms
              32 silly logfile start cleaning logs, removing 2 files
              33 silly logfile done cleaning log files
              34 timing idealTree:init Completed in 3379ms
              35 timing idealTree:userRequests Completed in 22ms
              36 silly idealTree buildDeps
              37 silly fetch manifest iobroker.esphome@0.2.4
              38 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
              39 http fetch GET 200 https://registry.npmjs.org/iobroker.esphome 94ms (cache hit)
              40 silly placeDep ROOT iobroker.esphome@0.2.4 OK for: iobroker.inst@3.0.0 want: 0.2.4
              41 silly fetch manifest @sentry/node@^5.30.0
              42 silly fetch manifest esphome-native-api@^1.0.9
              43 silly fetch manifest nopy@^0.2.7
              44 silly fetch manifest tree-kill@^1.2.2
              45 http fetch GET 200 https://registry.npmjs.org/esphome-native-api 55ms (cache hit)
              46 http fetch GET 200 https://registry.npmjs.org/tree-kill 55ms (cache hit)
              47 http fetch GET 200 https://registry.npmjs.org/nopy 58ms (cache hit)
              48 http fetch GET 200 https://registry.npmjs.org/@sentry%2fnode 97ms (cache hit)
              49 timing idealTree:#root Completed in 267ms
              50 silly placeDep node_modules/iobroker.esphome @sentry/node@5.30.0 OK for: iobroker.esphome@0.2.4 want: ^5.30.0
              51 silly placeDep ROOT esphome-native-api@1.0.9 OK for: iobroker.esphome@0.2.4 want: ^1.0.9
              52 silly placeDep ROOT nopy@0.2.9 OK for: iobroker.esphome@0.2.4 want: ^0.2.7
              53 silly placeDep ROOT tree-kill@1.2.2 OK for: iobroker.esphome@0.2.4 want: ^1.2.2
              54 silly fetch manifest @sentry/core@5.30.0
              55 silly fetch manifest @sentry/hub@5.30.0
              56 silly fetch manifest @sentry/types@5.30.0
              57 silly fetch manifest @sentry/utils@5.30.0
              58 silly fetch manifest eslint@^7.13.0
              59 silly fetch manifest events@^3.2.0
              60 silly fetch manifest google-protobuf@^3.14.0
              61 silly fetch manifest multicast-dns@^7.2.2
              62 silly fetch manifest net@^1.0.2
              63 http fetch GET 200 https://registry.npmjs.org/@sentry%2ftypes 3521ms (cache hit)
              64 http fetch GET 200 https://registry.npmjs.org/@sentry%2fcore 3542ms (cache hit)
              65 http fetch GET 200 https://registry.npmjs.org/@sentry%2fhub 3557ms (cache hit)
              66 http fetch GET 200 https://registry.npmjs.org/@sentry%2futils 3571ms (cache hit)
              67 http fetch GET 200 https://registry.npmjs.org/eslint 3590ms (cache hit)
              68 http fetch GET 200 https://registry.npmjs.org/events 3649ms (cache hit)
              69 http fetch GET 200 https://registry.npmjs.org/google-protobuf 3650ms (cache hit)
              70 http fetch GET 200 https://registry.npmjs.org/net 3651ms (cache hit)
              71 http fetch GET 200 https://registry.npmjs.org/multicast-dns 3655ms (cache hit)
              72 timing idealTree:node_modules/iobroker.esphome Completed in 3743ms
              73 silly placeDep ROOT eslint@7.32.0 OK for: esphome-native-api@1.0.9 want: ^7.13.0
              74 silly placeDep ROOT events@3.3.0 OK for: esphome-native-api@1.0.9 want: ^3.2.0
              75 silly placeDep ROOT google-protobuf@3.21.2 OK for: esphome-native-api@1.0.9 want: ^3.14.0
              76 silly placeDep ROOT multicast-dns@7.2.5 OK for: esphome-native-api@1.0.9 want: ^7.2.2
              77 silly placeDep ROOT net@1.0.2 OK for: esphome-native-api@1.0.9 want: ^1.0.2
              78 silly fetch manifest @babel/code-frame@7.12.11
              79 silly fetch manifest @eslint/eslintrc@^0.4.3
              80 silly fetch manifest @humanwhocodes/config-array@^0.5.0
              81 silly fetch manifest debug@^4.0.1
              82 silly fetch manifest doctrine@^3.0.0
              83 silly fetch manifest enquirer@^2.3.5
              84 silly fetch manifest eslint-scope@^5.1.1
              85 silly fetch manifest eslint-utils@^2.1.0
              86 silly fetch manifest eslint-visitor-keys@^2.0.0
              87 silly fetch manifest espree@^7.3.1
              88 silly fetch manifest esquery@^1.4.0
              89 silly fetch manifest esutils@^2.0.2
              90 silly fetch manifest file-entry-cache@^6.0.1
              91 silly fetch manifest functional-red-black-tree@^1.0.1
              92 silly fetch manifest globals@^13.6.0
              93 silly fetch manifest ignore@^4.0.6
              94 silly fetch manifest js-yaml@^3.13.1
              95 silly fetch manifest json-stable-stringify-without-jsonify@^1.0.1
              96 silly fetch manifest levn@^0.4.1
              97 silly fetch manifest lodash.merge@^4.6.2
              98 silly fetch manifest minimatch@^3.0.4
              99 silly fetch manifest natural-compare@^1.4.0
              100 silly fetch manifest optionator@^0.9.1
              101 silly fetch manifest progress@^2.0.0
              102 silly fetch manifest regexpp@^3.1.0
              103 silly fetch manifest strip-json-comments@^3.1.0
              104 silly fetch manifest table@^6.0.9
              105 silly fetch manifest text-table@^0.2.0
              106 silly fetch manifest v8-compile-cache@^2.0.3
              107 silly fetch manifest dns-packet@^5.2.2
              108 silly fetch manifest thunky@^1.0.2
              109 http fetch GET 200 https://registry.npmjs.org/@babel%2fcode-frame 428ms (cache hit)
              110 http fetch GET 200 https://registry.npmjs.org/doctrine 426ms (cache hit)
              111 http fetch GET 200 https://registry.npmjs.org/eslint-scope 427ms (cache hit)
              112 http fetch GET 200 https://registry.npmjs.org/@eslint%2feslintrc 437ms (cache hit)
              113 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fconfig-array 442ms (cache hit)
              114 http fetch GET 200 https://registry.npmjs.org/debug 445ms (cache hit)
              115 http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys 441ms (cache hit)
              116 http fetch GET 200 https://registry.npmjs.org/espree 445ms (cache hit)
              117 http fetch GET 200 https://registry.npmjs.org/esquery 452ms (cache hit)
              118 http fetch GET 200 https://registry.npmjs.org/esutils 451ms (cache hit)
              119 http fetch GET 200 https://registry.npmjs.org/file-entry-cache 451ms (cache hit)
              120 http fetch GET 200 https://registry.npmjs.org/functional-red-black-tree 451ms (cache hit)
              121 http fetch GET 200 https://registry.npmjs.org/globals 452ms (cache hit)
              122 http fetch GET 200 https://registry.npmjs.org/ignore 455ms (cache hit)
              123 http fetch GET 200 https://registry.npmjs.org/enquirer 485ms (cache hit)
              124 http fetch GET 200 https://registry.npmjs.org/levn 457ms (cache hit)
              125 http fetch GET 200 https://registry.npmjs.org/eslint-utils 488ms (cache hit)
              126 http fetch GET 200 https://registry.npmjs.org/js-yaml 468ms (cache hit)
              127 http fetch GET 200 https://registry.npmjs.org/json-stable-stringify-without-jsonify 471ms (cache hit)
              128 http fetch GET 200 https://registry.npmjs.org/natural-compare 463ms (cache hit)
              129 http fetch GET 200 https://registry.npmjs.org/optionator 444ms (cache hit)
              130 http fetch GET 200 https://registry.npmjs.org/progress 444ms (cache hit)
              131 http fetch GET 200 https://registry.npmjs.org/regexpp 443ms (cache hit)
              132 http fetch GET 200 https://registry.npmjs.org/lodash.merge 476ms (cache hit)
              133 http fetch GET 200 https://registry.npmjs.org/text-table 440ms (cache hit)
              134 http fetch GET 200 https://registry.npmjs.org/dns-packet 437ms (cache hit)
              135 http fetch GET 200 https://registry.npmjs.org/minimatch 483ms (cache hit)
              136 http fetch GET 200 https://registry.npmjs.org/thunky 450ms (cache hit)
              137 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 465ms (cache hit)
              138 http fetch GET 200 https://registry.npmjs.org/table 468ms (cache hit)
              139 http fetch GET 200 https://registry.npmjs.org/v8-compile-cache 488ms (cache hit)
              140 timing idealTree:node_modules/esphome-native-api Completed in 614ms
              141 silly placeDep node_modules/eslint @babel/code-frame@7.12.11 OK for: eslint@7.32.0 want: 7.12.11
              142 silly placeDep ROOT @eslint/eslintrc@0.4.3 OK for: eslint@7.32.0 want: ^0.4.3
              143 silly placeDep ROOT @humanwhocodes/config-array@0.5.0 OK for: eslint@7.32.0 want: ^0.5.0
              144 silly placeDep node_modules/eslint debug@4.3.4 OK for: eslint@7.32.0 want: ^4.0.1
              145 silly placeDep ROOT doctrine@3.0.0 OK for: eslint@7.32.0 want: ^3.0.0
              146 silly placeDep ROOT enquirer@2.3.6 OK for: eslint@7.32.0 want: ^2.3.5
              147 silly placeDep ROOT eslint-scope@5.1.1 OK for: eslint@7.32.0 want: ^5.1.1
              148 silly placeDep ROOT eslint-utils@2.1.0 OK for: eslint@7.32.0 want: ^2.1.0
              149 silly placeDep ROOT eslint-visitor-keys@2.1.0 OK for: eslint@7.32.0 want: ^2.0.0
              150 silly placeDep ROOT espree@7.3.1 OK for: eslint@7.32.0 want: ^7.3.1
              151 silly placeDep ROOT esquery@1.5.0 OK for: eslint@7.32.0 want: ^1.4.0
              152 silly placeDep ROOT esutils@2.0.3 OK for: eslint@7.32.0 want: ^2.0.2
              153 silly placeDep ROOT file-entry-cache@6.0.1 OK for: eslint@7.32.0 want: ^6.0.1
              154 silly placeDep ROOT functional-red-black-tree@1.0.1 OK for: eslint@7.32.0 want: ^1.0.1
              155 silly placeDep ROOT globals@13.20.0 OK for: eslint@7.32.0 want: ^13.6.0
              156 silly placeDep node_modules/eslint ignore@4.0.6 OK for: eslint@7.32.0 want: ^4.0.6
              157 silly placeDep ROOT js-yaml@3.14.1 OK for: eslint@7.32.0 want: ^3.13.1
              158 silly placeDep ROOT json-stable-stringify-without-jsonify@1.0.1 OK for: eslint@7.32.0 want: ^1.0.1
              159 silly placeDep ROOT levn@0.4.1 OK for: eslint@7.32.0 want: ^0.4.1
              160 silly placeDep ROOT lodash.merge@4.6.2 OK for: eslint@7.32.0 want: ^4.6.2
              161 silly placeDep node_modules/eslint minimatch@3.1.2 OK for: eslint@7.32.0 want: ^3.0.4
              162 silly placeDep ROOT natural-compare@1.4.0 OK for: eslint@7.32.0 want: ^1.4.0
              163 silly placeDep ROOT optionator@0.9.1 OK for: eslint@7.32.0 want: ^0.9.1
              164 silly placeDep ROOT progress@2.0.3 OK for: eslint@7.32.0 want: ^2.0.0
              165 silly placeDep ROOT regexpp@3.2.0 OK for: eslint@7.32.0 want: ^3.1.0
              166 silly placeDep node_modules/eslint strip-json-comments@3.1.1 OK for: eslint@7.32.0 want: ^3.1.0
              167 silly placeDep ROOT table@6.8.1 OK for: eslint@7.32.0 want: ^6.0.9
              168 silly placeDep ROOT text-table@0.2.0 OK for: eslint@7.32.0 want: ^0.2.0
              169 silly placeDep ROOT v8-compile-cache@2.3.0 OK for: eslint@7.32.0 want: ^2.0.3
              170 silly fetch manifest debug@^4.1.1
              171 silly fetch manifest strip-json-comments@^3.1.1
              172 silly fetch manifest @humanwhocodes/object-schema@^1.2.0
              173 silly fetch manifest ms@2.1.2
              174 silly fetch manifest ansi-colors@^4.1.1
              175 silly fetch manifest esrecurse@^4.3.0
              176 silly fetch manifest estraverse@^4.1.1
              177 silly fetch manifest eslint-visitor-keys@^1.1.0
              178 silly fetch manifest acorn@^7.4.0
              179 silly fetch manifest acorn-jsx@^5.3.1
              180 silly fetch manifest eslint-visitor-keys@^1.3.0
              181 silly fetch manifest estraverse@^5.1.0
              182 silly fetch manifest flat-cache@^3.0.4
              183 silly fetch manifest type-fest@^0.20.2
              184 silly fetch manifest argparse@^1.0.7
              185 silly fetch manifest esprima@^4.0.0
              186 silly fetch manifest prelude-ls@^1.2.1
              187 silly fetch manifest type-check@~0.4.0
              188 silly fetch manifest brace-expansion@^1.1.7
              189 silly fetch manifest deep-is@^0.1.3
              190 silly fetch manifest word-wrap@^1.2.3
              191 silly fetch manifest type-check@^0.4.0
              192 silly fetch manifest fast-levenshtein@^2.0.6
              193 silly fetch manifest ajv@^8.0.1
              194 silly fetch manifest lodash.truncate@^4.4.2
              195 silly fetch manifest slice-ansi@^4.0.0
              196 http fetch GET 200 https://registry.npmjs.org/ms 221ms (cache hit)
              197 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fobject-schema 227ms (cache hit)
              198 http fetch GET 200 https://registry.npmjs.org/acorn-jsx 211ms (cache hit)
              199 http fetch GET 200 https://registry.npmjs.org/estraverse 209ms (cache hit)
              200 http fetch GET 200 https://registry.npmjs.org/flat-cache 209ms (cache hit)
              201 http fetch GET 200 https://registry.npmjs.org/argparse 207ms (cache hit)
              202 http fetch GET 200 https://registry.npmjs.org/type-fest 215ms (cache hit)
              203 http fetch GET 200 https://registry.npmjs.org/estraverse 239ms (cache hit)
              204 http fetch GET 200 https://registry.npmjs.org/esrecurse 246ms (cache hit)
              205 http fetch GET 200 https://registry.npmjs.org/acorn 242ms (cache hit)
              206 http fetch GET 200 https://registry.npmjs.org/ansi-colors 260ms (cache hit)
              207 http fetch GET 200 https://registry.npmjs.org/prelude-ls 235ms (cache hit)
              208 http fetch GET 200 https://registry.npmjs.org/word-wrap 218ms (cache hit)
              209 http fetch GET 200 https://registry.npmjs.org/type-check 236ms (cache hit)
              210 http fetch GET 200 https://registry.npmjs.org/brace-expansion 236ms (cache hit)
              211 http fetch GET 200 https://registry.npmjs.org/lodash.truncate 215ms (cache hit)
              212 http fetch GET 200 https://registry.npmjs.org/fast-levenshtein 222ms (cache hit)
              213 http fetch GET 200 https://registry.npmjs.org/ajv 226ms (cache hit)
              214 http fetch GET 200 https://registry.npmjs.org/slice-ansi 236ms (cache hit)
              215 http fetch GET 200 https://registry.npmjs.org/esprima 274ms (cache hit)
              216 http fetch GET 200 https://registry.npmjs.org/deep-is 259ms (cache hit)
              217 http fetch GET 200 https://registry.npmjs.org/type-check 255ms (cache hit)
              218 timing idealTree:node_modules/eslint Completed in 529ms
              219 silly placeDep node_modules/@eslint/eslintrc debug@4.3.4 OK for: @eslint/eslintrc@0.4.3 want: ^4.1.1
              220 silly placeDep node_modules/@eslint/eslintrc ignore@4.0.6 OK for: @eslint/eslintrc@0.4.3 want: ^4.0.6
              221 silly placeDep node_modules/@eslint/eslintrc minimatch@3.1.2 OK for: @eslint/eslintrc@0.4.3 want: ^3.0.4
              222 silly placeDep node_modules/@eslint/eslintrc strip-json-comments@3.1.1 OK for: @eslint/eslintrc@0.4.3 want: ^3.1.1
              223 timing idealTree:node_modules/@eslint/eslintrc Completed in 15ms
              224 silly placeDep ROOT @humanwhocodes/object-schema@1.2.1 OK for: @humanwhocodes/config-array@0.5.0 want: ^1.2.0
              225 silly placeDep node_modules/@humanwhocodes/config-array debug@4.3.4 OK for: @humanwhocodes/config-array@0.5.0 want: ^4.1.1
              226 silly placeDep node_modules/@humanwhocodes/config-array minimatch@3.1.2 OK for: @humanwhocodes/config-array@0.5.0 want: ^3.0.4
              227 timing idealTree:node_modules/@humanwhocodes/config-array Completed in 13ms
              228 timing idealTree:node_modules/@humanwhocodes/object-schema Completed in 0ms
              229 timing idealTree:node_modules/doctrine Completed in 0ms
              230 silly placeDep ROOT ansi-colors@4.1.3 OK for: enquirer@2.3.6 want: ^4.1.1
              231 timing idealTree:node_modules/enquirer Completed in 5ms
              232 timing idealTree:node_modules/ansi-colors Completed in 0ms
              233 silly placeDep ROOT esrecurse@4.3.0 OK for: eslint-scope@5.1.1 want: ^4.3.0
              234 silly placeDep ROOT estraverse@4.3.0 OK for: eslint-scope@5.1.1 want: ^4.1.1
              235 silly fetch manifest estraverse@^5.2.0
              236 timing idealTree:node_modules/eslint-scope Completed in 12ms
              237 silly placeDep node_modules/eslint-utils eslint-visitor-keys@1.3.0 OK for: eslint-utils@2.1.0 want: ^1.1.0
              238 timing idealTree:node_modules/eslint-utils Completed in 3ms
              239 timing idealTree:node_modules/eslint-visitor-keys Completed in 0ms
              240 silly placeDep ROOT acorn@7.4.1 OK for: espree@7.3.1 want: ^7.4.0
              241 silly placeDep ROOT acorn-jsx@5.3.2 OK for: espree@7.3.1 want: ^5.3.1
              242 silly placeDep node_modules/espree eslint-visitor-keys@1.3.0 OK for: espree@7.3.1 want: ^1.3.0
              243 timing idealTree:node_modules/espree Completed in 45ms
              244 timing idealTree:node_modules/acorn Completed in 1ms
              245 timing idealTree:node_modules/acorn-jsx Completed in 0ms
              246 silly placeDep node_modules/esquery estraverse@5.3.0 OK for: esquery@1.5.0 want: ^5.1.0
              247 timing idealTree:node_modules/esquery Completed in 5ms
              248 silly placeDep node_modules/esrecurse estraverse@5.3.0 OK for: esrecurse@4.3.0 want: ^5.2.0
              249 timing idealTree:node_modules/esrecurse Completed in 4ms
              250 timing idealTree:node_modules/estraverse Completed in 0ms
              251 timing idealTree:node_modules/esutils Completed in 0ms
              252 timing idealTree:node_modules/events Completed in 0ms
              253 silly placeDep ROOT flat-cache@3.0.4 OK for: file-entry-cache@6.0.1 want: ^3.0.4
              254 silly fetch manifest flatted@^3.1.0
              255 http fetch GET 200 https://registry.npmjs.org/flatted 17ms (cache hit)
              256 timing idealTree:node_modules/file-entry-cache Completed in 28ms
              257 silly placeDep ROOT flatted@3.2.7 OK for: flat-cache@3.0.4 want: ^3.1.0
              258 timing idealTree:node_modules/flat-cache Completed in 10ms
              259 timing idealTree:node_modules/flatted Completed in 0ms
              260 timing idealTree:node_modules/functional-red-black-tree Completed in 0ms
              261 silly placeDep node_modules/globals type-fest@0.20.2 OK for: globals@13.20.0 want: ^0.20.2
              262 timing idealTree:node_modules/globals Completed in 4ms
              263 timing idealTree:node_modules/google-protobuf Completed in 0ms
              264 silly placeDep ROOT argparse@1.0.10 OK for: js-yaml@3.14.1 want: ^1.0.7
              265 silly placeDep ROOT esprima@4.0.1 OK for: js-yaml@3.14.1 want: ^4.0.0
              266 silly fetch manifest sprintf-js@~1.0.2
              267 http fetch GET 200 https://registry.npmjs.org/sprintf-js 9ms (cache hit)
              268 timing idealTree:node_modules/js-yaml Completed in 24ms
              269 silly placeDep node_modules/argparse sprintf-js@1.0.3 OK for: argparse@1.0.10 want: ~1.0.2
              270 timing idealTree:node_modules/argparse Completed in 3ms
              271 timing idealTree:node_modules/esprima Completed in 0ms
              272 timing idealTree:node_modules/json-stable-stringify-without-jsonify Completed in 0ms
              273 silly placeDep ROOT prelude-ls@1.2.1 OK for: levn@0.4.1 want: ^1.2.1
              274 silly placeDep ROOT type-check@0.4.0 OK for: levn@0.4.1 want: ~0.4.0
              275 timing idealTree:node_modules/levn Completed in 13ms
              276 timing idealTree:node_modules/lodash.merge Completed in 0ms
              277 silly placeDep node_modules/multicast-dns dns-packet@5.6.0 OK for: multicast-dns@7.2.5 want: ^5.2.2
              278 silly placeDep ROOT thunky@1.1.0 OK for: multicast-dns@7.2.5 want: ^1.0.2
              279 silly fetch manifest @leichtgewicht/ip-codec@^2.0.1
              280 http fetch GET 200 https://registry.npmjs.org/@leichtgewicht%2fip-codec 9ms (cache hit)
              281 timing idealTree:node_modules/multicast-dns Completed in 23ms
              282 timing idealTree:node_modules/natural-compare Completed in 0ms
              283 timing idealTree:node_modules/net Completed in 0ms
              284 timing idealTree:node_modules/nopy Completed in 1ms
              285 silly placeDep ROOT deep-is@0.1.4 OK for: optionator@0.9.1 want: ^0.1.3
              286 silly placeDep ROOT fast-levenshtein@2.0.6 OK for: optionator@0.9.1 want: ^2.0.6
              287 silly placeDep ROOT word-wrap@1.2.3 OK for: optionator@0.9.1 want: ^1.2.3
              288 timing idealTree:node_modules/optionator Completed in 17ms
              289 timing idealTree:node_modules/deep-is Completed in 1ms
              290 timing idealTree:node_modules/fast-levenshtein Completed in 0ms
              291 timing idealTree:node_modules/prelude-ls Completed in 0ms
              292 timing idealTree:node_modules/progress Completed in 0ms
              293 timing idealTree:node_modules/regexpp Completed in 0ms
              294 silly placeDep node_modules/table ajv@8.12.0 OK for: table@6.8.1 want: ^8.0.1
              295 silly placeDep ROOT lodash.truncate@4.4.2 OK for: table@6.8.1 want: ^4.4.2
              296 silly placeDep node_modules/table slice-ansi@4.0.0 OK for: table@6.8.1 want: ^4.0.0
              297 silly fetch manifest json-schema-traverse@^1.0.0
              298 silly fetch manifest require-from-string@^2.0.2
              299 silly fetch manifest astral-regex@^2.0.0
              300 http fetch GET 200 https://registry.npmjs.org/json-schema-traverse 24ms (cache hit)
              301 http fetch GET 200 https://registry.npmjs.org/require-from-string 24ms (cache hit)
              302 http fetch GET 200 https://registry.npmjs.org/astral-regex 23ms (cache hit)
              303 timing idealTree:node_modules/table Completed in 46ms
              304 timing idealTree:node_modules/lodash.truncate Completed in 0ms
              305 timing idealTree:node_modules/text-table Completed in 0ms
              306 timing idealTree:node_modules/thunky Completed in 0ms
              307 timing idealTree:node_modules/tree-kill Completed in 0ms
              308 timing idealTree:node_modules/type-check Completed in 0ms
              309 timing idealTree:node_modules/v8-compile-cache Completed in 0ms
              310 timing idealTree:node_modules/word-wrap Completed in 0ms
              311 silly placeDep node_modules/@eslint/eslintrc ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
              312 timing idealTree:node_modules/@eslint/eslintrc/node_modules/debug Completed in 5ms
              313 timing idealTree:node_modules/@eslint/eslintrc/node_modules/ignore Completed in 0ms
              314 silly placeDep node_modules/@eslint/eslintrc brace-expansion@1.1.11 OK for: minimatch@3.1.2 want: ^1.1.7
              315 timing idealTree:node_modules/@eslint/eslintrc/node_modules/minimatch Completed in 4ms
              316 timing idealTree:node_modules/@eslint/eslintrc/node_modules/brace-expansion Completed in 0ms
              317 timing idealTree:node_modules/@eslint/eslintrc/node_modules/ms Completed in 0ms
              318 timing idealTree:node_modules/@eslint/eslintrc/node_modules/strip-json-comments Completed in 0ms
              319 silly placeDep node_modules/@humanwhocodes/config-array ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
              320 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/debug Completed in 4ms
              321 silly placeDep node_modules/@humanwhocodes/config-array brace-expansion@1.1.11 OK for: minimatch@3.1.2 want: ^1.1.7
              322 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/minimatch Completed in 4ms
              323 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/brace-expansion Completed in 0ms
              324 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/ms Completed in 0ms
              325 timing idealTree:node_modules/argparse/node_modules/sprintf-js Completed in 0ms
              326 timing idealTree:node_modules/eslint-utils/node_modules/eslint-visitor-keys Completed in 1ms
              327 timing idealTree:node_modules/eslint/node_modules/@babel/code-frame Completed in 0ms
              328 silly placeDep node_modules/eslint ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
              329 timing idealTree:node_modules/eslint/node_modules/debug Completed in 4ms
              330 timing idealTree:node_modules/eslint/node_modules/ignore Completed in 0ms
              331 silly placeDep node_modules/eslint brace-expansion@1.1.11 OK for: minimatch@3.1.2 want: ^1.1.7
              332 timing idealTree:node_modules/eslint/node_modules/minimatch Completed in 5ms
              333 timing idealTree:node_modules/eslint/node_modules/brace-expansion Completed in 0ms
              334 timing idealTree:node_modules/eslint/node_modules/ms Completed in 0ms
              335 timing idealTree:node_modules/eslint/node_modules/strip-json-comments Completed in 0ms
              336 timing idealTree:node_modules/espree/node_modules/eslint-visitor-keys Completed in 0ms
              337 timing idealTree:node_modules/esquery/node_modules/estraverse Completed in 0ms
              338 timing idealTree:node_modules/esrecurse/node_modules/estraverse Completed in 0ms
              339 timing idealTree:node_modules/globals/node_modules/type-fest Completed in 1ms
              340 silly placeDep node_modules/iobroker.esphome @sentry/core@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
              341 silly placeDep node_modules/iobroker.esphome @sentry/hub@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
              342 silly placeDep node_modules/iobroker.esphome @sentry/types@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
              343 silly placeDep node_modules/iobroker.esphome @sentry/utils@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
              344 silly fetch manifest @sentry/minimal@5.30.0
              345 http fetch GET 200 https://registry.npmjs.org/@sentry%2fminimal 14ms (cache hit)
              346 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/node Completed in 52ms
              347 silly placeDep node_modules/iobroker.esphome @sentry/minimal@5.30.0 OK for: @sentry/core@5.30.0 want: 5.30.0
              348 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/core Completed in 5ms
              349 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/hub Completed in 0ms
              350 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/minimal Completed in 0ms
              351 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/types Completed in 0ms
              352 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/utils Completed in 0ms
              353 silly placeDep ROOT @leichtgewicht/ip-codec@2.0.4 OK for: dns-packet@5.6.0 want: ^2.0.1
              354 timing idealTree:node_modules/multicast-dns/node_modules/dns-packet Completed in 7ms
              355 timing idealTree:node_modules/@leichtgewicht/ip-codec Completed in 0ms
              356 silly placeDep node_modules/table json-schema-traverse@1.0.0 OK for: ajv@8.12.0 want: ^1.0.0
              357 silly placeDep ROOT require-from-string@2.0.2 OK for: ajv@8.12.0 want: ^2.0.2
              358 timing idealTree:node_modules/table/node_modules/ajv Completed in 10ms
              359 timing idealTree:node_modules/require-from-string Completed in 0ms
              360 timing idealTree:node_modules/table/node_modules/json-schema-traverse Completed in 0ms
              361 silly placeDep ROOT astral-regex@2.0.0 OK for: slice-ansi@4.0.0 want: ^2.0.0
              362 timing idealTree:node_modules/table/node_modules/slice-ansi Completed in 6ms
              363 timing idealTree:node_modules/astral-regex Completed in 0ms
              364 timing idealTree:buildDeps Completed in 5568ms
              365 timing idealTree:fixDepFlags Completed in 25ms
              366 timing idealTree Completed in 9036ms
              367 timing reify:loadTrees Completed in 9040ms
              368 timing reify:diffTrees Completed in 105ms
              369 silly reify moves {}
              370 timing reify:retireShallow Completed in 4ms
              371 timing reify:createSparse Completed in 22ms
              372 timing reify:loadBundles Completed in 0ms
              373 verbose reify failed optional dependency /opt/iobroker/node_modules/osx-temperature-sensor
              374 silly reify mark deleted [ '/opt/iobroker/node_modules/osx-temperature-sensor' ]
              375 verbose reify failed optional dependency /opt/iobroker/node_modules/fsevents
              376 silly reify mark deleted [ '/opt/iobroker/node_modules/fsevents' ]
              377 timing reifyNode:node_modules/osx-temperature-sensor Completed in 67ms
              378 timing reifyNode:node_modules/fsevents Completed in 67ms
              379 timing reifyNode:node_modules/natural-compare Completed in 1296ms
              380 timing reifyNode:node_modules/require-from-string Completed in 1322ms
              381 timing reifyNode:node_modules/fast-levenshtein Completed in 1322ms
              382 timing reifyNode:node_modules/table/node_modules/slice-ansi Completed in 1337ms
              383 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/brace-expansion Completed in 1336ms
              384 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/ms Completed in 1337ms
              385 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/brace-expansion Completed in 1338ms
              386 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/ms Completed in 1338ms
              387 timing reifyNode:node_modules/eslint/node_modules/brace-expansion Completed in 1339ms
              388 timing reifyNode:node_modules/eslint/node_modules/ms Completed in 1340ms
              389 timing reifyNode:node_modules/astral-regex Completed in 1357ms
              390 timing reifyNode:node_modules/lodash.truncate Completed in 1357ms
              391 timing reifyNode:node_modules/word-wrap Completed in 1357ms
              392 timing reifyNode:node_modules/net Completed in 1360ms
              393 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/strip-json-comments Completed in 1369ms
              394 timing reifyNode:node_modules/eslint/node_modules/strip-json-comments Completed in 1369ms
              395 timing reifyNode:node_modules/eslint/node_modules/@babel/code-frame Completed in 1370ms
              396 timing reifyNode:node_modules/esrecurse Completed in 1386ms
              397 timing reifyNode:node_modules/tree-kill Completed in 1386ms
              398 timing reifyNode:node_modules/thunky Completed in 1409ms
              399 timing reifyNode:node_modules/v8-compile-cache Completed in 1408ms
              400 timing reifyNode:node_modules/file-entry-cache Completed in 1409ms
              401 timing reifyNode:node_modules/@humanwhocodes/config-array Completed in 1410ms
              402 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/minimatch Completed in 1417ms
              403 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/minimatch Completed in 1417ms
              404 timing reifyNode:node_modules/eslint/node_modules/minimatch Completed in 1417ms
              405 timing reifyNode:node_modules/type-check Completed in 1432ms
              406 timing reifyNode:node_modules/acorn-jsx Completed in 1433ms
              407 timing reifyNode:node_modules/lodash.merge Completed in 1434ms
              408 timing reifyNode:node_modules/@leichtgewicht/ip-codec Completed in 1450ms
              409 timing reifyNode:node_modules/ansi-colors Completed in 1448ms
              410 timing reifyNode:node_modules/progress Completed in 1449ms
              411 timing reifyNode:node_modules/levn Completed in 1449ms
              412 timing reifyNode:node_modules/eslint-visitor-keys Completed in 1449ms
              413 timing reifyNode:node_modules/espree/node_modules/eslint-visitor-keys Completed in 1456ms
              414 timing reifyNode:node_modules/eslint-utils/node_modules/eslint-visitor-keys Completed in 1456ms
              415 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/debug Completed in 1454ms
              416 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/debug Completed in 1454ms
              417 timing reifyNode:node_modules/eslint/node_modules/debug Completed in 1454ms
              418 timing reifyNode:node_modules/estraverse Completed in 1467ms
              419 timing reifyNode:node_modules/globals Completed in 1468ms
              420 timing reifyNode:node_modules/esrecurse/node_modules/estraverse Completed in 1475ms
              421 timing reifyNode:node_modules/esquery/node_modules/estraverse Completed in 1475ms
              422 timing reifyNode:node_modules/deep-is Completed in 1487ms
              423 timing reifyNode:node_modules/flat-cache Completed in 1487ms
              424 timing reifyNode:node_modules/optionator Completed in 1488ms
              425 timing reifyNode:node_modules/functional-red-black-tree Completed in 1488ms
              426 timing reifyNode:node_modules/multicast-dns Completed in 1487ms
              427 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/ignore Completed in 1492ms
              428 timing reifyNode:node_modules/eslint/node_modules/ignore Completed in 1491ms
              429 timing reifyNode:node_modules/esutils Completed in 1539ms
              430 timing reifyNode:node_modules/multicast-dns/node_modules/dns-packet Completed in 1543ms
              431 timing reifyNode:node_modules/prelude-ls Completed in 1556ms
              432 timing reifyNode:node_modules/text-table Completed in 1596ms
              433 timing reifyNode:node_modules/espree Completed in 1596ms
              434 timing reifyNode:node_modules/doctrine Completed in 1595ms
              435 timing reifyNode:node_modules/flatted Completed in 1608ms
              436 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/minimal Completed in 1607ms
              437 timing reifyNode:node_modules/json-stable-stringify-without-jsonify Completed in 1620ms
              438 timing reifyNode:node_modules/table/node_modules/json-schema-traverse Completed in 1626ms
              439 timing reifyNode:node_modules/@humanwhocodes/object-schema Completed in 1640ms
              440 timing reifyNode:node_modules/eslint-scope Completed in 1648ms
              441 timing reifyNode:node_modules/argparse/node_modules/sprintf-js Completed in 1666ms
              442 timing reifyNode:node_modules/regexpp Completed in 1680ms
              443 timing reifyNode:node_modules/esprima Completed in 1703ms
              444 timing reifyNode:node_modules/eslint-utils Completed in 1708ms
              445 timing reifyNode:node_modules/events Completed in 1800ms
              446 timing reifyNode:node_modules/argparse Completed in 1836ms
              447 timing reifyNode:node_modules/@eslint/eslintrc Completed in 1842ms
              448 timing reifyNode:node_modules/iobroker.esphome Completed in 1863ms
              449 timing reifyNode:node_modules/globals/node_modules/type-fest Completed in 1887ms
              450 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/hub Completed in 1982ms
              451 timing reifyNode:node_modules/esphome-native-api Completed in 1988ms
              452 timing reifyNode:node_modules/enquirer Completed in 2004ms
              453 timing reifyNode:node_modules/google-protobuf Completed in 2047ms
              454 timing reifyNode:node_modules/esquery Completed in 2061ms
              455 timing reifyNode:node_modules/js-yaml Completed in 2063ms
              456 timing reifyNode:node_modules/acorn Completed in 2124ms
              457 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/core Completed in 2273ms
              458 timing reifyNode:node_modules/table Completed in 2347ms
              459 timing reifyNode:node_modules/nopy Completed in 2473ms
              460 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/utils Completed in 2542ms
              461 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/node Completed in 2612ms
              462 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/types Completed in 2732ms
              463 timing reifyNode:node_modules/table/node_modules/ajv Completed in 3151ms
              464 timing reifyNode:node_modules/eslint Completed in 3171ms
              465 timing reify:unpack Completed in 3184ms
              466 timing reify:unretire Completed in 1ms
              467 timing build:queue Completed in 19ms
              468 timing build:link:node_modules/acorn Completed in 38ms
              469 timing build:link:node_modules/eslint Completed in 35ms
              470 timing build:link:node_modules/esprima Completed in 43ms
              471 timing build:link:node_modules/js-yaml Completed in 43ms
              472 timing build:link:node_modules/multicast-dns Completed in 32ms
              473 timing build:link:node_modules/nopy Completed in 31ms
              474 timing build:link:node_modules/tree-kill Completed in 28ms
              475 timing build:link Completed in 48ms
              476 info run iobroker.esphome@0.2.4 install node_modules/iobroker.esphome npip install
              477 info run iobroker.esphome@0.2.4 install { code: 126, signal: null }
              478 timing reify:rollback:createSparse Completed in 411ms
              479 timing reify:rollback:retireShallow Completed in 0ms
              480 timing command:install Completed in 12950ms
              481 verbose stack Error: command failed
              481 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:53:27)
              481 verbose stack     at ChildProcess.emit (node:events:513:28)
              481 verbose stack     at maybeClose (node:internal/child_process:1091:16)
              481 verbose stack     at Socket.<anonymous> (node:internal/child_process:449:11)
              481 verbose stack     at Socket.emit (node:events:513:28)
              481 verbose stack     at Pipe.<anonymous> (node:net:322:12)
              482 verbose pkgid iobroker.esphome@0.2.4
              483 verbose cwd /opt/iobroker
              484 verbose Linux 6.1.21-v8+
              485 verbose node v18.16.0
              486 verbose npm  v9.5.1
              487 error code 126
              488 error path /opt/iobroker/node_modules/iobroker.esphome
              489 error command failed
              490 error command sh -c npip install
              491 error sh: 1: npip: Permission denied
              492 verbose exit 126
              493 timing npm Completed in 13118ms
              494 verbose unfinished npm timer reify 1682355031569
              495 verbose unfinished npm timer reify:build 1682355043958
              496 verbose unfinished npm timer build 1682355043962
              497 verbose unfinished npm timer build:deps 1682355043963
              498 verbose unfinished npm timer build:run:install 1682355044031
              499 verbose unfinished npm timer build:run:install:node_modules/iobroker.esphome 1682355044033
              500 verbose code 126
              501 error A complete log of this run can be found in:
              501 error     /home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-debug-0.log
              
              
              Thomas Braun 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @mayokleckz last edited by Thomas Braun

                @mayokleckz sagte in ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert:

                sudo iobroker

                iobroker wird niemals mit sudo ausgeführt.

                iob stop
                iob fix
                iob start
                
                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @mayokleckz last edited by

                  @mayokleckz

                  find "/usr/lib/" -iname "EXTERNALLY*"
                  

                  sagt?

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

                    @thomas-braun
                    sudo in der Console war der laienhafte Versuch den Permission denied fehler zu umgehen. In der Applikation wird er ohne ausgeführt.

                     find "/usr/lib/" -iname "EXTERNALLY*"
                    find: ‘/usr/lib/mysql/plugin/auth_pam_tool_dir’: Permission denied
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @mayokleckz last edited by Thomas Braun

                      @mayokleckz sagte in ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert:

                      sudo in der Console war der laienhafte Versuch den Permission denied fehler zu umgehen.

                      iobroker NIE mit sudo in Verbindung bringen.
                      Hast du den Fix jetzt ausgeführt?

                      Auszüge aus der Konsole immer vollständig, inkl. LogInPrompt und der neuen, leeren Eingabezeile, damit man sieht ob das komplett durch ist oder da Dinge nicht kopiert wurden.

                      Was steht da drin?

                      /home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-debug-0.log

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

                        @thomas-braun
                        ok, alles klar.

                        Fix habe ich ausgeführt. Danach dann den find befehl

                         $ iob stop
                        flo@raspberrypi:~ $ iob fix
                        library: loaded
                        Library version=2022-12-09
                        
                        ==========================================================================
                        
                            Welcome to the ioBroker installation fixer!
                            Script version: 2023-04-02
                        
                            You might need to enter your password a couple of times.
                        
                        ==========================================================================
                        
                        
                        ==========================================================================
                            Installing prerequisites (1/5)
                        ==========================================================================
                        
                        Hit:1 http://phoscon.de/apt/deconz bullseye InRelease
                        Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                        Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                        Get:4 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
                        Fetched 15.0 kB in 1s (12.9 kB/s)
                        Reading package lists... Done
                        Installed gcc-c++
                        
                        ==========================================================================
                            Checking ioBroker user and directory permissions (2/5)
                        ==========================================================================
                        
                        Created /etc/sudoers.d/iobroker
                        Fixing directory permissions...
                        
                        ==========================================================================
                            Check and cleanup npm temporary directories (3/5)
                        ==========================================================================
                        
                        Done.
                        
                        ==========================================================================
                            Database maintenance (4/5)
                        ==========================================================================
                        
                        Checking for uncompressed JSONL databases... This might take a while!
                        
                        Compressing /opt/iobroker/iobroker-data/states.jsonl
                        Compressing /opt/iobroker/iobroker-data/objects.jsonl
                        Compressed 2 JSONL files. Done
                        
                        ==========================================================================
                            Checking autostart (5/5)
                        ==========================================================================
                        
                        Enabling autostart...
                        Autostart enabled!
                        
                        ==========================================================================
                        
                            Your installation was fixed successfully
                            Run iobroker start to start ioBroker again!
                        
                        ==========================================================================
                        
                        flo@raspberrypi:~ $ iob start
                        flo@raspberrypi:~ $ find "/usr/lib/" -iname "EXTERNALLY*"
                        find: ‘/usr/lib/mysql/plugin/auth_pam_tool_dir’: Permission denied
                        flo@raspberrypi:~ $
                        
                        

                        Edit: Der auszug der Datei / home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-debug-0.log noch

                        
                        0 verbose cli /usr/bin/node /usr/bin/npm
                        1 info using npm@9.5.1
                        2 info using node@v18.16.0
                        3 timing npm:load:whichnode Completed in 3ms
                        4 timing config:load:defaults Completed in 6ms
                        5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 14ms
                        6 timing config:load:builtin Completed in 15ms
                        7 timing config:load:cli Completed in 9ms
                        8 timing config:load:env Completed in 1ms
                        9 timing config:load:file:/opt/iobroker/.npmrc Completed in 5ms
                        10 timing config:load:project Completed in 22ms
                        11 timing config:load:file:/home/iobroker/.npmrc Completed in 1ms
                        12 timing config:load:user Completed in 1ms
                        13 timing config:load:file:/usr/etc/npmrc Completed in 0ms
                        14 timing config:load:global Completed in 1ms
                        15 timing config:load:setEnvs Completed in 4ms
                        16 timing config:load Completed in 59ms
                        17 timing npm:load:configload Completed in 59ms
                        18 timing npm:load:mkdirpcache Completed in 1ms
                        19 timing npm:load:mkdirplogs Completed in 1ms
                        20 verbose title npm install iobroker.esphome@0.2.4
                        21 verbose argv "install" "--save-exact" "iobroker.esphome@0.2.4"
                        22 timing npm:load:setTitle Completed in 5ms
                        23 timing config:load:flatten Completed in 11ms
                        24 timing npm:load:display Completed in 14ms
                        25 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-
                        26 verbose logfile /home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-debug-0.log
                        27 timing npm:load:logFile Completed in 18ms
                        28 timing npm:load:timers Completed in 0ms
                        29 timing npm:load:configScope Completed in 0ms
                        30 timing npm:load Completed in 104ms
                        31 timing arborist:ctor Completed in 3ms
                        32 silly logfile start cleaning logs, removing 2 files
                        33 silly logfile done cleaning log files
                        34 timing idealTree:init Completed in 3379ms
                        35 timing idealTree:userRequests Completed in 22ms
                        36 silly idealTree buildDeps
                        37 silly fetch manifest iobroker.esphome@0.2.4
                        38 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                        39 http fetch GET 200 https://registry.npmjs.org/iobroker.esphome 94ms (cache hit)
                        40 silly placeDep ROOT iobroker.esphome@0.2.4 OK for: iobroker.inst@3.0.0 want: 0.2.4
                        41 silly fetch manifest @sentry/node@^5.30.0
                        42 silly fetch manifest esphome-native-api@^1.0.9
                        43 silly fetch manifest nopy@^0.2.7
                        44 silly fetch manifest tree-kill@^1.2.2
                        45 http fetch GET 200 https://registry.npmjs.org/esphome-native-api 55ms (cache hit)
                        46 http fetch GET 200 https://registry.npmjs.org/tree-kill 55ms (cache hit)
                        47 http fetch GET 200 https://registry.npmjs.org/nopy 58ms (cache hit)
                        48 http fetch GET 200 https://registry.npmjs.org/@sentry%2fnode 97ms (cache hit)
                        49 timing idealTree:#root Completed in 267ms
                        50 silly placeDep node_modules/iobroker.esphome @sentry/node@5.30.0 OK for: iobroker.esphome@0.2.4 want: ^5.30.0
                        51 silly placeDep ROOT esphome-native-api@1.0.9 OK for: iobroker.esphome@0.2.4 want: ^1.0.9
                        52 silly placeDep ROOT nopy@0.2.9 OK for: iobroker.esphome@0.2.4 want: ^0.2.7
                        53 silly placeDep ROOT tree-kill@1.2.2 OK for: iobroker.esphome@0.2.4 want: ^1.2.2
                        54 silly fetch manifest @sentry/core@5.30.0
                        55 silly fetch manifest @sentry/hub@5.30.0
                        56 silly fetch manifest @sentry/types@5.30.0
                        57 silly fetch manifest @sentry/utils@5.30.0
                        58 silly fetch manifest eslint@^7.13.0
                        59 silly fetch manifest events@^3.2.0
                        60 silly fetch manifest google-protobuf@^3.14.0
                        61 silly fetch manifest multicast-dns@^7.2.2
                        62 silly fetch manifest net@^1.0.2
                        63 http fetch GET 200 https://registry.npmjs.org/@sentry%2ftypes 3521ms (cache hit)
                        64 http fetch GET 200 https://registry.npmjs.org/@sentry%2fcore 3542ms (cache hit)
                        65 http fetch GET 200 https://registry.npmjs.org/@sentry%2fhub 3557ms (cache hit)
                        66 http fetch GET 200 https://registry.npmjs.org/@sentry%2futils 3571ms (cache hit)
                        67 http fetch GET 200 https://registry.npmjs.org/eslint 3590ms (cache hit)
                        68 http fetch GET 200 https://registry.npmjs.org/events 3649ms (cache hit)
                        69 http fetch GET 200 https://registry.npmjs.org/google-protobuf 3650ms (cache hit)
                        70 http fetch GET 200 https://registry.npmjs.org/net 3651ms (cache hit)
                        71 http fetch GET 200 https://registry.npmjs.org/multicast-dns 3655ms (cache hit)
                        72 timing idealTree:node_modules/iobroker.esphome Completed in 3743ms
                        73 silly placeDep ROOT eslint@7.32.0 OK for: esphome-native-api@1.0.9 want: ^7.13.0
                        74 silly placeDep ROOT events@3.3.0 OK for: esphome-native-api@1.0.9 want: ^3.2.0
                        75 silly placeDep ROOT google-protobuf@3.21.2 OK for: esphome-native-api@1.0.9 want: ^3.14.0
                        76 silly placeDep ROOT multicast-dns@7.2.5 OK for: esphome-native-api@1.0.9 want: ^7.2.2
                        77 silly placeDep ROOT net@1.0.2 OK for: esphome-native-api@1.0.9 want: ^1.0.2
                        78 silly fetch manifest @babel/code-frame@7.12.11
                        79 silly fetch manifest @eslint/eslintrc@^0.4.3
                        80 silly fetch manifest @humanwhocodes/config-array@^0.5.0
                        81 silly fetch manifest debug@^4.0.1
                        82 silly fetch manifest doctrine@^3.0.0
                        83 silly fetch manifest enquirer@^2.3.5
                        84 silly fetch manifest eslint-scope@^5.1.1
                        85 silly fetch manifest eslint-utils@^2.1.0
                        86 silly fetch manifest eslint-visitor-keys@^2.0.0
                        87 silly fetch manifest espree@^7.3.1
                        88 silly fetch manifest esquery@^1.4.0
                        89 silly fetch manifest esutils@^2.0.2
                        90 silly fetch manifest file-entry-cache@^6.0.1
                        91 silly fetch manifest functional-red-black-tree@^1.0.1
                        92 silly fetch manifest globals@^13.6.0
                        93 silly fetch manifest ignore@^4.0.6
                        94 silly fetch manifest js-yaml@^3.13.1
                        95 silly fetch manifest json-stable-stringify-without-jsonify@^1.0.1
                        96 silly fetch manifest levn@^0.4.1
                        97 silly fetch manifest lodash.merge@^4.6.2
                        98 silly fetch manifest minimatch@^3.0.4
                        99 silly fetch manifest natural-compare@^1.4.0
                        100 silly fetch manifest optionator@^0.9.1
                        101 silly fetch manifest progress@^2.0.0
                        102 silly fetch manifest regexpp@^3.1.0
                        103 silly fetch manifest strip-json-comments@^3.1.0
                        104 silly fetch manifest table@^6.0.9
                        105 silly fetch manifest text-table@^0.2.0
                        106 silly fetch manifest v8-compile-cache@^2.0.3
                        107 silly fetch manifest dns-packet@^5.2.2
                        108 silly fetch manifest thunky@^1.0.2
                        109 http fetch GET 200 https://registry.npmjs.org/@babel%2fcode-frame 428ms (cache hit)
                        110 http fetch GET 200 https://registry.npmjs.org/doctrine 426ms (cache hit)
                        111 http fetch GET 200 https://registry.npmjs.org/eslint-scope 427ms (cache hit)
                        112 http fetch GET 200 https://registry.npmjs.org/@eslint%2feslintrc 437ms (cache hit)
                        113 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fconfig-array 442ms (cache hit)
                        114 http fetch GET 200 https://registry.npmjs.org/debug 445ms (cache hit)
                        115 http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys 441ms (cache hit)
                        116 http fetch GET 200 https://registry.npmjs.org/espree 445ms (cache hit)
                        117 http fetch GET 200 https://registry.npmjs.org/esquery 452ms (cache hit)
                        118 http fetch GET 200 https://registry.npmjs.org/esutils 451ms (cache hit)
                        119 http fetch GET 200 https://registry.npmjs.org/file-entry-cache 451ms (cache hit)
                        120 http fetch GET 200 https://registry.npmjs.org/functional-red-black-tree 451ms (cache hit)
                        121 http fetch GET 200 https://registry.npmjs.org/globals 452ms (cache hit)
                        122 http fetch GET 200 https://registry.npmjs.org/ignore 455ms (cache hit)
                        123 http fetch GET 200 https://registry.npmjs.org/enquirer 485ms (cache hit)
                        124 http fetch GET 200 https://registry.npmjs.org/levn 457ms (cache hit)
                        125 http fetch GET 200 https://registry.npmjs.org/eslint-utils 488ms (cache hit)
                        126 http fetch GET 200 https://registry.npmjs.org/js-yaml 468ms (cache hit)
                        127 http fetch GET 200 https://registry.npmjs.org/json-stable-stringify-without-jsonify 471ms (cache hit)
                        128 http fetch GET 200 https://registry.npmjs.org/natural-compare 463ms (cache hit)
                        129 http fetch GET 200 https://registry.npmjs.org/optionator 444ms (cache hit)
                        130 http fetch GET 200 https://registry.npmjs.org/progress 444ms (cache hit)
                        131 http fetch GET 200 https://registry.npmjs.org/regexpp 443ms (cache hit)
                        132 http fetch GET 200 https://registry.npmjs.org/lodash.merge 476ms (cache hit)
                        133 http fetch GET 200 https://registry.npmjs.org/text-table 440ms (cache hit)
                        134 http fetch GET 200 https://registry.npmjs.org/dns-packet 437ms (cache hit)
                        135 http fetch GET 200 https://registry.npmjs.org/minimatch 483ms (cache hit)
                        136 http fetch GET 200 https://registry.npmjs.org/thunky 450ms (cache hit)
                        137 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 465ms (cache hit)
                        138 http fetch GET 200 https://registry.npmjs.org/table 468ms (cache hit)
                        139 http fetch GET 200 https://registry.npmjs.org/v8-compile-cache 488ms (cache hit)
                        140 timing idealTree:node_modules/esphome-native-api Completed in 614ms
                        141 silly placeDep node_modules/eslint @babel/code-frame@7.12.11 OK for: eslint@7.32.0 want: 7.12.11
                        142 silly placeDep ROOT @eslint/eslintrc@0.4.3 OK for: eslint@7.32.0 want: ^0.4.3
                        143 silly placeDep ROOT @humanwhocodes/config-array@0.5.0 OK for: eslint@7.32.0 want: ^0.5.0
                        144 silly placeDep node_modules/eslint debug@4.3.4 OK for: eslint@7.32.0 want: ^4.0.1
                        145 silly placeDep ROOT doctrine@3.0.0 OK for: eslint@7.32.0 want: ^3.0.0
                        146 silly placeDep ROOT enquirer@2.3.6 OK for: eslint@7.32.0 want: ^2.3.5
                        147 silly placeDep ROOT eslint-scope@5.1.1 OK for: eslint@7.32.0 want: ^5.1.1
                        148 silly placeDep ROOT eslint-utils@2.1.0 OK for: eslint@7.32.0 want: ^2.1.0
                        149 silly placeDep ROOT eslint-visitor-keys@2.1.0 OK for: eslint@7.32.0 want: ^2.0.0
                        150 silly placeDep ROOT espree@7.3.1 OK for: eslint@7.32.0 want: ^7.3.1
                        151 silly placeDep ROOT esquery@1.5.0 OK for: eslint@7.32.0 want: ^1.4.0
                        152 silly placeDep ROOT esutils@2.0.3 OK for: eslint@7.32.0 want: ^2.0.2
                        153 silly placeDep ROOT file-entry-cache@6.0.1 OK for: eslint@7.32.0 want: ^6.0.1
                        154 silly placeDep ROOT functional-red-black-tree@1.0.1 OK for: eslint@7.32.0 want: ^1.0.1
                        155 silly placeDep ROOT globals@13.20.0 OK for: eslint@7.32.0 want: ^13.6.0
                        156 silly placeDep node_modules/eslint ignore@4.0.6 OK for: eslint@7.32.0 want: ^4.0.6
                        157 silly placeDep ROOT js-yaml@3.14.1 OK for: eslint@7.32.0 want: ^3.13.1
                        158 silly placeDep ROOT json-stable-stringify-without-jsonify@1.0.1 OK for: eslint@7.32.0 want: ^1.0.1
                        159 silly placeDep ROOT levn@0.4.1 OK for: eslint@7.32.0 want: ^0.4.1
                        160 silly placeDep ROOT lodash.merge@4.6.2 OK for: eslint@7.32.0 want: ^4.6.2
                        161 silly placeDep node_modules/eslint minimatch@3.1.2 OK for: eslint@7.32.0 want: ^3.0.4
                        162 silly placeDep ROOT natural-compare@1.4.0 OK for: eslint@7.32.0 want: ^1.4.0
                        163 silly placeDep ROOT optionator@0.9.1 OK for: eslint@7.32.0 want: ^0.9.1
                        164 silly placeDep ROOT progress@2.0.3 OK for: eslint@7.32.0 want: ^2.0.0
                        165 silly placeDep ROOT regexpp@3.2.0 OK for: eslint@7.32.0 want: ^3.1.0
                        166 silly placeDep node_modules/eslint strip-json-comments@3.1.1 OK for: eslint@7.32.0 want: ^3.1.0
                        167 silly placeDep ROOT table@6.8.1 OK for: eslint@7.32.0 want: ^6.0.9
                        168 silly placeDep ROOT text-table@0.2.0 OK for: eslint@7.32.0 want: ^0.2.0
                        169 silly placeDep ROOT v8-compile-cache@2.3.0 OK for: eslint@7.32.0 want: ^2.0.3
                        170 silly fetch manifest debug@^4.1.1
                        171 silly fetch manifest strip-json-comments@^3.1.1
                        172 silly fetch manifest @humanwhocodes/object-schema@^1.2.0
                        173 silly fetch manifest ms@2.1.2
                        174 silly fetch manifest ansi-colors@^4.1.1
                        175 silly fetch manifest esrecurse@^4.3.0
                        176 silly fetch manifest estraverse@^4.1.1
                        177 silly fetch manifest eslint-visitor-keys@^1.1.0
                        178 silly fetch manifest acorn@^7.4.0
                        179 silly fetch manifest acorn-jsx@^5.3.1
                        180 silly fetch manifest eslint-visitor-keys@^1.3.0
                        181 silly fetch manifest estraverse@^5.1.0
                        182 silly fetch manifest flat-cache@^3.0.4
                        183 silly fetch manifest type-fest@^0.20.2
                        184 silly fetch manifest argparse@^1.0.7
                        185 silly fetch manifest esprima@^4.0.0
                        186 silly fetch manifest prelude-ls@^1.2.1
                        187 silly fetch manifest type-check@~0.4.0
                        188 silly fetch manifest brace-expansion@^1.1.7
                        189 silly fetch manifest deep-is@^0.1.3
                        190 silly fetch manifest word-wrap@^1.2.3
                        191 silly fetch manifest type-check@^0.4.0
                        192 silly fetch manifest fast-levenshtein@^2.0.6
                        193 silly fetch manifest ajv@^8.0.1
                        194 silly fetch manifest lodash.truncate@^4.4.2
                        195 silly fetch manifest slice-ansi@^4.0.0
                        196 http fetch GET 200 https://registry.npmjs.org/ms 221ms (cache hit)
                        197 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fobject-schema 227ms (cache hit)
                        198 http fetch GET 200 https://registry.npmjs.org/acorn-jsx 211ms (cache hit)
                        199 http fetch GET 200 https://registry.npmjs.org/estraverse 209ms (cache hit)
                        200 http fetch GET 200 https://registry.npmjs.org/flat-cache 209ms (cache hit)
                        201 http fetch GET 200 https://registry.npmjs.org/argparse 207ms (cache hit)
                        202 http fetch GET 200 https://registry.npmjs.org/type-fest 215ms (cache hit)
                        203 http fetch GET 200 https://registry.npmjs.org/estraverse 239ms (cache hit)
                        204 http fetch GET 200 https://registry.npmjs.org/esrecurse 246ms (cache hit)
                        205 http fetch GET 200 https://registry.npmjs.org/acorn 242ms (cache hit)
                        206 http fetch GET 200 https://registry.npmjs.org/ansi-colors 260ms (cache hit)
                        207 http fetch GET 200 https://registry.npmjs.org/prelude-ls 235ms (cache hit)
                        208 http fetch GET 200 https://registry.npmjs.org/word-wrap 218ms (cache hit)
                        209 http fetch GET 200 https://registry.npmjs.org/type-check 236ms (cache hit)
                        210 http fetch GET 200 https://registry.npmjs.org/brace-expansion 236ms (cache hit)
                        211 http fetch GET 200 https://registry.npmjs.org/lodash.truncate 215ms (cache hit)
                        212 http fetch GET 200 https://registry.npmjs.org/fast-levenshtein 222ms (cache hit)
                        213 http fetch GET 200 https://registry.npmjs.org/ajv 226ms (cache hit)
                        214 http fetch GET 200 https://registry.npmjs.org/slice-ansi 236ms (cache hit)
                        215 http fetch GET 200 https://registry.npmjs.org/esprima 274ms (cache hit)
                        216 http fetch GET 200 https://registry.npmjs.org/deep-is 259ms (cache hit)
                        217 http fetch GET 200 https://registry.npmjs.org/type-check 255ms (cache hit)
                        218 timing idealTree:node_modules/eslint Completed in 529ms
                        219 silly placeDep node_modules/@eslint/eslintrc debug@4.3.4 OK for: @eslint/eslintrc@0.4.3 want: ^4.1.1
                        220 silly placeDep node_modules/@eslint/eslintrc ignore@4.0.6 OK for: @eslint/eslintrc@0.4.3 want: ^4.0.6
                        221 silly placeDep node_modules/@eslint/eslintrc minimatch@3.1.2 OK for: @eslint/eslintrc@0.4.3 want: ^3.0.4
                        222 silly placeDep node_modules/@eslint/eslintrc strip-json-comments@3.1.1 OK for: @eslint/eslintrc@0.4.3 want: ^3.1.1
                        223 timing idealTree:node_modules/@eslint/eslintrc Completed in 15ms
                        224 silly placeDep ROOT @humanwhocodes/object-schema@1.2.1 OK for: @humanwhocodes/config-array@0.5.0 want: ^1.2.0
                        225 silly placeDep node_modules/@humanwhocodes/config-array debug@4.3.4 OK for: @humanwhocodes/config-array@0.5.0 want: ^4.1.1
                        226 silly placeDep node_modules/@humanwhocodes/config-array minimatch@3.1.2 OK for: @humanwhocodes/config-array@0.5.0 want: ^3.0.4
                        227 timing idealTree:node_modules/@humanwhocodes/config-array Completed in 13ms
                        228 timing idealTree:node_modules/@humanwhocodes/object-schema Completed in 0ms
                        229 timing idealTree:node_modules/doctrine Completed in 0ms
                        230 silly placeDep ROOT ansi-colors@4.1.3 OK for: enquirer@2.3.6 want: ^4.1.1
                        231 timing idealTree:node_modules/enquirer Completed in 5ms
                        232 timing idealTree:node_modules/ansi-colors Completed in 0ms
                        233 silly placeDep ROOT esrecurse@4.3.0 OK for: eslint-scope@5.1.1 want: ^4.3.0
                        234 silly placeDep ROOT estraverse@4.3.0 OK for: eslint-scope@5.1.1 want: ^4.1.1
                        235 silly fetch manifest estraverse@^5.2.0
                        236 timing idealTree:node_modules/eslint-scope Completed in 12ms
                        237 silly placeDep node_modules/eslint-utils eslint-visitor-keys@1.3.0 OK for: eslint-utils@2.1.0 want: ^1.1.0
                        238 timing idealTree:node_modules/eslint-utils Completed in 3ms
                        239 timing idealTree:node_modules/eslint-visitor-keys Completed in 0ms
                        240 silly placeDep ROOT acorn@7.4.1 OK for: espree@7.3.1 want: ^7.4.0
                        241 silly placeDep ROOT acorn-jsx@5.3.2 OK for: espree@7.3.1 want: ^5.3.1
                        242 silly placeDep node_modules/espree eslint-visitor-keys@1.3.0 OK for: espree@7.3.1 want: ^1.3.0
                        243 timing idealTree:node_modules/espree Completed in 45ms
                        244 timing idealTree:node_modules/acorn Completed in 1ms
                        245 timing idealTree:node_modules/acorn-jsx Completed in 0ms
                        246 silly placeDep node_modules/esquery estraverse@5.3.0 OK for: esquery@1.5.0 want: ^5.1.0
                        247 timing idealTree:node_modules/esquery Completed in 5ms
                        248 silly placeDep node_modules/esrecurse estraverse@5.3.0 OK for: esrecurse@4.3.0 want: ^5.2.0
                        249 timing idealTree:node_modules/esrecurse Completed in 4ms
                        250 timing idealTree:node_modules/estraverse Completed in 0ms
                        251 timing idealTree:node_modules/esutils Completed in 0ms
                        252 timing idealTree:node_modules/events Completed in 0ms
                        253 silly placeDep ROOT flat-cache@3.0.4 OK for: file-entry-cache@6.0.1 want: ^3.0.4
                        254 silly fetch manifest flatted@^3.1.0
                        255 http fetch GET 200 https://registry.npmjs.org/flatted 17ms (cache hit)
                        256 timing idealTree:node_modules/file-entry-cache Completed in 28ms
                        257 silly placeDep ROOT flatted@3.2.7 OK for: flat-cache@3.0.4 want: ^3.1.0
                        258 timing idealTree:node_modules/flat-cache Completed in 10ms
                        259 timing idealTree:node_modules/flatted Completed in 0ms
                        260 timing idealTree:node_modules/functional-red-black-tree Completed in 0ms
                        261 silly placeDep node_modules/globals type-fest@0.20.2 OK for: globals@13.20.0 want: ^0.20.2
                        262 timing idealTree:node_modules/globals Completed in 4ms
                        263 timing idealTree:node_modules/google-protobuf Completed in 0ms
                        264 silly placeDep ROOT argparse@1.0.10 OK for: js-yaml@3.14.1 want: ^1.0.7
                        265 silly placeDep ROOT esprima@4.0.1 OK for: js-yaml@3.14.1 want: ^4.0.0
                        266 silly fetch manifest sprintf-js@~1.0.2
                        267 http fetch GET 200 https://registry.npmjs.org/sprintf-js 9ms (cache hit)
                        268 timing idealTree:node_modules/js-yaml Completed in 24ms
                        269 silly placeDep node_modules/argparse sprintf-js@1.0.3 OK for: argparse@1.0.10 want: ~1.0.2
                        270 timing idealTree:node_modules/argparse Completed in 3ms
                        271 timing idealTree:node_modules/esprima Completed in 0ms
                        272 timing idealTree:node_modules/json-stable-stringify-without-jsonify Completed in 0ms
                        273 silly placeDep ROOT prelude-ls@1.2.1 OK for: levn@0.4.1 want: ^1.2.1
                        274 silly placeDep ROOT type-check@0.4.0 OK for: levn@0.4.1 want: ~0.4.0
                        275 timing idealTree:node_modules/levn Completed in 13ms
                        276 timing idealTree:node_modules/lodash.merge Completed in 0ms
                        277 silly placeDep node_modules/multicast-dns dns-packet@5.6.0 OK for: multicast-dns@7.2.5 want: ^5.2.2
                        278 silly placeDep ROOT thunky@1.1.0 OK for: multicast-dns@7.2.5 want: ^1.0.2
                        279 silly fetch manifest @leichtgewicht/ip-codec@^2.0.1
                        280 http fetch GET 200 https://registry.npmjs.org/@leichtgewicht%2fip-codec 9ms (cache hit)
                        281 timing idealTree:node_modules/multicast-dns Completed in 23ms
                        282 timing idealTree:node_modules/natural-compare Completed in 0ms
                        283 timing idealTree:node_modules/net Completed in 0ms
                        284 timing idealTree:node_modules/nopy Completed in 1ms
                        285 silly placeDep ROOT deep-is@0.1.4 OK for: optionator@0.9.1 want: ^0.1.3
                        286 silly placeDep ROOT fast-levenshtein@2.0.6 OK for: optionator@0.9.1 want: ^2.0.6
                        287 silly placeDep ROOT word-wrap@1.2.3 OK for: optionator@0.9.1 want: ^1.2.3
                        288 timing idealTree:node_modules/optionator Completed in 17ms
                        289 timing idealTree:node_modules/deep-is Completed in 1ms
                        290 timing idealTree:node_modules/fast-levenshtein Completed in 0ms
                        291 timing idealTree:node_modules/prelude-ls Completed in 0ms
                        292 timing idealTree:node_modules/progress Completed in 0ms
                        293 timing idealTree:node_modules/regexpp Completed in 0ms
                        294 silly placeDep node_modules/table ajv@8.12.0 OK for: table@6.8.1 want: ^8.0.1
                        295 silly placeDep ROOT lodash.truncate@4.4.2 OK for: table@6.8.1 want: ^4.4.2
                        296 silly placeDep node_modules/table slice-ansi@4.0.0 OK for: table@6.8.1 want: ^4.0.0
                        297 silly fetch manifest json-schema-traverse@^1.0.0
                        298 silly fetch manifest require-from-string@^2.0.2
                        299 silly fetch manifest astral-regex@^2.0.0
                        300 http fetch GET 200 https://registry.npmjs.org/json-schema-traverse 24ms (cache hit)
                        301 http fetch GET 200 https://registry.npmjs.org/require-from-string 24ms (cache hit)
                        302 http fetch GET 200 https://registry.npmjs.org/astral-regex 23ms (cache hit)
                        303 timing idealTree:node_modules/table Completed in 46ms
                        304 timing idealTree:node_modules/lodash.truncate Completed in 0ms
                        305 timing idealTree:node_modules/text-table Completed in 0ms
                        306 timing idealTree:node_modules/thunky Completed in 0ms
                        307 timing idealTree:node_modules/tree-kill Completed in 0ms
                        308 timing idealTree:node_modules/type-check Completed in 0ms
                        309 timing idealTree:node_modules/v8-compile-cache Completed in 0ms
                        310 timing idealTree:node_modules/word-wrap Completed in 0ms
                        311 silly placeDep node_modules/@eslint/eslintrc ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
                        312 timing idealTree:node_modules/@eslint/eslintrc/node_modules/debug Completed in 5ms
                        313 timing idealTree:node_modules/@eslint/eslintrc/node_modules/ignore Completed in 0ms
                        314 silly placeDep node_modules/@eslint/eslintrc brace-expansion@1.1.11 OK for: minimatch@3.1.2 want: ^1.1.7
                        315 timing idealTree:node_modules/@eslint/eslintrc/node_modules/minimatch Completed in 4ms
                        316 timing idealTree:node_modules/@eslint/eslintrc/node_modules/brace-expansion Completed in 0ms
                        317 timing idealTree:node_modules/@eslint/eslintrc/node_modules/ms Completed in 0ms
                        318 timing idealTree:node_modules/@eslint/eslintrc/node_modules/strip-json-comments Completed in 0ms
                        319 silly placeDep node_modules/@humanwhocodes/config-array ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
                        320 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/debug Completed in 4ms
                        321 silly placeDep node_modules/@humanwhocodes/config-array brace-expansion@1.1.11 OK for: minimatch@3.1.2 want: ^1.1.7
                        322 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/minimatch Completed in 4ms
                        323 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/brace-expansion Completed in 0ms
                        324 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/ms Completed in 0ms
                        325 timing idealTree:node_modules/argparse/node_modules/sprintf-js Completed in 0ms
                        326 timing idealTree:node_modules/eslint-utils/node_modules/eslint-visitor-keys Completed in 1ms
                        327 timing idealTree:node_modules/eslint/node_modules/@babel/code-frame Completed in 0ms
                        328 silly placeDep node_modules/eslint ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
                        329 timing idealTree:node_modules/eslint/node_modules/debug Completed in 4ms
                        330 timing idealTree:node_modules/eslint/node_modules/ignore Completed in 0ms
                        331 silly placeDep node_modules/eslint brace-expansion@1.1.11 OK for: minimatch@3.1.2 want: ^1.1.7
                        332 timing idealTree:node_modules/eslint/node_modules/minimatch Completed in 5ms
                        333 timing idealTree:node_modules/eslint/node_modules/brace-expansion Completed in 0ms
                        334 timing idealTree:node_modules/eslint/node_modules/ms Completed in 0ms
                        335 timing idealTree:node_modules/eslint/node_modules/strip-json-comments Completed in 0ms
                        336 timing idealTree:node_modules/espree/node_modules/eslint-visitor-keys Completed in 0ms
                        337 timing idealTree:node_modules/esquery/node_modules/estraverse Completed in 0ms
                        338 timing idealTree:node_modules/esrecurse/node_modules/estraverse Completed in 0ms
                        339 timing idealTree:node_modules/globals/node_modules/type-fest Completed in 1ms
                        340 silly placeDep node_modules/iobroker.esphome @sentry/core@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                        341 silly placeDep node_modules/iobroker.esphome @sentry/hub@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                        342 silly placeDep node_modules/iobroker.esphome @sentry/types@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                        343 silly placeDep node_modules/iobroker.esphome @sentry/utils@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                        344 silly fetch manifest @sentry/minimal@5.30.0
                        345 http fetch GET 200 https://registry.npmjs.org/@sentry%2fminimal 14ms (cache hit)
                        346 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/node Completed in 52ms
                        347 silly placeDep node_modules/iobroker.esphome @sentry/minimal@5.30.0 OK for: @sentry/core@5.30.0 want: 5.30.0
                        348 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/core Completed in 5ms
                        349 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/hub Completed in 0ms
                        350 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/minimal Completed in 0ms
                        351 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/types Completed in 0ms
                        352 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/utils Completed in 0ms
                        353 silly placeDep ROOT @leichtgewicht/ip-codec@2.0.4 OK for: dns-packet@5.6.0 want: ^2.0.1
                        354 timing idealTree:node_modules/multicast-dns/node_modules/dns-packet Completed in 7ms
                        355 timing idealTree:node_modules/@leichtgewicht/ip-codec Completed in 0ms
                        356 silly placeDep node_modules/table json-schema-traverse@1.0.0 OK for: ajv@8.12.0 want: ^1.0.0
                        357 silly placeDep ROOT require-from-string@2.0.2 OK for: ajv@8.12.0 want: ^2.0.2
                        358 timing idealTree:node_modules/table/node_modules/ajv Completed in 10ms
                        359 timing idealTree:node_modules/require-from-string Completed in 0ms
                        360 timing idealTree:node_modules/table/node_modules/json-schema-traverse Completed in 0ms
                        361 silly placeDep ROOT astral-regex@2.0.0 OK for: slice-ansi@4.0.0 want: ^2.0.0
                        362 timing idealTree:node_modules/table/node_modules/slice-ansi Completed in 6ms
                        363 timing idealTree:node_modules/astral-regex Completed in 0ms
                        364 timing idealTree:buildDeps Completed in 5568ms
                        365 timing idealTree:fixDepFlags Completed in 25ms
                        366 timing idealTree Completed in 9036ms
                        367 timing reify:loadTrees Completed in 9040ms
                        368 timing reify:diffTrees Completed in 105ms
                        369 silly reify moves {}
                        370 timing reify:retireShallow Completed in 4ms
                        371 timing reify:createSparse Completed in 22ms
                        372 timing reify:loadBundles Completed in 0ms
                        373 verbose reify failed optional dependency /opt/iobroker/node_modules/osx-temperature-sensor
                        374 silly reify mark deleted [ '/opt/iobroker/node_modules/osx-temperature-sensor' ]
                        375 verbose reify failed optional dependency /opt/iobroker/node_modules/fsevents
                        376 silly reify mark deleted [ '/opt/iobroker/node_modules/fsevents' ]
                        377 timing reifyNode:node_modules/osx-temperature-sensor Completed in 67ms
                        378 timing reifyNode:node_modules/fsevents Completed in 67ms
                        379 timing reifyNode:node_modules/natural-compare Completed in 1296ms
                        380 timing reifyNode:node_modules/require-from-string Completed in 1322ms
                        381 timing reifyNode:node_modules/fast-levenshtein Completed in 1322ms
                        382 timing reifyNode:node_modules/table/node_modules/slice-ansi Completed in 1337ms
                        383 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/brace-expansion Completed in 1336ms
                        384 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/ms Completed in 1337ms
                        385 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/brace-expansion Completed in 1338ms
                        386 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/ms Completed in 1338ms
                        387 timing reifyNode:node_modules/eslint/node_modules/brace-expansion Completed in 1339ms
                        388 timing reifyNode:node_modules/eslint/node_modules/ms Completed in 1340ms
                        389 timing reifyNode:node_modules/astral-regex Completed in 1357ms
                        390 timing reifyNode:node_modules/lodash.truncate Completed in 1357ms
                        391 timing reifyNode:node_modules/word-wrap Completed in 1357ms
                        392 timing reifyNode:node_modules/net Completed in 1360ms
                        393 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/strip-json-comments Completed in 1369ms
                        394 timing reifyNode:node_modules/eslint/node_modules/strip-json-comments Completed in 1369ms
                        395 timing reifyNode:node_modules/eslint/node_modules/@babel/code-frame Completed in 1370ms
                        396 timing reifyNode:node_modules/esrecurse Completed in 1386ms
                        397 timing reifyNode:node_modules/tree-kill Completed in 1386ms
                        398 timing reifyNode:node_modules/thunky Completed in 1409ms
                        399 timing reifyNode:node_modules/v8-compile-cache Completed in 1408ms
                        400 timing reifyNode:node_modules/file-entry-cache Completed in 1409ms
                        401 timing reifyNode:node_modules/@humanwhocodes/config-array Completed in 1410ms
                        402 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/minimatch Completed in 1417ms
                        403 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/minimatch Completed in 1417ms
                        404 timing reifyNode:node_modules/eslint/node_modules/minimatch Completed in 1417ms
                        405 timing reifyNode:node_modules/type-check Completed in 1432ms
                        406 timing reifyNode:node_modules/acorn-jsx Completed in 1433ms
                        407 timing reifyNode:node_modules/lodash.merge Completed in 1434ms
                        408 timing reifyNode:node_modules/@leichtgewicht/ip-codec Completed in 1450ms
                        409 timing reifyNode:node_modules/ansi-colors Completed in 1448ms
                        410 timing reifyNode:node_modules/progress Completed in 1449ms
                        411 timing reifyNode:node_modules/levn Completed in 1449ms
                        412 timing reifyNode:node_modules/eslint-visitor-keys Completed in 1449ms
                        413 timing reifyNode:node_modules/espree/node_modules/eslint-visitor-keys Completed in 1456ms
                        414 timing reifyNode:node_modules/eslint-utils/node_modules/eslint-visitor-keys Completed in 1456ms
                        415 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/debug Completed in 1454ms
                        416 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/debug Completed in 1454ms
                        417 timing reifyNode:node_modules/eslint/node_modules/debug Completed in 1454ms
                        418 timing reifyNode:node_modules/estraverse Completed in 1467ms
                        419 timing reifyNode:node_modules/globals Completed in 1468ms
                        420 timing reifyNode:node_modules/esrecurse/node_modules/estraverse Completed in 1475ms
                        421 timing reifyNode:node_modules/esquery/node_modules/estraverse Completed in 1475ms
                        422 timing reifyNode:node_modules/deep-is Completed in 1487ms
                        423 timing reifyNode:node_modules/flat-cache Completed in 1487ms
                        424 timing reifyNode:node_modules/optionator Completed in 1488ms
                        425 timing reifyNode:node_modules/functional-red-black-tree Completed in 1488ms
                        426 timing reifyNode:node_modules/multicast-dns Completed in 1487ms
                        427 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/ignore Completed in 1492ms
                        428 timing reifyNode:node_modules/eslint/node_modules/ignore Completed in 1491ms
                        429 timing reifyNode:node_modules/esutils Completed in 1539ms
                        430 timing reifyNode:node_modules/multicast-dns/node_modules/dns-packet Completed in 1543ms
                        431 timing reifyNode:node_modules/prelude-ls Completed in 1556ms
                        432 timing reifyNode:node_modules/text-table Completed in 1596ms
                        433 timing reifyNode:node_modules/espree Completed in 1596ms
                        434 timing reifyNode:node_modules/doctrine Completed in 1595ms
                        435 timing reifyNode:node_modules/flatted Completed in 1608ms
                        436 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/minimal Completed in 1607ms
                        437 timing reifyNode:node_modules/json-stable-stringify-without-jsonify Completed in 1620ms
                        438 timing reifyNode:node_modules/table/node_modules/json-schema-traverse Completed in 1626ms
                        439 timing reifyNode:node_modules/@humanwhocodes/object-schema Completed in 1640ms
                        440 timing reifyNode:node_modules/eslint-scope Completed in 1648ms
                        441 timing reifyNode:node_modules/argparse/node_modules/sprintf-js Completed in 1666ms
                        442 timing reifyNode:node_modules/regexpp Completed in 1680ms
                        443 timing reifyNode:node_modules/esprima Completed in 1703ms
                        444 timing reifyNode:node_modules/eslint-utils Completed in 1708ms
                        445 timing reifyNode:node_modules/events Completed in 1800ms
                        446 timing reifyNode:node_modules/argparse Completed in 1836ms
                        447 timing reifyNode:node_modules/@eslint/eslintrc Completed in 1842ms
                        448 timing reifyNode:node_modules/iobroker.esphome Completed in 1863ms
                        449 timing reifyNode:node_modules/globals/node_modules/type-fest Completed in 1887ms
                        450 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/hub Completed in 1982ms
                        451 timing reifyNode:node_modules/esphome-native-api Completed in 1988ms
                        452 timing reifyNode:node_modules/enquirer Completed in 2004ms
                        453 timing reifyNode:node_modules/google-protobuf Completed in 2047ms
                        454 timing reifyNode:node_modules/esquery Completed in 2061ms
                        455 timing reifyNode:node_modules/js-yaml Completed in 2063ms
                        456 timing reifyNode:node_modules/acorn Completed in 2124ms
                        457 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/core Completed in 2273ms
                        458 timing reifyNode:node_modules/table Completed in 2347ms
                        459 timing reifyNode:node_modules/nopy Completed in 2473ms
                        460 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/utils Completed in 2542ms
                        461 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/node Completed in 2612ms
                        462 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/types Completed in 2732ms
                        463 timing reifyNode:node_modules/table/node_modules/ajv Completed in 3151ms
                        464 timing reifyNode:node_modules/eslint Completed in 3171ms
                        465 timing reify:unpack Completed in 3184ms
                        466 timing reify:unretire Completed in 1ms
                        467 timing build:queue Completed in 19ms
                        468 timing build:link:node_modules/acorn Completed in 38ms
                        469 timing build:link:node_modules/eslint Completed in 35ms
                        470 timing build:link:node_modules/esprima Completed in 43ms
                        471 timing build:link:node_modules/js-yaml Completed in 43ms
                        472 timing build:link:node_modules/multicast-dns Completed in 32ms
                        473 timing build:link:node_modules/nopy Completed in 31ms
                        474 timing build:link:node_modules/tree-kill Completed in 28ms
                        475 timing build:link Completed in 48ms
                        476 info run iobroker.esphome@0.2.4 install node_modules/iobroker.esphome npip install
                        477 info run iobroker.esphome@0.2.4 install { code: 126, signal: null }
                        478 timing reify:rollback:createSparse Completed in 411ms
                        479 timing reify:rollback:retireShallow Completed in 0ms
                        480 timing command:install Completed in 12950ms
                        481 verbose stack Error: command failed
                        481 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:53:27)
                        481 verbose stack     at ChildProcess.emit (node:events:513:28)
                        481 verbose stack     at maybeClose (node:internal/child_process:1091:16)
                        481 verbose stack     at Socket.<anonymous> (node:internal/child_process:449:11)
                        481 verbose stack     at Socket.emit (node:events:513:28)
                        481 verbose stack     at Pipe.<anonymous> (node:net:322:12)
                        482 verbose pkgid iobroker.esphome@0.2.4
                        483 verbose cwd /opt/iobroker
                        484 verbose Linux 6.1.21-v8+
                        485 verbose node v18.16.0
                        486 verbose npm  v9.5.1
                        487 error code 126
                        488 error path /opt/iobroker/node_modules/iobroker.esphome
                        489 error command failed
                        490 error command sh -c npip install
                        491 error sh: 1: npip: Permission denied
                        492 verbose exit 126
                        493 timing npm Completed in 13118ms
                        494 verbose unfinished npm timer reify 1682355031569
                        495 verbose unfinished npm timer reify:build 1682355043958
                        496 verbose unfinished npm timer build 1682355043962
                        497 verbose unfinished npm timer build:deps 1682355043963
                        498 verbose unfinished npm timer build:run:install 1682355044031
                        499 verbose unfinished npm timer build:run:install:node_modules/iobroker.esphome 1682355044033
                        500 verbose code 126
                        501 error A complete log of this run can be found in:
                        501 error     /home/iobroker/.npm/_logs/2023-04-24T16_50_31_412Z-debug-0.log
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @mayokleckz last edited by

                          @mayokleckz

                          Was sagt:

                          ls -la /opt/iobroker/node_modules/nopy/src/
                          
                          1 Reply Last reply Reply Quote 0
                          • M
                            mayokleckz last edited by

                            @thomas-braun

                            
                            flo@raspberrypi:~ $ ls -la /opt/iobroker/node_modules/nopy/src/
                            ls: cannot access '/opt/iobroker/node_modules/nopy/src/': No such file or directory
                            flo@raspberrypi:~ $
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @mayokleckz last edited by Thomas Braun

                              @mayokleckz

                              cd /opt/iobroker
                              npm i nopy
                              sudo -u iobroker chmod ug+x /opt/iobroker/node_modules/nopy/src/n*
                              

                              Danach sollte es mit der Installation funktionieren.

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

                                @thomas-braun said in ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert:

                                sudo -u iobroker chmod a+x /opt/iobroker/node_modules/nopy/src/n*

                                Mit den Rechten kommt man ein Stück weiter. Jedoch rennt das System in den nächsten Fehler.
                                Ist da bei meiner Installation gestern was schief gegangen? Mit so viel Problemen installiert sich ja sonst niemand einen Adapter.
                                Würd mich freuen wenn du auch hier nochmal drüber schaust.

                                Hier das Logfile /home/iobroker/.npm/_logs/2023-04-24T20_20_00_942Z-debug-0.log

                                0 verbose cli /usr/bin/node /usr/bin/npm
                                1 info using npm@9.5.1
                                2 info using node@v18.16.0
                                3 timing npm:load:whichnode Completed in 24ms
                                4 timing config:load:defaults Completed in 17ms
                                5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 24ms
                                6 timing config:load:builtin Completed in 24ms
                                7 timing config:load:cli Completed in 11ms
                                8 timing config:load:env Completed in 1ms
                                9 timing config:load:file:/opt/iobroker/.npmrc Completed in 8ms
                                10 timing config:load:project Completed in 12ms
                                11 timing config:load:file:/home/iobroker/.npmrc Completed in 0ms
                                12 timing config:load:user Completed in 1ms
                                13 timing config:load:file:/usr/etc/npmrc Completed in 1ms
                                14 timing config:load:global Completed in 1ms
                                15 timing config:load:setEnvs Completed in 6ms
                                16 timing config:load Completed in 77ms
                                17 timing npm:load:configload Completed in 77ms
                                18 timing npm:load:mkdirpcache Completed in 1ms
                                19 timing npm:load:mkdirplogs Completed in 1ms
                                20 verbose title npm install iobroker.esphome@0.2.4
                                21 verbose argv "install" "--save-exact" "iobroker.esphome@0.2.4"
                                22 timing npm:load:setTitle Completed in 5ms
                                23 timing config:load:flatten Completed in 13ms
                                24 timing npm:load:display Completed in 17ms
                                25 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2023-04-24T20_20_00_942Z-
                                26 verbose logfile /home/iobroker/.npm/_logs/2023-04-24T20_20_00_942Z-debug-0.log
                                27 timing npm:load:logFile Completed in 20ms
                                28 timing npm:load:timers Completed in 0ms
                                29 timing npm:load:configScope Completed in 0ms
                                30 timing npm:load Completed in 151ms
                                31 timing arborist:ctor Completed in 3ms
                                32 silly logfile start cleaning logs, removing 2 files
                                33 silly logfile done cleaning log files
                                34 timing idealTree:init Completed in 4111ms
                                35 timing idealTree:userRequests Completed in 30ms
                                36 silly idealTree buildDeps
                                37 silly fetch manifest iobroker.esphome@0.2.4
                                38 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                                39 http fetch GET 200 https://registry.npmjs.org/iobroker.esphome 181ms (cache hit)
                                40 silly placeDep ROOT iobroker.esphome@0.2.4 OK for: iobroker.inst@3.0.0 want: 0.2.4
                                41 silly fetch manifest @sentry/node@^5.30.0
                                42 silly fetch manifest esphome-native-api@^1.0.9
                                43 silly fetch manifest tree-kill@^1.2.2
                                44 http fetch GET 200 https://registry.npmjs.org/esphome-native-api 3381ms (cache hit)
                                45 http fetch GET 200 https://registry.npmjs.org/@sentry%2fnode 3396ms (cache hit)
                                46 http fetch GET 200 https://registry.npmjs.org/tree-kill 3453ms (cache hit)
                                47 timing idealTree:#root Completed in 3683ms
                                48 silly placeDep node_modules/iobroker.esphome @sentry/node@5.30.0 OK for: iobroker.esphome@0.2.4 want: ^5.30.0
                                49 silly placeDep ROOT esphome-native-api@1.0.9 OK for: iobroker.esphome@0.2.4 want: ^1.0.9
                                50 silly placeDep ROOT tree-kill@1.2.2 OK for: iobroker.esphome@0.2.4 want: ^1.2.2
                                51 silly fetch manifest @sentry/core@5.30.0
                                52 silly fetch manifest @sentry/hub@5.30.0
                                53 silly fetch manifest @sentry/types@5.30.0
                                54 silly fetch manifest @sentry/utils@5.30.0
                                55 silly fetch manifest eslint@^7.13.0
                                56 silly fetch manifest events@^3.2.0
                                57 silly fetch manifest google-protobuf@^3.14.0
                                58 silly fetch manifest multicast-dns@^7.2.2
                                59 silly fetch manifest net@^1.0.2
                                60 http fetch GET 200 https://registry.npmjs.org/@sentry%2ftypes 963ms (cache hit)
                                61 http fetch GET 200 https://registry.npmjs.org/events 976ms (cache hit)
                                62 http fetch GET 200 https://registry.npmjs.org/multicast-dns 986ms (cache hit)
                                63 http fetch GET 200 https://registry.npmjs.org/@sentry%2fhub 1010ms (cache hit)
                                64 http fetch GET 200 https://registry.npmjs.org/@sentry%2futils 1037ms (cache hit)
                                65 http fetch GET 200 https://registry.npmjs.org/@sentry%2fcore 1067ms (cache hit)
                                66 http fetch GET 200 https://registry.npmjs.org/google-protobuf 1072ms (cache hit)
                                67 http fetch GET 200 https://registry.npmjs.org/net 1075ms (cache hit)
                                68 http fetch GET 200 https://registry.npmjs.org/eslint 1093ms (cache hit)
                                69 timing idealTree:node_modules/iobroker.esphome Completed in 1226ms
                                70 silly placeDep ROOT eslint@7.32.0 OK for: esphome-native-api@1.0.9 want: ^7.13.0
                                71 silly placeDep ROOT events@3.3.0 OK for: esphome-native-api@1.0.9 want: ^3.2.0
                                72 silly placeDep ROOT google-protobuf@3.21.2 OK for: esphome-native-api@1.0.9 want: ^3.14.0
                                73 silly placeDep ROOT multicast-dns@7.2.5 OK for: esphome-native-api@1.0.9 want: ^7.2.2
                                74 silly placeDep ROOT net@1.0.2 OK for: esphome-native-api@1.0.9 want: ^1.0.2
                                75 silly fetch manifest @babel/code-frame@7.12.11
                                76 silly fetch manifest @eslint/eslintrc@^0.4.3
                                77 silly fetch manifest @humanwhocodes/config-array@^0.5.0
                                78 silly fetch manifest debug@^4.0.1
                                79 silly fetch manifest doctrine@^3.0.0
                                80 silly fetch manifest enquirer@^2.3.5
                                81 silly fetch manifest eslint-scope@^5.1.1
                                82 silly fetch manifest eslint-utils@^2.1.0
                                83 silly fetch manifest eslint-visitor-keys@^2.0.0
                                84 silly fetch manifest espree@^7.3.1
                                85 silly fetch manifest esquery@^1.4.0
                                86 silly fetch manifest esutils@^2.0.2
                                87 silly fetch manifest file-entry-cache@^6.0.1
                                88 silly fetch manifest functional-red-black-tree@^1.0.1
                                89 silly fetch manifest globals@^13.6.0
                                90 silly fetch manifest ignore@^4.0.6
                                91 silly fetch manifest js-yaml@^3.13.1
                                92 silly fetch manifest json-stable-stringify-without-jsonify@^1.0.1
                                93 silly fetch manifest levn@^0.4.1
                                94 silly fetch manifest lodash.merge@^4.6.2
                                95 silly fetch manifest minimatch@^3.0.4
                                96 silly fetch manifest natural-compare@^1.4.0
                                97 silly fetch manifest optionator@^0.9.1
                                98 silly fetch manifest progress@^2.0.0
                                99 silly fetch manifest regexpp@^3.1.0
                                100 silly fetch manifest strip-json-comments@^3.1.0
                                101 silly fetch manifest table@^6.0.9
                                102 silly fetch manifest text-table@^0.2.0
                                103 silly fetch manifest v8-compile-cache@^2.0.3
                                104 silly fetch manifest dns-packet@^5.2.2
                                105 silly fetch manifest thunky@^1.0.2
                                106 http fetch GET 200 https://registry.npmjs.org/@babel%2fcode-frame 325ms (cache hit)
                                107 http fetch GET 200 https://registry.npmjs.org/@eslint%2feslintrc 328ms (cache hit)
                                108 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fconfig-array 332ms (cache hit)
                                109 http fetch GET 200 https://registry.npmjs.org/debug 337ms (cache hit)
                                110 http fetch GET 200 https://registry.npmjs.org/enquirer 357ms (cache hit)
                                111 http fetch GET 200 https://registry.npmjs.org/eslint-scope 362ms (cache hit)
                                112 http fetch GET 200 https://registry.npmjs.org/doctrine 368ms (cache hit)
                                113 http fetch GET 200 https://registry.npmjs.org/eslint-utils 368ms (cache hit)
                                114 http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys 371ms (cache hit)
                                115 http fetch GET 200 https://registry.npmjs.org/espree 374ms (cache hit)
                                116 http fetch GET 200 https://registry.npmjs.org/esquery 382ms (cache hit)
                                117 http fetch GET 200 https://registry.npmjs.org/esutils 381ms (cache hit)
                                118 http fetch GET 200 https://registry.npmjs.org/file-entry-cache 381ms (cache hit)
                                119 http fetch GET 200 https://registry.npmjs.org/functional-red-black-tree 382ms (cache hit)
                                120 http fetch GET 200 https://registry.npmjs.org/globals 382ms (cache hit)
                                121 http fetch GET 200 https://registry.npmjs.org/ignore 386ms (cache hit)
                                122 http fetch GET 200 https://registry.npmjs.org/js-yaml 391ms (cache hit)
                                123 http fetch GET 200 https://registry.npmjs.org/json-stable-stringify-without-jsonify 395ms (cache hit)
                                124 http fetch GET 200 https://registry.npmjs.org/lodash.merge 393ms (cache hit)
                                125 http fetch GET 200 https://registry.npmjs.org/levn 399ms (cache hit)
                                126 http fetch GET 200 https://registry.npmjs.org/natural-compare 395ms (cache hit)
                                127 http fetch GET 200 https://registry.npmjs.org/minimatch 402ms (cache hit)
                                128 http fetch GET 200 https://registry.npmjs.org/progress 409ms (cache hit)
                                129 http fetch GET 200 https://registry.npmjs.org/optionator 417ms (cache hit)
                                130 http fetch GET 200 https://registry.npmjs.org/regexpp 417ms (cache hit)
                                131 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 417ms (cache hit)
                                132 http fetch GET 200 https://registry.npmjs.org/text-table 415ms (cache hit)
                                133 http fetch GET 200 https://registry.npmjs.org/table 421ms (cache hit)
                                134 http fetch GET 200 https://registry.npmjs.org/thunky 417ms (cache hit)
                                135 http fetch GET 200 https://registry.npmjs.org/v8-compile-cache 425ms (cache hit)
                                136 http fetch GET 200 https://registry.npmjs.org/dns-packet 425ms (cache hit)
                                137 timing idealTree:node_modules/esphome-native-api Completed in 534ms
                                138 silly placeDep node_modules/eslint @babel/code-frame@7.12.11 OK for: eslint@7.32.0 want: 7.12.11
                                139 silly placeDep ROOT @eslint/eslintrc@0.4.3 OK for: eslint@7.32.0 want: ^0.4.3
                                140 silly placeDep ROOT @humanwhocodes/config-array@0.5.0 OK for: eslint@7.32.0 want: ^0.5.0
                                141 silly placeDep node_modules/eslint debug@4.3.4 OK for: eslint@7.32.0 want: ^4.0.1
                                142 silly placeDep ROOT doctrine@3.0.0 OK for: eslint@7.32.0 want: ^3.0.0
                                143 silly placeDep ROOT enquirer@2.3.6 OK for: eslint@7.32.0 want: ^2.3.5
                                144 silly placeDep ROOT eslint-scope@5.1.1 OK for: eslint@7.32.0 want: ^5.1.1
                                145 silly placeDep ROOT eslint-utils@2.1.0 OK for: eslint@7.32.0 want: ^2.1.0
                                146 silly placeDep ROOT eslint-visitor-keys@2.1.0 OK for: eslint@7.32.0 want: ^2.0.0
                                147 silly placeDep ROOT espree@7.3.1 OK for: eslint@7.32.0 want: ^7.3.1
                                148 silly placeDep ROOT esquery@1.5.0 OK for: eslint@7.32.0 want: ^1.4.0
                                149 silly placeDep ROOT esutils@2.0.3 OK for: eslint@7.32.0 want: ^2.0.2
                                150 silly placeDep ROOT file-entry-cache@6.0.1 OK for: eslint@7.32.0 want: ^6.0.1
                                151 silly placeDep ROOT functional-red-black-tree@1.0.1 OK for: eslint@7.32.0 want: ^1.0.1
                                152 silly placeDep ROOT globals@13.20.0 OK for: eslint@7.32.0 want: ^13.6.0
                                153 silly placeDep node_modules/eslint ignore@4.0.6 OK for: eslint@7.32.0 want: ^4.0.6
                                154 silly placeDep ROOT js-yaml@3.14.1 OK for: eslint@7.32.0 want: ^3.13.1
                                155 silly placeDep ROOT json-stable-stringify-without-jsonify@1.0.1 OK for: eslint@7.32.0 want: ^1.0.1
                                156 silly placeDep ROOT levn@0.4.1 OK for: eslint@7.32.0 want: ^0.4.1
                                157 silly placeDep ROOT lodash.merge@4.6.2 OK for: eslint@7.32.0 want: ^4.6.2
                                158 silly placeDep node_modules/eslint minimatch@3.1.2 OK for: eslint@7.32.0 want: ^3.0.4
                                159 silly placeDep ROOT natural-compare@1.4.0 OK for: eslint@7.32.0 want: ^1.4.0
                                160 silly placeDep ROOT optionator@0.9.1 OK for: eslint@7.32.0 want: ^0.9.1
                                161 silly placeDep ROOT progress@2.0.3 OK for: eslint@7.32.0 want: ^2.0.0
                                162 silly placeDep ROOT regexpp@3.2.0 OK for: eslint@7.32.0 want: ^3.1.0
                                163 silly placeDep node_modules/eslint strip-json-comments@3.1.1 OK for: eslint@7.32.0 want: ^3.1.0
                                164 silly placeDep ROOT table@6.8.1 OK for: eslint@7.32.0 want: ^6.0.9
                                165 silly placeDep ROOT text-table@0.2.0 OK for: eslint@7.32.0 want: ^0.2.0
                                166 silly placeDep ROOT v8-compile-cache@2.3.0 OK for: eslint@7.32.0 want: ^2.0.3
                                167 silly fetch manifest debug@^4.1.1
                                168 silly fetch manifest strip-json-comments@^3.1.1
                                169 silly fetch manifest @humanwhocodes/object-schema@^1.2.0
                                170 silly fetch manifest ms@2.1.2
                                171 silly fetch manifest ansi-colors@^4.1.1
                                172 silly fetch manifest esrecurse@^4.3.0
                                173 silly fetch manifest estraverse@^4.1.1
                                174 silly fetch manifest eslint-visitor-keys@^1.1.0
                                175 silly fetch manifest acorn@^7.4.0
                                176 silly fetch manifest acorn-jsx@^5.3.1
                                177 silly fetch manifest eslint-visitor-keys@^1.3.0
                                178 silly fetch manifest estraverse@^5.1.0
                                179 silly fetch manifest flat-cache@^3.0.4
                                180 silly fetch manifest type-fest@^0.20.2
                                181 silly fetch manifest argparse@^1.0.7
                                182 silly fetch manifest esprima@^4.0.0
                                183 silly fetch manifest prelude-ls@^1.2.1
                                184 silly fetch manifest type-check@~0.4.0
                                185 silly fetch manifest brace-expansion@^1.1.7
                                186 silly fetch manifest deep-is@^0.1.3
                                187 silly fetch manifest word-wrap@^1.2.3
                                188 silly fetch manifest type-check@^0.4.0
                                189 silly fetch manifest fast-levenshtein@^2.0.6
                                190 silly fetch manifest ajv@^8.0.1
                                191 silly fetch manifest lodash.truncate@^4.4.2
                                192 silly fetch manifest slice-ansi@^4.0.0
                                193 http fetch GET 200 https://registry.npmjs.org/esrecurse 315ms (cache hit)
                                194 http fetch GET 200 https://registry.npmjs.org/estraverse 315ms (cache hit)
                                195 http fetch GET 200 https://registry.npmjs.org/estraverse 308ms (cache hit)
                                196 http fetch GET 200 https://registry.npmjs.org/flat-cache 308ms (cache hit)
                                197 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fobject-schema 337ms (cache hit)
                                198 http fetch GET 200 https://registry.npmjs.org/ms 336ms (cache hit)
                                199 http fetch GET 200 https://registry.npmjs.org/acorn 327ms (cache hit)
                                200 http fetch GET 200 https://registry.npmjs.org/type-fest 327ms (cache hit)
                                201 http fetch GET 200 https://registry.npmjs.org/ansi-colors 358ms (cache hit)
                                202 http fetch GET 200 https://registry.npmjs.org/prelude-ls 330ms (cache hit)
                                203 http fetch GET 200 https://registry.npmjs.org/acorn-jsx 350ms (cache hit)
                                204 http fetch GET 200 https://registry.npmjs.org/esprima 338ms (cache hit)
                                205 http fetch GET 200 https://registry.npmjs.org/type-check 336ms (cache hit)
                                206 http fetch GET 200 https://registry.npmjs.org/brace-expansion 334ms (cache hit)
                                207 http fetch GET 200 https://registry.npmjs.org/word-wrap 332ms (cache hit)
                                208 http fetch GET 200 https://registry.npmjs.org/type-check 331ms (cache hit)
                                209 http fetch GET 200 https://registry.npmjs.org/argparse 355ms (cache hit)
                                210 http fetch GET 200 https://registry.npmjs.org/lodash.truncate 305ms (cache hit)
                                211 http fetch GET 200 https://registry.npmjs.org/slice-ansi 307ms (cache hit)
                                212 http fetch GET 200 https://registry.npmjs.org/deep-is 351ms (cache hit)
                                213 http fetch GET 200 https://registry.npmjs.org/fast-levenshtein 343ms (cache hit)
                                214 http fetch GET 200 https://registry.npmjs.org/ajv 351ms (cache hit)
                                215 timing idealTree:node_modules/eslint Completed in 668ms
                                216 silly placeDep node_modules/@eslint/eslintrc debug@4.3.4 OK for: @eslint/eslintrc@0.4.3 want: ^4.1.1
                                217 silly placeDep node_modules/@eslint/eslintrc ignore@4.0.6 OK for: @eslint/eslintrc@0.4.3 want: ^4.0.6
                                218 silly placeDep node_modules/@eslint/eslintrc minimatch@3.1.2 OK for: @eslint/eslintrc@0.4.3 want: ^3.0.4
                                219 silly placeDep node_modules/@eslint/eslintrc strip-json-comments@3.1.1 OK for: @eslint/eslintrc@0.4.3 want: ^3.1.1
                                220 timing idealTree:node_modules/@eslint/eslintrc Completed in 24ms
                                221 silly placeDep ROOT @humanwhocodes/object-schema@1.2.1 OK for: @humanwhocodes/config-array@0.5.0 want: ^1.2.0
                                222 silly placeDep node_modules/@humanwhocodes/config-array debug@4.3.4 OK for: @humanwhocodes/config-array@0.5.0 want: ^4.1.1
                                223 silly placeDep node_modules/@humanwhocodes/config-array minimatch@3.1.2 OK for: @humanwhocodes/config-array@0.5.0 want: ^3.0.4
                                224 timing idealTree:node_modules/@humanwhocodes/config-array Completed in 18ms
                                225 timing idealTree:node_modules/@humanwhocodes/object-schema Completed in 0ms
                                226 timing idealTree:node_modules/doctrine Completed in 0ms
                                227 silly placeDep ROOT ansi-colors@4.1.3 OK for: enquirer@2.3.6 want: ^4.1.1
                                228 timing idealTree:node_modules/enquirer Completed in 6ms
                                229 timing idealTree:node_modules/ansi-colors Completed in 0ms
                                230 silly placeDep ROOT esrecurse@4.3.0 OK for: eslint-scope@5.1.1 want: ^4.3.0
                                231 silly placeDep ROOT estraverse@4.3.0 OK for: eslint-scope@5.1.1 want: ^4.1.1
                                232 silly fetch manifest estraverse@^5.2.0
                                233 timing idealTree:node_modules/eslint-scope Completed in 15ms
                                234 silly placeDep node_modules/eslint-utils eslint-visitor-keys@1.3.0 OK for: eslint-utils@2.1.0 want: ^1.1.0
                                235 timing idealTree:node_modules/eslint-utils Completed in 4ms
                                236 timing idealTree:node_modules/eslint-visitor-keys Completed in 0ms
                                237 silly placeDep ROOT acorn@7.4.1 OK for: espree@7.3.1 want: ^7.4.0
                                238 silly placeDep ROOT acorn-jsx@5.3.2 OK for: espree@7.3.1 want: ^5.3.1
                                239 silly placeDep node_modules/espree eslint-visitor-keys@1.3.0 OK for: espree@7.3.1 want: ^1.3.0
                                240 timing idealTree:node_modules/espree Completed in 26ms
                                241 timing idealTree:node_modules/acorn Completed in 0ms
                                242 timing idealTree:node_modules/acorn-jsx Completed in 0ms
                                243 silly placeDep node_modules/esquery estraverse@5.3.0 OK for: esquery@1.5.0 want: ^5.1.0
                                244 timing idealTree:node_modules/esquery Completed in 6ms
                                245 silly placeDep node_modules/esrecurse estraverse@5.3.0 OK for: esrecurse@4.3.0 want: ^5.2.0
                                246 timing idealTree:node_modules/esrecurse Completed in 4ms
                                247 timing idealTree:node_modules/estraverse Completed in 0ms
                                248 timing idealTree:node_modules/esutils Completed in 1ms
                                249 timing idealTree:node_modules/events Completed in 0ms
                                250 silly placeDep ROOT flat-cache@3.0.4 OK for: file-entry-cache@6.0.1 want: ^3.0.4
                                251 silly fetch manifest flatted@^3.1.0
                                252 http fetch GET 200 https://registry.npmjs.org/flatted 18ms (cache hit)
                                253 timing idealTree:node_modules/file-entry-cache Completed in 31ms
                                254 silly placeDep ROOT flatted@3.2.7 OK for: flat-cache@3.0.4 want: ^3.1.0
                                255 timing idealTree:node_modules/flat-cache Completed in 7ms
                                256 timing idealTree:node_modules/flatted Completed in 0ms
                                257 timing idealTree:node_modules/functional-red-black-tree Completed in 0ms
                                258 silly placeDep node_modules/globals type-fest@0.20.2 OK for: globals@13.20.0 want: ^0.20.2
                                259 timing idealTree:node_modules/globals Completed in 5ms
                                260 timing idealTree:node_modules/google-protobuf Completed in 0ms
                                261 silly placeDep ROOT argparse@1.0.10 OK for: js-yaml@3.14.1 want: ^1.0.7
                                262 silly placeDep ROOT esprima@4.0.1 OK for: js-yaml@3.14.1 want: ^4.0.0
                                263 silly fetch manifest sprintf-js@~1.0.2
                                264 http fetch GET 200 https://registry.npmjs.org/sprintf-js 20ms (cache hit)
                                265 timing idealTree:node_modules/js-yaml Completed in 38ms
                                266 silly placeDep node_modules/argparse sprintf-js@1.0.3 OK for: argparse@1.0.10 want: ~1.0.2
                                267 timing idealTree:node_modules/argparse Completed in 4ms
                                268 timing idealTree:node_modules/esprima Completed in 0ms
                                269 timing idealTree:node_modules/json-stable-stringify-without-jsonify Completed in 0ms
                                270 silly placeDep ROOT prelude-ls@1.2.1 OK for: levn@0.4.1 want: ^1.2.1
                                271 silly placeDep ROOT type-check@0.4.0 OK for: levn@0.4.1 want: ~0.4.0
                                272 timing idealTree:node_modules/levn Completed in 13ms
                                273 timing idealTree:node_modules/lodash.merge Completed in 0ms
                                274 silly placeDep node_modules/multicast-dns dns-packet@5.6.0 OK for: multicast-dns@7.2.5 want: ^5.2.2
                                275 silly placeDep ROOT thunky@1.1.0 OK for: multicast-dns@7.2.5 want: ^1.0.2
                                276 silly fetch manifest @leichtgewicht/ip-codec@^2.0.1
                                277 http fetch GET 200 https://registry.npmjs.org/@leichtgewicht%2fip-codec 18ms (cache hit)
                                278 timing idealTree:node_modules/multicast-dns Completed in 34ms
                                279 timing idealTree:node_modules/natural-compare Completed in 0ms
                                280 timing idealTree:node_modules/net Completed in 0ms
                                281 silly placeDep ROOT deep-is@0.1.4 OK for: optionator@0.9.1 want: ^0.1.3
                                282 silly placeDep ROOT fast-levenshtein@2.0.6 OK for: optionator@0.9.1 want: ^2.0.6
                                283 silly placeDep ROOT word-wrap@1.2.3 OK for: optionator@0.9.1 want: ^1.2.3
                                284 timing idealTree:node_modules/optionator Completed in 19ms
                                285 timing idealTree:node_modules/deep-is Completed in 0ms
                                286 timing idealTree:node_modules/fast-levenshtein Completed in 1ms
                                287 timing idealTree:node_modules/prelude-ls Completed in 0ms
                                288 timing idealTree:node_modules/progress Completed in 0ms
                                289 timing idealTree:node_modules/regexpp Completed in 0ms
                                290 silly placeDep node_modules/table ajv@8.12.0 OK for: table@6.8.1 want: ^8.0.1
                                291 silly placeDep ROOT lodash.truncate@4.4.2 OK for: table@6.8.1 want: ^4.4.2
                                292 silly placeDep node_modules/table slice-ansi@4.0.0 OK for: table@6.8.1 want: ^4.0.0
                                293 silly fetch manifest json-schema-traverse@^1.0.0
                                294 silly fetch manifest require-from-string@^2.0.2
                                295 silly fetch manifest astral-regex@^2.0.0
                                296 http fetch GET 200 https://registry.npmjs.org/require-from-string 48ms (cache hit)
                                297 http fetch GET 200 https://registry.npmjs.org/astral-regex 47ms (cache hit)
                                298 http fetch GET 200 https://registry.npmjs.org/json-schema-traverse 54ms (cache hit)
                                299 timing idealTree:node_modules/table Completed in 78ms
                                300 timing idealTree:node_modules/lodash.truncate Completed in 0ms
                                301 timing idealTree:node_modules/text-table Completed in 0ms
                                302 timing idealTree:node_modules/thunky Completed in 0ms
                                303 timing idealTree:node_modules/tree-kill Completed in 1ms
                                304 timing idealTree:node_modules/type-check Completed in 0ms
                                305 timing idealTree:node_modules/v8-compile-cache Completed in 0ms
                                306 timing idealTree:node_modules/word-wrap Completed in 0ms
                                307 silly placeDep node_modules/@eslint/eslintrc ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
                                308 timing idealTree:node_modules/@eslint/eslintrc/node_modules/debug Completed in 6ms
                                309 timing idealTree:node_modules/@eslint/eslintrc/node_modules/ignore Completed in 0ms
                                310 silly placeDep node_modules/@eslint/eslintrc brace-expansion@1.1.11 OK for: minimatch@3.1.2 want: ^1.1.7
                                311 timing idealTree:node_modules/@eslint/eslintrc/node_modules/minimatch Completed in 5ms
                                312 timing idealTree:node_modules/@eslint/eslintrc/node_modules/brace-expansion Completed in 0ms
                                313 timing idealTree:node_modules/@eslint/eslintrc/node_modules/ms Completed in 0ms
                                314 timing idealTree:node_modules/@eslint/eslintrc/node_modules/strip-json-comments Completed in 0ms
                                315 silly placeDep node_modules/@humanwhocodes/config-array ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
                                316 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/debug Completed in 4ms
                                317 silly placeDep node_modules/@humanwhocodes/config-array brace-expansion@1.1.11 OK for: minimatch@3.1.2 want: ^1.1.7
                                318 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/minimatch Completed in 6ms
                                319 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/brace-expansion Completed in 1ms
                                320 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/ms Completed in 0ms
                                321 timing idealTree:node_modules/argparse/node_modules/sprintf-js Completed in 0ms
                                322 timing idealTree:node_modules/eslint-utils/node_modules/eslint-visitor-keys Completed in 0ms
                                323 timing idealTree:node_modules/eslint/node_modules/@babel/code-frame Completed in 0ms
                                324 silly placeDep node_modules/eslint ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
                                325 timing idealTree:node_modules/eslint/node_modules/debug Completed in 5ms
                                326 timing idealTree:node_modules/eslint/node_modules/ignore Completed in 0ms
                                327 silly placeDep node_modules/eslint brace-expansion@1.1.11 OK for: minimatch@3.1.2 want: ^1.1.7
                                328 timing idealTree:node_modules/eslint/node_modules/minimatch Completed in 6ms
                                329 timing idealTree:node_modules/eslint/node_modules/brace-expansion Completed in 0ms
                                330 timing idealTree:node_modules/eslint/node_modules/ms Completed in 0ms
                                331 timing idealTree:node_modules/eslint/node_modules/strip-json-comments Completed in 0ms
                                332 timing idealTree:node_modules/espree/node_modules/eslint-visitor-keys Completed in 0ms
                                333 timing idealTree:node_modules/esquery/node_modules/estraverse Completed in 0ms
                                334 timing idealTree:node_modules/esrecurse/node_modules/estraverse Completed in 0ms
                                335 timing idealTree:node_modules/globals/node_modules/type-fest Completed in 1ms
                                336 silly placeDep node_modules/iobroker.esphome @sentry/core@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                                337 silly placeDep node_modules/iobroker.esphome @sentry/hub@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                                338 silly placeDep node_modules/iobroker.esphome @sentry/types@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                                339 silly placeDep node_modules/iobroker.esphome @sentry/utils@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                                340 silly fetch manifest @sentry/minimal@5.30.0
                                341 http fetch GET 200 https://registry.npmjs.org/@sentry%2fminimal 32ms (cache hit)
                                342 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/node Completed in 79ms
                                343 silly placeDep node_modules/iobroker.esphome @sentry/minimal@5.30.0 OK for: @sentry/core@5.30.0 want: 5.30.0
                                344 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/core Completed in 6ms
                                345 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/hub Completed in 0ms
                                346 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/minimal Completed in 0ms
                                347 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/types Completed in 0ms
                                348 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/utils Completed in 0ms
                                349 silly placeDep ROOT @leichtgewicht/ip-codec@2.0.4 OK for: dns-packet@5.6.0 want: ^2.0.1
                                350 timing idealTree:node_modules/multicast-dns/node_modules/dns-packet Completed in 8ms
                                351 timing idealTree:node_modules/@leichtgewicht/ip-codec Completed in 0ms
                                352 silly placeDep node_modules/table json-schema-traverse@1.0.0 OK for: ajv@8.12.0 want: ^1.0.0
                                353 silly placeDep ROOT require-from-string@2.0.2 OK for: ajv@8.12.0 want: ^2.0.2
                                354 timing idealTree:node_modules/table/node_modules/ajv Completed in 12ms
                                355 timing idealTree:node_modules/require-from-string Completed in 0ms
                                356 timing idealTree:node_modules/table/node_modules/json-schema-traverse Completed in 0ms
                                357 silly placeDep ROOT astral-regex@2.0.0 OK for: slice-ansi@4.0.0 want: ^2.0.0
                                358 timing idealTree:node_modules/table/node_modules/slice-ansi Completed in 7ms
                                359 timing idealTree:node_modules/astral-regex Completed in 0ms
                                360 timing idealTree:buildDeps Completed in 6642ms
                                361 timing idealTree:fixDepFlags Completed in 30ms
                                362 timing idealTree Completed in 10857ms
                                363 timing reify:loadTrees Completed in 10861ms
                                364 timing reify:diffTrees Completed in 104ms
                                365 silly reify mark retired [ '/opt/iobroker/node_modules/fsevents' ]
                                366 silly reify mark retired [ '/opt/iobroker/node_modules/osx-temperature-sensor' ]
                                367 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.vis' ]
                                368 silly reify moves {
                                368 silly reify   '/opt/iobroker/node_modules/fsevents': '/opt/iobroker/node_modules/.fsevents-yNYMVUiI',
                                368 silly reify   '/opt/iobroker/node_modules/osx-temperature-sensor': '/opt/iobroker/node_modules/.osx-temperature-sensor-hwc16MPv',
                                368 silly reify   '/opt/iobroker/node_modules/iobroker.vis': '/opt/iobroker/node_modules/.iobroker.vis-A3mwBQZP'
                                368 silly reify }
                                369 timing reify:retireShallow Completed in 16ms
                                370 timing reify:createSparse Completed in 41ms
                                371 timing reify:loadBundles Completed in 0ms
                                372 verbose reify failed optional dependency /opt/iobroker/node_modules/osx-temperature-sensor
                                373 silly reify mark deleted [ '/opt/iobroker/node_modules/osx-temperature-sensor' ]
                                374 verbose reify failed optional dependency /opt/iobroker/node_modules/fsevents
                                375 silly reify mark deleted [ '/opt/iobroker/node_modules/fsevents' ]
                                376 timing reifyNode:node_modules/osx-temperature-sensor Completed in 56ms
                                377 timing reifyNode:node_modules/fsevents Completed in 57ms
                                378 timing reifyNode:node_modules/natural-compare Completed in 1469ms
                                379 timing reifyNode:node_modules/require-from-string Completed in 1511ms
                                380 timing reifyNode:node_modules/fast-levenshtein Completed in 1513ms
                                381 timing reifyNode:node_modules/table/node_modules/slice-ansi Completed in 1538ms
                                382 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/brace-expansion Completed in 1540ms
                                383 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/brace-expansion Completed in 1540ms
                                384 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/ms Completed in 1541ms
                                385 timing reifyNode:node_modules/eslint/node_modules/brace-expansion Completed in 1540ms
                                386 timing reifyNode:node_modules/eslint/node_modules/ms Completed in 1541ms
                                387 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/ms Completed in 1545ms
                                388 timing reifyNode:node_modules/astral-regex Completed in 1562ms
                                389 timing reifyNode:node_modules/word-wrap Completed in 1561ms
                                390 timing reifyNode:node_modules/lodash.truncate Completed in 1562ms
                                391 timing reifyNode:node_modules/net Completed in 1576ms
                                392 timing reifyNode:node_modules/eslint/node_modules/strip-json-comments Completed in 1589ms
                                393 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/strip-json-comments Completed in 1592ms
                                394 timing reifyNode:node_modules/eslint/node_modules/@babel/code-frame Completed in 1592ms
                                395 timing reifyNode:node_modules/esrecurse Completed in 1628ms
                                396 timing reifyNode:node_modules/tree-kill Completed in 1644ms
                                397 timing reifyNode:node_modules/thunky Completed in 1674ms
                                398 timing reifyNode:node_modules/v8-compile-cache Completed in 1687ms
                                399 timing reifyNode:node_modules/file-entry-cache Completed in 1688ms
                                400 timing reifyNode:node_modules/@humanwhocodes/config-array Completed in 1698ms
                                401 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/minimatch Completed in 1716ms
                                402 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/minimatch Completed in 1716ms
                                403 timing reifyNode:node_modules/eslint/node_modules/minimatch Completed in 1715ms
                                404 timing reifyNode:node_modules/type-check Completed in 1738ms
                                405 timing reifyNode:node_modules/acorn-jsx Completed in 1742ms
                                406 timing reifyNode:node_modules/lodash.merge Completed in 1746ms
                                407 timing reifyNode:node_modules/@leichtgewicht/ip-codec Completed in 1778ms
                                408 timing reifyNode:node_modules/ansi-colors Completed in 1779ms
                                409 timing reifyNode:node_modules/progress Completed in 1781ms
                                410 timing reifyNode:node_modules/levn Completed in 1782ms
                                411 timing reifyNode:node_modules/eslint-visitor-keys Completed in 1784ms
                                412 timing reifyNode:node_modules/eslint-utils/node_modules/eslint-visitor-keys Completed in 1795ms
                                413 timing reifyNode:node_modules/espree/node_modules/eslint-visitor-keys Completed in 1796ms
                                414 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/debug Completed in 1793ms
                                415 timing reifyNode:node_modules/eslint/node_modules/debug Completed in 1793ms
                                416 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/debug Completed in 1796ms
                                417 timing reifyNode:node_modules/estraverse Completed in 1810ms
                                418 timing reifyNode:node_modules/globals Completed in 1810ms
                                419 timing reifyNode:node_modules/esrecurse/node_modules/estraverse Completed in 1821ms
                                420 timing reifyNode:node_modules/esquery/node_modules/estraverse Completed in 1818ms
                                421 timing reifyNode:node_modules/deep-is Completed in 1827ms
                                422 timing reifyNode:node_modules/flat-cache Completed in 1828ms
                                423 timing reifyNode:node_modules/optionator Completed in 1829ms
                                424 timing reifyNode:node_modules/functional-red-black-tree Completed in 1830ms
                                425 timing reifyNode:node_modules/multicast-dns Completed in 1832ms
                                426 timing reifyNode:node_modules/eslint/node_modules/ignore Completed in 1835ms
                                427 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/ignore Completed in 1838ms
                                428 timing reifyNode:node_modules/esutils Completed in 1879ms
                                429 timing reifyNode:node_modules/multicast-dns/node_modules/dns-packet Completed in 1885ms
                                430 timing reifyNode:node_modules/prelude-ls Completed in 1896ms
                                431 timing reifyNode:node_modules/text-table Completed in 1939ms
                                432 timing reifyNode:node_modules/espree Completed in 1938ms
                                433 timing reifyNode:node_modules/doctrine Completed in 1939ms
                                434 timing reifyNode:node_modules/flatted Completed in 1950ms
                                435 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/minimal Completed in 1953ms
                                436 timing reifyNode:node_modules/json-stable-stringify-without-jsonify Completed in 1967ms
                                437 timing reifyNode:node_modules/table/node_modules/json-schema-traverse Completed in 1977ms
                                438 timing reifyNode:node_modules/@humanwhocodes/object-schema Completed in 2000ms
                                439 timing reifyNode:node_modules/eslint-scope Completed in 2019ms
                                440 timing reifyNode:node_modules/argparse/node_modules/sprintf-js Completed in 2039ms
                                441 timing reifyNode:node_modules/regexpp Completed in 2053ms
                                442 timing reifyNode:node_modules/esprima Completed in 2076ms
                                443 timing reifyNode:node_modules/eslint-utils Completed in 2084ms
                                444 timing reifyNode:node_modules/events Completed in 2277ms
                                445 timing reifyNode:node_modules/argparse Completed in 2319ms
                                446 timing reifyNode:node_modules/@eslint/eslintrc Completed in 2330ms
                                447 timing reifyNode:node_modules/iobroker.esphome Completed in 2359ms
                                448 timing reifyNode:node_modules/globals/node_modules/type-fest Completed in 2398ms
                                449 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/hub Completed in 2525ms
                                450 timing reifyNode:node_modules/esphome-native-api Completed in 2527ms
                                451 timing reifyNode:node_modules/enquirer Completed in 2544ms
                                452 timing reifyNode:node_modules/google-protobuf Completed in 2602ms
                                453 timing reifyNode:node_modules/js-yaml Completed in 2616ms
                                454 timing reifyNode:node_modules/esquery Completed in 2617ms
                                455 timing reifyNode:node_modules/acorn Completed in 2683ms
                                456 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/core Completed in 2893ms
                                457 timing reifyNode:node_modules/table Completed in 3019ms
                                458 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/utils Completed in 3240ms
                                459 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/node Completed in 3279ms
                                460 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/types Completed in 3411ms
                                461 timing reifyNode:node_modules/table/node_modules/ajv Completed in 4089ms
                                462 timing reifyNode:node_modules/eslint Completed in 4128ms
                                463 timing reify:unpack Completed in 4140ms
                                464 timing reify:unretire Completed in 1ms
                                465 timing build:queue Completed in 18ms
                                466 timing build:link:node_modules/eslint Completed in 5ms
                                467 timing build:link:node_modules/acorn Completed in 9ms
                                468 timing build:link:node_modules/esprima Completed in 5ms
                                469 timing build:link:node_modules/js-yaml Completed in 5ms
                                470 timing build:link:node_modules/multicast-dns Completed in 5ms
                                471 timing build:link:node_modules/tree-kill Completed in 4ms
                                472 timing build:link Completed in 10ms
                                473 info run iobroker.esphome@0.2.4 install node_modules/iobroker.esphome npip install
                                474 info run iobroker.esphome@0.2.4 install { code: 1, signal: null }
                                475 timing reify:rollback:createSparse Completed in 487ms
                                476 timing reify:rollback:retireShallow Completed in 2ms
                                477 timing command:install Completed in 107556ms
                                478 verbose stack Error: command failed
                                478 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:53:27)
                                478 verbose stack     at ChildProcess.emit (node:events:513:28)
                                478 verbose stack     at maybeClose (node:internal/child_process:1091:16)
                                478 verbose stack     at Socket.<anonymous> (node:internal/child_process:449:11)
                                478 verbose stack     at Socket.emit (node:events:513:28)
                                478 verbose stack     at Pipe.<anonymous> (node:net:322:12)
                                479 verbose pkgid iobroker.esphome@0.2.4
                                480 verbose cwd /opt/iobroker
                                481 verbose Linux 6.1.21-v8+
                                482 verbose node v18.16.0
                                483 verbose npm  v9.5.1
                                484 error code 1
                                485 error path /opt/iobroker/node_modules/iobroker.esphome
                                486 error command failed
                                487 error command sh -c npip install
                                488 error No python_modules directory; installing pip locally if needed.
                                488 error Successfully completed pip check.
                                488 error Collecting esphome>=2021.8
                                488 error   Using cached esphome-2023.4.1-py2.py3-none-any.whl (2.6 MB)
                                488 error Collecting tornado>=3.2
                                488 error   Using cached tornado-6.3.1.tar.gz (508 kB)
                                488 error   Installing build dependencies: started
                                488 error   Installing build dependencies: finished with status 'done'
                                488 error   Getting requirements to build wheel: started
                                488 error   Getting requirements to build wheel: finished with status 'done'
                                488 error   Preparing metadata (pyproject.toml): started
                                488 error   Preparing metadata (pyproject.toml): finished with status 'done'
                                488 error Collecting voluptuous==0.13.1 (from esphome>=2021.8)
                                488 error   Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
                                488 error Collecting PyYAML==6.0 (from esphome>=2021.8)
                                488 error   Using cached PyYAML-6.0.tar.gz (124 kB)
                                488 error   Installing build dependencies: started
                                488 error   Installing build dependencies: finished with status 'done'
                                488 error   Getting requirements to build wheel: started
                                488 error   Getting requirements to build wheel: finished with status 'done'
                                488 error   Preparing metadata (pyproject.toml): started
                                488 error   Preparing metadata (pyproject.toml): finished with status 'done'
                                488 error Collecting paho-mqtt==1.6.1 (from esphome>=2021.8)
                                488 error   Using cached paho-mqtt-1.6.1.tar.gz (99 kB)
                                488 error   Preparing metadata (setup.py): started
                                488 error   Preparing metadata (setup.py): finished with status 'done'
                                488 error Collecting colorama==0.4.6 (from esphome>=2021.8)
                                488 error   Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
                                488 error Collecting tornado>=3.2
                                488 error   Using cached tornado-6.2.tar.gz (504 kB)
                                488 error   Installing build dependencies: started
                                488 error   Installing build dependencies: finished with status 'done'
                                488 error   Getting requirements to build wheel: started
                                488 error   Getting requirements to build wheel: finished with status 'done'
                                488 error   Preparing metadata (pyproject.toml): started
                                488 error   Preparing metadata (pyproject.toml): finished with status 'done'
                                488 error Collecting tzlocal==4.2 (from esphome>=2021.8)
                                488 error   Using cached tzlocal-4.2-py3-none-any.whl (19 kB)
                                488 error Collecting tzdata>=2021.1 (from esphome>=2021.8)
                                488 error   Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)
                                488 error Collecting pyserial==3.5 (from esphome>=2021.8)
                                488 error   Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
                                488 error Collecting platformio==6.1.6 (from esphome>=2021.8)
                                488 error   Using cached platformio-6.1.6.tar.gz (236 kB)
                                488 error   Preparing metadata (setup.py): started
                                488 error   Preparing metadata (setup.py): finished with status 'done'
                                488 error Collecting esptool==4.5.1 (from esphome>=2021.8)
                                488 error   Using cached esptool-4.5.1.tar.gz (252 kB)
                                488 error   Preparing metadata (setup.py): started
                                488 error   Preparing metadata (setup.py): finished with status 'done'
                                488 error Collecting click==8.1.3 (from esphome>=2021.8)
                                488 error   Using cached click-8.1.3-py3-none-any.whl (96 kB)
                                488 error Collecting esphome-dashboard==20230214.0 (from esphome>=2021.8)
                                488 error   Using cached esphome_dashboard-20230214.0-py3-none-any.whl (1.6 MB)
                                488 error Collecting aioesphomeapi==13.5.1 (from esphome>=2021.8)
                                488 error   Using cached aioesphomeapi-13.5.1-py2.py3-none-any.whl (54 kB)
                                488 error Collecting zeroconf==0.56.0 (from esphome>=2021.8)
                                488 error   Using cached zeroconf-0.56.0.tar.gz (140 kB)
                                488 error   Installing build dependencies: started
                                488 error   Installing build dependencies: finished with status 'done'
                                488 error   Getting requirements to build wheel: started
                                488 error   Getting requirements to build wheel: finished with status 'done'
                                488 error   Preparing metadata (pyproject.toml): started
                                488 error   Preparing metadata (pyproject.toml): finished with status 'done'
                                488 error Collecting kconfiglib==13.7.1 (from esphome>=2021.8)
                                488 error   Using cached kconfiglib-13.7.1-py2.py3-none-any.whl (145 kB)
                                488 error Collecting protobuf>=3.19.0 (from aioesphomeapi==13.5.1->esphome>=2021.8)
                                488 error   Using cached protobuf-4.22.3-py3-none-any.whl (172 kB)
                                488 error Collecting noiseprotocol<1.0,>=0.3.1 (from aioesphomeapi==13.5.1->esphome>=2021.8)
                                488 error   Using cached noiseprotocol-0.3.1-py3-none-any.whl (20 kB)
                                488 error Collecting async-timeout>=4.0 (from aioesphomeapi==13.5.1->esphome>=2021.8)
                                488 error   Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
                                488 error Collecting bitstring>=3.1.6 (from esptool==4.5.1->esphome>=2021.8)
                                488 error   Using cached bitstring-4.0.2-py3-none-any.whl (46 kB)
                                488 error Collecting cryptography>=2.1.4 (from esptool==4.5.1->esphome>=2021.8)
                                488 error   Using cached cryptography-40.0.2.tar.gz (625 kB)
                                488 error   Installing build dependencies: started
                                488 error   Installing build dependencies: finished with status 'error'
                                489 error /usr/bin/python3: No module named pip
                                489 error /usr/bin/python3: No module named ensurepip
                                489 error ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.9/site-packages/wheel-0.40.0.dist-info/INSTALLER4efqrkmn.tmp'
                                489 error
                                489 error   error: subprocess-exited-with-error
                                489 error   
                                489 error   × pip subprocess to install build dependencies did not run successfully.
                                489 error   │ exit code: 1
                                489 error   ╰─> [81 lines of output]
                                489 error       Collecting setuptools!=60.9.0,>=40.6.0
                                489 error         Using cached setuptools-67.7.2-py3-none-any.whl (1.1 MB)
                                489 error       Collecting wheel
                                489 error         Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
                                489 error       Collecting cffi>=1.12
                                489 error         Using cached cffi-1.15.1.tar.gz (508 kB)
                                489 error         Preparing metadata (setup.py): started
                                489 error         Preparing metadata (setup.py): finished with status 'done'
                                489 error       Collecting setuptools-rust>=0.11.4
                                489 error         Using cached setuptools_rust-1.5.2-py3-none-any.whl (23 kB)
                                489 error       Collecting pycparser (from cffi>=1.12)
                                489 error         Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
                                489 error       Collecting semantic-version<3,>=2.8.2 (from setuptools-rust>=0.11.4)
                                489 error         Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
                                489 error       Collecting typing-extensions>=3.7.4.3 (from setuptools-rust>=0.11.4)
                                489 error         Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
                                489 error       Building wheels for collected packages: cffi
                                489 error         Building wheel for cffi (setup.py): started
                                489 error         Building wheel for cffi (setup.py): finished with status 'error'
                                489 error         error: subprocess-exited-with-error
                                489 error       
                                489 error         × python setup.py bdist_wheel did not run successfully.
                                489 error         │ exit code: 1
                                489 error         ╰─> [50 lines of output]
                                489 error             /opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.9/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
                                489 error             !!
                                489 error       
                                489 error                     ********************************************************************************
                                489 error                     The license_file parameter is deprecated, use license_files instead.
                                489 error       
                                489 error                     By 2023-Oct-30, you need to update your project and remove deprecated calls
                                489 error                     or your builds will no longer be supported.
                                489 error       
                                489 error                     See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
                                489 error                     ********************************************************************************
                                489 error       
                                489 error             !!
                                489 error               parsed = self.parsers.get(option_name, lambda x: x)(value)
                                489 error             running bdist_wheel
                                489 error             running build
                                489 error             running build_py
                                489 error             creating build
                                489 error             creating build/lib.linux-aarch64-cpython-39
                                489 error             creating build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/lock.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/cparser.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/verifier.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/vengine_gen.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/backend_ctypes.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/vengine_cpy.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/setuptools_ext.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/error.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/cffi_opcode.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/__init__.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/model.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/pkgconfig.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/recompiler.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/api.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/ffiplatform.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/commontypes.py -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/_cffi_include.h -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/parse_c_type.h -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/_embedding.h -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             copying cffi/_cffi_errors.h -> build/lib.linux-aarch64-cpython-39/cffi
                                489 error             running build_ext
                                489 error             building '_cffi_backend' extension
                                489 error             creating build/temp.linux-aarch64-cpython-39
                                489 error             creating build/temp.linux-aarch64-cpython-39/c
                                489 error             arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/python3.9 -c c/_cffi_backend.c -o build/temp.linux-aarch64-cpython-39/c/_cffi_backend.o
                                489 error             c/_cffi_backend.c:2:10: fatal error: Python.h: No such file or directory
                                489 error                 2 | #include <Python.h>
                                489 error                   |          ^~~~~~~~~~
                                489 error             compilation terminated.
                                489 error             error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1
                                489 error             [end of output]
                                489 error       
                                489 error         note: This error originates from a subprocess, and is likely not a problem with pip.
                                489 error         ERROR: Failed building wheel for cffi
                                489 error         Running setup.py clean for cffi
                                489 error       Failed to build cffi
                                489 error       ERROR: Could not build wheels for cffi, which is required to install pyproject.toml-based projects
                                489 error       [end of output]
                                489 error   
                                489 error   note: This error originates from a subprocess, and is likely not a problem with pip.
                                489 error error: subprocess-exited-with-error
                                489 error
                                489 error × pip subprocess to install build dependencies did not run successfully.
                                489 error │ exit code: 1
                                489 error ╰─> See above for output.
                                489 error
                                489 error note: This error originates from a subprocess, and is likely not a problem with pip.
                                490 verbose exit 1
                                491 timing npm Completed in 107807ms
                                492 verbose unfinished npm timer reify 1682367601160
                                493 verbose unfinished npm timer reify:build 1682367616344
                                494 verbose unfinished npm timer build 1682367616349
                                495 verbose unfinished npm timer build:deps 1682367616350
                                496 verbose unfinished npm timer build:run:install 1682367616381
                                497 verbose unfinished npm timer build:run:install:node_modules/iobroker.esphome 1682367616382
                                498 verbose code 1
                                499 error A complete log of this run can be found in:
                                499 error     /home/iobroker/.npm/_logs/2023-04-24T20_20_00_942Z-debug-0.log
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @mayokleckz last edited by

                                  @mayokleckz

                                  apt policy python3-full python3-pip
                                  
                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    mayokleckz @Thomas Braun last edited by

                                    @thomas-braun said in ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert:

                                    apt policy python3-full python3-pip

                                    
                                    flo@raspberrypi:~ $ apt policy python3-full python3-pip
                                    python3-full:
                                      Installed: (none)
                                      Candidate: 3.9.2-3
                                      Version table:
                                         3.9.2-3 500
                                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                    python3-pip:
                                      Installed: 20.3.4-4+rpt1+deb11u1
                                      Candidate: 20.3.4-4+rpt1+deb11u1
                                      Version table:
                                     *** 20.3.4-4+rpt1+deb11u1 500
                                            500 http://archive.raspberrypi.org/debian bullseye/main armhf Packages
                                            100 /var/lib/dpkg/status
                                         20.3.4-4+deb11u1 500
                                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                    flo@raspberrypi:~ $ 
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @mayokleckz last edited by Thomas Braun

                                      @mayokleckz sagte in ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert:

                                      python3-full

                                      Installier das mal nach.

                                      sudo apt install python3-full python3.9-dev libpython3.9-dev
                                      
                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        mayokleckz @Thomas Braun last edited by

                                        @thomas-braun
                                        Die Installation funktioniert nun.
                                        Es war also

                                        cd /opt/iobroker
                                        npm i nopy
                                        sudo -u iobroker chmod ug+x /opt/iobroker/node_modules/nopy/src/n*
                                        

                                        und

                                        sudo apt install python3-full python3.9-dev libpython3.9-dev
                                        

                                        notwendig.
                                        Danke.

                                        Beim Kompilieren komme ich in einen neuen Fehler. Nach erstem suchen ein 32-bit<>64-bit os Problem?!

                                        INFO Reading configuration /opt/iobroker/iobroker-data/esphome.0/esphome-web-7a8069.yaml...
                                        INFO Generating C++ source...
                                        INFO Compiling app...
                                        Processing esphome--brunnen-web-7a8069 (board: esp01_1m; framework: arduino; platform: platformio/espressif8266 @ 3.2.0)
                                        --------------------------------------------------------------------------------
                                        HARDWARE: ESP8266 80MHz, 80KB RAM, 1MB Flash
                                        Dependency Graph
                                        |-- ESPAsyncTCP-esphome @ 1.2.3
                                        |-- ESPAsyncWebServer-esphome @ 2.1.0
                                        |   |-- ESPAsyncTCP-esphome @ 1.2.3
                                        |   |-- Hash @ 1.0
                                        |   |-- ESP8266WiFi @ 1.0
                                        |-- DNSServer @ 1.1.1
                                        |-- ESP8266WiFi @ 1.0
                                        |-- ESP8266mDNS @ 1.2
                                        |-- noise-c @ 0.1.4
                                        |   |-- libsodium @ 1.10018.1
                                        Compiling .pioenvs/esphome--brunnen-web-7a8069/src/esphome/components/api/api_connection.cpp.o
                                        sh: 1: xtensa-lx106-elf-g++: not found
                                        Compiling .pioenvs/esphome--brunnen-web-7a8069/src/esphome/components/api/api_frame_helper.cpp.o
                                        sh: 1: xtensa-lx106-elf-g++: not found
                                        Compiling .pioenvs/esphome--brunnen-web-7a8069/src/esphome/components/api/api_pb2.cpp.o
                                        sh: 1: xtensa-lx106-elf-g++: not found
                                        *** [.pioenvs/esphome--brunnen-web-7a8069/src/esphome/components/api/api_connection.cpp.o] Error 127
                                        Compiling .pioenvs/esphome--brunnen-web-7a8069/src/esphome/components/api/api_pb2_service.cpp.o
                                        *** [.pioenvs/esphome--brunnen-web-7a8069/src/esphome/components/api/api_frame_helper.cpp.o] Error 127
                                        *** [.pioenvs/esphome--brunnen-web-7a8069/src/esphome/components/api/api_pb2.cpp.o] Error 127
                                        sh: 1: xtensa-lx106-elf-g++: not found
                                        *** [.pioenvs/esphome--brunnen-web-7a8069/src/esphome/components/api/api_pb2_service.cpp.o] Error 127
                                        ========================== [FAILED] Took 2.55 seconds ==========================
                                        

                                        Der erste Lösungsversuch schlug schonmal fehl.

                                        flo@raspberrypi:~ $ sudo apt-get install xtensa-lx106-elf
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        E: Unable to locate package xtensa-lx106-elf
                                        flo@raspberrypi:~ $ 
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @mayokleckz last edited by

                                          @mayokleckz sagte in ESPHome pls upgr to pio Core 6 obwohl v6.1.6 installiert:

                                          xtensa-lx106-elf-g++

                                          Versuch es mit

                                          sudo apt install gcc-xtensa-lx106
                                          
                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            mayokleckz @Thomas Braun last edited by

                                            @thomas-braun
                                            Das ging durch.

                                            Ich stolper trotzdem nur ahnungslos von Fehler zu Fehler.

                                            INFO Reading configuration /opt/iobroker/iobroker-data/esphome.0/esp-home-brunnen.yaml...
                                            INFO Generating C++ source...
                                            INFO Compiling app...
                                            Processing esphome-brunnen (board: d1_mini; framework: arduino; platform: platformio/espressif8266 @ 3.2.0)
                                            --------------------------------------------------------------------------------
                                            HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
                                            Dependency Graph
                                            |-- ESPAsyncTCP-esphome @ 1.2.3
                                            |-- ESPAsyncWebServer-esphome @ 2.1.0
                                            |   |-- ESPAsyncTCP-esphome @ 1.2.3
                                            |   |-- Hash @ 1.0
                                            |   |-- ESP8266WiFi @ 1.0
                                            |-- DNSServer @ 1.1.1
                                            |-- ESP8266WiFi @ 1.0
                                            |-- ESP8266mDNS @ 1.2
                                            Compiling .pioenvs/esphome-brunnen/src/esphome/components/api/api_connection.cpp.o
                                            Compiling .pioenvs/esphome-brunnen/src/esphome/components/api/api_frame_helper.cpp.o
                                            xtensa-lx106-elf-g++: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
                                            compilation terminated.
                                            xtensa-lx106-elf-g++: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
                                            compilation terminated.
                                            Compiling .pioenvs/esphome-brunnen/src/esphome/components/api/api_pb2.cpp.o
                                            xtensa-lx106-elf-g++: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
                                            compilation terminated.
                                            *** [.pioenvs/esphome-brunnen/src/esphome/components/api/api_connection.cpp.o] Error 1
                                            *** [.pioenvs/esphome-brunnen/src/esphome/components/api/api_frame_helper.cpp.o] Error 1
                                            *** [.pioenvs/esphome-brunnen/src/esphome/components/api/api_pb2.cpp.o] Error 1
                                            Compiling .pioenvs/esphome-brunnen/src/esphome/components/api/api_pb2_service.cpp.o
                                            xtensa-lx106-elf-g++: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
                                            compilation terminated.
                                            *** [.pioenvs/esphome-brunnen/src/esphome/components/api/api_pb2_service.cpp.o] Error 1
                                            ========================== [FAILED] Took 2.38 seconds ==========================
                                            
                                            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

                                            955
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            esphome platformio python wemos d1 mini
                                            3
                                            29
                                            1678
                                            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