Adding IDE 2.0 to Linux Ubuntu Desktop Apps [Solved]

After extracting 2.0 zip file I now need to add the IDE to my Ubuntu Desktop apps. I do not see
an install.sh file in the new 2.0 IDE folder that was used to setup the Desktop access on version 1.
I tried:

ed@ed-G41MT-S2PT:~$ sudo snap install arduino
[sudo] password for ed: 
Download snap "arduino" (70) from channel "stable"            49%  388kB/s 4m31serror: cannot perform the following tasks:
- Download snap "arduino" (70) from channel "stable" (the download has been cancelled: context canceled)
- Download snap "gnome-3-28-1804" (161) from channel "stable" (the download has been cancelled: context canceled)
ed@ed-G41MT-S2PT:~$ 
aste code here

This was aborted after I began to think it was trying to download the app and not just setup
the Desktop with the new Arduino IDE link. So what is the correct terminal command to link up the new IDE app? The old 1.8.19 IDE desktop link was removed when the 1st 2.0 install attempt using the .appimage file was executed. That attempt never completed as it got lost at some point and never returned.

update-
attempted to invoke the IDE from a terminal command:

ed@ed-G41MT-S2PT:~$ arduino

Command 'arduino' not found, but can be installed with:

sudo snap install arduino  # version 1.8.19, or
sudo apt  install arduino  # version 2:1.0.5+dfsg2-4.1

See 'snap info arduino' for additional versions.

ed@ed-G41MT-S2PT:~$ 

1 Like

Download the Linux .AppImage file from their website and run it.

The .appimage file I tried first and never finished executing after invoking it. I waited 30 minutes while the Arduino Icon on the screen pulsated but the install never completed.

Did you use the 64-bit one?

yes...

Did you enable with with chown?

"Did you enable with with chown?"

??? No. I already have read/write permissions on the file as Owner as does my group.

I am currently trying a terminal command install with:

sudo apt  install arduino  # version 2:1.0.5+dfsg2-4.1

Solution: ran Synaptic Package Manager for installation. App added automatically to Desktop.

1 Like

Why?

I don't know about the 3rd party SnapCraft package you are using, but there is no such thing in the official distribution of Arduino IDE 2.x.

That is correct. This command installs the 3rd party SnapCraft package.

Two problems:

  • Unless you have added the installation folder to your path, you must run this command from the installation folder, not ~.
  • The executable name was changed. If you are using the ZIP packaged version download from the official "Software" page, then you should run arduino-ide. If you are using the AppImage, you should run ./arduino-ide.

I suggest we troubleshoot that.

I'm going to ask you to post some additional information that might help us to identify the problem.

Please do this:

  1. Open a command line terminal in the folder that contains the AppImage file.
  2. Type the following command:
    ./arduino-ide_2.0.0_Linux_64bit.AppImage
    
  3. Press the Enter key.
    Debug output should now be printed to the PowerShell window as the Arduino IDE starts (or fails to start).
  4. Wait for the Arduino IDE to finish starting, or failing to start.
  5. Switch back to the terminal window if the Arduino IDE window took the focus.
  6. Use the mouse to select all the text in the terminal window. Make sure to scroll all the way up to the top.
  7. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  8. Open a forum reply here by clicking the Reply button.
  9. 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.
    Code block
  10. Press Ctrl+V.
    This will paste the output into the code block.
  11. Move the cursor outside of the code block markup before you add any additional text to your reply.
  12. Click the Reply button to post the output.

Please let me know if you have any questions or problems while following those instructions.

This will install Arduino IDE 1.0.5, which is 8 years out of date. Please don't be fooled by the "2". This is not Arduino IDE 2.x

Rut row....
Time to uninstall that old software.....lol
I will use your info and approach all this later as it is getting late here in central time zone.
I will regroup and try a fresh install with the additional info you provided.

thanks for helping... ed

That pesky APT package has caused a lot of suffering for Arduino users over the years.

Sorry, I had to go. Glad you solved it!

"Sorry, I had to go. Glad you solved it!"

Unfortunately no, I have not solved it....

ed@ed-G41MT-S2PT:~/Arduino Install Point (2.0)/arduino-ide_2.0.0_Linux_64bit$ arduino-ide
arduino-ide: command not found
ed@ed-G41MT-S2PT:~/Arduino Install Point (2.0)/arduino-ide_2.0.0_Linux_64bit$ ls
arduino-ide             chrome_crashpad_handler  libEGL.so     libvk_swiftshader.so  LICENSES.chromium.html  resources.pak      v8_context_snapshot.bin
chrome_100_percent.pak  chrome-sandbox           libffmpeg.so  libvulkan.so.1        locales                 snapshot_blob.bin  vk_swiftshader_icd.json
chrome_200_percent.pak  icudtl.dat               libGLESv2.so  LICENSE.electron.txt  resources               swiftshader
ed@ed-G41MT-S2PT:~/Arduino Install Point (2.0)/arduino-ide_2.0.0_Linux_64bit$ 

