I have upgraded to the new version of the IDE (2.0.0 RC8) but if I try to open a an existing sketch written in the older 1.18 version they don't open. The IDE opens but the code isn't displayed and the file name is displayed in the top left of the IDE window. I CAN open a new sketch , delete the contents, copy and paste from the notepad my code and it will compile and upload with no problems, however, if I then try and 'Save As' although the file IS saved the IDE opens a new empty window with no code. I have noted that the NEW sketch is saved in a temporary location folder and not the sketch book folder.
I've checked the path to the sketch book and it appears to be correct and I can see my sketches from the 'Sketchbook' option under the 'File' menu but if I try to open anything this way I get the same issue. I don't get any error pop ups or windows opening on different displays.
Your topic was MOVED to its current forum category as it is more suitable than the original
Thank you.
Hi @philknight. Thanks for giving the Arduino IDE 2.0.0 release candidate a try, and for your report.
This information makes me think the problem is unrelated to whether a sketch was created with Arduino IDE 1.x or not.
What is the path? I'm wondering if there is something special about it (e.g., on a network share drive).
Please try this:
- Select File > Examples > 01. Basics > Blink from the Arduino IDE menus.
Does the "Blink" sketch open correctly? Or does it also exhibit this "code isn't displayed" problem?
I actually tried this very sketch. It does open with no problems, I can upload it and it executes perfectly but, if I amend the sketch and try to save it I get the same problem.
As for the path to the sketchbook, we do operate a user profile system which is stored on a central server which enables me to use any machine (obviously programs/apps that were installed on my local machine are not accessible only the documents created with them).
Sketchbook path: \ghyv-svrflp01\Users$\phil.knight\Documents\Arduino
An update, if i change the save location, in this case a USB stick, it all works fine. Looks like an issue with the way our user profiles interact with the server. For now I can save to the stick each time as it allows the project to be more portable anyway. Would be interesting to know why it happens though,
Great work on troubleshooting! I came here to suggest the same thing.
Definitely. I will suggest the next step is to see whether the logs provide any useful information.
I'll provide instructions. From the path separators in the sketchbook path you shared, I'm assuming you are using Windows, so I am providing the Windows variant of the instructions:
- Start Windows "File Explorer".
- Open the Arduino IDE installation folder.
(usuallyC:\Program Files\Arduino IDE
orC:\Users\<user name>\AppData\Local\Programs\Arduino IDE
). - In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
- From the context menu, click "Open PowerShell window here".
PowerShell will now open with the current directory set to the Arduino IDE installation folder. - Type the following command:
& ".\Arduino IDE"
- Press the Enter key.
Debug output should now be printed to the PowerShell window as the Arduino IDE starts (or fails to start). - Wait for the Arduino IDE to finish starting.
- Open one of the sketches from
\ghyv-svrflp01\Users$\phil.knight\Documents\Arduino
- Switch back to the PowerShell window if the Arduino IDE window took the focus.
- Right click on the title bar of the PowerShell window.
This will open a context menu. - Select Edit > Select All from the context menu.
This will select all the text in the PowerShell window. - Press Ctrl+C.
This will copy the contents of the PowerShell window to the clipboard. - Open a forum reply here by clicking the Reply button.
- Click the
</>
icon on the post composer toolbar.
This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.
- Press Ctrl+V.
This will paste the output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the Reply button to post the output.
Just in case the earlier output might provide some information of value, my instructions are for getting the full output. However, the most relevant output may be the part at the end from the sketch opening procedure.
Please let me know if you have any questions or problems while following those instructions.
PS C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE>
Starting backend process. PID: 4736
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///c%3A/Users/phil.knight/.theia'
root INFO Backend Object.initialize: 9.0 ms [Finished 4.187 s after backend start]
root INFO Backend Object.configure: 6.6 ms [Finished 4.187 s after backend start]
root INFO Backend MessagingContribution.onStart: 2.7 ms [Finished 4.187 s after backend start]
root INFO Backend OSBackendApplicationContribution.configure: 1.2 ms [Finished 4.281 s after backend start]
root INFO Backend DefaultWorkspaceServer.onStart: 1.1 ms [Finished 4.281 s after backend start]
root WARN Backend LocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 94.7 ms [Finished 4.282 s after backend start]
root INFO Backend LocalizationBackendContribution.configure: 1.5 ms [Finished 4.283 s after backend start]
root INFO Backend TaskBackendApplicationContribution.onStart: 0.8 ms [Finished 4.283 s after backend start]
root INFO Backend PluginDeployerContribution.initialize: 2.7 ms [Finished 4.286 s after backend start]
root INFO Backend ElectronTokenBackendContribution.configure: 2.5 ms [Finished 4.286 s after backend start]
root INFO Backend ConfigServiceImpl.onStart: 3.0 ms [Finished 4.286 s after backend start]
root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.9 ms [Finished 4.289 s after backend start]
root INFO Backend ArduinoDaemonImpl.onStart: 0.8 ms [Finished 4.289 s after backend start]
daemon INFO Starting daemon from C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
root INFO Backend NodeFileUploadService.configure: 3.3 ms [Finished 4.291 s after backend start]
root INFO Backend PlotterBackendContribution.initialize: 0.5 ms [Finished 4.292 s after backend start]
root INFO Backend AuthenticationServiceImpl.onStart: 0.4 ms [Finished 4.292 s after backend start]
root INFO Backend FileDownloadEndpoint.configure: 1.6 ms [Finished 4.294 s after backend start]
root INFO Backend PluginApiContribution.configure: 0.8 ms [Finished 4.295 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.6 ms [Finished 4.304 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.3 ms [Finished 4.305 s after backend start]
root INFO Backend PlotterBackendContribution.configure: 0.3 ms [Finished 4.306 s after backend start]
root INFO Theia app listening on http://localhost:64294.
root INFO Finished starting backend application: 19.0 ms [Finished 4.313 s after backend start]
root WARN The local plugin referenced by local-dir:/c%3A/Users/phil.knight/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/c%3A/Users/phil.knight/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:C:\Users\phil.knight\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: d:\sketch_jun24a_testsave
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@0.3.10" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
root ERROR ---- !!!SLOW!!! DURATION: loadCliConfig took 139.217 ms. Args: [] ----
root INFO Resolve plugins list: 235.7 ms [Finished 4.529 s after backend start]
root INFO Deployed backend plugin "cortex-debug@0.3.10" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension": 65.4 ms [Finished 4.595 s after backend start]
root INFO Deployed backend plugin "vscode-arduino-tools@0.0.2-beta.2" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 37.2 ms [Finished 4.633 s after backend start]
root INFO Deployed backend plugin "cpp@1.52.1" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 97.8 ms [Finished 4.730 s after backend start]
daemon INFO {"level":"info","msg":"Using config file: c:\\Users\\phil.knight\\.arduinoIDE\\arduino-cli.yaml","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"arduino-cli.exe version 0.24.0","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Executing `arduino-cli daemon`","time":"2022-06-24T15:33:36+01:00"}
{"IP":"127.0.0.1","Port":"64295"}
daemon INFO Daemon is running.
root INFO Deployed backend plugin "json@1.46.1" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 126.3 ms [Finished 4.857 s after backend start]
root INFO Deployed backend plugin "json-language-features@1.46.1" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 15.8 ms [Finished 4.873 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-de@1.53.2" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 245.3 ms [Finished 5.118 s after backend start]
daemon INFO {"index":"c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_index.json","level":"info","msg":"Checking signature","signatureFile":"c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_index.json.sig","time":"2022-06-24T15:33:36+01:00","trusted":true}
{"error":"opening signature file: open c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_esp8266com_index.json.sig: The system cannot find the file specified.","index":"c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_esp8266com_index.json","level":"info","msg":"Checking signature","signatureFile":"c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_esp8266com_index.json.sig","time":"2022-06-24T15:33:36+01:00"}
{"error":"opening signature file: open c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: The system cannot find the file specified.","index":"c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_esp32_index.json","level":"info","msg":"Checking signature","signatureFile":"c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig","time":"2022-06-24T15:33:36+01:00"}
{"error":"opening signature file: open c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_cosa_index.json.sig: The system cannot find the file specified.","index":"c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_cosa_index.json","level":"info","msg":"Checking signature","signatureFile":"c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\package_cosa_index.json.sig","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Loading hardware from: c:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Loading package arduino from: C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware","time":"2022-06-24T15:33:36+01:00"}
{"error":"opening signature file: open C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json.sig: The system cannot find the file specified.","index":"C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json","level":"info","msg":"Checking signature","signatureFile":"C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json.sig","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Adding monitor tool","protocol":"serial","time":"2022-06-24T15:33:36+01:00","tool":"builtin:serial-monitor"}
{"level":"info","msg":"Loaded platform","platform":{"ID":"arduino:avr","Installed":"1.8.5","Latest":"1.8.5","Name":"Arduino AVR Boards"},"time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Checking existence of 'tools' path: C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\arduino\\tools","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Loading tools from dir: C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\arduino\\tools","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"1.3.0","systems":[{"os":"i686-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_386.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-linux_386.tar.bz2","Checksum":"SHA-256:3e7f59d6fbc7a724598303f0d3289d0c4fd137a8973437980658379a024887b2","Size":2633516,"CachePath":"packages"}},{"os":"x86_64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-linux_amd64.tar.bz2","Checksum":"SHA-256:aa45ee2441ffc3a122daec5802941d1fa2ac47adf5c5c481b5e0daa4dc259ffa","Size":2716248,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_arm.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-linux_arm.tar.bz2","Checksum":"SHA-256:1888587409b56aef4ba0ab0e6703b3dccba7cc3a022756ba9b908247e5d5a656","Size":2567435,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_arm64.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-linux_arm64.tar.bz2","Checksum":"SHA-256:835ed8f37cffac37e979d1b0f6041559592d3d98be52f0e8611b76c4858e4113","Size":2472427,"CachePath":"packages"}},{"os":"i386-apple-darwin11","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-darwin_amd64.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-darwin_amd64.tar.bz2","Checksum":"SHA-256:d5d0f82ff829c0e434d12a2ee640a6fbd78f893ab37782edbb8b5bf2359d119e","Size":2766116,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-windows_386.zip","ArchiveFileName":"arduinoOTA-1.3.0-windows_386.zip","Checksum":"SHA-256:051943844eee442460d2c709edefadca184287fffd2b6c100dd53aa742aa05f6","Size":2768948,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"7.3.0-atmel3.6.1-arduino7","systems":[{"os":"arm-linux-gnueabihf","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-arm-linux-gnueabihf.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-arm-linux-gnueabihf.tar.bz2","Checksum":"SHA-256:3903553d035da59e33cff9941b857c3cb379cb0638105dfdf69c97f0acc8e7b5","Size":34683056,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-aarch64-pc-linux-gnu.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-aarch64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:03d322b9df6da17289e9e7c6233c34a8535d9c645c19efc772ba19e56914f339","Size":38045723,"CachePath":"packages"}},{"os":"x86_64-apple-darwin14","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-apple-darwin14.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-apple-darwin14.tar.bz2","Checksum":"SHA-256:f6ed2346953fcf88df223469088633eb86de997fa27ece117fd1ef170d69c1f8","Size":36684546,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-w64-mingw32.zip","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-w64-mingw32.zip","Checksum":"SHA-256:a54f64755fff4cb792a1495e5defdd789902a2a3503982e81b898299cf39800e","Size":52519412,"CachePath":"packages"}},{"os":"i686-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-pc-linux-gnu.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:954bbffb33545bcdcd473af993da2980bf32e8461ff55a18e0eebc7b2ef69a4c","Size":37176991,"CachePath":"packages"}},{"os":"x86_64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:bd8c37f6952a2130ac9ee32c53f6a660feb79bee8353c8e289eb60fdcefed91e","Size":37630618,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"6.3.0-arduino17","systems":[{"os":"arm-linux-gnueabihf","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-armhf-pc-linux-gnu.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-armhf-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:2a8e68c5d803aa6f902ef219f177ec3a4c28275d85cbe272962ad2cd374f50d1","Size":219631,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-aarch64-pc-linux-gnu.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-aarch64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:6cf948f751acfe7b96684537f2291c766ec8b54b4f7dc95539864821456fa9fc","Size":229852,"CachePath":"packages"}},{"os":"x86_64-apple-darwin12","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2","Checksum":"SHA-256:120cc9edaae699e7e9ac50b1b8eb0e7d51fdfa555bac54233c2511e6ee5418c9","Size":279045,"CachePath":"packages"}},{"os":"x86_64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:accdfb920af2aabf4f7461d2ac73c0751760f525216dc4e7657427a78c60d13d","Size":254271,"CachePath":"packages"}},{"os":"i686-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-pc-linux-gnu.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-i686-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:5c8cc6c17db9300e1451fe41cd7178b0442b4490ee6fdbc0aed9811aef96c05f","Size":244550,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-w64-mingw32.zip","ArchiveFileName":"avrdude-6.3.0-arduino17-i686-w64-mingw32.zip","Checksum":"SHA-256:e99188873c7c5ad8f8f906f068c33600e758b2e36cce3adbd518a21bd266749d","Size":328460,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loading package builtin from: C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\builtin","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Checking existence of 'tools' path: C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\builtin\\tools","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Loading tools from dir: C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\builtin\\tools","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"5.8-arduino11","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-i686-pc-linux-gnu.tar.bz2","ArchiveFileName":"ctags-5.8-arduino11-pm-i686-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:3e219116f54d9035f6c49c600d0bb358710dcce139798ad237de0eef7998d0e2","Size":106930,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2","ArchiveFileName":"ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:62b514f3aaf37b5429ef703853bb46365fb91b4754c1916d085bf134004886e3","Size":111604,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-i686-mingw32.zip","ArchiveFileName":"ctags-5.8-arduino11-pm-i686-mingw32.zip","Checksum":"SHA-256:106c9f074a3e2ec55bd8a461c1522bb4c90488275f061c3d51942862c99b8ba7","Size":116455,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-apple-darwin.zip","ArchiveFileName":"ctags-5.8-arduino11-pm-x86_64-apple-darwin.zip","Checksum":"SHA-256:bf74807260ddf0e1fc94d67e9cd8a41b7c0a2f0bee03e254e6975139b37ef250","Size":118296,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-armv6-linux-gnueabihf.tar.bz2","ArchiveFileName":"ctags-5.8-arduino11-pm-armv6-linux-gnueabihf.tar.bz2","Checksum":"SHA-256:098e8dc6a7dc0ddf09ef28e6e2e81d2ae181d12f41fb182dd78ff1387d4eb285","Size":95271,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-aarch64-linux-gnu.tar.bz2","ArchiveFileName":"ctags-5.8-arduino11-pm-aarch64-linux-gnu.tar.bz2","Checksum":"SHA-256:89b6f8adb7b7124ebe2eb30970ea77c754cd2239e0d8a6b0102ae2a36416c6ef","Size":100819,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"1.0.5","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Linux_32bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_Linux_32bit.tar.gz","Checksum":"SHA-256:98cf9f9314ce8512baa4778d617bad5682f4dae74d00ee50c023863969a2a21a","Size":2392091,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Linux_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_Linux_64bit.tar.gz","Checksum":"SHA-256:99ceb2ec11c40761e9cf996f8b1b5a65ae8d5db0ba6978a0518f36bb2d8628cd","Size":2466817,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Windows_32bit.zip","ArchiveFileName":"mdns-discovery_v1.0.5_Windows_32bit.zip","Checksum":"SHA-256:149d33749e617f5f58344416f045f0e0f5ae8124eba5771e17d33768d4ce3221","Size":2584774,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Windows_64bit.zip","ArchiveFileName":"mdns-discovery_v1.0.5_Windows_64bit.zip","Checksum":"SHA-256:aec72b399693b2e109df865e272a4bc834b0930162a52cdb18ded294b5cb7e12","Size":2631982,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_macOS_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_macOS_64bit.tar.gz","Checksum":"SHA-256:7da2a90ddd2a047b9ef05076b60e415f924d74901bc89c99e956568f34928a14","Size":2416088,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Linux_ARMv6.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_Linux_ARMv6.tar.gz","Checksum":"SHA-256:055ca34355ed84923f052178497313dfc2c4e1973a4f0ba8289793e06fd194cd","Size":2296508,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Linux_ARM64.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_Linux_ARM64.tar.gz","Checksum":"SHA-256:1a77a4284194ae13abcc9d945cf1afb55d5e9a9381e3e8c071fdb4aec202b477","Size":2297337,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"1.3.2","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Linux_32bit.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_Linux_32bit.tar.gz","Checksum":"SHA-256:86890adaedf38bcb62ceba904f94fb383ee7e9524d8d767bf3bb8032f0f4ca3f","Size":1588777,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Linux_64bit.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_Linux_64bit.tar.gz","Checksum":"SHA-256:a18efd5eb4c085131ea2df63c10cb0df0e1b6d0de38761a71e94cb0fa40a08c3","Size":1630523,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Windows_32bit.zip","ArchiveFileName":"serial-discovery_v1.3.2_Windows_32bit.zip","Checksum":"SHA-256:03045731c39009d99e1527f4127cc2595e434d923eccef025f5d5fdd82b2803d","Size":1814067,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Windows_64bit.zip","ArchiveFileName":"serial-discovery_v1.3.2_Windows_64bit.zip","Checksum":"SHA-256:94ef68fb35d9ffed75f1c46607932d614d3d5b4722faf69487c6d433f7374868","Size":1843894,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_macOS_64bit.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_macOS_64bit.tar.gz","Checksum":"SHA-256:369e84d34cdee39277e840e7bdaf8393f3c10eefbd9934c9535cf57c4aaa3b20","Size":1699050,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Linux_ARMv6.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_Linux_ARMv6.tar.gz","Checksum":"SHA-256:89ccc9bd3d22cfc1eec242fe00a34da2cba29c0008eb34d36509aea2c5a2819f","Size":1531250,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Linux_ARM64.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_Linux_ARM64.tar.gz","Checksum":"SHA-256:3209edd3dd783d6d9b8c7957a83fb0315648b9c45b916c6a8297d2e247816206","Size":1531863,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"0.9.1","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Linux_32bit.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_Linux_32bit.tar.bz2","Checksum":"SHA-256:3939282c9c74dd259a0ebd66d959133efafc8b50fd800860d8c1f634615b665c","Size":1899387,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Linux_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_Linux_64bit.tar.bz2","Checksum":"SHA-256:f121374fc33a66350381591816b2f2a0b0a108d70cf0ca01c59cc05186e6a5ce","Size":1954589,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Windows_32bit.zip","ArchiveFileName":"serial-monitor_v0.9.1_Windows_32bit.zip","Checksum":"SHA-256:15157e93618365cd959df57a9a25ccaa5a79d46a34f589e8711f571fe2e318e7","Size":1956735,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Windows_64bit.zip","ArchiveFileName":"serial-monitor_v0.9.1_Windows_64bit.zip","Checksum":"SHA-256:e45561908526e855a7b9284ee438d2503cb21f9a5421fd840c1f10cd46b10b25","Size":1990791,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_macOS_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_macOS_64bit.tar.bz2","Checksum":"SHA-256:ebb4750e079ec893d89e9e256cd80b0e810a6cc17cd66189978f46246f52e14a","Size":1871195,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Linux_ARMv6.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_Linux_ARMv6.tar.bz2","Checksum":"SHA-256:bd2cf410f7fbcb43dbe6ea9bdf265585de96bf7247cb425d050537ee59d16355","Size":1829212,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Linux_ARM64.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_Linux_ARM64.tar.bz2","Checksum":"SHA-256:be774d68c72fe7d79f9f6ec53f23e63e71793a15a60ed1210d51ec78c6fc0dc1","Size":1837454,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loading package esp8266 from: C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware","time":"2022-06-24T15:33:36+01:00"}
{"error":"opening signature file: open C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\installed.json.sig: The system cannot find the file specified.","index":"C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\installed.json","level":"info","msg":"Checking signature","signatureFile":"C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\installed.json.sig","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Adding monitor tool","protocol":"serial","time":"2022-06-24T15:33:36+01:00","tool":"builtin:serial-monitor"}
{"level":"info","msg":"Loaded platform","platform":{"ID":"esp8266:esp8266","Installed":"3.0.2","Latest":"3.0.2","Name":"esp8266"},"time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Checking existence of 'tools' path: C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Loading tools from dir: C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools","time":"2022-06-24T15:33:36+01:00"}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"3.0.4-gcc10.3-1757bed","systems":[{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/aarch64-linux-gnu.mklittlefs-943d2f7.210717.tar.gz","ArchiveFileName":"aarch64-linux-gnu.mklittlefs-943d2f7.210717.tar.gz","Checksum":"SHA-256:8de409e54df316b67ba89c630ac6d22333dfa1f65a8d603573ae048ca95480c5","Size":44966,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/arm-linux-gnueabihf.mklittlefs-943d2f7.210717.tar.gz","ArchiveFileName":"arm-linux-gnueabihf.mklittlefs-943d2f7.210717.tar.gz","Checksum":"SHA-256:4c1b0a5f6464110adc9de39ae930d0371b491f702d554a70211dfe0eea6717c7","Size":37463,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/i686-linux-gnu.mklittlefs-943d2f7.210717.tar.gz","ArchiveFileName":"i686-linux-gnu.mklittlefs-943d2f7.210717.tar.gz","Checksum":"SHA-256:0a2653d8bff693e904e09ea28922c29d8ebf92a55d91dad8ad5c3b70c032b4ae","Size":48408,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/i686-w64-mingw32.mklittlefs-943d2f7.210717.zip","ArchiveFileName":"i686-w64-mingw32.mklittlefs-943d2f7.210717.zip","Checksum":"SHA-256:df7eb4050cd87f4c8960c987465dfb3c30a8a996842313f3e00badf65e099664","Size":332965,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-apple-darwin14.mklittlefs-943d2f7.210717.tar.gz","ArchiveFileName":"x86_64-apple-darwin14.mklittlefs-943d2f7.210717.tar.gz","Checksum":"SHA-256:c2b70b824f460590002f8dc24c4fafef611c09d362f2307f816687a9deebfdaf","Size":362750,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-linux-gnu.mklittlefs-943d2f7.210717.tar.gz","ArchiveFileName":"x86_64-linux-gnu.mklittlefs-943d2f7.210717.tar.gz","Checksum":"SHA-256:c00fc8d9771c33e60873ac4dfa6147e00d3f9a8a92a563afff4605a0f8a05acc","Size":47059,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-w64-mingw32.mklittlefs-943d2f7.210717.zip","ArchiveFileName":"x86_64-w64-mingw32.mklittlefs-943d2f7.210717.zip","Checksum":"SHA-256:6fcfc3c9a6aaad34ab41c62d2355a2e9536687b0f4108959262924937b8798f0","Size":345411,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"3.0.4-gcc10.3-1757bed","systems":[{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/aarch64-linux-gnu.mkspiffs-7fefeac.210717.tar.gz","ArchiveFileName":"aarch64-linux-gnu.mkspiffs-7fefeac.210717.tar.gz","Checksum":"SHA-256:03a58331a921c54ceb7a2d3fab368dfde81d74b36074d7439bcafca85df7f9e3","Size":51256,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/arm-linux-gnueabihf.mkspiffs-7fefeac.210717.tar.gz","ArchiveFileName":"arm-linux-gnueabihf.mkspiffs-7fefeac.210717.tar.gz","Checksum":"SHA-256:87bcfdca5b63ef48c3b515e994b552b3093cc4f0a4e7ce18f2ea1e5da87d8a51","Size":44270,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/i686-linux-gnu.mkspiffs-7fefeac.210717.tar.gz","ArchiveFileName":"i686-linux-gnu.mkspiffs-7fefeac.210717.tar.gz","Checksum":"SHA-256:c8a1ae974622e698503de0e8f982411cd98a1ecc756f78bbd5ae6f672ebec6c2","Size":54516,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/i686-w64-mingw32.mkspiffs-7fefeac.210717.zip","ArchiveFileName":"i686-w64-mingw32.mkspiffs-7fefeac.210717.zip","Checksum":"SHA-256:be4177ff2efb80a1971c261d81c58ae16976f5dd110307eadae8726ef47448c6","Size":338192,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-apple-darwin14.mkspiffs-7fefeac.210717.tar.gz","ArchiveFileName":"x86_64-apple-darwin14.mkspiffs-7fefeac.210717.tar.gz","Checksum":"SHA-256:86e94d75068381ca3f2c90e2897d8bc2144149f4e9b174feba56d0fdf2d62698","Size":368772,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-linux-gnu.mkspiffs-7fefeac.210717.tar.gz","ArchiveFileName":"x86_64-linux-gnu.mkspiffs-7fefeac.210717.tar.gz","Checksum":"SHA-256:56b0615f9e36f8624c26f502f9bf97605c319194cadb465ad25d301e8ce04e54","Size":52647,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-w64-mingw32.mkspiffs-7fefeac.210717.zip","ArchiveFileName":"x86_64-w64-mingw32.mkspiffs-7fefeac.210717.zip","Checksum":"SHA-256:b556d32393583f3402473b4a15883869f706a3a4fe1dec596542314039bed07e","Size":350354,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"3.7.2-post1","systems":[{"os":"x86_64-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-3.7.2.post1-embed-win32v2a.zip","ArchiveFileName":"python3-3.7.2.post1-embed-win32v2a.zip","Checksum":"SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2","Size":6428926,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-3.7.2.post1-embed-win32v2a.zip","ArchiveFileName":"python3-3.7.2.post1-embed-win32v2a.zip","Checksum":"SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2","Size":6428926,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-via-env.tar.gz","ArchiveFileName":"python3-via-env.tar.gz","Checksum":"SHA-256:c9237bfe0f62842d7187a39495baa4a7e3ab8b87c0b433614294b023cf0bc0f3","Size":292,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-via-env.tar.gz","ArchiveFileName":"python3-via-env.tar.gz","Checksum":"SHA-256:c9237bfe0f62842d7187a39495baa4a7e3ab8b87c0b433614294b023cf0bc0f3","Size":292,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-via-env.tar.gz","ArchiveFileName":"python3-via-env.tar.gz","Checksum":"SHA-256:c9237bfe0f62842d7187a39495baa4a7e3ab8b87c0b433614294b023cf0bc0f3","Size":292,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-macosx-portable.tar.gz","ArchiveFileName":"python3-macosx-portable.tar.gz","Checksum":"SHA-256:01a5bf1fa264c6f04cfaadf4c6e9f6caaacb6833ef40104dfbe953fcdb9bca1c","Size":25494144,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-via-env.tar.gz","ArchiveFileName":"python3-via-env.tar.gz","Checksum":"SHA-256:c9237bfe0f62842d7187a39495baa4a7e3ab8b87c0b433614294b023cf0bc0f3","Size":292,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-24T15:33:36+01:00","tool":{"version":"3.0.4-gcc10.3-1757bed","systems":[{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/aarch64-linux-gnu.xtensa-lx106-elf-1757bed.210717.tar.gz","ArchiveFileName":"aarch64-linux-gnu.xtensa-lx106-elf-1757bed.210717.tar.gz","Checksum":"SHA-256:7fe2b5ad8551e30e6ed919ad291ef3446ff1892aa6de106d7223188ae74cbc4e","Size":71328229,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/arm-linux-gnueabihf.xtensa-lx106-elf-1757bed.210717.tar.gz","ArchiveFileName":"arm-linux-gnueabihf.xtensa-lx106-elf-1757bed.210717.tar.gz","Checksum":"SHA-256:44c085a4b38ea09e7dfdc0932c9ebbc4676e487db0e3c5b8bee03c8b0f1661ee","Size":67428183,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/i686-linux-gnu.xtensa-lx106-elf-1757bed.210717.tar.gz","ArchiveFileName":"i686-linux-gnu.xtensa-lx106-elf-1757bed.210717.tar.gz","Checksum":"SHA-256:421a268b39dcdf02f3df65cf163ec0f727d8bd29ebb8ab508412efb4d8db72ba","Size":74504828,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/i686-w64-mingw32.xtensa-lx106-elf-1757bed.210717.zip","ArchiveFileName":"i686-w64-mingw32.xtensa-lx106-elf-1757bed.210717.zip","Checksum":"SHA-256:353fab32fdd596385a004da9ca5c4661a6dc48bf6a1cca460a22f512df7d9995","Size":71729688,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-apple-darwin14.xtensa-lx106-elf-1757bed.210717.tar.gz","ArchiveFileName":"x86_64-apple-darwin14.xtensa-lx106-elf-1757bed.210717.tar.gz","Checksum":"SHA-256:5a0b00ca67476f89847776330b6cf2c161092ce798c98e28aeac0f7e11d7116a","Size":75917944,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-linux-gnu.xtensa-lx106-elf-1757bed.210717.tar.gz","ArchiveFileName":"x86_64-linux-gnu.xtensa-lx106-elf-1757bed.210717.tar.gz","Checksum":"SHA-256:0a8819d7e5753b77c395d4e5047ffa442945fe0d13073e8425b4c398b8315fa6","Size":75030450,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-w64-mingw32.xtensa-lx106-elf-1757bed.210717.zip","ArchiveFileName":"x86_64-w64-mingw32.xtensa-lx106-elf-1757bed.210717.zip","Checksum":"SHA-256:036d6ebde43ca5371759793d82d1ab992cf6250e7e0fa5400d8b13146aeb55bd","Size":75702794,"CachePath":"packages"}}]}}
{"dir":"C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries","level":"info","location":"platform","msg":"Adding libraries dir","time":"2022-06-24T15:33:36+01:00"}
{"dir":"C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries","level":"info","location":"platform","msg":"Adding libraries dir","time":"2022-06-24T15:33:36+01:00"}
root INFO Deployed backend plugin "vscode-language-pack-fr@1.53.2" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 187.2 ms [Finished 5.305 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-ja@1.53.2" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 219.1 ms [Finished 5.524 s after backend start]
daemon INFO {"dir":"\\\\ghyv-svrflp01\\Users$\\phil.knight\\Documents\\Arduino\\libraries","level":"info","location":"user","msg":"Adding libraries dir","time":"2022-06-24T15:33:37+01:00"}
root INFO Deployed backend plugin "vscode-language-pack-nl@1.48.3" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 92.4 ms [Finished 5.617 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-tr@1.53.2" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 157.3 ms [Finished 5.774 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-zh-hans@1.53.2" from "C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 151.3 ms [Finished 5.925 s after backend start]
root INFO Deploy plugins list: 235.7 ms [Finished 5.930 s after backend start]
daemon INFO {"level":"info","msg":"starting discovery builtin:serial-discovery process","time":"2022-06-24T15:33:39+01:00"}
{"level":"info","msg":"started discovery builtin:serial-discovery process","time":"2022-06-24T15:33:39+01:00"}
{"level":"info","msg":"sending command HELLO 1 \"arduino-cli 0.24.0\" to discovery builtin:serial-discovery","time":"2022-06-24T15:33:39+01:00"}
daemon INFO {"level":"info","msg":"starting discovery builtin:mdns-discovery process","time":"2022-06-24T15:33:39+01:00"}
daemon INFO {"level":"info","msg":"started discovery builtin:mdns-discovery process","time":"2022-06-24T15:33:39+01:00"}
{"level":"info","msg":"sending command HELLO 1 \"arduino-cli 0.24.0\" to discovery builtin:mdns-discovery","time":"2022-06-24T15:33:39+01:00"}
daemon INFO {"level":"info","msg":"from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1","time":"2022-06-24T15:33:39+01:00"}
{"level":"info","msg":"from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1","time":"2022-06-24T15:33:39+01:00"}
{"level":"info","msg":"sending command START_SYNC to discovery builtin:mdns-discovery","time":"2022-06-24T15:33:39+01:00"}
{"level":"info","msg":"sending command START_SYNC to discovery builtin:serial-discovery","time":"2022-06-24T15:33:39+01:00"}
{"level":"info","msg":"from discovery builtin:mdns-discovery received message type: start_sync, message: OK","time":"2022-06-24T15:33:39+01:00"}
{"level":"info","msg":"from discovery builtin:serial-discovery received message type: start_sync, message: OK","time":"2022-06-24T15:33:39+01:00"}
root WARN Frontend s.configure took longer than the expected maximum 100 milliseconds: 360.3 ms [Finished 3.136 s after frontend start]
root WARN Frontend A.onStart took longer than the expected maximum 100 milliseconds: 153.5 ms [Finished 3.523 s after frontend start]
root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 117.0 ms [Finished 3.645 s after frontend start]
root INFO Board config changed:
root INFO Board config changed:
app-state-change >>> new app state <started_contributions was received from sender <1>. current window ID: 1
app-state-change <<< new app state is <started_contributions> for window <1>
root INFO Start frontend contributions: 1214.9 ms [Finished 3.832 s after frontend start]
root INFO Changed application state from 'init' to 'started_contributions'.
app-state-change >>> new app state <attached_shell was received from sender <1>. current window ID: 1
app-state-change <<< new app state is <attached_shell> for window <1>
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO ------- SERIALIZED LAYOUT DATA -------
root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"kind":"navigatable","uri":"file:///d%3A/sketch_jun24a_testsave/sketch_jun24a_testsave.ino","counter":0}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":1},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":45,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":890,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"}],"currentIndex":0}},"pinned":[false],"size":278,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"},\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"},\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"},\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]}}
root INFO ------- END SERIALIZED LAYOUT DATA -------
Checking for update
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a] Waiting for backend deployment: 427.5 ms [Finished 4.077 s after frontend start]
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024) starting instance
Update for version 2.0.0-rc8 is not available (latest version: 2.0.0-rc8, downgrade is allowed).
root ERROR ---- !!!SLOW!!! DURATION: getSketchesNew took 1263.275 ms. Args: [{"uri":"file://ghyv-svrflp01/Users%24/phil.knight/Documents/Arduino"}] ----
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a] Sync of 11 plugins: 1485.3 ms [Finished 5.563 s after frontend start]
root INFO isTemp?
app-state-change >>> new app state <initialized_layout was received from sender <1>. current window ID: 1
root INFO <<< The layout has been successfully restored.
app-state-change <<< new app state is <initialized_layout> for window <1>
root INFO Initialize the workbench layout: 26391.1 ms [Finished 30.356 s after frontend start]
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][marus25.cortex-debug]: Loaded contributions.
root INFO isTemp?
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][vscode.cpp]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][vscode.json]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][vscode.json-language-features]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a] Load contributions of 11 plugins: 211.1 ms [Finished 30.569 s after frontend start]
root WARN Frontend I.onDidInitializeLayout took longer than the expected maximum 100 milliseconds: 216.9 ms [Finished 30.573 s after frontend start]
root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
root WARN a registered grammar configuration for 'cpp' language is overridden
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): initializing(cortex-debug@0.3.10 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17024] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): initializing(vscode-arduino-tools@0.0.2-beta.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): initializing(cpp@1.52.1 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): initializing(json@1.46.1 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): initializing(json-language-features@1.46.1 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17024): initializing(vscode-language-pack-de@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17024): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17024): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): PluginManagerExtImpl/loadPlugin(C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
app-state-change >>> new app state <ready was received from sender <1>. current window ID: 1
app-state-change <<< new app state is <ready> for window <1>
root INFO Frontend application start: 29441.8 ms [Finished 37.005 s after backend start]
root INFO Replace loading indicator with ready workbench UI (animation): 996.0 ms [Finished 31.575 s after frontend start]
root INFO Changed application state from 'initialized_layout' to 'ready'.
root INFO isTemp?
root INFO [hosted-plugin: 17024] PLUGIN_HOST(17024): PluginManagerExtImpl/loadPlugin(C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][marus25.cortex-debug]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][arduino.vscode-arduino-tools]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][vscode.cpp]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][vscode.json]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][vscode.json-language-features]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-de]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-fr]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-ja]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-nl]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-tr]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
root INFO [3e9b2b52-5022-49fb-85e5-b6456438276a] Start of 11 plugins: 2406.1 ms [Finished 32.996 s after frontend start]
root ERROR ---- !!!SLOW!!! DURATION: getSketchesNew took 1208.555 ms. Args: [{}] ----
daemon INFO {"level":"info","msg":"URL: https://downloads.arduino.cc/packages/package_index.tar.bz2","time":"2022-06-24T15:35:05+01:00"}
daemon INFO {"level":"info","msg":"Updating index","time":"2022-06-24T15:35:05+01:00","url":{"Scheme":"https","Opaque":"","User":null,"Host":"downloads.arduino.cc","Path":"/packages/package_index.tar.bz2","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":"","RawFragment":""}}
root INFO Downloading index: package_index.tar.bz2 completed.
root INFO Starting language server: esp8266:esp8266:d1_mini_clone
root ERROR ---- !!!SLOW!!! DURATION: installed took 86078.590 ms. Args: [{"fqbn":"esp8266:esp8266:d1_mini_clone"}] ----
daemon INFO {"level":"info","msg":"URL: https://arduino.esp8266.com/stable/package_esp8266com_index.json","time":"2022-06-24T15:35:05+01:00"}
{"level":"info","msg":"Updating index","time":"2022-06-24T15:35:05+01:00","url":{"Scheme":"https","Opaque":"","User":null,"Host":"arduino.esp8266.com","Path":"/stable/package_esp8266com_index.json","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":"","RawFragment":""}}
root INFO Downloading index: package_esp8266com_index.json completed.
daemon INFO {"level":"info","msg":"URL: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json","time":"2022-06-24T15:35:06+01:00"}
{"level":"info","msg":"Updating index","time":"2022-06-24T15:35:06+01:00","url":{"Scheme":"https","Opaque":"","User":null,"Host":"raw.githubusercontent.com","Path":"/espressif/arduino-esp32/gh-pages/package_esp32_index.json","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":"","RawFragment":""}}
root INFO ---- DURATION: installed took 36.951 ms. Args: [{"fqbn":"esp8266:esp8266:d1_mini_clone"}] ----
root INFO Downloading index: package_esp32_index.json completed.
daemon INFO {"level":"info","msg":"URL: https://raw.githubusercontent.com/mikaelpatel/Cosa/master/package_cosa_index.json","time":"2022-06-24T15:35:06+01:00"}
{"level":"info","msg":"Updating index","time":"2022-06-24T15:35:06+01:00","url":{"Scheme":"https","Opaque":"","User":null,"Host":"raw.githubusercontent.com","Path":"/mikaelpatel/Cosa/master/package_cosa_index.json","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":"","RawFragment":""}}
daemon INFO {"level":"info","msg":"Searching tools required for board esp8266:esp8266:d1_mini_clone","time":"2022-06-24T15:35:06+01:00"}
daemon INFO {"level":"info","msg":"Required tool","time":"2022-06-24T15:35:06+01:00","tool":{"ToolName":"mklittlefs","ToolVersion":"3.0.4-gcc10.3-1757bed","ToolPackager":"esp8266"}}
{"level":"info","msg":"Required tool","time":"2022-06-24T15:35:06+01:00","tool":{"ToolName":"mkspiffs","ToolVersion":"3.0.4-gcc10.3-1757bed","ToolPackager":"esp8266"}}
{"level":"info","msg":"Required tool","time":"2022-06-24T15:35:06+01:00","tool":{"ToolName":"python3","ToolVersion":"3.7.2-post1","ToolPackager":"esp8266"}}
{"level":"info","msg":"Required tool","time":"2022-06-24T15:35:06+01:00","tool":{"ToolName":"xtensa-lx106-elf-gcc","ToolVersion":"3.0.4-gcc10.3-1757bed","ToolPackager":"esp8266"}}
{"dir":"C:\\arduino-1.8.19\\libraries","level":"info","location":"ide","msg":"Adding libraries dir","time":"2022-06-24T15:35:06+01:00"}
daemon INFO {"dir":"C:\\Users\\phil.knight\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries","level":"info","location":"platform","msg":"Adding libraries dir","time":"2022-06-24T15:35:06+01:00"}
daemon INFO {"dir":"\\\\ghyv-svrflp01\\Users$\\phil.knight\\Documents\\Arduino\\libraries","level":"info","location":"user","msg":"Adding libraries dir","time":"2022-06-24T15:35:06+01:00"}
root INFO ---- DURATION: installed took 42.623 ms. Args: [{"fqbn":"esp8266:esp8266:d1_mini_clone"}] ----
root INFO Downloading index: package_cosa_index.json completed.
root WARN Frontend s.configure took longer than the expected maximum 100 milliseconds: 207.9 ms [Finished 2.535 s after frontend start]
root WARN Frontend A.onStart took longer than the expected maximum 100 milliseconds: 135.1 ms [Finished 2.940 s after frontend start]
root INFO Board config changed:
root INFO ---- DURATION: installed took 40.116 ms. Args: [{"fqbn":"esp8266:esp8266:d1_mini_clone"}] ----
app-state-change >>> new app state <started_contributions was received from sender <3>. current window ID: 1
app-state-change <<< new app state <started_contributions> is ignored from <3>. current window ID is <1>
app-state-change >>> new app state <started_contributions was received from sender <3>. current window ID: 3
app-state-change <<< new app state is <started_contributions> for window <3>
root INFO Start frontend contributions: 946.6 ms [Finished 3.104 s after frontend start]
root INFO Changed application state from 'init' to 'started_contributions'.
app-state-change >>> new app state <attached_shell was received from sender <3>. current window ID: 1
app-state-change <<< new app state <attached_shell> is ignored from <3>. current window ID is <1>
app-state-change >>> new app state <attached_shell was received from sender <3>. current window ID: 3
app-state-change <<< new app state is <attached_shell> for window <3>
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO ------- SERIALIZED LAYOUT DATA -------
root INFO {"version":5,"mainPanel":{"main":null},"mainPanelPinned":[],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"serial-monitor"}}],"currentIndex":0}},"pinned":[false],"size":278,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":294},"rightPanel":{"type":"sidepanel","items":[]},"activeWidgetId":"serial-monitor"}
root INFO ------- END SERIALIZED LAYOUT DATA -------
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04] Waiting for backend deployment: 442.4 ms [Finished 3.463 s after frontend start]
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904) starting instance
app-state-change >>> new app state <initialized_layout was received from sender <3>. current window ID: 1
root INFO <<< The layout has been successfully restored.
app-state-change <<< new app state <initialized_layout> is ignored from <3>. current window ID is <1>
app-state-change >>> new app state <initialized_layout was received from sender <3>. current window ID: 3
app-state-change <<< new app state is <initialized_layout> for window <3>
root INFO Initialize the workbench layout: 412.5 ms [Finished 3.636 s after frontend start]
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root ERROR ---- !!!SLOW!!! DURATION: getSketchesNew took 1236.382 ms. Args: [{"uri":"file://ghyv-svrflp01/Users%24/phil.knight/Documents/Arduino"}] ----
app-state-change >>> new app state <ready was received from sender <3>. current window ID: 1
app-state-change <<< new app state <ready> is ignored from <3>. current window ID is <1>
app-state-change >>> new app state <ready was received from sender <3>. current window ID: 3
app-state-change <<< new app state is <ready> for window <3>
root INFO ---- DURATION: installed took 84.986 ms. Args: [{"fqbn":"esp8266:esp8266:d1_mini_clone"}] ----
root INFO Frontend application start: 2796.1 ms [Finished 116.578 s after backend start]
root INFO Replace loading indicator with ready workbench UI (animation): 1040.1 ms [Finished 4.679 s after frontend start]
root INFO Changed application state from 'initialized_layout' to 'ready'.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04] Sync of 11 plugins: 1783.8 ms [Finished 5.247 s after frontend start]
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][marus25.cortex-debug]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][vscode.cpp]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][vscode.json]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][vscode.json-language-features]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04] Load contributions of 11 plugins: 77.6 ms [Finished 5.325 s after frontend start]
root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
root WARN a registered grammar configuration for 'cpp' language is overridden
root ERROR ---- !!!SLOW!!! DURATION: getSketchesNew took 703.813 ms. Args: [{}] ----
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): initializing(cortex-debug@0.3.10 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 3904] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): initializing(vscode-arduino-tools@0.0.2-beta.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): initializing(cpp@1.52.1 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): initializing(json@1.46.1 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): initializing(json-language-features@1.46.1 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): initializing(vscode-language-pack-de@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(3904): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(3904): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(3904): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(3904): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): PluginManagerExtImpl/loadPlugin(C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][marus25.cortex-debug]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][arduino.vscode-arduino-tools]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][vscode.cpp]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][vscode.json]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][vscode.json-language-features]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-de]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-fr]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-ja]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-nl]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-tr]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
root INFO [7fb8451b-2c0c-477d-a2ee-024e13280f04] Start of 11 plugins: 1098.3 ms [Finished 6.441 s after frontend start]
root INFO Starting language server: esp8266:esp8266:d1_mini_clone
root INFO [hosted-plugin: 3904] PLUGIN_HOST(3904): PluginManagerExtImpl/loadPlugin(C:\Users\phil.knight\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
[3740:0624/153531.817:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is
root INFO Failed to start language server for esp8266:esp8266:d1_mini_clone
root INFO Starting language server: esp8266:esp8266:d1_mini_clone
root INFO Failed to start language server for esp8266:esp8266:d1_mini_clone
root INFO Starting language server: esp8266:esp8266:d1_mini_clone
daemon INFO {"level":"info","msg":"Resolving include ESP8266WiFi.h for arch esp8266","time":"2022-06-24T15:36:29+01:00"}
daemon INFO {"level":"info","lib":"ESP8266WiFi","msg":" found better lib","prio":"64C","time":"2022-06-24T15:36:29+01:00"}
daemon INFO {"level":"info","msg":"Resolving include ESP8266HTTPClient.h for arch esp8266","time":"2022-06-24T15:36:30+01:00"}
daemon INFO {"level":"info","lib":"ESP8266HTTPClient","msg":" found better lib","prio":"64C","time":"2022-06-24T15:36:30+01:00"}
daemon INFO {"level":"info","msg":"Resolving include ESPAsyncTCP.h for arch esp8266","time":"2022-06-24T15:36:30+01:00"}
{"level":"info","lib":"ESPAsyncTCP","msg":" found better lib","prio":"5DF","time":"2022-06-24T15:36:30+01:00"}
root INFO Failed to start language server for esp8266:esp8266:d1_mini_clone
daemon INFO {"level":"info","msg":"Resolving include ESPAsyncWebServer.h for arch esp8266","time":"2022-06-24T15:36:34+01:00"}
daemon INFO {"level":"info","lib":"ESPAsyncWebServer","msg":" found better lib","prio":"5DF","time":"2022-06-24T15:36:34+01:00"}
daemon INFO {"level":"info","msg":"Resolving include Hash.h for arch esp8266","time":"2022-06-24T15:36:37+01:00"}
daemon INFO {"level":"info","lib":"Hash","msg":" found better lib","prio":"64C","time":"2022-06-24T15:36:37+01:00"}
daemon INFO {"level":"info","msg":"Resolving include ArduinoJson.h for arch esp8266","time":"2022-06-24T15:36:40+01:00"}
daemon INFO {"level":"info","lib":"ArduinoJson","msg":" found better lib","prio":"643","time":"2022-06-24T15:36:40+01:00"}
daemon INFO {"level":"info","msg":"Resolving include DHT.h for arch esp8266","time":"2022-06-24T15:36:55+01:00"}
daemon INFO {"level":"info","lib":"DHT_sensor_library","msg":" found better lib","prio":"517","time":"2022-06-24T15:36:55+01:00"}
daemon INFO {"level":"info","msg":"Resolving include OneWire.h for arch esp8266","time":"2022-06-24T15:37:05+01:00"}
{"level":"info","lib":"OneWire-BAD","msg":" found better lib","prio":"5DF","time":"2022-06-24T15:37:05+01:00"}
{"level":"info","lib":"OneWire","msg":" found better lib","prio":"643","time":"2022-06-24T15:37:05+01:00"}
daemon INFO {"level":"info","msg":"Resolving include SPI.h for arch esp8266","time":"2022-06-24T15:37:13+01:00"}
daemon INFO {"level":"info","lib":"SPI","msg":" found better lib","prio":"64C","time":"2022-06-24T15:37:13+01:00"}
daemon INFO {"level":"info","msg":"Resolving include DallasTemperature.h for arch esp8266","time":"2022-06-24T15:37:22+01:00"}
{"level":"info","lib":"DallasTemperature","msg":" found better lib","prio":"643","time":"2022-06-24T15:37:22+01:00"}
daemon INFO {"level":"info","msg":"Resolving include HyperDisplay_SSD1309.h for arch esp8266","time":"2022-06-24T15:37:33+01:00"}
daemon INFO {"level":"info","lib":"SparkFun_HyperDisplay_SSD1309","msg":" found better lib","prio":"4B3","time":"2022-06-24T15:37:33+01:00"}
{"level":"info","lib":"SparkFun_HyperDisplay_SSD1309-1.1.1","msg":" found another lib with same priority","prio":"4B3","time":"2022-06-24T15:37:33+01:00"}
{"level":"info","lib":"SparkFun_HyperDisplay_SSD1309-1.1.1","msg":" library with the best matching name","time":"2022-06-24T15:37:33+01:00"}
daemon INFO {"level":"info","msg":"Resolving include hyperdisplay.h for arch esp8266","time":"2022-06-24T15:37:43+01:00"}
daemon INFO {"level":"info","lib":"SparkFun_HyperDisplay","msg":" found better lib","prio":"4B3","time":"2022-06-24T15:37:43+01:00"}
daemon INFO {"level":"info","msg":"Resolving include Wire.h for arch esp8266","time":"2022-06-24T15:37:58+01:00"}
{"level":"info","lib":"Wire","msg":" found better lib","prio":"64C","time":"2022-06-24T15:37:58+01:00"}
daemon INFO {"level":"info","msg":"Resolving include arduino-timer.h for arch esp8266","time":"2022-06-24T15:38:15+01:00"}
{"level":"info","lib":"arduino-timer","msg":" found better lib","prio":"643","time":"2022-06-24T15:38:15+01:00"}
daemon INFO {"level":"info","msg":"Resolving include U8x8lib.h for arch esp8266","time":"2022-06-24T15:38:35+01:00"}
{"level":"info","lib":"U8g2","msg":" found better lib","prio":"3EB","time":"2022-06-24T15:38:35+01:00"}
daemon INFO {"level":"info","msg":"Resolving include NTPClient.h for arch esp8266","time":"2022-06-24T15:39:01+01:00"}
daemon INFO {"level":"info","lib":"NTPClient","msg":" found better lib","prio":"643","time":"2022-06-24T15:39:01+01:00"}
There is a lot going on here, I believe that two projects were opened in this output. The first was from the memory stick and opened fine so ignore that. I also get "Resolving include ######" messages when I compile, is that due to using libraries that were previously installed in the installation folder?
Hi @philknight. Unfortunately, I did not find any clues in the output. Most often there will be an error message related to any misbehavior of the IDE, but all the error messages in the output you shared are innocuous or expected and none of them related at all to the problem you reported.
Would you mind sharing a screenshot of the IDE when it is in this state?:
Maybe I will spot something of interest there.
These are normal and expected. You will even get them when you are not compiling (because the language server that provides the code completion, problem detection, hover, "Go to definition", etc. features must also perform these operations).
The Arduino build system does a process known as "library discovery". This process allows the users and library developers to use library dependencies without any need to configure the path of the library for the compiler.
For each of the #include
directives in your sketch and in all the libraries used by the sketch, the Arduino build system searches through all the libraries that are installed in the standard locations and finds the one that matches the header filename (picking the best one when multiple libraries match), then configures the compilation commands accordingly. These ""Resolving include ..." messages are printed to the logs every time that happens.
If you happen to be interested, all the boring details of the system are documented here:
https://arduino.github.io/arduino-cli/latest/sketch-build-process/#dependency-resolution
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.