arduino / arduino-ide

Arduino IDE 2.x
https://www.arduino.cc/en/software
GNU Affero General Public License v3.0
2.13k stars 361 forks source link

Arduino board continuously dis/reconnects in Ubuntu. #2137

Open aliphys opened 1 year ago

aliphys commented 1 year ago

Describe the problem

Arduino board continuously dis/reconnects in the IDE. I cannot upload any sketch.

To reproduce

  1. Open the AppImage IDE by running the ./arduino-ide_2.1.1_Linux_64bit.AppImage command in the directory
  2. Connect the Nano 33 BLE Sense
  3. The board constantly disconnects and reconnects as shown in this video Screencast from 2023-07-12 12:40:49.webm
  4. This is the console output that is constantly repeated
    2023-07-12T10:48:12.052Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""}
    2023-07-12T10:48:12.065Z root INFO Attached boards and available ports changed:
    2023-07-12T10:48:12.066Z root INFO  - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB)
    2023-07-12T10:48:12.066Z root INFO ------------------------------------------
    2023-07-12T10:48:12.082Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""}
    2023-07-12T10:48:12.084Z daemon INFO INFO[0007] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 

Expected behavior

I can select the board from the drop down list and upload to it.

Arduino IDE version

2.1.1

Operating system

Linux

Operating system version

Ubuntu 22.04

Additional context

Issue checklist