Running arduino-ide from inside folder did not invoke the program.

Hi @edthewino. Unless ~/Arduino Install Point (2.0)/arduino-ide_2.0.0_Linux_64bit is in the system PATH, you must execute the IDE like this:

./arduino-ide

This tells the shell to execute the file located in the current folder.

1 Like

Okay, here is lengthy output of terminal output on installing IDE with AppImage file:

ed@ed-G41MT-S2PT:~/Arduino Install Point (2.0)$ ./arduino-ide_2.0.0_Linux_64bit.AppImage
Starting backend process. PID: 21580
[21602:1004/195120.321990:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///home/ed/.theia'
root INFO Backend Object.initialize: 8.2 ms [Finished 2.004 s after backend start]
root INFO Backend Object.configure: 6.7 ms [Finished 2.004 s after backend start]
root INFO Backend MessagingContribution.onStart: 2.7 ms [Finished 2.004 s after backend start]
root INFO Backend OSBackendApplicationContribution.configure: 0.7 ms [Finished 2.097 s after backend start]
root INFO Backend DefaultWorkspaceServer.onStart: 0.6 ms [Finished 2.097 s after backend start]
root INFO Backend LocalizationBackendContribution.configure: 0.3 ms [Finished 2.098 s after backend start]
root WARN Backend LocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 94.1 ms [Finished 2.098 s after backend start]
root INFO Backend TaskBackendApplicationContribution.onStart: 0.5 ms [Finished 2.098 s after backend start]
root INFO Backend ElectronTokenBackendContribution.configure: 1.5 ms [Finished 2.100 s after backend start]
root INFO Backend PluginDeployerContribution.initialize: 0.7 ms [Finished 2.100 s after backend start]
root INFO Backend ConfigServiceImpl.onStart: 1.2 ms [Finished 2.101 s after backend start]
root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.6 ms [Finished 2.103 s after backend start]
root INFO Backend ArduinoDaemonImpl.onStart: 1.3 ms [Finished 2.103 s after backend start]
root INFO Backend NodeFileUploadService.configure: 2.5 ms [Finished 2.104 s after backend start]
daemon INFO Starting daemon from /tmp/.mount_arduinPPVTaa/resources/app/node_modules/arduino-ide-extension/build/arduino-cli...
discovery-log INFO start
discovery-log INFO start new deferred
root INFO Backend BoardDiscovery.onStart: 1.3 ms [Finished 2.106 s after backend start]
root INFO Backend FileDownloadEndpoint.configure: 0.7 ms [Finished 2.106 s after backend start]
root INFO Backend AuthenticationServiceImpl.onStart: 0.6 ms [Finished 2.107 s after backend start]
root INFO Backend PluginApiContribution.configure: 0.6 ms [Finished 2.108 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.3 ms [Finished 2.108 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 2.109 s after backend start]
root INFO Backend PlotterBackendContribution.configure: 6.8 ms [Finished 2.116 s after backend start]
root INFO Theia app listening on http://localhost:45935.
root INFO Finished starting backend application: 11.4 ms [Finished 2.119 s after backend start]
root WARN The local plugin referenced by local-dir:/home/ed/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/home/ed/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:/home/ed/.arduinoProIDE/plugins does not exist.
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.5" 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-cs" to a VS Code extension "vscode-language-pack-cs@1.69.0" 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.69.0" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.69.0" 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.69.0" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.69.0" 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.69.0" 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-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.69.0" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.69.0" 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.69.0" 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.69.0" with engines:
root INFO Resolve plugins list: 319.0 ms [Finished 2.425 s after backend start]
root INFO Deployed backend plugin "cortex-debug@0.3.10" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/cortex-debug/extension/dist/extension": 33.6 ms [Finished 2.459 s after backend start]
root INFO Deployed backend plugin "vscode-arduino-tools@0.0.2-beta.5" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-arduino-tools/extension/dist/bundle": 51.0 ms [Finished 2.510 s after backend start]
root INFO Deployed backend plugin "cpp@1.52.1" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-builtin-cpp/extension": 66.3 ms [Finished 2.576 s after backend start]
root INFO Deployed backend plugin "json@1.46.1" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-builtin-json/extension": 6.3 ms [Finished 2.583 s after backend start]
root INFO Deployed backend plugin "json-language-features@1.46.1" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain": 0.8 ms [Finished 2.584 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-cs@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-cs/extension": 509.2 ms [Finished 3.093 s after backend start]
daemon INFO {"level":"info","msg":"Config file not found, using default values","time":"2022-10-04T19:51:22-05:00"}
{"level":"info","msg":"arduino-cli version 0.27.1","time":"2022-10-04T19:51:22-05:00"}
{"level":"info","msg":"Executing `arduino-cli daemon`","time":"2022-10-04T19:51:22-05:00"}
{"IP":"127.0.0.1","Port":"39599"}

daemon INFO Daemon is running.
root INFO Deployed backend plugin "vscode-language-pack-de@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-de/extension": 379.8 ms [Finished 3.473 s after backend start]
root ERROR ---- !!!SLOW!!! DURATION: loadCliConfig took 362.954 ms. Args: [false] ----
root ERROR ---- !!!SLOW!!! DURATION: loadCliConfig took 1396.275 ms. Args: [] ----
daemon INFO {"level":"info","msg":"Loading hardware from: /home/ed/.arduino15/packages","time":"2022-10-04T19:51:23-05:00"}
{"index":"/home/ed/.arduino15/library_index.json","level":"info","msg":"Loading libraries index file","time":"2022-10-04T19:51:23-05:00"}
{"dir":"/home/ed/.arduino15/libraries","level":"info","location":"ide","msg":"Adding libraries dir","time":"2022-10-04T19:51:23-05:00"}
{"dir":"/home/ed/Arduino/libraries","level":"info","location":"user","msg":"Adding libraries dir","time":"2022-10-04T19:51:23-05:00"}

root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file /home/ed/.arduino15/package_index.json: open /home/ed/.arduino15/package_index.json: no such file or directory
root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: reading library_index.json: open /home/ed/.arduino15/library_index.json: no such file or directory
root ERROR The primary packages indexes are missing. Running indexes update before initializing the core gRPC client
root INFO Deployed backend plugin "vscode-language-pack-es@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-es/extension": 219.9 ms [Finished 3.693 s after backend start]
daemon INFO {"level":"info","msg":"Updating libraries index","time":"2022-10-04T19:51:23-05:00"}
{"level":"info","msg":"URL: https://downloads.arduino.cc/packages/package_index.tar.bz2","time":"2022-10-04T19:51:23-05:00"}
{"level":"info","msg":"Updating index","time":"2022-10-04T19:51:23-05: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 Deployed backend plugin "vscode-language-pack-fr@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-fr/extension": 266.0 ms [Finished 3.959 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-it@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-it/extension": 126.3 ms [Finished 4.085 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-ja@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-ja/extension": 129.4 ms [Finished 4.214 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-nl@1.48.3" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-nl/extension": 45.0 ms [Finished 4.259 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-pt-BR@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-pt-BR/extension": 155.0 ms [Finished 4.415 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-ru@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-ru/extension": 143.5 ms [Finished 4.558 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-tr@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-tr/extension": 182.1 ms [Finished 4.740 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-zh-hans@1.69.0" from "/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-language-pack-zh-hans/extension": 230.1 ms [Finished 4.970 s after backend start]
root INFO Deploy plugins list: 319.0 ms [Finished 5.015 s after backend start]
root INFO core-client-provider [platform-index]
root INFO core-client-provider [library-index]
root WARN Frontend s.configure took longer than the expected maximum 100 milliseconds: 438.6 ms [Finished 3.850 s after frontend start]
root WARN Frontend commands.onStart took longer than the expected maximum 100 milliseconds: 160.1 ms [Finished 4.016 s after frontend start]
root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 133.1 ms [Finished 4.149 s after frontend start]
root WARN Frontend C.onStart took longer than the expected maximum 100 milliseconds: 267.7 ms [Finished 4.567 s after frontend start]
root INFO core-client-provider [library-index]
daemon INFO {"level":"info","msg":"Loading hardware from: /home/ed/.arduino15/packages","time":"2022-10-04T19:51:41-05:00"}

daemon INFO {"index":"/home/ed/.arduino15/package_index.json","level":"info","msg":"Checking signature","signatureFile":"/home/ed/.arduino15/package_index.json.sig","time":"2022-10-04T19:51:41-05:00","trusted":true}

daemon INFO {"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":"Installing tool","time":"2022-10-04T19:51:43-05:00"}

daemon INFO {"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":"Tool installed","time":"2022-10-04T19:51:43-05:00"}

daemon INFO {"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":"Installing tool","time":"2022-10-04T19:51:58-05:00"}

daemon INFO {"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":"Tool installed","time":"2022-10-04T19:51:58-05:00"}

daemon INFO {"Tool":{"version":"1.0.6","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_32bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_32bit.tar.gz","Checksum":"SHA-256:0bee82c1020e7d5f2b6c89a6f61890c7314f755fb3a1be8d124890f9c43912e4","Size":2395184,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_64bit.tar.gz","Checksum":"SHA-256:7fc938a4d5c3c96e62d071d98b72bbdf45c8f92c399636ba78f8d67c4e78324f","Size":2468081,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Windows_32bit.zip","ArchiveFileName":"mdns-discovery_v1.0.6_Windows_32bit.zip","Checksum":"SHA-256:892b19cd795a22a29f52d94118198134be214cc1e2a75f90ae09b04c6582d2ce","Size":2588028,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Windows_64bit.zip","ArchiveFileName":"mdns-discovery_v1.0.6_Windows_64bit.zip","Checksum":"SHA-256:8f0fa04089c44536360714eb2881b40cf773bf4af17604b6a93b1dab211aa8bc","Size":2633871,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_macOS_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_macOS_64bit.tar.gz","Checksum":"SHA-256:211a02f641c9eeb9bd2d8f2efe5f980ec5c2271a224424a60916fac033d65454","Size":2418658,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_ARMv6.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_ARMv6.tar.gz","Checksum":"SHA-256:51be90c06202e8a744909f74076eef05e6d25ac83b7645d1d101981bc79d20d5","Size":2298815,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_ARM64.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_ARM64.tar.gz","Checksum":"SHA-256:334ab7f295ff02a98f523b20e1007fb31fab24c064618ac196d2fcbf2ee35dc0","Size":2301721,"CachePath":"packages"}}]},"level":"info","msg":"Installing tool","time":"2022-10-04T19:52:12-05:00"}

daemon INFO {"Tool":{"version":"1.0.6","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_32bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_32bit.tar.gz","Checksum":"SHA-256:0bee82c1020e7d5f2b6c89a6f61890c7314f755fb3a1be8d124890f9c43912e4","Size":2395184,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_64bit.tar.gz","Checksum":"SHA-256:7fc938a4d5c3c96e62d071d98b72bbdf45c8f92c399636ba78f8d67c4e78324f","Size":2468081,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Windows_32bit.zip","ArchiveFileName":"mdns-discovery_v1.0.6_Windows_32bit.zip","Checksum":"SHA-256:892b19cd795a22a29f52d94118198134be214cc1e2a75f90ae09b04c6582d2ce","Size":2588028,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Windows_64bit.zip","ArchiveFileName":"mdns-discovery_v1.0.6_Windows_64bit.zip","Checksum":"SHA-256:8f0fa04089c44536360714eb2881b40cf773bf4af17604b6a93b1dab211aa8bc","Size":2633871,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_macOS_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_macOS_64bit.tar.gz","Checksum":"SHA-256:211a02f641c9eeb9bd2d8f2efe5f980ec5c2271a224424a60916fac033d65454","Size":2418658,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_ARMv6.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_ARMv6.tar.gz","Checksum":"SHA-256:51be90c06202e8a744909f74076eef05e6d25ac83b7645d1d101981bc79d20d5","Size":2298815,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_ARM64.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_ARM64.tar.gz","Checksum":"SHA-256:334ab7f295ff02a98f523b20e1007fb31fab24c064618ac196d2fcbf2ee35dc0","Size":2301721,"CachePath":"packages"}}]},"level":"info","msg":"Tool installed","time":"2022-10-04T19:52:12-05:00"}

daemon INFO {"Tool":{"version":"0.10.0","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_32bit.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_32bit.tar.gz","Checksum":"SHA-256:6a43e7adeea8a5cf8dc9d9e29c517c0e50473ed0ca12bdec71aacd1d4d6dfb55","Size":1933674,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_64bit.tar.gz","Checksum":"SHA-256:14c26e3fbe372d5d49423a359f77e759bb04d5257f5abebe978b425e99899230","Size":1982657,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Windows_32bit.zip","ArchiveFileName":"serial-monitor_v0.10.0_Windows_32bit.zip","Checksum":"SHA-256:829665a8a2785f75c208f17d5727d7a7b430b2d21066320ccd71fd9edd81621b","Size":1962322,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Windows_64bit.zip","ArchiveFileName":"serial-monitor_v0.10.0_Windows_64bit.zip","Checksum":"SHA-256:475d37bafb4162e1262d865c2a96d284c93e13c9b69824b6f98b82e99927f1ff","Size":1992824,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_macOS_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_macOS_64bit.tar.gz","Checksum":"SHA-256:ff66a542f3019b763e0e9c0c39147d92aa0b9a88e9abf293c5307052ce29ad5f","Size":1880624,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_ARMv6.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_ARMv6.tar.gz","Checksum":"SHA-256:5d70865edcfef27d4f532f5ae9a3663f2c82b9cfd03cec3c140bb3b8174794e1","Size":1864090,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_ARM64.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_ARM64.tar.gz","Checksum":"SHA-256:63ebf7ed642b0c03f77822876531a59aaea47415abd5b54e90c2f50e80b74cde","Size":1865509,"CachePath":"packages"}}]},"level":"info","msg":"Installing tool","time":"2022-10-04T19:52:20-05:00"}