aliphys commented 1 year ago
Full Console Output ``` user@user-laptop:~/Downloads$ ./arduino-ide_2.1.1_Linux_64bit.AppImage Arduino IDE 2.1.1 Starting backend process. PID: 24413 libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [24436:0712/124802.772635:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process. Using browser-only version of superagent in non-browser environment Configuration directory URI: 'file:///home/user/.theia' Configuring to accept webviews on '^.+\.webview\..+$' hostname. 2023-07-12T10:48:04.043Z root INFO Backend Object.initialize: 5.8 ms [Finished 1.573 s after backend start] 2023-07-12T10:48:04.043Z root INFO Backend Object.configure: 4.9 ms [Finished 1.573 s after backend start] 2023-07-12T10:48:04.043Z root INFO Backend MessagingContribution.onStart: 1.7 ms [Finished 1.573 s after backend start] 2023-07-12T10:48:04.044Z root INFO Backend OSBackendApplicationContribution.configure: 0.5 ms [Finished 1.626 s after backend start] 2023-07-12T10:48:04.045Z root INFO Backend DefaultWorkspaceServer.onStart: 0.4 ms [Finished 1.626 s after backend start] 2023-07-12T10:48:04.046Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.2 ms [Finished 1.626 s after backend start] 2023-07-12T10:48:04.046Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 52.8 ms [Finished 1.626 s after backend start] 2023-07-12T10:48:04.046Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.4 ms [Finished 1.626 s after backend start] 2023-07-12T10:48:04.047Z root INFO Backend ElectronTokenBackendContribution.configure: 0.8 ms [Finished 1.627 s after backend start] 2023-07-12T10:48:04.048Z config INFO >>> Initializing CLI configuration... 2023-07-12T10:48:04.048Z root INFO Backend PluginDeployerContribution.initialize: 0.5 ms [Finished 1.627 s after backend start] 2023-07-12T10:48:04.048Z root INFO Backend ConfigServiceImpl.onStart: 0.9 ms [Finished 1.628 s after backend start] 2023-07-12T10:48:04.049Z config INFO Loading CLI configuration from /home/user/.arduinoIDE/arduino-cli.yaml... 2023-07-12T10:48:04.049Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.4 ms [Finished 1.629 s after backend start] 2023-07-12T10:48:04.049Z root INFO Backend ArduinoDaemonImpl.onStart: 0.9 ms [Finished 1.630 s after backend start] 2023-07-12T10:48:04.050Z root INFO Backend NodeFileUploadService.configure: 1.7 ms [Finished 1.630 s after backend start] 2023-07-12T10:48:04.050Z daemon INFO Starting daemon from /tmp/.mount_arduinyHzS6p/resources/app/node_modules/arduino-ide-extension/build/arduino-cli... 2023-07-12T10:48:04.050Z discovery-log INFO start 2023-07-12T10:48:04.050Z discovery-log INFO start new deferred 2023-07-12T10:48:04.050Z root INFO Backend HostedPluginLocalizationService.initialize: 0.5 ms [Finished 1.631 s after backend start] 2023-07-12T10:48:04.050Z root INFO Backend BoardDiscovery.onStart: 1.0 ms [Finished 1.631 s after backend start] 2023-07-12T10:48:04.050Z root INFO Backend FileDownloadEndpoint.configure: 0.8 ms [Finished 1.632 s after backend start] 2023-07-12T10:48:04.050Z root INFO Backend AuthenticationServiceImpl.onStart: 0.4 ms [Finished 1.633 s after backend start] 2023-07-12T10:48:04.050Z root INFO Backend PluginApiContribution.configure: 0.4 ms [Finished 1.633 s after backend start] 2023-07-12T10:48:04.051Z root INFO Backend HostedPluginReader.configure: 0.3 ms [Finished 1.633 s after backend start] 2023-07-12T10:48:04.051Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 1.634 s after backend start] 2023-07-12T10:48:04.051Z root INFO Backend PlotterBackendContribution.configure: 0.9 ms [Finished 1.635 s after backend start] 2023-07-12T10:48:04.053Z root INFO Theia app listening on http://localhost:43403. 2023-07-12T10:48:04.054Z root INFO Finished starting backend application: 3.8 ms [Finished 1.637 s after backend start] 2023-07-12T10:48:04.067Z root WARN The local plugin referenced by local-dir:/home/user/.arduinoIDE/plugins does not exist. 2023-07-12T10:48:04.067Z root WARN The local plugin referenced by local-dir:/home/user/.arduinoIDE/extensions does not exist. 2023-07-12T10:48:04.073Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"/home/user/.arduino15","downloads":"/home/user/.arduino15/staging","user":"/home/user/Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}} 2023-07-12T10:48:04.073Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model. 2023-07-12T10:48:04.073Z config INFO Loaded the CLI configuration. 2023-07-12T10:48:04.362Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.362Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines: 2023-07-12T10:48:04.362Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.362Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines: 2023-07-12T10:48:04.363Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.363Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines: 2023-07-12T10:48:04.363Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.363Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines: 2023-07-12T10:48:04.363Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.363Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines: 2023-07-12T10:48:04.363Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.363Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines: 2023-07-12T10:48:04.363Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.363Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines: 2023-07-12T10:48:04.363Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.363Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines: 2023-07-12T10:48:04.363Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.363Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines: 2023-07-12T10:48:04.364Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.364Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines: 2023-07-12T10:48:04.364Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.364Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines: 2023-07-12T10:48:04.364Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.364Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines: 2023-07-12T10:48:04.364Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.364Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines: 2023-07-12T10:48:04.364Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.364Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines: 2023-07-12T10:48:04.364Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.364Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines: 2023-07-12T10:48:04.364Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.364Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines: 2023-07-12T10:48:04.365Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.365Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines: 2023-07-12T10:48:04.365Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.365Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines: 2023-07-12T10:48:04.365Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.365Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines: 2023-07-12T10:48:04.365Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.365Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines: 2023-07-12T10:48:04.365Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path 2023-07-12T10:48:04.365Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines: 2023-07-12T10:48:04.366Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///home/user/.arduino15","sketchDirUri":"file:///home/user/Arduino","additionalUrls":[],"network":"none","locale":"en"} 2023-07-12T10:48:04.366Z config INFO Validating the CLI configuration... 2023-07-12T10:48:04.367Z config INFO The CLI config is valid. 2023-07-12T10:48:04.367Z config INFO <<< Initialized the CLI configuration. 2023-07-12T10:48:04.395Z daemon INFO INFO[0000] Using config file: /home/user/.arduinoIDE/arduino-cli.yaml INFO[0000] arduino-cli version 0.32.3 INFO[0000] Executing `arduino-cli daemon` 2023-07-12T10:48:04.417Z daemon INFO Daemon is now listening on 127.0.0.1:41465 {"IP":"127.0.0.1","Port":"41465"} 2023-07-12T10:48:04.417Z daemon INFO Daemon is running. 2023-07-12T10:48:04.442Z root INFO Resolve plugins list: 393.3 ms [Finished 2.025 s after backend start] 2023-07-12T10:48:04.460Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/cortex-debug/extension/dist/extension.js": 18.0 ms [Finished 2.043 s after backend start] 2023-07-12T10:48:04.461Z daemon INFO INFO[0000] Loading hardware from: /home/user/.arduino15/packages INFO[0000] Loading package arduino from: /home/user/.arduino15/packages/arduino/hardware 2023-07-12T10:48:04.464Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-arduino-tools/extension/dist/bundle": 3.2 ms [Finished 2.047 s after backend start] 2023-07-12T10:48:04.483Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-builtin-cpp/extension": 19.2 ms [Finished 2.066 s after backend start] 2023-07-12T10:48:04.483Z daemon INFO INFO[0000] Checking signature error="opening signature file: open /home/user/.arduino15/packages/arduino/hardware/avr/1.8.6/installed.json.sig: no such file or directory" index=/home/user/.arduino15/packages/arduino/hardware/avr/1.8.6/installed.json signatureFile=/home/user/.arduino15/packages/arduino/hardware/avr/1.8.6/installed.json.sig INFO[0000] Adding monitor tool protocol=serial tool="builtin:serial-monitor" INFO[0000] Loaded platform platform="arduino:avr@1.8.6" INFO[0000] Checking signature error="opening signature file: open /home/user/.arduino15/packages/arduino/hardware/mbed_nano/4.0.2/installed.json.sig: no such file or directory" index=/home/user/.arduino15/packages/arduino/hardware/mbed_nano/4.0.2/installed.json signatureFile=/home/user/.arduino15/packages/arduino/hardware/mbed_nano/4.0.2/installed.json.sig INFO[0000] Adding monitor tool protocol=serial tool="builtin:serial-monitor" INFO[0000] Loaded platform platform="arduino:mbed_nano@4.0.2" 2023-07-12T10:48:04.506Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-builtin-json/extension": 22.8 ms [Finished 2.089 s after backend start] 2023-07-12T10:48:04.510Z daemon INFO INFO[0000] Checking signature error="opening signature file: open /home/user/.arduino15/packages/arduino/hardware/mbed_portenta/4.0.2/installed.json.sig: no such file or directory" index=/home/user/.arduino15/packages/arduino/hardware/mbed_portenta/4.0.2/installed.json signatureFile=/home/user/.arduino15/packages/arduino/hardware/mbed_portenta/4.0.2/installed.json.sig INFO[0000] Adding monitor tool protocol=serial tool="builtin:serial-monitor" INFO[0000] Loaded platform platform="arduino:mbed_portenta@4.0.2" INFO[0000] Checking existence of 'tools' path: /home/user/.arduino15/packages/arduino/tools INFO[0000] Loading tools from dir: /home/user/.arduino15/packages/arduino/tools INFO[0000] Loaded tool tool="arduino:adb@32.0.0" INFO[0000] Loaded tool tool="arduino:arduinoOTA@1.3.0" INFO[0000] Loaded tool tool="arduino:arm-none-eabi-gcc@7-2017q4" INFO[0000] Loaded tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7" INFO[0000] Loaded tool tool="arduino:avrdude@6.3.0-arduino17" INFO[0000] Loaded tool tool="arduino:bossac@1.9.1-arduino2" INFO[0000] Loaded tool tool="arduino:dfu-util@0.10.0-arduino1" INFO[0000] Loaded tool tool="arduino:imgtool@1.8.0-arduino.2" INFO[0000] Loaded tool tool="arduino:openocd@0.11.0-arduino2" INFO[0000] Loaded tool tool="arduino:rp2040tools@1.0.6" INFO[0000] Loading package builtin from: /home/user/.arduino15/packages/builtin INFO[0000] Checking existence of 'tools' path: /home/user/.arduino15/packages/builtin/tools INFO[0000] Loading tools from dir: /home/user/.arduino15/packages/builtin/tools INFO[0000] Loaded tool tool="builtin:ctags@5.8-arduino11" INFO[0000] Loaded tool tool="builtin:dfu-discovery@0.1.2" INFO[0000] Loaded tool tool="builtin:mdns-discovery@1.0.9" INFO[0000] Loaded tool tool="builtin:serial-discovery@1.4.0" INFO[0000] Loaded tool tool="builtin:serial-monitor@0.13.0" INFO[0000] Checking signature index=/home/user/.arduino15/package_index.json signatureFile=/home/user/.arduino15/package_index.json.sig trusted=true 2023-07-12T10:48:04.510Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain": 4.5 ms [Finished 2.094 s after backend start] 2023-07-12T10:48:04.512Z daemon INFO INFO[0000] Adding libraries dir dir=/home/user/.arduino15/packages/arduino/hardware/mbed_nano/4.0.2/libraries location=platform 2023-07-12T10:48:04.512Z daemon INFO INFO[0000] Adding libraries dir dir=/home/user/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries location=platform INFO[0000] Adding libraries dir dir=/home/user/.arduino15/packages/arduino/hardware/mbed_portenta/4.0.2/libraries location=platform INFO[0000] Loading libraries index file index=/home/user/.arduino15/library_index.json 2023-07-12T10:48:04.781Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-bg/extension": 271.2 ms [Finished 2.365 s after backend start] 2023-07-12T10:48:04.784Z daemon INFO INFO[0000] Adding libraries dir dir=/home/user/.arduino15/libraries location=ide INFO[0000] Adding libraries dir dir=/home/user/Arduino/libraries location=user 2023-07-12T10:48:04.787Z discovery-log INFO start request start watch 2023-07-12T10:48:04.787Z discovery-log INFO start requested start watch 2023-07-12T10:48:04.787Z discovery-log INFO start resolved watching 2023-07-12T10:48:04.888Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-cs/extension": 106.8 ms [Finished 2.472 s after backend start] 2023-07-12T10:48:04.891Z daemon INFO INFO[0000] starting discovery builtin:mdns-discovery process INFO[0000] starting discovery builtin:serial-discovery process INFO[0000] started discovery builtin:mdns-discovery process INFO[0000] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:mdns-discovery INFO[0000] started discovery builtin:serial-discovery process INFO[0000] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:serial-discovery INFO[0000] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1 INFO[0000] sending command START_SYNC to discovery builtin:serial-discovery INFO[0000] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1 INFO[0000] sending command START_SYNC to discovery builtin:mdns-discovery INFO[0000] from discovery builtin:mdns-discovery received message type: start_sync, message: OK INFO[0000] from discovery builtin:serial-discovery received message type: start_sync, message: OK INFO[0000] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:04.894Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:05.016Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-de/extension": 127.9 ms [Finished 2.600 s after backend start] 2023-07-12T10:48:05.016Z daemon INFO INFO[0000] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:05.017Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:05.106Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-es/extension": 90.0 ms [Finished 2.690 s after backend start] 2023-07-12T10:48:05.165Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-fr/extension": 58.9 ms [Finished 2.749 s after backend start] 2023-07-12T10:48:05.219Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-hu/extension": 53.3 ms [Finished 2.802 s after backend start] 2023-07-12T10:48:05.268Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-it/extension": 49.2 ms [Finished 2.851 s after backend start] 2023-07-12T10:48:05.320Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-ja/extension": 51.8 ms [Finished 2.903 s after backend start] 2023-07-12T10:48:05.380Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-ko/extension": 60.2 ms [Finished 2.963 s after backend start] 2023-07-12T10:48:05.380Z daemon INFO INFO[0001] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:05.381Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:05.436Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-nl/extension": 56.3 ms [Finished 3.020 s after backend start] 2023-07-12T10:48:05.441Z daemon INFO INFO[0001] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:05.442Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:05.536Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-pl/extension": 99.8 ms [Finished 3.119 s after backend start] 2023-07-12T10:48:05.618Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-pt-BR/extension": 81.7 ms [Finished 3.201 s after backend start] 2023-07-12T10:48:05.697Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-ru/extension": 79.3 ms [Finished 3.281 s after backend start] 2023-07-12T10:48:05.756Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-tr/extension": 58.5 ms [Finished 3.339 s after backend start] 2023-07-12T10:48:05.789Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-uk/extension": 33.5 ms [Finished 3.373 s after backend start] 2023-07-12T10:48:05.845Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-language-pack-zh-hans/extension": 50.7 ms [Finished 3.423 s after backend start] 2023-07-12T10:48:05.846Z root INFO Deploy plugins list: 393.3 ms [Finished 3.429 s after backend start] 2023-07-12T10:48:05.874Z daemon INFO INFO[0001] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:05.875Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:05.919Z daemon INFO INFO[0001] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:05.921Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} Opening channel for service path '/services/electron-window-ext'. Opening channel for service path '/services/electron-window'. 2023-07-12T10:48:06.386Z daemon INFO INFO[0002] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:06.387Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:06.432Z daemon INFO INFO[0002] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:06.433Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} Opening channel for service path '/services/ide-updater'. 2023-07-12T10:48:06.726Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 256.7 ms [Finished 2.357 s after frontend start] 2023-07-12T10:48:06.908Z daemon INFO INFO[0002] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:06.910Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:06.916Z root INFO Start frontend contributions: 556.6 ms [Finished 2.525 s after frontend start] 2023-07-12T10:48:06.916Z root INFO Changed application state from 'init' to 'started_contributions'. 2023-07-12T10:48:06.933Z root INFO Changed application state from 'started_contributions' to 'attached_shell'. 2023-07-12T10:48:06.934Z root INFO >>> Restoring the layout state... 2023-07-12T10:48:06.934Z root INFO <<< Nothing to restore. 2023-07-12T10:48:06.945Z daemon INFO INFO[0002] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:06.947Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:06.997Z root INFO Initialize the workbench layout: 50.7 ms [Finished 2.638 s after frontend start] 2023-07-12T10:48:07.025Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'. 2023-07-12T10:48:07.042Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059] Waiting for backend deployment: 176.2 ms [Finished 2.695 s after frontend start] 2023-07-12T10:48:07.193Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:07.193Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:07.193Z root INFO ------------------------------------------ 2023-07-12T10:48:07.195Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:07.196Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:07.196Z root INFO ------------------------------------------ 2023-07-12T10:48:07.673Z daemon INFO INFO[0003] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 INFO[0003] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:07.675Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:07.676Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:07.676Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611) starting instance 2023-07-12T10:48:07.949Z daemon INFO INFO[0003] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:07.950Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:07.968Z daemon INFO INFO[0003] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:07.970Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:08.152Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059] Sync of 21 plugins: 1074.7 ms [Finished 3.770 s after frontend start] 2023-07-12T10:48:08.154Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][marus25.cortex-debug]: Loaded contributions. 2023-07-12T10:48:08.156Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][arduino.vscode-arduino-tools]: Loaded contributions. 2023-07-12T10:48:08.156Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][vscode.cpp]: Loaded contributions. 2023-07-12T10:48:08.156Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][vscode.json]: Loaded contributions. 2023-07-12T10:48:08.156Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][vscode.json-language-features]: Loaded contributions. 2023-07-12T10:48:08.156Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-bg]: Loaded contributions. 2023-07-12T10:48:08.156Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-cs]: Loaded contributions. 2023-07-12T10:48:08.156Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-de]: Loaded contributions. 2023-07-12T10:48:08.156Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-es]: Loaded contributions. 2023-07-12T10:48:08.156Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-fr]: Loaded contributions. 2023-07-12T10:48:08.157Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-hu]: Loaded contributions. 2023-07-12T10:48:08.157Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-it]: Loaded contributions. 2023-07-12T10:48:08.157Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-ja]: Loaded contributions. 2023-07-12T10:48:08.157Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-ko]: Loaded contributions. 2023-07-12T10:48:08.159Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-nl]: Loaded contributions. 2023-07-12T10:48:08.159Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-pl]: Loaded contributions. 2023-07-12T10:48:08.159Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions. 2023-07-12T10:48:08.159Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-ru]: Loaded contributions. 2023-07-12T10:48:08.159Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-tr]: Loaded contributions. 2023-07-12T10:48:08.160Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-uk]: Loaded contributions. 2023-07-12T10:48:08.160Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions. 2023-07-12T10:48:08.160Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059] Load contributions of 21 plugins: 34.4 ms [Finished 3.804 s after frontend start] 2023-07-12T10:48:08.173Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:08.173Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:08.174Z root INFO ------------------------------------------ 2023-07-12T10:48:08.177Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:08.177Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:08.177Z root INFO ------------------------------------------ 2023-07-12T10:48:08.362Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:08.362Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:08.362Z root INFO ------------------------------------------ 2023-07-12T10:48:08.365Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:08.365Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:08.365Z root INFO ------------------------------------------ 2023-07-12T10:48:08.434Z daemon INFO INFO[0004] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:08.435Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:08.481Z daemon INFO INFO[0004] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:08.481Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:08.836Z root INFO Frontend application start: 2114.6 ms [Finished 6.395 s after backend start] 2023-07-12T10:48:08.842Z root INFO Replace loading indicator with ready workbench UI (animation): 1375.7 ms [Finished 4.027 s after frontend start] 2023-07-12T10:48:08.842Z root INFO Changed application state from 'initialized_layout' to 'ready'. 2023-07-12T10:48:08.843Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled" 2023-07-12T10:48:08.843Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope 2023-07-12T10:48:08.843Z root WARN a registered grammar configuration for 'cpp' language is overridden 2023-07-12T10:48:08.950Z daemon INFO INFO[0004] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:08.951Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:08.993Z daemon INFO INFO[0004] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:08.994Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} Checking for update 2023-07-12T10:48:09.159Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:09.159Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:09.159Z root INFO ------------------------------------------ 2023-07-12T10:48:09.163Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:09.163Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:09.163Z root INFO ------------------------------------------ 2023-07-12T10:48:09.362Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:09.363Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:09.363Z root INFO ------------------------------------------ 2023-07-12T10:48:09.365Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:09.365Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:09.365Z root INFO ------------------------------------------ 2023-07-12T10:48:09.479Z daemon INFO INFO[0005] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:09.480Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:09.506Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:09.507Z daemon INFO INFO[0005] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 Update for version 2.1.1 is not available (latest version: 2.1.1, downgrade is allowed). 2023-07-12T10:48:09.776Z root ERROR ---- !!!SLOW!!! DURATION: search took 405.494 ms. Args: [{"type":"Updatable"}] ---- 2023-07-12T10:48:09.907Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:09.907Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:09.908Z root INFO ------------------------------------------ 2023-07-12T10:48:09.910Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:09.910Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:09.910Z root INFO ------------------------------------------ 2023-07-12T10:48:09.974Z daemon INFO INFO[0005] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:09.975Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:10.017Z daemon INFO INFO[0005] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:10.018Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:10.136Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:10.136Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:10.136Z root INFO ------------------------------------------ 2023-07-12T10:48:10.138Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): PluginManagerExtImpl/init() PLUGIN_HOST(24611): initializing(cortex-debug@1.5.1 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.143Z root INFO [hosted-plugin: 24611] Debugger contribution has been registered: cortex-debug 2023-07-12T10:48:10.145Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): initializing(vscode-arduino-tools@0.0.2-beta.8 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.146Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): initializing(cpp@1.52.1 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.146Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): initializing(json@1.46.1 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.147Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): initializing(json-language-features@1.46.1 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.148Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): initializing(vscode-language-pack-bg@1.48.3 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.149Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): initializing(vscode-language-pack-cs@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.150Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): initializing(vscode-language-pack-de@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.155Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:10.156Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:10.156Z root INFO ------------------------------------------ 2023-07-12T10:48:10.157Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): initializing(vscode-language-pack-es@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-fr@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-hu@1.48.3 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-it@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-ja@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-ko@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-nl@1.48.3 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-pl@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.169Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): initializing(vscode-language-pack-pt-BR@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-ru@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-tr@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-uk@1.48.3 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) PLUGIN_HOST(24611): initializing(vscode-language-pack-zh-hans@1.53.2 with /tmp/.mount_arduinyHzS6p/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-12T10:48:10.295Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinyHzS6p/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain) 2023-07-12T10:48:10.357Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][marus25.cortex-debug]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][arduino.vscode-arduino-tools]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][vscode.cpp]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][vscode.json]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][vscode.json-language-features]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-bg]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-cs]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-de]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-es]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-fr]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-hu]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-it]: Started plugin. 2023-07-12T10:48:10.360Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-ja]: Started plugin. 2023-07-12T10:48:10.361Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-ko]: Started plugin. 2023-07-12T10:48:10.361Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-nl]: Started plugin. 2023-07-12T10:48:10.361Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-pl]: Started plugin. 2023-07-12T10:48:10.361Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-pt-br]: Started plugin. 2023-07-12T10:48:10.361Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-ru]: Started plugin. 2023-07-12T10:48:10.361Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-tr]: Started plugin. 2023-07-12T10:48:10.361Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-uk]: Started plugin. 2023-07-12T10:48:10.361Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin. 2023-07-12T10:48:10.383Z root INFO [hosted-plugin: 24611] PLUGIN_HOST(24611): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinyHzS6p/resources/app/plugins/cortex-debug/extension/dist/extension.js) 2023-07-12T10:48:10.420Z root INFO [hosted-plugin: 24611] Debug configuration provider has been registered: cortex-debug, trigger: 1 2023-07-12T10:48:10.422Z root INFO [hosted-plugin: 24611] GDB server console created 2023-07-12T10:48:10.434Z root INFO [dd665c67-34d9-4e64-bf14-5279921e1059] Start of 21 plugins: 2264.4 ms [Finished 6.088 s after frontend start] 2023-07-12T10:48:10.514Z daemon INFO INFO[0006] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:10.515Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:10.519Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:10.519Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:10.519Z root INFO ------------------------------------------ 2023-07-12T10:48:10.529Z daemon INFO INFO[0006] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:10.530Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:10.615Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:10.616Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:10.616Z root INFO ------------------------------------------ 2023-07-12T10:48:11.005Z daemon INFO INFO[0006] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:11.008Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:11.017Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:11.017Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:11.021Z root INFO ------------------------------------------ 2023-07-12T10:48:11.053Z daemon INFO INFO[0006] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:11.055Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:11.155Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:11.155Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:11.155Z root INFO ------------------------------------------ 2023-07-12T10:48:11.536Z daemon INFO INFO[0007] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:11.538Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:11.560Z daemon INFO INFO[0007] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:11.566Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:11.571Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:11.572Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:11.572Z root INFO ------------------------------------------ 2023-07-12T10:48:11.594Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:11.595Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:11.596Z root INFO ------------------------------------------ 2023-07-12T10:48:12.050Z daemon INFO INFO[0007] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:12.052Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:12.065Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:12.066Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:12.066Z root INFO ------------------------------------------ 2023-07-12T10:48:12.082Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:12.084Z daemon INFO INFO[0007] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:12.199Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:12.200Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:12.200Z root INFO ------------------------------------------ 2023-07-12T10:48:12.542Z daemon INFO INFO[0008] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:12.544Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:12.554Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:12.554Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:12.554Z root INFO ------------------------------------------ 2023-07-12T10:48:12.579Z daemon INFO INFO[0008] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:12.579Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:12.614Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:12.614Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:12.614Z root INFO ------------------------------------------ 2023-07-12T10:48:13.049Z daemon INFO INFO[0008] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:13.051Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:13.057Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:13.058Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:13.058Z root INFO ------------------------------------------ 2023-07-12T10:48:13.091Z daemon INFO INFO[0008] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:13.092Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:13.145Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:13.145Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:13.146Z root INFO ------------------------------------------ 2023-07-12T10:48:13.564Z daemon INFO INFO[0009] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:13.567Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:13.576Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:13.576Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:13.576Z root INFO ------------------------------------------ 2023-07-12T10:48:13.604Z daemon INFO INFO[0009] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:13.604Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-12T10:48:13.670Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:13.670Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:13.670Z root INFO ------------------------------------------ ^CisTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2023612-24413-pffb9x.3bsv/sketch_jul12a Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved2023612-24413-pffb9x.3bsv/sketch_jul12a. 2023-07-12T10:48:14.083Z daemon INFO INFO[0009] from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0 2023-07-12T10:48:14.085Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-12T10:48:14.095Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:14.095Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:14.096Z root INFO ------------------------------------------ 2023-07-12T10:48:14.116Z daemon INFO INFO[0009] from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0 2023-07-12T10:48:14.117Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2023612-24413-pffb9x.3bsv/sketch_jul12a Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved2023612-24413-pffb9x.3bsv/sketch_jul12a. 2023-07-12T10:48:14.262Z root INFO Attached boards and available ports changed: 2023-07-12T10:48:14.262Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-12T10:48:14.262Z root INFO ------------------------------------------ Closing channel on service path '/services/electron-window-ext'. Closing channel on service path '/services/electron-window'. Closing channel on service path '/services/ide-updater'. Stored workspaces roots: No sketches were scheduled for deletion. ```
aliphys commented 1 year ago