daemon INFO {"Tool":{"version":"0.10.0","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_32bit.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_32bit.tar.gz","Checksum":"SHA-256:6a43e7adeea8a5cf8dc9d9e29c517c0e50473ed0ca12bdec71aacd1d4d6dfb55","Size":1933674,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_64bit.tar.gz","Checksum":"SHA-256:14c26e3fbe372d5d49423a359f77e759bb04d5257f5abebe978b425e99899230","Size":1982657,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Windows_32bit.zip","ArchiveFileName":"serial-monitor_v0.10.0_Windows_32bit.zip","Checksum":"SHA-256:829665a8a2785f75c208f17d5727d7a7b430b2d21066320ccd71fd9edd81621b","Size":1962322,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Windows_64bit.zip","ArchiveFileName":"serial-monitor_v0.10.0_Windows_64bit.zip","Checksum":"SHA-256:475d37bafb4162e1262d865c2a96d284c93e13c9b69824b6f98b82e99927f1ff","Size":1992824,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_macOS_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_macOS_64bit.tar.gz","Checksum":"SHA-256:ff66a542f3019b763e0e9c0c39147d92aa0b9a88e9abf293c5307052ce29ad5f","Size":1880624,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_ARMv6.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_ARMv6.tar.gz","Checksum":"SHA-256:5d70865edcfef27d4f532f5ae9a3663f2c82b9cfd03cec3c140bb3b8174794e1","Size":1864090,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_ARM64.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_ARM64.tar.gz","Checksum":"SHA-256:63ebf7ed642b0c03f77822876531a59aaea47415abd5b54e90c2f50e80b74cde","Size":1865509,"CachePath":"packages"}}]},"level":"info","msg":"Tool installed","time":"2022-10-04T19:52:20-05:00"}

daemon INFO {"level":"info","msg":"Loading tools from dir: /home/ed/.arduino15/packages/builtin/tools","time":"2022-10-04T19:52:20-05:00"}
{"level":"info","msg":"Loaded tool","time":"2022-10-04T19:52:20-05: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-10-04T19:52:20-05:00","tool":{"version":"1.0.6","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_32bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_32bit.tar.gz","Checksum":"SHA-256:0bee82c1020e7d5f2b6c89a6f61890c7314f755fb3a1be8d124890f9c43912e4","Size":2395184,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_64bit.tar.gz","Checksum":"SHA-256:7fc938a4d5c3c96e62d071d98b72bbdf45c8f92c399636ba78f8d67c4e78324f","Size":2468081,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Windows_32bit.zip","ArchiveFileName":"mdns-discovery_v1.0.6_Windows_32bit.zip","Checksum":"SHA-256:892b19cd795a22a29f52d94118198134be214cc1e2a75f90ae09b04c6582d2ce","Size":2588028,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Windows_64bit.zip","ArchiveFileName":"mdns-discovery_v1.0.6_Windows_64bit.zip","Checksum":"SHA-256:8f0fa04089c44536360714eb2881b40cf773bf4af17604b6a93b1dab211aa8bc","Size":2633871,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_macOS_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_macOS_64bit.tar.gz","Checksum":"SHA-256:211a02f641c9eeb9bd2d8f2efe5f980ec5c2271a224424a60916fac033d65454","Size":2418658,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_ARMv6.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_ARMv6.tar.gz","Checksum":"SHA-256:51be90c06202e8a744909f74076eef05e6d25ac83b7645d1d101981bc79d20d5","Size":2298815,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.6_Linux_ARM64.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.6_Linux_ARM64.tar.gz","Checksum":"SHA-256:334ab7f295ff02a98f523b20e1007fb31fab24c064618ac196d2fcbf2ee35dc0","Size":2301721,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-10-04T19:52:20-05: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-10-04T19:52:20-05:00","tool":{"version":"0.10.0","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_32bit.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_32bit.tar.gz","Checksum":"SHA-256:6a43e7adeea8a5cf8dc9d9e29c517c0e50473ed0ca12bdec71aacd1d4d6dfb55","Size":1933674,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_64bit.tar.gz","Checksum":"SHA-256:14c26e3fbe372d5d49423a359f77e759bb04d5257f5abebe978b425e99899230","Size":1982657,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Windows_32bit.zip","ArchiveFileName":"serial-monitor_v0.10.0_Windows_32bit.zip","Checksum":"SHA-256:829665a8a2785f75c208f17d5727d7a7b430b2d21066320ccd71fd9edd81621b","Size":1962322,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Windows_64bit.zip","ArchiveFileName":"serial-monitor_v0.10.0_Windows_64bit.zip","Checksum":"SHA-256:475d37bafb4162e1262d865c2a96d284c93e13c9b69824b6f98b82e99927f1ff","Size":1992824,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_macOS_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_macOS_64bit.tar.gz","Checksum":"SHA-256:ff66a542f3019b763e0e9c0c39147d92aa0b9a88e9abf293c5307052ce29ad5f","Size":1880624,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_ARMv6.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_ARMv6.tar.gz","Checksum":"SHA-256:5d70865edcfef27d4f532f5ae9a3663f2c82b9cfd03cec3c140bb3b8174794e1","Size":1864090,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.10.0_Linux_ARM64.tar.gz","ArchiveFileName":"serial-monitor_v0.10.0_Linux_ARM64.tar.gz","Checksum":"SHA-256:63ebf7ed642b0c03f77822876531a59aaea47415abd5b54e90c2f50e80b74cde","Size":1865509,"CachePath":"packages"}}]}}
{"index":"/home/ed/.arduino15/library_index.json","level":"info","msg":"Loading libraries index file","time":"2022-10-04T19:52:20-05:00"}

daemon INFO {"dir":"/home/ed/.arduino15/libraries","level":"info","location":"ide","msg":"Adding libraries dir","time":"2022-10-04T19:52:21-05:00"}

daemon INFO {"dir":"/home/ed/Arduino/libraries","level":"info","location":"user","msg":"Adding libraries dir","time":"2022-10-04T19:52:21-05:00"}

root INFO Downloaded the primary package indexes, and successfully initialized the core gRPC client.
discovery-log INFO start request start watch
discovery-log INFO start requested start watch
discovery-log INFO start resolved watching
daemon INFO {"level":"info","msg":"starting discovery builtin:mdns-discovery process","time":"2022-10-04T19:52:21-05:00"}
{"level":"info","msg":"starting discovery builtin:serial-discovery process","time":"2022-10-04T19:52:21-05:00"}
{"level":"info","msg":"started discovery builtin:mdns-discovery process","time":"2022-10-04T19:52:21-05:00"}
{"level":"info","msg":"sending command HELLO 1 \"arduino-cli 0.27.1\" to discovery builtin:mdns-discovery","time":"2022-10-04T19:52:21-05:00"}
{"level":"info","msg":"from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1","time":"2022-10-04T19:52:21-05:00"}
{"level":"info","msg":"sending command START_SYNC to discovery builtin:mdns-discovery","time":"2022-10-04T19:52:21-05:00"}
{"level":"info","msg":"from discovery builtin:mdns-discovery received message type: start_sync, message: OK","time":"2022-10-04T19:52:21-05:00"}

daemon INFO {"level":"info","msg":"started discovery builtin:serial-discovery process","time":"2022-10-04T19:52:21-05:00"}
{"level":"info","msg":"sending command HELLO 1 \"arduino-cli 0.27.1\" to discovery builtin:serial-discovery","time":"2022-10-04T19:52:21-05:00"}

daemon INFO {"level":"info","msg":"from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1","time":"2022-10-04T19:52:21-05:00"}
{"level":"info","msg":"sending command START_SYNC to discovery builtin:serial-discovery","time":"2022-10-04T19:52:21-05:00"}

daemon INFO {"level":"info","msg":"from discovery builtin:serial-discovery received message type: start_sync, message: OK","time":"2022-10-04T19:52:21-05:00"}

daemon INFO {"level":"info","msg":"from discovery builtin:serial-discovery received message type: add, port: /dev/ttyS0","time":"2022-10-04T19:52:21-05:00"}

discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyS0","label":"/dev/ttyS0","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[]}},"error":""}
root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 54241.2 ms [Finished 58.810 s after frontend start]
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: 55530.8 ms [Finished 58.831 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 <<< Nothing to restore.
app-state-change >>> new app state <initialized_layout was received from sender <1>. current window ID: 1
app-state-change <<< new app state is <initialized_layout> for window <1>
root INFO Initialize the workbench layout: 80.8 ms [Finished 58.998 s after frontend start]
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [e40d7910-dffd-4301-968b-3533ee294189] Waiting for backend deployment: 267.5 ms [Finished 59.085 s after frontend start]
root INFO ---- DURATION: getSketchesNew took 28.700 ms. Args: [{"uri":"file:///home/ed/Arduino"}] ----
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714) starting instance
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 ---- DURATION: getSketchesNew took 23.345 ms. Args: [{}] ----
root INFO Frontend application start: 56917.7 ms [Finished 63.222 s after backend start]
root INFO Replace loading indicator with ready workbench UI (animation): 880.2 ms [Finished 59.882 s after frontend start]
root INFO ---- DURATION: installed took 53.556 ms. Args: [{}] ----
root INFO Changed application state from 'initialized_layout' to 'ready'.
Checking for update
root INFO Executing startup tasks: []
Generated new staging user ID: 4039364e-434b-5d90-abc2-e66b5beda382
Update for version 2.0.0 is not available (latest version: 2.0.0, downgrade is allowed).
root ERROR ---- !!!SLOW!!! DURATION: search took 2410.357 ms. Args: [{"type":"Updatable"}] ----
root INFO [e40d7910-dffd-4301-968b-3533ee294189] Sync of 16 plugins: 2580.8 ms [Finished 61.666 s after frontend start]
root INFO [e40d7910-dffd-4301-968b-3533ee294189][marus25.cortex-debug]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][vscode.cpp]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][vscode.json]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][vscode.json-language-features]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
root INFO [e40d7910-dffd-4301-968b-3533ee294189] Load contributions of 16 plugins: 111.7 ms [Finished 61.778 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: search took 572.125 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
root INFO >>> Starting boards package installation...
discovery-log INFO stop
discovery-log INFO >>> Stopping boards watcher...
discovery-log INFO Canceling boards watcher...
discovery-log INFO disposing requesting cancel
discovery-log INFO disposing canceled
discovery-log INFO error received
discovery-log INFO cancel error received!
discovery-log INFO stop received event: either end or cancel
discovery-log INFO stop stopped
discovery-log INFO received end
daemon INFO {"level":"info","msg":"boards watcher stream closed","time":"2022-10-04T19:52:26-05:00"}

root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(cortex-debug@0.3.10 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-arduino-tools@0.0.2-beta.5 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(cpp@1.52.1 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(json@1.46.1 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(json-language-features@1.46.1 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-cs@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-de@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-es@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-fr@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-it@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-ja@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-nl@1.48.3 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-pt-BR@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-ru@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-tr@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): initializing(vscode-language-pack-zh-hans@1.69.0 with /tmp/.mount_arduinPPVTaa/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
root INFO [hosted-plugin: 21714] PLUGIN_HOST(21714): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinPPVTaa/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain)
root INFO [e40d7910-dffd-4301-968b-3533ee294189][marus25.cortex-debug]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][arduino.vscode-arduino-tools]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][vscode.cpp]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][vscode.json]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][vscode.json-language-features]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-cs]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-de]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-es]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-fr]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-it]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-ja]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-nl]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-ru]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-tr]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
root INFO [e40d7910-dffd-4301-968b-3533ee294189] Start of 16 plugins: 2999.1 ms [Finished 64.808 s after frontend start]
daemon INFO {"level":"info","msg":"Updating libraries index","time":"2022-10-04T19:52:31-05:00"}
{"level":"info","msg":"URL: https://downloads.arduino.cc/packages/package_index.tar.bz2","time":"2022-10-04T19:52:31-05:00"}
{"level":"info","msg":"Updating index","time":"2022-10-04T19:52:31-05: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 core-client-provider [platform-index]
root INFO core-client-provider [library-index]
root INFO core-client-provider [library-index]
daemon INFO {"level":"info","msg":"Loading hardware from: /home/ed/.arduino15/packages","time":"2022-10-04T19:52:53-05:00"}

daemon INFO {"level":"info","msg":"Loading package builtin from: /home/ed/.arduino15/packages/builtin","time":"2022-10-04T19:52:53-05:00"}
{"level":"info","msg":"Checking existence of 'tools' path: /home/ed/.arduino15/packages/builtin/tools","time":"2022-10-04T19:52:53-05:00"}
{"level":"info","msg":"Loading tools from dir: /home/ed/.arduino15/packages/builtin/tools","time":"2022-10-04T19:52:53-05:00"}
{"level":"info","msg":"Loaded tool","time":"2022-10-04T19:52:53-05:00","tool":{"version":"5.8-arduino11","systems":null}}
{"level":"info","msg":"Loaded tool","time":"2022-10-04T19:52:53-05:00","tool":{"version":"1.0.6","systems":null}}

daemon INFO {"level":"info","msg":"Loaded tool","time":"2022-10-04T19:52:53-05:00","tool":{"version":"1.3.2","systems":null}}
{"level":"info","msg":"Loaded tool","time":"2022-10-04T19:52:53-05:00","tool":{"version":"0.10.0","systems":null}}

daemon INFO {"index":"/home/ed/.arduino15/package_index.json","level":"info","msg":"Checking signature","signatureFile":"/home/ed/.arduino15/package_index.json.sig","time":"2022-10-04T19:52:53-05:00","trusted":true}

^CisTempSketch: true. Input was /tmp/.arduinoIDE-unsaved202294-21580-lkruh4.xi7lk/sketch_oct4a
Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved202294-21580-lkruh4.xi7lk/sketch_oct4a.
isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved202294-21580-lkruh4.xi7lk/sketch_oct4a
Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved202294-21580-lkruh4.xi7lk/sketch_oct4a.
app-state-change >>> new app state <closing_window was received from sender <1>. current window ID: 1
app-state-change <<< new app state is <closing_window> for window <1>
Stored workspaces roots: 
[21602:1004/195457.188765:ERROR:node_controller.cc(567)] Trying to re-add dropped peer 22F2629497E37B94.8CBE4E67BC4A5AAE
ed@ed-G41MT-S2PT:~/Arduino Install Point (2.0)$ 

OKAY!!!!

That worked with the command executed inside the IDE folder created by the extract/zip process.
The IDE opened and is downloading packages currently.

I am hoping this new install will get past the port problems/serial monitor issues I was
experiencing under 1.8.19 IDE.

So my question is do I have issues trying to install both the zip file and the AppImage file on my computer? Is there a way to undo the AppImage attempt, like with sudo remove apk or whatever that command consists of. Or can I just leave things as they are?

1 Like

You say it is working fine from the ZIP package, so there the answer is clearly "no".

It seems there is a problem with the AppImage. Unfortunately I didn't spot anything of interest in the output you shared. How long was the IDE running before you terminated the process with Ctrl+C? The logs don't have a timestamp for the end of the process.

Just delete the .AppImage file. There is no installation. It is just a single standalone file that contains the entire Arduino IDE installation.

1 Like

I never terminated the process. I came back to the terminal window and the prompt was sitting at the current directory as if either everything completed or aborted with no messaging.

Stored workspaces roots: 
[21602:1004/195457.188765:ERROR:node_controller.cc(567)] Trying to re-add dropped peer 22F2629497E37B94.8CBE4E67BC4A5AAE
ed@ed-G41MT-S2PT:~/Arduino Install Point (2.0)$ ls

I simply did a ls command and then installed again using the zip file.
edit 1-
interesting that there is no icon on my app bar identifying the IDE; just a red dot at bottom
indicating the app is currently open. ???

edit2-
In my Apps listing Arduino is not displaying. Is there a terminal command to link everything up
to my Desktop? Right now invoking the IDE from its folder is only option.

1 Like

I see now that the termination was caused by step (7) of my instructions above. There is an unfortunate duplication of uses of this keyboard shortcut both for terminating a process and for copying selected text. I formed a habit of using the alternative Ctrl+Insert shortcut so I never noticed this error in my instructions. I should have written Ctrl+Shift+C instead. Fortunately it seems you were able to copy the output despite my poor instructions.

Approximately how long after you started the IDE was that?

This bug is tracked by the Arduino IDE developers here:

If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.

Unfortunately I don't know a lot about this subject. Even though I do use the "Start" menu and "Quick Launch" on Windows, I never got into anything similar with my Linux machines. I generally just run the programs from the file manager or terminal.

There is some related work here:

The contributor didn't do the work required to package it with the Arduino IDE distribution, but you might be able to just grab files from the pull request itself. There is also some relevant discussion in the thread.

1 Like

It was just a couple minutes after entering the new IDE and returning to the terminal screen.

I appreciate your other input as well. I am closing this thread as SOLVED but have opened another regarding invalid Outbox Messaging Errors.

cheers...

2 Likes