Related Github issues:

Related Arduino Forum Posts:

kittaakos commented 12 months ago

Great bug report, @aliphys 🙏

This issue is related to https://github.com/arduino/arduino-ide/issues/1319.

Arduino board continuously dis/reconnects

Does it happen in your local env? If yes, please help investigate it if you have the capacity.

  1. The nightly build contains an important bug fix (arduino/arduino-ide#2101). If you download and start the nightly with the --log-level debug flags as described here (with the macOS way), it will produce a correct log file. If you can reproduce the bug in IDE2, please quit the app, and share the most recent log file. The log files are at ~/.config/Arduino IDE/ on Linux.

  2. We can use the Arduino CLI bundled inside the IDE2 to verify what is discovered. The Arduino CLI is at /path/to/Arduino IDE/resources/app/node_modules/arduino-ide-extension/build/arduino-cli on Linux. It's inside the app, so you might need the ZIP build artifact. Please verify the version first with the ./arduino-cli version command. It must be 0.33.1. Then if you run the ./arduino-cli board list --watch --format json command and attach the Arduino board, the CLI will produce JSON output to the console. The command is in watch mode, so if you attach/detach boards, it will update the terminal output. Please share the JSON output with us.

Please do not hesitate to ask if you need details on the instructions.

Thank you!


Update:

This issue is related to #1319.

I see it's already noted in https://github.com/arduino/arduino-ide/issues/2137#issuecomment-1632304097.

aliphys commented 12 months ago

Hello @kittaakos :wave:

I have followed your two points and documented the outcome:


The nightly build contains an important bug fix (https://github.com/arduino/arduino-ide/pull/2101). If you download and start the nightly with the --log-level debug flags as described https://github.com/arduino/arduino-ide/issues/2100#issuecomment-1594818955 (with the macOS way), it will produce a correct log file. If you can reproduce the bug in IDE2, please quit the app, and share the most recent log file. The log files are at ~/.config/Arduino IDE/ on Linux.

I unzipped the arduino-ide_nightly-20230713_Linux_64bit nightly build and ran the command ./arduino-IDE --log-level debug. This is the initial output when the IDE starts up.

Terminal Output Upon IDE Startup ``` user@user-laptop:~/Downloads/arduino-ide_nightly-20230713_Linux_64bit$ ./arduino-ide --log-level debug Arduino IDE 2.1.2-nightly-20230713 Starting backend process. PID: 45970 libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) Using browser-only version of superagent in non-browser environment Configuration directory URI: 'file:///home/user/.arduinoIDE' Configuring to accept webviews on '^.+\.webview\..+$' hostname. 2023-07-14T03:18:51.069Z root INFO Backend Object.initialize: 12.2 ms [Finished 1.520 s after backend start] 2023-07-14T03:18:51.070Z root INFO Backend Object.configure: 9.3 ms [Finished 1.520 s after backend start] 2023-07-14T03:18:51.070Z root INFO Backend MessagingContribution.onStart: 3.7 ms [Finished 1.520 s after backend start] 2023-07-14T03:18:51.071Z root INFO Backend OSBackendApplicationContribution.configure: 0.9 ms [Finished 1.595 s after backend start] 2023-07-14T03:18:51.073Z root INFO Backend DefaultWorkspaceServer.onStart: 0.8 ms [Finished 1.595 s after backend start] 2023-07-14T03:18:51.075Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.3 ms [Finished 1.596 s after backend start] 2023-07-14T03:18:51.076Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 75.3 ms [Finished 1.596 s after backend start] 2023-07-14T03:18:51.077Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.6 ms [Finished 1.596 s after backend start] 2023-07-14T03:18:51.078Z root DEBUG Starting the deployer with the list of resolvers [ LocalDirectoryPluginDeployerResolverWithFallback {}, GithubPluginDeployerResolver { unpackedFolder: '/tmp/github-remote', request: ElectronBackendRequestService {} }, HttpPluginDeployerResolver { unpackedFolder: '/tmp/http-remote', request: ElectronBackendRequestService {} }, LocalVSIXFilePluginDeployerResolver { environment: PluginVSCodeEnvironment { environments: [EnvVariablesServer] } } ] 2023-07-14T03:18:51.081Z root INFO Backend ElectronTokenBackendContribution.configure: 1.8 ms [Finished 1.598 s after backend start] 2023-07-14T03:18:51.097Z config INFO >>> Initializing CLI configuration... 2023-07-14T03:18:51.097Z root INFO Backend PluginDeployerContribution.initialize: 1.1 ms [Finished 1.599 s after backend start] 2023-07-14T03:18:51.098Z root INFO Backend ConfigServiceImpl.onStart: 1.9 ms [Finished 1.600 s after backend start] 2023-07-14T03:18:51.100Z config INFO Loading CLI configuration from /home/user/.arduinoIDE/arduino-cli.yaml... 2023-07-14T03:18:51.100Z root DEBUG Found the list of default plugins ID on env: local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins 2023-07-14T03:18:51.100Z root DEBUG Found the list of plugins ID on env: local-dir:/home/user/.arduinoIDE/plugins 2023-07-14T03:18:51.100Z root DEBUG Found the list of default plugins ID from CLI: undefined 2023-07-14T03:18:51.101Z daemon INFO Starting daemon from /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/arduino-ide-extension/build/arduino-cli... 2023-07-14T03:18:51.101Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 1.0 ms [Finished 1.603 s after backend start] 2023-07-14T03:18:51.102Z root DEBUG HTTP file upload URL path: /file-upload 2023-07-14T03:18:51.102Z root DEBUG Backend file upload cache path: /tmp/theia_upload 2023-07-14T03:18:51.102Z root INFO Backend ArduinoDaemonImpl.onStart: 2.0 ms [Finished 1.604 s after backend start] 2023-07-14T03:18:51.102Z root INFO Backend NodeFileUploadService.configure: 3.8 ms [Finished 1.604 s after backend start] 2023-07-14T03:18:51.102Z discovery-log INFO start 2023-07-14T03:18:51.102Z discovery-log INFO start new deferred 2023-07-14T03:18:51.103Z root INFO Backend HostedPluginLocalizationService.initialize: 4.3 ms [Finished 1.609 s after backend start] 2023-07-14T03:18:51.103Z root INFO Backend BoardDiscovery.onStart: 19.9 ms [Finished 1.625 s after backend start] 2023-07-14T03:18:51.103Z root INFO Backend FileDownloadEndpoint.configure: 16.3 ms [Finished 1.625 s after backend start] 2023-07-14T03:18:51.103Z root INFO Backend AuthenticationServiceImpl.onStart: 1.6 ms [Finished 1.629 s after backend start] 2023-07-14T03:18:51.103Z root INFO Backend PluginApiContribution.configure: 1.3 ms [Finished 1.629 s after backend start] 2023-07-14T03:18:51.104Z root INFO Backend HostedPluginReader.configure: 0.6 ms [Finished 1.630 s after backend start] 2023-07-14T03:18:51.104Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 1.631 s after backend start] 2023-07-14T03:18:51.105Z root INFO Backend PlotterBackendContribution.configure: 0.8 ms [Finished 1.632 s after backend start] 2023-07-14T03:18:51.109Z root INFO Theia app listening on http://localhost:44155. 2023-07-14T03:18:51.110Z root INFO Finished starting backend application: 6.7 ms [Finished 1.636 s after backend start] 2023-07-14T03:18:51.112Z root WARN The local plugin referenced by local-dir:/home/user/.arduinoIDE/plugins does not exist. 2023-07-14T03:18:51.113Z root WARN The local plugin referenced by local-dir:/home/user/.arduinoIDE/extensions does not exist. 2023-07-14T03:18:51.135Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/cortex-debug 2023-07-14T03:18:51.135Z root DEBUG Resolving "cortex-debug" as a VS Code extension... 2023-07-14T03:18:51.135Z root DEBUG Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines: { vscode: '>=1.63.0' } 2023-07-14T03:18:51.136Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-api 2023-07-14T03:18:51.136Z root DEBUG Resolving "vscode-arduino-api" as a VS Code extension... 2023-07-14T03:18:51.136Z root DEBUG Resolved "vscode-arduino-api" to a VS Code extension "vscode-arduino-api@0.1.2" with engines: { vscode: '^1.78.0', node: '>=16.14.0' } 2023-07-14T03:18:51.136Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-tools 2023-07-14T03:18:51.136Z root DEBUG Resolving "vscode-arduino-tools" as a VS Code extension... 2023-07-14T03:18:51.136Z root DEBUG Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines: { vscode: '^1.46.0' } 2023-07-14T03:18:51.137Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-cpp 2023-07-14T03:18:51.137Z root DEBUG Resolving "vscode-builtin-cpp" as a VS Code extension... 2023-07-14T03:18:51.137Z root DEBUG Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines: { vscode: '*' } 2023-07-14T03:18:51.137Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json 2023-07-14T03:18:51.137Z root DEBUG Resolving "vscode-builtin-json" as a VS Code extension... 2023-07-14T03:18:51.137Z root DEBUG Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines: { vscode: '0.10.x' } 2023-07-14T03:18:51.138Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json-language-features 2023-07-14T03:18:51.138Z root DEBUG Resolving "vscode-builtin-json-language-features" as a VS Code extension... 2023-07-14T03:18:51.138Z root DEBUG Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines: { vscode: '0.10.x' } 2023-07-14T03:18:51.138Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-bg 2023-07-14T03:18:51.138Z root DEBUG Resolving "vscode-language-pack-bg" as a VS Code extension... 2023-07-14T03:18:51.138Z root DEBUG Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines: { vscode: '^1.48.0' } 2023-07-14T03:18:51.138Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-cs 2023-07-14T03:18:51.139Z root DEBUG Resolving "vscode-language-pack-cs" as a VS Code extension... 2023-07-14T03:18:51.139Z root DEBUG Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.139Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-de 2023-07-14T03:18:51.139Z root DEBUG Resolving "vscode-language-pack-de" as a VS Code extension... 2023-07-14T03:18:51.139Z root DEBUG Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.139Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-es 2023-07-14T03:18:51.140Z root DEBUG Resolving "vscode-language-pack-es" as a VS Code extension... 2023-07-14T03:18:51.140Z root DEBUG Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.140Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-fr 2023-07-14T03:18:51.140Z root DEBUG Resolving "vscode-language-pack-fr" as a VS Code extension... 2023-07-14T03:18:51.140Z root DEBUG Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.141Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-hu 2023-07-14T03:18:51.141Z root DEBUG Resolving "vscode-language-pack-hu" as a VS Code extension... 2023-07-14T03:18:51.141Z root DEBUG Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines: { vscode: '^1.48.0' } 2023-07-14T03:18:51.141Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-it 2023-07-14T03:18:51.141Z root DEBUG Resolving "vscode-language-pack-it" as a VS Code extension... 2023-07-14T03:18:51.141Z root DEBUG Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.142Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ja 2023-07-14T03:18:51.142Z root DEBUG Resolving "vscode-language-pack-ja" as a VS Code extension... 2023-07-14T03:18:51.142Z root DEBUG Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.142Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ko 2023-07-14T03:18:51.142Z root DEBUG Resolving "vscode-language-pack-ko" as a VS Code extension... 2023-07-14T03:18:51.142Z root DEBUG Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.143Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-nl 2023-07-14T03:18:51.143Z root DEBUG Resolving "vscode-language-pack-nl" as a VS Code extension... 2023-07-14T03:18:51.143Z root DEBUG Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines: { vscode: '^1.48.0' } 2023-07-14T03:18:51.143Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pl 2023-07-14T03:18:51.144Z root DEBUG Resolving "vscode-language-pack-pl" as a VS Code extension... 2023-07-14T03:18:51.144Z root DEBUG Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.144Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pt-BR 2023-07-14T03:18:51.144Z root DEBUG Resolving "vscode-language-pack-pt-BR" as a VS Code extension... 2023-07-14T03:18:51.144Z root DEBUG Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.145Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ru 2023-07-14T03:18:51.145Z root DEBUG Resolving "vscode-language-pack-ru" as a VS Code extension... 2023-07-14T03:18:51.145Z root DEBUG Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.145Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-tr 2023-07-14T03:18:51.145Z root DEBUG Resolving "vscode-language-pack-tr" as a VS Code extension... 2023-07-14T03:18:51.145Z root DEBUG Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.146Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-uk 2023-07-14T03:18:51.146Z root DEBUG Resolving "vscode-language-pack-uk" as a VS Code extension... 2023-07-14T03:18:51.146Z root DEBUG Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines: { vscode: '^1.48.0' } 2023-07-14T03:18:51.146Z root DEBUG PluginTheiaDirectoryHandler: accepting plugin with path /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-zh-hans 2023-07-14T03:18:51.146Z root DEBUG Resolving "vscode-language-pack-zh-hans" as a VS Code extension... 2023-07-14T03:18:51.146Z root DEBUG Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.70.0" with engines: { vscode: '^1.70.0' } 2023-07-14T03:18:51.154Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"/home/user/.arduino15","downloads":"/home/user/.arduino15/staging","user":"/home/user/Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}} 2023-07-14T03:18:51.154Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model. 2023-07-14T03:18:51.155Z config INFO Loaded the CLI configuration. 2023-07-14T03:18:51.172Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///home/user/.arduino15","sketchDirUri":"file:///home/user/Arduino","additionalUrls":[],"network":"none","locale":"en"} 2023-07-14T03:18:51.172Z config INFO Validating the CLI configuration... 2023-07-14T03:18:51.178Z config INFO The CLI config is valid. 2023-07-14T03:18:51.178Z config INFO <<< Initialized the CLI configuration. 2023-07-14T03:18:51.209Z daemon INFO time="2023-07-14T05:18:51+02:00" level=info msg="Using config file: /home/user/.arduinoIDE/arduino-cli.yaml" time="2023-07-14T05:18:51+02:00" level=info msg="arduino-cli version 0.33.1" time="2023-07-14T05:18:51+02:00" level=info msg="Executing `arduino-cli daemon`" Daemon is now listening on 127.0.0.1:40469 {"IP":"127.0.0.1","Port":"40469"} 2023-07-14T03:18:51.209Z daemon INFO Daemon is running. 2023-07-14T03:18:51.276Z root INFO Resolve plugins list: 176.5 ms [Finished 1.802 s after backend start] 2023-07-14T03:18:51.276Z root DEBUG the accepted plugins are [] 2023-07-14T03:18:51.277Z root DEBUG the acceptedFrontendPlugins plugins are [] 2023-07-14T03:18:51.277Z root DEBUG the acceptedBackendPlugins plugins are [ PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'cortex-debug', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/cortex-debug/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/cortex-debug', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/cortex-debug' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-arduino-api', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-api/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-api', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-api' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-arduino-tools', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-tools/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-tools', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-tools' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-builtin-cpp', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-cpp/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-cpp', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-cpp' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-builtin-json', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-builtin-json-language-features', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json-language-features/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json-language-features', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json-language-features' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-bg', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-bg/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-bg', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-bg' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-cs', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-cs/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-cs', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-cs' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-de', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-de/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-de', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-de' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-es', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-es/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-es', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-es' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-fr', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-fr/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-fr', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-fr' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-hu', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-hu/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-hu', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-hu' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-it', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-it/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-it', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-it' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-ja', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ja/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ja', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ja' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-ko', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ko/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ko', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ko' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-nl', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-nl/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-nl', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-nl' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-pl', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pl/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pl', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pl' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-pt-BR', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pt-BR/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pt-BR', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pt-BR' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-ru', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ru/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ru', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ru' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-tr', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-tr/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-tr', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-tr' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-uk', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-uk/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-uk', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-uk' }, PluginDeployerEntryImpl { originId: 'local-dir:/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins', pluginId: 'vscode-language-pack-zh-hans', _type: 0, map: Map(1) { 'package.json' => [Object] }, changes: [ 'PluginVsCodeDirectoryHandler' ], acceptedTypes: [ 1 ], currentPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-zh-hans/extension', initPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-zh-hans', resolved: true, resolvedByName: 'LocalDirectoryPluginDeployerResolverWithFallback', _rootPath: '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-zh-hans' } ] 2023-07-14T03:18:51.283Z root DEBUG local path to deploy on remote instance [ '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/cortex-debug/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-api/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-tools/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-cpp/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json-language-features/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-bg/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-cs/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-de/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-es/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-fr/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-hu/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-it/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ja/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ko/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-nl/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pl/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pt-BR/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ru/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-tr/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-uk/extension', '/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-zh-hans/extension' ] 2023-07-14T03:18:51.296Z root DEBUG Deployed backend plugin "marus25.cortex-debug@1.5.1" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/cortex-debug/extension/dist/extension.js": 19.3 ms [Finished 1.822 s after backend start] 2023-07-14T03:18:51.296Z daemon INFO time="2023-07-14T05:18:51+02:00" level=info msg="Checking signature" index=/home/user/.arduino15/package_index.json signatureFile=/home/user/.arduino15/package_index.json.sig trusted=true time="2023-07-14T05:18:51+02:00" level=info msg="Loading hardware from: /home/user/.arduino15/packages" time="2023-07-14T05:18:51+02:00" level=info msg="Loading package arduino from: /home/user/.arduino15/packages/arduino/hardware" time="2023-07-14T05:18:51+02:00" level=info msg="Missing signature file" index=/home/user/.arduino15/packages/arduino/hardware/avr/1.8.6/installed.json 2023-07-14T03:18:51.298Z root DEBUG Deployed backend plugin "dankeboy36.vscode-arduino-api@0.1.2" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-api/extension/dist/extension.js": 2.0 ms [Finished 1.825 s after backend start] 2023-07-14T03:18:51.298Z daemon INFO time="2023-07-14T05:18:51+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6" 2023-07-14T03:18:51.304Z root DEBUG Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-tools/extension/dist/bundle": 6.3 ms [Finished 1.831 s after backend start] 2023-07-14T03:18:51.305Z daemon INFO time="2023-07-14T05:18:51+02:00" level=info msg="Missing signature file" index=/home/user/.arduino15/packages/arduino/hardware/mbed_nano/4.0.2/installed.json time="2023-07-14T05:18:51+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded platform" platform="arduino:mbed_nano@4.0.2" time="2023-07-14T05:18:51+02:00" level=info msg="Missing signature file" index=/home/user/.arduino15/packages/arduino/hardware/mbed_portenta/4.0.2/installed.json 2023-07-14T03:18:51.306Z daemon INFO time="2023-07-14T05:18:51+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded platform" platform="arduino:mbed_portenta@4.0.2" time="2023-07-14T05:18:51+02:00" level=info msg="Checking existence of 'tools' path: /home/user/.arduino15/packages/arduino/tools" time="2023-07-14T05:18:51+02:00" level=info msg="Loading tools from dir: /home/user/.arduino15/packages/arduino/tools" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:adb@32.0.0" 2023-07-14T03:18:51.327Z root DEBUG Deployed backend plugin "vscode.cpp@1.52.1" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-cpp/extension": 22.5 ms [Finished 1.854 s after backend start] 2023-07-14T03:18:51.338Z daemon INFO time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino2" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.10.0-arduino1" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:imgtool@1.8.0-arduino.2" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="arduino:rp2040tools@1.0.6" time="2023-07-14T05:18:51+02:00" level=info msg="Loading package builtin from: /home/user/.arduino15/packages/builtin" time="2023-07-14T05:18:51+02:00" level=info msg="Checking existence of 'tools' path: /home/user/.arduino15/packages/builtin/tools" time="2023-07-14T05:18:51+02:00" level=info msg="Loading tools from dir: /home/user/.arduino15/packages/builtin/tools" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.0" time="2023-07-14T05:18:51+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.13.0" time="2023-07-14T05:18:51+02:00" level=info msg="Adding libraries dir" dir=/home/user/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries location=platform time="2023-07-14T05:18:51+02:00" level=info msg="Adding libraries dir" dir=/home/user/.arduino15/packages/arduino/hardware/mbed_nano/4.0.2/libraries location=platform time="2023-07-14T05:18:51+02:00" level=info msg="Adding libraries dir" dir=/home/user/.arduino15/packages/arduino/hardware/mbed_portenta/4.0.2/libraries location=platform time="2023-07-14T05:18:51+02:00" level=info msg="Loading libraries index file" index=/home/user/.arduino15/library_index.json 2023-07-14T03:18:51.341Z root DEBUG Deployed backend plugin "vscode.json@1.46.1" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json/extension": 14.1 ms [Finished 1.868 s after backend start] 2023-07-14T03:18:51.343Z root DEBUG Deployed backend plugin "vscode.json-language-features@1.46.1" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain": 1.6 ms [Finished 1.870 s after backend start] 2023-07-14T03:18:51.475Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-bg/extension": 132.6 ms [Finished 2.002 s after backend start] 2023-07-14T03:18:51.675Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-cs/extension": 199.2 ms [Finished 2.202 s after backend start] 2023-07-14T03:18:51.922Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-de/extension": 247.2 ms [Finished 2.449 s after backend start] 2023-07-14T03:18:51.923Z daemon INFO time="2023-07-14T05:18:51+02:00" level=info msg="Adding libraries dir" dir=/home/user/.arduino15/libraries location=ide time="2023-07-14T05:18:51+02:00" level=info msg="Adding libraries dir" dir=/home/user/Arduino/libraries location=user 2023-07-14T03:18:51.929Z discovery-log INFO start request start watch 2023-07-14T03:18:51.930Z discovery-log INFO start requested start watch 2023-07-14T03:18:51.930Z discovery-log INFO start resolved watching 2023-07-14T03:18:52.069Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-es/extension": 147.5 ms [Finished 2.597 s after backend start] 2023-07-14T03:18:52.079Z daemon INFO time="2023-07-14T05:18:51+02:00" level=info msg="starting discovery builtin:mdns-discovery process" time="2023-07-14T05:18:51+02:00" level=info msg="starting discovery builtin:serial-discovery process" time="2023-07-14T05:18:51+02:00" level=info msg="started discovery builtin:mdns-discovery process" time="2023-07-14T05:18:51+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.33.1\" to discovery builtin:mdns-discovery" time="2023-07-14T05:18:51+02:00" level=info msg="started discovery builtin:serial-discovery process" time="2023-07-14T05:18:51+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.33.1\" to discovery builtin:serial-discovery" time="2023-07-14T05:18:51+02:00" level=info msg="from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1" time="2023-07-14T05:18:51+02:00" level=info msg="sending command START_SYNC to discovery builtin:serial-discovery" time="2023-07-14T05:18:51+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1" time="2023-07-14T05:18:51+02:00" level=info msg="sending command START_SYNC to discovery builtin:mdns-discovery" time="2023-07-14T05:18:51+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: start_sync, message: OK" time="2023-07-14T05:18:51+02:00" level=info msg="from discovery builtin:serial-discovery received message type: start_sync, message: OK" 2023-07-14T03:18:52.211Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-fr/extension": 141.9 ms [Finished 2.739 s after backend start] 2023-07-14T03:18:52.278Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-hu/extension": 66.9 ms [Finished 2.806 s after backend start] 2023-07-14T03:18:52.377Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-it/extension": 98.7 ms [Finished 2.904 s after backend start] 2023-07-14T03:18:52.487Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ja/extension": 110.1 ms [Finished 3.014 s after backend start] 2023-07-14T03:18:52.579Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ko/extension": 92.2 ms [Finished 3.107 s after backend start] 2023-07-14T03:18:52.607Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-nl/extension": 27.0 ms [Finished 3.134 s after backend start] [45990:0714/051852.649978:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [45990:0714/051852.662339:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times! 2023-07-14T03:18:52.711Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pl/extension": 104.0 ms [Finished 3.238 s after backend start] 2023-07-14T03:18:52.774Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-pt-BR/extension": 63.2 ms [Finished 3.301 s after backend start] 2023-07-14T03:18:52.841Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-ru/extension": 66.9 ms [Finished 3.368 s after backend start] 2023-07-14T03:18:52.897Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-tr/extension": 56.2 ms [Finished 3.424 s after backend start] 2023-07-14T03:18:52.930Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-uk/extension": 32.9 ms [Finished 3.457 s after backend start] 2023-07-14T03:18:52.991Z root DEBUG Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.70.0" from "/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-language-pack-zh-hans/extension": 48.6 ms [Finished 3.506 s after backend start] 2023-07-14T03:18:53.010Z root INFO Deploy plugins list: 176.5 ms [Finished 3.537 s after backend start] Opening channel for service path '/services/electron-window'. Opening channel for service path '/services/ide-updater'. 2023-07-14T03:18:53.894Z root DEBUG Opening channel for service path '/services/commands'. 2023-07-14T03:18:53.894Z root DEBUG Opening channel for service path '/services/keyboard'. 2023-07-14T03:18:53.894Z root DEBUG Opening channel for service path '/services/logger'. 2023-07-14T03:18:53.938Z root DEBUG Opening channel for service path '/services/messageService'. 2023-07-14T03:18:53.938Z root DEBUG [nsfw-watcher: 46092] IPC started 2023-07-14T03:18:53.938Z root DEBUG Opening channel for service path '/services/remote-filesystem'. 2023-07-14T03:18:53.938Z root DEBUG Opening channel for service path '/services/envs'. 2023-07-14T03:18:53.938Z root DEBUG Opening channel for service path '/services/authentication-service'. 2023-07-14T03:18:53.939Z root DEBUG Opening channel for service path '/services/sketches-service'. 2023-07-14T03:18:53.939Z root DEBUG Opening channel for service path '/services/config-service'. 2023-07-14T03:18:53.939Z root DEBUG Opening channel for service path '/services/workspace'. 2023-07-14T03:18:53.939Z root DEBUG Opening channel for service path '/services/notification-service'. 2023-07-14T03:18:53.939Z root DEBUG Opening channel for service path '/services/arduino-daemon'. 2023-07-14T03:18:53.940Z root DEBUG Opening channel for service path '/services/stopwatch'. 2023-07-14T03:18:53.940Z root DEBUG Opening channel for service path '/services/application'. 2023-07-14T03:18:53.940Z root DEBUG Opening channel for service path '/services/i18n'. 2023-07-14T03:18:53.940Z root DEBUG Opening channel for service path '/services/hostedPlugin'. 2023-07-14T03:18:53.940Z root DEBUG Opening channel for service path '/services/debug'. 2023-07-14T03:18:53.940Z root DEBUG Opening channel for service path '/services/shell-terminal'. 2023-07-14T03:18:53.941Z task DEBUG a client has connected - adding it to the list: 2023-07-14T03:18:53.941Z root DEBUG Opening channel for service path '/services/task'. 2023-07-14T03:18:53.941Z root DEBUG Opening channel for service path '/services/quickPick'. 2023-07-14T03:18:53.941Z root DEBUG Opening channel for service path '/services/plugin-ext'. 2023-07-14T03:18:53.941Z root DEBUG Opening channel for service path '/services/plugin-paths'. 2023-07-14T03:18:53.941Z root DEBUG Opening channel for service path '/services/search'. 2023-07-14T03:18:53.942Z root DEBUG Opening channel for service path '/services/boards-service'. 2023-07-14T03:18:53.942Z root DEBUG Opening channel for service path '/services/response-service'. 2023-07-14T03:18:53.942Z root DEBUG Opening channel for service path '/services/file-system-ext'. 2023-07-14T03:18:53.942Z root DEBUG Opening channel for service path '/services/core-service'. 2023-07-14T03:18:53.942Z root DEBUG Opening channel for service path '/services/example-service'. 2023-07-14T03:18:53.943Z root DEBUG Opening channel for service path '/services/library-service'. 2023-07-14T03:18:53.943Z root DEBUG Opening channel for service path '/services/executable-service'. 2023-07-14T03:18:53.943Z root DEBUG Opening channel for service path '/services/arduino-firmware-uploader'. 2023-07-14T03:18:53.943Z root DEBUG Opening channel for service path '/services/formatter'. 2023-07-14T03:18:53.955Z task DEBUG getTasks(): about to return task information for 0 tasks 2023-07-14T03:18:53.966Z root DEBUG Frontend d.initialize: 1.8 ms [Finished 2.385 s after frontend start] 2023-07-14T03:18:53.966Z root DEBUG Frontend m.initialize: 0.6 ms [Finished 2.386 s after frontend start] 2023-07-14T03:18:53.966Z root DEBUG Frontend k.initialize: 0.1 ms [Finished 2.386 s after frontend start] 2023-07-14T03:18:53.966Z root DEBUG Frontend n.initialize: 0.0 ms [Finished 2.386 s after frontend start] 2023-07-14T03:18:53.966Z root DEBUG Frontend Object.initialize: 0.0 ms [Finished 2.386 s after frontend start] 2023-07-14T03:18:53.966Z root DEBUG Frontend A.initialize: 0.1 ms [Finished 2.386 s after frontend start] 2023-07-14T03:18:53.967Z root DEBUG Frontend h.initialize: 0.0 ms [Finished 2.386 s after frontend start] 2023-07-14T03:18:53.967Z root DEBUG Frontend k.initialize: 0.0 ms [Finished 2.386 s after frontend start] 2023-07-14T03:18:53.967Z root DEBUG Frontend s.initialize: 0.1 ms [Finished 2.387 s after frontend start] 2023-07-14T03:18:53.967Z root DEBUG Frontend C.initialize: 4.3 ms [Finished 2.391 s after frontend start] 2023-07-14T03:18:53.967Z root DEBUG Frontend p.initialize: 0.0 ms [Finished 2.391 s after frontend start] 2023-07-14T03:18:53.967Z root DEBUG Frontend p.initialize: 0.1 ms [Finished 2.391 s after frontend start] 2023-07-14T03:18:53.998Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 357.0 ms [Finished 2.748 s after frontend start] 2023-07-14T03:18:54.004Z root DEBUG Frontend a.configure: 0.4 ms [Finished 2.749 s after frontend start] 2023-07-14T03:18:54.004Z root WARN A command editor.action.toggleStickyScroll is already registered. 2023-07-14T03:18:54.007Z root DEBUG Frontend commands.onStart: 33.3 ms [Finished 2.782 s after frontend start] 2023-07-14T03:18:54.078Z root DEBUG Frontend keybindings.onStart: 62.0 ms [Finished 2.845 s after frontend start] 2023-07-14T03:18:54.093Z root DEBUG No label for action menu node: No command "typehierarchy:open-supertype" exists. 2023-07-14T03:18:54.095Z root DEBUG No label for action menu node: No command "typehierarchy:open-subtype" exists. 2023-07-14T03:18:54.108Z root DEBUG Frontend menus.onStart: 16.2 ms [Finished 2.861 s after frontend start] 2023-07-14T03:18:54.124Z root DEBUG Opening channel for service path '/services/search-in-workspace'. 2023-07-14T03:18:54.126Z root DEBUG Frontend l.onStart: 0.8 ms [Finished 2.862 s after frontend start] 2023-07-14T03:18:54.128Z root DEBUG Frontend h.onStart: 28.2 ms [Finished 2.891 s after frontend start] 2023-07-14T03:18:54.129Z root DEBUG Frontend h.onStart: 16.2 ms [Finished 2.908 s after frontend start] 2023-07-14T03:18:54.135Z root DEBUG Opening channel for service path '/services/request-service'. 2023-07-14T03:18:54.136Z root DEBUG Frontend a.onStart: 0.4 ms [Finished 2.909 s after frontend start] 2023-07-14T03:18:54.137Z root DEBUG Frontend c.onStart: 2.6 ms [Finished 2.913 s after frontend start] 2023-07-14T03:18:54.138Z root DEBUG Frontend d.onStart: 6.1 ms [Finished 2.919 s after frontend start] 2023-07-14T03:18:54.140Z root DEBUG Frontend n.onStart: 0.3 ms [Finished 2.920 s after frontend start] 2023-07-14T03:18:54.141Z root DEBUG Frontend y.onStart: 0.6 ms [Finished 2.921 s after frontend start] 2023-07-14T03:18:54.141Z root DEBUG Frontend d.onStart: 2.3 ms [Finished 2.924 s after frontend start] 2023-07-14T03:18:54.145Z root DEBUG Frontend d.onStart: 0.2 ms [Finished 2.924 s after frontend start] 2023-07-14T03:18:54.146Z root DEBUG Frontend p.onStart: 0.3 ms [Finished 2.925 s after frontend start] 2023-07-14T03:18:54.148Z root DEBUG Frontend l.onStart: 0.3 ms [Finished 2.925 s after frontend start] 2023-07-14T03:18:54.148Z root DEBUG Frontend d.onStart: 1.5 ms [Finished 2.927 s after frontend start] 2023-07-14T03:18:54.148Z root DEBUG Frontend s.onStart: 1.1 ms [Finished 2.929 s after frontend start] 2023-07-14T03:18:54.150Z root DEBUG Frontend s.onStart: 0.5 ms [Finished 2.930 s after frontend start] 2023-07-14T03:18:54.151Z root DEBUG Frontend A.onStart: 0.5 ms [Finished 2.931 s after frontend start] 2023-07-14T03:18:54.151Z root DEBUG Frontend s.onStart: 0.2 ms [Finished 2.932 s after frontend start] 2023-07-14T03:18:54.153Z root DEBUG Frontend m.onStart: 1.2 ms [Finished 2.933 s after frontend start] 2023-07-14T03:18:54.153Z root DEBUG Frontend s.onStart: 0.3 ms [Finished 2.934 s after frontend start] 2023-07-14T03:18:54.200Z root DEBUG Frontend D.onStart: 49.6 ms [Finished 2.984 s after frontend start] 2023-07-14T03:18:54.202Z root DEBUG Frontend A.onStart: 0.3 ms [Finished 2.984 s after frontend start] 2023-07-14T03:18:54.202Z root DEBUG Frontend m.onStart: 0.2 ms [Finished 2.984 s after frontend start] 2023-07-14T03:18:54.206Z root DEBUG isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2023614-45970-1mdk84l.bcws/sketch_jul14a 2023-07-14T03:18:54.290Z root DEBUG Frontend c.onStart: 84.1 ms [Finished 3.069 s after frontend start] 2023-07-14T03:18:54.290Z root DEBUG Frontend g.onStart: 0.3 ms [Finished 3.069 s after frontend start] 2023-07-14T03:18:54.297Z root DEBUG Frontend s.onStart: 0.1 ms [Finished 3.069 s after frontend start] 2023-07-14T03:18:54.297Z root DEBUG Frontend s.onStart: 0.4 ms [Finished 3.070 s after frontend start] 2023-07-14T03:18:54.297Z root DEBUG Frontend Object.onStart: 0.8 ms [Finished 3.071 s after frontend start] 2023-07-14T03:18:54.297Z root DEBUG Frontend T.onStart: 0.2 ms [Finished 3.072 s after frontend start] 2023-07-14T03:18:54.297Z root DEBUG Frontend p.onStart: 0.4 ms [Finished 3.072 s after frontend start] 2023-07-14T03:18:54.297Z root DEBUG Frontend w.onStart: 0.3 ms [Finished 3.073 s after frontend start] 2023-07-14T03:18:54.298Z root DEBUG Frontend f.onStart: 0.1 ms [Finished 3.073 s after frontend start] 2023-07-14T03:18:54.298Z root DEBUG Frontend A.onStart: 0.1 ms [Finished 3.073 s after frontend start] 2023-07-14T03:18:54.298Z root DEBUG Frontend v.onStart: 0.2 ms [Finished 3.074 s after frontend start] 2023-07-14T03:18:54.298Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.074 s after frontend start] 2023-07-14T03:18:54.298Z root DEBUG Frontend g.onStart: 0.1 ms [Finished 3.075 s after frontend start] 2023-07-14T03:18:54.299Z root DEBUG Frontend n.onStart: 0.2 ms [Finished 3.075 s after frontend start] 2023-07-14T03:18:54.299Z root DEBUG Frontend n.onStart: 0.2 ms [Finished 3.075 s after frontend start] 2023-07-14T03:18:54.299Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.076 s after frontend start] 2023-07-14T03:18:54.299Z root DEBUG Frontend n.onStart: 0.3 ms [Finished 3.076 s after frontend start] 2023-07-14T03:18:54.313Z root DEBUG [hosted-plugin: 46109] IPC started 2023-07-14T03:18:54.331Z root DEBUG Frontend n.onStart: 0.2 ms [Finished 3.077 s after frontend start] 2023-07-14T03:18:54.331Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.078 s after frontend start] 2023-07-14T03:18:54.331Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.079 s after frontend start] 2023-07-14T03:18:54.332Z root DEBUG Frontend n.onStart: 0.2 ms [Finished 3.079 s after frontend start] 2023-07-14T03:18:54.332Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.079 s after frontend start] 2023-07-14T03:18:54.332Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.080 s after frontend start] 2023-07-14T03:18:54.332Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.080 s after frontend start] 2023-07-14T03:18:54.332Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.080 s after frontend start] 2023-07-14T03:18:54.333Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.081 s after frontend start] 2023-07-14T03:18:54.333Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.081 s after frontend start] 2023-07-14T03:18:54.333Z root DEBUG Frontend y.onStart: 0.1 ms [Finished 3.081 s after frontend start] 2023-07-14T03:18:54.333Z root DEBUG Frontend C.onStart: 0.1 ms [Finished 3.081 s after frontend start] 2023-07-14T03:18:54.334Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.082 s after frontend start] 2023-07-14T03:18:54.334Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.082 s after frontend start] 2023-07-14T03:18:54.334Z root DEBUG Frontend n.onStart: 0.2 ms [Finished 3.082 s after frontend start] 2023-07-14T03:18:54.334Z root DEBUG Frontend d.onStart: 0.2 ms [Finished 3.083 s after frontend start] 2023-07-14T03:18:54.334Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.083 s after frontend start] 2023-07-14T03:18:54.335Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.083 s after frontend start] 2023-07-14T03:18:54.335Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.084 s after frontend start] 2023-07-14T03:18:54.335Z root DEBUG Frontend f.onStart: 0.1 ms [Finished 3.084 s after frontend start] 2023-07-14T03:18:54.335Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.084 s after frontend start] 2023-07-14T03:18:54.335Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.084 s after frontend start] 2023-07-14T03:18:54.335Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.085 s after frontend start] 2023-07-14T03:18:54.336Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.085 s after frontend start] 2023-07-14T03:18:54.336Z root DEBUG Frontend A.onStart: 0.3 ms [Finished 3.086 s after frontend start] 2023-07-14T03:18:54.336Z root DEBUG Frontend p.onStart: 0.2 ms [Finished 3.086 s after frontend start] 2023-07-14T03:18:54.336Z root DEBUG Frontend n.onStart: 0.3 ms [Finished 3.087 s after frontend start] 2023-07-14T03:18:54.336Z root DEBUG Frontend d.onStart: 0.1 ms [Finished 3.087 s after frontend start] 2023-07-14T03:18:54.337Z root DEBUG Frontend d.onStart: 0.1 ms [Finished 3.087 s after frontend start] 2023-07-14T03:18:54.337Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.087 s after frontend start] 2023-07-14T03:18:54.337Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.087 s after frontend start] 2023-07-14T03:18:54.337Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.088 s after frontend start] 2023-07-14T03:18:54.337Z root DEBUG Frontend f.onStart: 0.1 ms [Finished 3.088 s after frontend start] 2023-07-14T03:18:54.338Z root DEBUG Frontend d.onStart: 0.1 ms [Finished 3.088 s after frontend start] 2023-07-14T03:18:54.338Z root DEBUG Frontend u.onStart: 0.1 ms [Finished 3.088 s after frontend start] 2023-07-14T03:18:54.338Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.089 s after frontend start] 2023-07-14T03:18:54.338Z root DEBUG Frontend h.onStart: 0.1 ms [Finished 3.089 s after frontend start] 2023-07-14T03:18:54.338Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.089 s after frontend start] 2023-07-14T03:18:54.338Z root DEBUG Frontend p.onStart: 0.2 ms [Finished 3.090 s after frontend start] 2023-07-14T03:18:54.339Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.090 s after frontend start] 2023-07-14T03:18:54.339Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.090 s after frontend start] 2023-07-14T03:18:54.339Z root DEBUG Frontend n.onStart: 0.2 ms [Finished 3.090 s after frontend start] 2023-07-14T03:18:54.339Z root DEBUG Frontend n.onStart: 0.1 ms [Finished 3.091 s after frontend start] 2023-07-14T03:18:54.339Z root DEBUG Frontend p.onStart: 0.1 ms [Finished 3.091 s after frontend start] 2023-07-14T03:18:54.340Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.091 s after frontend start] 2023-07-14T03:18:54.340Z root DEBUG Frontend n.onStart: 0.4 ms [Finished 3.092 s after frontend start] 2023-07-14T03:18:54.340Z root DEBUG Frontend T.onStart: 0.1 ms [Finished 3.092 s after frontend start] 2023-07-14T03:18:54.340Z root DEBUG Frontend n.onStart: 0.0 ms [Finished 3.092 s after frontend start] 2023-07-14T03:18:54.340Z root DEBUG Frontend m.onStart: 0.3 ms [Finished 3.093 s after frontend start] 2023-07-14T03:18:54.341Z root DEBUG Frontend C.onStart: 0.3 ms [Finished 3.094 s after frontend start] 2023-07-14T03:18:54.341Z root DEBUG Frontend f.onStart: 0.7 ms [Finished 3.095 s after frontend start] 2023-07-14T03:18:54.341Z root DEBUG Frontend h.onStart: 1.3 ms [Finished 3.097 s after frontend start] 2023-07-14T03:18:54.341Z root DEBUG Frontend c.onStart: 0.2 ms [Finished 3.097 s after frontend start] 2023-07-14T03:18:54.341Z root DEBUG Frontend y.onStart: 0.1 ms [Finished 3.097 s after frontend start] 2023-07-14T03:18:54.342Z root DEBUG Frontend w.onStart: 0.3 ms [Finished 3.098 s after frontend start] 2023-07-14T03:18:54.360Z root DEBUG Frontend C.onStart: 1.0 ms [Finished 3.099 s after frontend start] 2023-07-14T03:18:54.363Z root INFO Start frontend contributions: 809.9 ms [Finished 3.099 s after frontend start] 2023-07-14T03:18:54.364Z root INFO Changed application state from 'init' to 'started_contributions'. 2023-07-14T03:18:54.384Z root INFO Changed application state from 'started_contributions' to 'attached_shell'. 2023-07-14T03:18:54.385Z root INFO >>> Restoring the layout state... 2023-07-14T03:18:54.386Z root INFO <<< Nothing to restore. 2023-07-14T03:18:54.390Z root DEBUG Frontend s.initializeLayout: 0.1 ms [Finished 3.168 s after frontend start] 2023-07-14T03:18:54.393Z root DEBUG Frontend a.initializeLayout: 0.2 ms [Finished 3.169 s after frontend start] 2023-07-14T03:18:54.395Z root DEBUG Frontend c.initializeLayout: 7.5 ms [Finished 3.177 s after frontend start] 2023-07-14T03:18:54.399Z root DEBUG Frontend g.initializeLayout: 0.2 ms [Finished 3.177 s after frontend start] 2023-07-14T03:18:54.400Z root DEBUG Frontend s.initializeLayout: 0.3 ms [Finished 3.178 s after frontend start] 2023-07-14T03:18:54.407Z root DEBUG Frontend a.initializeLayout: 10.5 ms [Finished 3.188 s after frontend start] 2023-07-14T03:18:54.415Z root DEBUG Frontend u.initializeLayout: 0.8 ms [Finished 3.189 s after frontend start] 2023-07-14T03:18:54.419Z root DEBUG Frontend l.initializeLayout: 0.7 ms [Finished 3.190 s after frontend start] 2023-07-14T03:18:54.420Z root DEBUG Frontend C.initializeLayout: 11.8 ms [Finished 3.203 s after frontend start] 2023-07-14T03:18:54.432Z root INFO Initialize the workbench layout: 35.8 ms [Finished 3.204 s after frontend start] 2023-07-14T03:18:54.457Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'. 2023-07-14T03:18:54.458Z root DEBUG Frontend u.onDidInitializeLayout: 0.3 ms [Finished 3.204 s after frontend start] 2023-07-14T03:18:54.458Z root DEBUG Frontend M.onDidInitializeLayout: 0.7 ms [Finished 3.216 s after frontend start] 2023-07-14T03:18:54.519Z root INFO [8444f79d-9398-497d-8811-75f7b12a01a9] Waiting for backend deployment: 227.5 ms [Finished 3.299 s after frontend start] 2023-07-14T03:18:55.797Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109) starting instance Checking for update 2023-07-14T03:18:56.242Z root INFO Frontend application start: 2235.6 ms [Finished 6.715 s after backend start] 2023-07-14T03:18:56.255Z root INFO Replace loading indicator with ready workbench UI (animation): 1007.3 ms [Finished 4.248 s after frontend start] 2023-07-14T03:18:56.255Z root INFO Changed application state from 'initialized_layout' to 'ready'. 2023-07-14T03:18:56.255Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled" 2023-07-14T03:18:56.260Z sketches-service DEBUG >>> Loading recently opened sketches data. 2023-07-14T03:18:56.271Z sketches-service DEBUG <<< 'recent-sketches.json' does not exist yet. This is normal behavior. Falling back to empty data. Found version 2.1.1 (url: arduino-ide_2.1.1_Linux_64bit.AppImage) 2023-07-14T03:18:56.991Z root ERROR ---- !!!SLOW!!! DURATION: search took 737.641 ms. Args: [{"type":"Updatable"}] ---- 2023-07-14T03:18:57.585Z root INFO [8444f79d-9398-497d-8811-75f7b12a01a9] Sync of 22 plugins: 2988.7 ms [Finished 6.288 s after frontend start] 2023-07-14T03:18:57.589Z root INFO [8444f79d-9398-497d-8811-75f7b12a01a9] Loading plugin contributions 2023-07-14T03:18:57.592Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][marus25.cortex-debug]: Loaded contributions. 2023-07-14T03:18:57.592Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][dankeboy36.vscode-arduino-api]: Loaded contributions. 2023-07-14T03:18:57.592Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][arduino.vscode-arduino-tools]: Loaded contributions. 2023-07-14T03:18:57.592Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][vscode.cpp]: Loaded contributions. 2023-07-14T03:18:57.592Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][vscode.json]: Loaded contributions. 2023-07-14T03:18:57.592Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][vscode.json-language-features]: Loaded contributions. 2023-07-14T03:18:57.592Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-bg]: Loaded contributions. 2023-07-14T03:18:57.592Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-cs]: Loaded contributions. 2023-07-14T03:18:57.592Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-de]: Loaded contributions. 2023-07-14T03:18:57.597Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-es]: Loaded contributions. 2023-07-14T03:18:57.597Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-fr]: Loaded contributions. 2023-07-14T03:18:57.597Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-hu]: Loaded contributions. 2023-07-14T03:18:57.598Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-it]: Loaded contributions. 2023-07-14T03:18:57.598Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-ja]: Loaded contributions. 2023-07-14T03:18:57.598Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-ko]: Loaded contributions. 2023-07-14T03:18:57.598Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-nl]: Loaded contributions. 2023-07-14T03:18:57.598Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-pl]: Loaded contributions. 2023-07-14T03:18:57.598Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions. 2023-07-14T03:18:57.599Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-ru]: Loaded contributions. 2023-07-14T03:18:57.599Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-tr]: Loaded contributions. 2023-07-14T03:18:57.599Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-uk]: Loaded contributions. 2023-07-14T03:18:57.599Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions. 2023-07-14T03:18:57.599Z root INFO [8444f79d-9398-497d-8811-75f7b12a01a9] Load contributions of 22 plugins: 76.7 ms [Finished 6.365 s after frontend start] [45990:0714/051857.626465:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times! 2023-07-14T03:18:57.627Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope 2023-07-14T03:18:57.628Z root WARN a registered grammar configuration for 'cpp' language is overridden 2023-07-14T03:18:57.888Z root DEBUG isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2023614-45970-1mdk84l.bcws/sketch_jul14a 2023-07-14T03:18:57.929Z root DEBUG [update-indexes]: No index update summary was available before the core gRPC client initialization. Checking the status of the all the index types. 2023-07-14T03:18:57.931Z root DEBUG [update-indexes]: Update for index type 'platform' is not required. Now: 2023-07-14T03:18:57.928Z, Last index update date time: 2023-07-14T03:15:04.942Z, diff: 232986 ms, threshold: 14400000 ms. 2023-07-14T03:18:57.931Z root DEBUG [update-indexes]: Update for index type 'library' is not required. Now: 2023-07-14T03:18:57.928Z, Last index update date time: 2023-07-14T03:15:04.942Z, diff: 232986 ms, threshold: 14400000 ms. 2023-07-14T03:18:58.492Z root DEBUG Opening channel for service path '/services/keytar'. 2023-07-14T03:18:58.492Z root DEBUG Opening channel for service path '/services/languagePackService'. 2023-07-14T03:18:58.493Z task DEBUG getTasks(): about to return task information for 0 tasks 2023-07-14T03:18:58.544Z sketches-service DEBUG Marking sketch at 'file:///tmp/.arduinoIDE-unsaved2023614-45970-1mdk84l.bcws/sketch_jul14a' as recently opened. 2023-07-14T03:18:58.544Z root DEBUG isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2023614-45970-1mdk84l.bcws/sketch_jul14a 2023-07-14T03:18:58.544Z sketches-service DEBUG Sketch at 'file:///tmp/.arduinoIDE-unsaved2023614-45970-1mdk84l.bcws/sketch_jul14a' is pointing to a temp location. Not marking as recently opened. 2023-07-14T03:18:58.592Z root ERROR [hosted-plugin: 46109] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null 2023-07-14T03:18:58.593Z root ERROR [hosted-plugin: 46109] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null 2023-07-14T03:18:58.593Z root ERROR [hosted-plugin: 46109] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null 2023-07-14T03:18:58.607Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): PluginManagerExtImpl/init() 2023-07-14T03:18:58.610Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-arduino-api@0.1.2 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.617Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(cortex-debug@1.5.1 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.617Z root INFO [hosted-plugin: 46109] Debugger contribution has been registered: cortex-debug 2023-07-14T03:18:58.618Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-arduino-tools@0.0.2-beta.8 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.619Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(cpp@1.52.1 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.620Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(json@1.46.1 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.621Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(json-language-features@1.46.1 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.622Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-bg@1.48.3 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.624Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-cs@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.625Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-de@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.626Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-es@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.629Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-fr@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.631Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-hu@1.48.3 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.631Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-it@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.632Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-ja@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.632Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-ko@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.633Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-nl@1.48.3 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.633Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-pl@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.634Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-pt-BR@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.634Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-ru@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.635Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-tr@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.635Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-uk@1.48.3 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.635Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): initializing(vscode-language-pack-zh-hans@1.70.0 with /home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init) 2023-07-14T03:18:58.641Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): PluginManagerExtImpl/loadPlugin(/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-arduino-api/extension/dist/extension.js) 2023-07-14T03:18:58.647Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): PluginManagerExtImpl/loadPlugin(/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain) 2023-07-14T03:18:58.680Z root INFO [8444f79d-9398-497d-8811-75f7b12a01a9] Starting plugins. 2023-07-14T03:18:58.682Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][dankeboy36.vscode-arduino-api]: Started plugin. 2023-07-14T03:18:58.682Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][marus25.cortex-debug]: Started plugin. 2023-07-14T03:18:58.682Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][arduino.vscode-arduino-tools]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][vscode.cpp]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][vscode.json]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][vscode.json-language-features]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-bg]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-cs]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-de]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-es]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-fr]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-hu]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-it]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-ja]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-ko]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-nl]: Started plugin. 2023-07-14T03:18:58.683Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-pl]: Started plugin. 2023-07-14T03:18:58.686Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-pt-br]: Started plugin. 2023-07-14T03:18:58.686Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-ru]: Started plugin. 2023-07-14T03:18:58.687Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-tr]: Started plugin. 2023-07-14T03:18:58.687Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-uk]: Started plugin. 2023-07-14T03:18:58.687Z root DEBUG [8444f79d-9398-497d-8811-75f7b12a01a9][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin. 2023-07-14T03:18:58.701Z root INFO [hosted-plugin: 46109] PLUGIN_HOST(46109): PluginManagerExtImpl/loadPlugin(/home/user/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/plugins/cortex-debug/extension/dist/extension.js) 2023-07-14T03:18:58.753Z root INFO [hosted-plugin: 46109] Debug configuration provider has been registered: cortex-debug, trigger: 1 2023-07-14T03:18:58.756Z root INFO [hosted-plugin: 46109] GDB server console created 2023-07-14T03:18:58.761Z root INFO [8444f79d-9398-497d-8811-75f7b12a01a9] Start of 22 plugins: 1148.5 ms [Finished 7.545 s after frontend start] 2023-07-14T03:18:58.762Z root DEBUG HostedPluginEvents Received 'onDidLoad' event before the first start. Skipping. 2023-07-14T03:18:58.762Z root DEBUG HostedPluginEvents Hosted plugins 'didStart'. ```

Then, this is what happens when I connect the board. The same connect/disconnect behaviour present in 2.1.1 is also evident in the nightly build.

Terminal Output when Nano 33 BLE Sense is connected ``` 2023-07-14T03:19:07.142Z daemon INFO time="2023-07-14T05:19:07+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:07.147Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:07.156Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:07.156Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:07.157Z root INFO ------------------------------------------ 2023-07-14T03:19:07.225Z daemon INFO time="2023-07-14T05:19:07+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:07.226Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:07.261Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:07.262Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:07.262Z root INFO ------------------------------------------ 2023-07-14T03:19:07.705Z daemon INFO time="2023-07-14T05:19:07+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:07.706Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:07.708Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:07.709Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:07.709Z root INFO ------------------------------------------ 2023-07-14T03:19:07.737Z daemon INFO time="2023-07-14T05:19:07+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:07.739Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:07.769Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:07.769Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:07.769Z root INFO ------------------------------------------ 2023-07-14T03:19:08.205Z daemon INFO time="2023-07-14T05:19:08+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:08.206Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:08.208Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:08.209Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:08.209Z root INFO ------------------------------------------ 2023-07-14T03:19:08.249Z daemon INFO time="2023-07-14T05:19:08+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:08.250Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:08.258Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:08.259Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:08.259Z root INFO ------------------------------------------ 2023-07-14T03:19:08.712Z daemon INFO time="2023-07-14T05:19:08+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:08.713Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:08.716Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:08.717Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:08.717Z root INFO ------------------------------------------ 2023-07-14T03:19:08.761Z daemon INFO time="2023-07-14T05:19:08+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:08.762Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:08.768Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:08.768Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:08.768Z root INFO ------------------------------------------ 2023-07-14T03:19:09.237Z daemon INFO time="2023-07-14T05:19:09+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:09.238Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:09.241Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:09.242Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:09.242Z root INFO ------------------------------------------ 2023-07-14T03:19:09.273Z daemon INFO time="2023-07-14T05:19:09+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:09.274Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:09.297Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:09.297Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:09.297Z root INFO ------------------------------------------ 2023-07-14T03:19:09.747Z daemon INFO time="2023-07-14T05:19:09+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:09.749Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:09.755Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:09.755Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:09.755Z root INFO ------------------------------------------ 2023-07-14T03:19:09.786Z daemon INFO time="2023-07-14T05:19:09+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:09.788Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:09.862Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:09.863Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:09.863Z root INFO ------------------------------------------ 2023-07-14T03:19:10.255Z daemon INFO time="2023-07-14T05:19:10+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:10.256Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:10.261Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:10.261Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:10.262Z root INFO ------------------------------------------ 2023-07-14T03:19:10.299Z daemon INFO time="2023-07-14T05:19:10+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:10.300Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:10.351Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:10.351Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:10.351Z root INFO ------------------------------------------ 2023-07-14T03:19:10.768Z daemon INFO time="2023-07-14T05:19:10+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:10.769Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:10.773Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:10.774Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:10.776Z root INFO ------------------------------------------ 2023-07-14T03:19:10.816Z daemon INFO time="2023-07-14T05:19:10+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:10.817Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:10.892Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:10.892Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:10.892Z root INFO ------------------------------------------ 2023-07-14T03:19:11.296Z daemon INFO time="2023-07-14T05:19:11+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:11.297Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:11.302Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:11.302Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:11.302Z root INFO ------------------------------------------ 2023-07-14T03:19:11.324Z daemon INFO time="2023-07-14T05:19:11+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:11.325Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:11.382Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:11.383Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:11.383Z root INFO ------------------------------------------ 2023-07-14T03:19:11.788Z daemon INFO time="2023-07-14T05:19:11+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:11.789Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:11.793Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:11.793Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:11.795Z root INFO ------------------------------------------ 2023-07-14T03:19:11.836Z daemon INFO time="2023-07-14T05:19:11+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:11.837Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:11.883Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:11.883Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:11.884Z root INFO ------------------------------------------ 2023-07-14T03:19:12.304Z daemon INFO time="2023-07-14T05:19:12+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:12.305Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:12.310Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:12.310Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:12.310Z root INFO ------------------------------------------ 2023-07-14T03:19:12.350Z daemon INFO time="2023-07-14T05:19:12+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:12.351Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:12.404Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:12.404Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:12.405Z root INFO ------------------------------------------ 2023-07-14T03:19:12.817Z daemon INFO time="2023-07-14T05:19:12+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:12.818Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:12.820Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:12.820Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:12.820Z root INFO ------------------------------------------ 2023-07-14T03:19:12.859Z daemon INFO time="2023-07-14T05:19:12+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:12.861Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:12.872Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:12.873Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:12.873Z root INFO ------------------------------------------ 2023-07-14T03:19:13.321Z daemon INFO time="2023-07-14T05:19:13+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:13.322Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:13.324Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:13.326Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:13.326Z root INFO ------------------------------------------ 2023-07-14T03:19:13.371Z daemon INFO time="2023-07-14T05:19:13+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:13.372Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:13.377Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:13.377Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:13.377Z root INFO ------------------------------------------ 2023-07-14T03:19:13.833Z daemon INFO time="2023-07-14T05:19:13+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:13.834Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:13.836Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:13.837Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:13.837Z root INFO ------------------------------------------ 2023-07-14T03:19:13.883Z daemon INFO time="2023-07-14T05:19:13+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:13.884Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:13.893Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:13.893Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:13.893Z root INFO ------------------------------------------ 2023-07-14T03:19:14.349Z daemon INFO time="2023-07-14T05:19:14+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:14.349Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:14.352Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:14.352Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:14.352Z root INFO ------------------------------------------ 2023-07-14T03:19:14.396Z daemon INFO time="2023-07-14T05:19:14+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:14.397Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:14.401Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:14.402Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:14.402Z root INFO ------------------------------------------ 2023-07-14T03:19:14.868Z daemon INFO time="2023-07-14T05:19:14+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:14.869Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:14.873Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:14.874Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:14.876Z root INFO ------------------------------------------ 2023-07-14T03:19:14.913Z daemon INFO time="2023-07-14T05:19:14+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:14.914Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:14.990Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:14.991Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:14.991Z root INFO ------------------------------------------ 2023-07-14T03:19:15.376Z daemon INFO time="2023-07-14T05:19:15+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:15.376Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:15.382Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:15.383Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:15.383Z root INFO ------------------------------------------ 2023-07-14T03:19:15.421Z daemon INFO time="2023-07-14T05:19:15+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:15.422Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:15.489Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:15.492Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:15.493Z root INFO ------------------------------------------ 2023-07-14T03:19:15.892Z daemon INFO time="2023-07-14T05:19:15+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: /dev/ttyACM0" 2023-07-14T03:19:15.892Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Nano 33 BLE","fqbn":"arduino:mbed_nano:nano33ble","isHidden":false}],"port":{"address":"/dev/ttyACM0","label":"/dev/ttyACM0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x005a"],["serialNumber","00000000000000007877035BF3A113E9"],["vid","0x2341"]],"hardwareId":"00000000000000007877035BF3A113E9"}},"error":""} 2023-07-14T03:19:15.897Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:15.897Z root INFO - Attached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] on /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:15.897Z root INFO ------------------------------------------ 2023-07-14T03:19:15.935Z daemon INFO time="2023-07-14T05:19:15+02:00" level=info msg="from discovery builtin:serial-discovery received message type: remove, port: /dev/ttyACM0" 2023-07-14T03:19:15.993Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"/dev/ttyACM0","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""} 2023-07-14T03:19:15.999Z root INFO Attached boards and available ports changed: 2023-07-14T03:19:15.999Z root INFO - Detached board: Arduino Nano 33 BLE [arduino:mbed_nano:nano33ble] from /dev/ttyACM0 Serial Port (USB) 2023-07-14T03:19:16.001Z root INFO ------------------------------------------ ```

We can use the Arduino CLI bundled inside the IDE2 to verify what is discovered. The Arduino CLI is at /path/to/Arduino IDE/resources/app/node_modules/arduino-ide-extension/build/arduino-cli on Linux. It's inside the app, so you might need the ZIP build artifact. Please verify the version first with the ./arduino-cli version command. It must be 0.33.1. Then if you run the ./arduino-cli board list --watch --format json command and attach the Arduino board, the CLI will produce JSON output to the console. The command is in watch mode, so if you attach/detach boards, it will update the terminal output. Please share the JSON output with us.

Arduino-cli version is 0.33.1 as you stated.

user@user-laptop:~/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/arduino-ide-extension/build$ ./arduino-cli version
arduino-cli  Version: 0.33.1 Commit: 347bfeb0 Date: 2023-06-30T16:14:14Z

Following the ./arduino-cli board list --watch --format json command, the device is repeatedly detected on /dev/ttyACM0 and then removed in a continuous cycle.

Nano BLE 33 Sense Detected

{
  "type": "add",
  "address": "/dev/ttyACM0",
  "label": "/dev/ttyACM0",
  "protocol": "serial",
  "protocol_label": "Serial Port (USB)",
  "hardwareId": "00000000000000007877035BF3A113E9",
  "properties": {
    "pid": "0x005a",
    "serialNumber": "00000000000000007877035BF3A113E9",
    "vid": "0x2341"
  },
  "boards": [
    {
      "name": "Arduino Nano 33 BLE",
      "fqbn": "arduino:mbed_nano:nano33ble"
    }
  ]
}

Nano BLE 33 Sense Removed

{
  "type": "remove",
  "address": "/dev/ttyACM0",
  "protocol": "serial",
  "properties": {}
}
Full Terminal output for `./arduino-cli board list --watch --format json` ``` user@user-laptop:~/Downloads/arduino-ide_nightly-20230713_Linux_64bit/resources/app/node_modules/arduino-ide-extension/build$ ./arduino-cli board list --watch --format json { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } { "type": "add", "address": "/dev/ttyACM0", "label": "/dev/ttyACM0", "protocol": "serial", "protocol_label": "Serial Port (USB)", "hardwareId": "00000000000000007877035BF3A113E9", "properties": { "pid": "0x005a", "serialNumber": "00000000000000007877035BF3A113E9", "vid": "0x2341" }, "boards": [ { "name": "Arduino Nano 33 BLE", "fqbn": "arduino:mbed_nano:nano33ble" } ] } { "type": "remove", "address": "/dev/ttyACM0", "protocol": "serial", "properties": {} } ```

Note: I do not see any log file (such as arduino-ide-debug.txt refered to in https://github.com/arduino/arduino-ide/issues/2100#issuecomment-1597250665 ) in the mentioned folder. So I copied from the Terminal. image

ideadapt commented 5 months ago

I had a similar issue, which was caused by brltty package on ubuntu. sudo dmesg -w output when connecting the USB-C cable to Arduino (other than USB-C cables do work ...):

[144808.883753] input: BRLTTY 6.4 Linux Screen Driver Keyboard as /devices/virtual/input/input450
[144808.885641] usb 3-2: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1
[144808.886135] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
[144808.886178] ch341 3-2:1.0: device disconnected

The solution is also mentioned at https://www.reddit.com/r/archlinux/comments/q8uv43/help_arduino_not_recognizing_ttyusb/

igorpereirag commented 4 months ago

Did you check if the ch340 drive is available or loaded in the system?