Skip to content

Comments

JetBrains labels: Fix appNewVersion#1404

Merged
BigMacAdmin merged 1 commit intoInstallomator:mainfrom
meschwartz:JetBrains-Fix-appNewVersion
Mar 17, 2024
Merged

JetBrains labels: Fix appNewVersion#1404
BigMacAdmin merged 1 commit intoInstallomator:mainfrom
meschwartz:JetBrains-Fix-appNewVersion

Conversation

@meschwartz
Copy link
Contributor

All 14 JetBrains labels have an issue where the appNewVersion variable picks up an invisible carriage return character (0x0d) which causes the version comparison to report a mismatch even when the versions are the same. This PR updates all 14 labels to use a new regex that resolves the issue.

(I know that generally PRs should only update a single label, but since these are so closely related, with the same problem and same fix, hopefully this is ok.)

Here's an output from running 12 of the labels on a machine that already has the software installed, showing that Installomator now correctly matches the version and skips the install (where previously it would have reinstalled on top).

# for label in clion datagrip dataspell gateway goland intellijidea phpstorm pycharm rider rubymind toolbox webstorm; do \
./utils/assemble.sh jetbrains$label DEBUG=0; done
2023-12-29 12:08:55 : REQ   : jetbrainsclion : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:08:56 : INFO  : jetbrainsclion : ################## Version: 10.6beta
2023-12-29 12:08:56 : INFO  : jetbrainsclion : ################## Date: 2023-12-29
2023-12-29 12:08:56 : INFO  : jetbrainsclion : ################## jetbrainsclion
2023-12-29 12:08:56 : DEBUG : jetbrainsclion : DEBUG mode 1 enabled.
2023-12-29 12:08:57 : INFO  : jetbrainsclion : setting variable from argument DEBUG=0
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : name=CLion
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : appName=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : type=dmg
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : archiveName=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : downloadURL=https://download.jetbrains.com/product?code=CL&latest&distribution=macM1
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : curlOptions=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : appNewVersion=2023.3.2
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : appCustomVersion function: Not defined
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : versionKey=CFBundleShortVersionString
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : packageID=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : pkgName=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : choiceChangesXML=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : blockingProcesses=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : installerTool=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : CLIInstaller=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : CLIArguments=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : updateTool=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : updateToolArguments=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : updateToolRunAsCurrentUser=
2023-12-29 12:08:57 : INFO  : jetbrainsclion : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:08:57 : INFO  : jetbrainsclion : NOTIFY=success
2023-12-29 12:08:57 : INFO  : jetbrainsclion : LOGGING=DEBUG
2023-12-29 12:08:57 : INFO  : jetbrainsclion : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:08:57 : INFO  : jetbrainsclion : Label type: dmg
2023-12-29 12:08:58 : INFO  : jetbrainsclion : archiveName: CLion.dmg
2023-12-29 12:08:58 : INFO  : jetbrainsclion : no blocking processes defined, using CLion as default
2023-12-29 12:08:58 : DEBUG : jetbrainsclion : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.L2zQsnMENN
2023-12-29 12:08:58 : INFO  : jetbrainsclion : App(s) found: /Applications/CLion.app
2023-12-29 12:08:58 : INFO  : jetbrainsclion : found app at /Applications/CLion.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:08:58 : INFO  : jetbrainsclion : appversion: 2023.3.2
2023-12-29 12:08:58 : INFO  : jetbrainsclion : Latest version of CLion is 2023.3.2
2023-12-29 12:08:58 : INFO  : jetbrainsclion : There is no newer version available.
2023-12-29 12:08:58 : DEBUG : jetbrainsclion : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.L2zQsnMENN
2023-12-29 12:08:58 : DEBUG : jetbrainsclion : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.L2zQsnMENN
2023-12-29 12:08:58 : INFO  : jetbrainsclion : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:08:58 : REQ   : jetbrainsclion : No newer version.
2023-12-29 12:08:58 : REQ   : jetbrainsclion : ################## End Installomator, exit code 0

2023-12-29 12:08:58 : REQ   : jetbrainsdatagrip : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:08:58 : INFO  : jetbrainsdatagrip : ################## Version: 10.6beta
2023-12-29 12:08:58 : INFO  : jetbrainsdatagrip : ################## Date: 2023-12-29
2023-12-29 12:08:58 : INFO  : jetbrainsdatagrip : ################## jetbrainsdatagrip
2023-12-29 12:08:58 : DEBUG : jetbrainsdatagrip : DEBUG mode 1 enabled.
2023-12-29 12:08:59 : INFO  : jetbrainsdatagrip : setting variable from argument DEBUG=0
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : name=DataGrip
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : appName=
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : type=dmg
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : archiveName=
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : downloadURL=https://download.jetbrains.com/product?code=DG&latest&distribution=macM1
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : curlOptions=
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : appNewVersion=2023.3.2
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : appCustomVersion function: Not defined
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : versionKey=CFBundleShortVersionString
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : packageID=
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : pkgName=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : choiceChangesXML=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : blockingProcesses=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : installerTool=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : CLIInstaller=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : CLIArguments=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : updateTool=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : updateToolArguments=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : updateToolRunAsCurrentUser=
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : NOTIFY=success
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : LOGGING=DEBUG
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : Label type: dmg
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : archiveName: DataGrip.dmg
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : no blocking processes defined, using DataGrip as default
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.RQizovI8wo
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : App(s) found: /Applications/DataGrip.app
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : found app at /Applications/DataGrip.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : appversion: 2023.3.2
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : Latest version of DataGrip is 2023.3.2
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : There is no newer version available.
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.RQizovI8wo
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.RQizovI8wo
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:00 : REQ   : jetbrainsdatagrip : No newer version.
2023-12-29 12:09:00 : REQ   : jetbrainsdatagrip : ################## End Installomator, exit code 0

2023-12-29 12:09:01 : REQ   : jetbrainsdataspell : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:01 : INFO  : jetbrainsdataspell : ################## Version: 10.6beta
2023-12-29 12:09:01 : INFO  : jetbrainsdataspell : ################## Date: 2023-12-29
2023-12-29 12:09:01 : INFO  : jetbrainsdataspell : ################## jetbrainsdataspell
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : DEBUG mode 1 enabled.
2023-12-29 12:09:01 : INFO  : jetbrainsdataspell : setting variable from argument DEBUG=0
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : name=DataSpell
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : appName=
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : type=dmg
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : archiveName=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : downloadURL=https://download.jetbrains.com/product?code=DS&latest&distribution=macM1
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : curlOptions=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : appNewVersion=2023.3.2
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : appCustomVersion function: Not defined
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : versionKey=CFBundleShortVersionString
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : packageID=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : pkgName=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : choiceChangesXML=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : blockingProcesses=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : installerTool=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : CLIInstaller=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : CLIArguments=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : updateTool=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : updateToolArguments=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : updateToolRunAsCurrentUser=
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : NOTIFY=success
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : LOGGING=DEBUG
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : Label type: dmg
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : archiveName: DataSpell.dmg
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : no blocking processes defined, using DataSpell as default
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.TXIe6NhFtN
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : App(s) found: /Applications/DataSpell.app
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : found app at /Applications/DataSpell.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : appversion: 2023.3.2
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : Latest version of DataSpell is 2023.3.2
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : There is no newer version available.
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.TXIe6NhFtN
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.TXIe6NhFtN
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:02 : REQ   : jetbrainsdataspell : No newer version.
2023-12-29 12:09:02 : REQ   : jetbrainsdataspell : ################## End Installomator, exit code 0

2023-12-29 12:09:03 : REQ   : jetbrainsgateway : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:03 : INFO  : jetbrainsgateway : ################## Version: 10.6beta
2023-12-29 12:09:03 : INFO  : jetbrainsgateway : ################## Date: 2023-12-29
2023-12-29 12:09:03 : INFO  : jetbrainsgateway : ################## jetbrainsgateway
2023-12-29 12:09:03 : DEBUG : jetbrainsgateway : DEBUG mode 1 enabled.
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : setting variable from argument DEBUG=0
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : name=JetBrains Gateway
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : appName=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : type=dmg
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : archiveName=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : downloadURL=https://download.jetbrains.com/product?code=GW&latest&distribution=macM1
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : curlOptions=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : appNewVersion=2023.3.2
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : appCustomVersion function: Not defined
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : versionKey=CFBundleShortVersionString
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : packageID=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : pkgName=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : choiceChangesXML=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : blockingProcesses=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : installerTool=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : CLIInstaller=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : CLIArguments=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : updateTool=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : updateToolArguments=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : updateToolRunAsCurrentUser=
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : NOTIFY=success
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : LOGGING=DEBUG
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : Label type: dmg
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : archiveName: JetBrains Gateway.dmg
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : no blocking processes defined, using JetBrains Gateway as default
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.QbFc2djzZi
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : App(s) found: /Applications/JetBrains Gateway.app
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : found app at /Applications/JetBrains Gateway.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : appversion: 2023.3.2
2023-12-29 12:09:05 : INFO  : jetbrainsgateway : Latest version of JetBrains Gateway is 2023.3.2
2023-12-29 12:09:05 : INFO  : jetbrainsgateway : There is no newer version available.
2023-12-29 12:09:05 : DEBUG : jetbrainsgateway : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.QbFc2djzZi
2023-12-29 12:09:05 : DEBUG : jetbrainsgateway : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.QbFc2djzZi
2023-12-29 12:09:05 : INFO  : jetbrainsgateway : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:05 : REQ   : jetbrainsgateway : No newer version.
2023-12-29 12:09:05 : REQ   : jetbrainsgateway : ################## End Installomator, exit code 0

2023-12-29 12:09:05 : REQ   : jetbrainsgoland : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:05 : INFO  : jetbrainsgoland : ################## Version: 10.6beta
2023-12-29 12:09:05 : INFO  : jetbrainsgoland : ################## Date: 2023-12-29
2023-12-29 12:09:05 : INFO  : jetbrainsgoland : ################## jetbrainsgoland
2023-12-29 12:09:05 : DEBUG : jetbrainsgoland : DEBUG mode 1 enabled.
2023-12-29 12:09:06 : INFO  : jetbrainsgoland : setting variable from argument DEBUG=0
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : name=GoLand
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : appName=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : type=dmg
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : archiveName=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : downloadURL=https://download.jetbrains.com/product?code=GO&latest&distribution=macM1
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : curlOptions=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : appNewVersion=2023.3.2
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : appCustomVersion function: Not defined
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : versionKey=CFBundleShortVersionString
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : packageID=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : pkgName=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : choiceChangesXML=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : blockingProcesses=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : installerTool=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : CLIInstaller=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : CLIArguments=
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : updateTool=
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : updateToolArguments=
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : updateToolRunAsCurrentUser=
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : NOTIFY=success
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : LOGGING=DEBUG
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : Label type: dmg
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : archiveName: GoLand.dmg
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : no blocking processes defined, using GoLand as default
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.UWeHWl1n6g
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : App(s) found: /Applications/GoLand.app
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : found app at /Applications/GoLand.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : appversion: 2023.3.2
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : Latest version of GoLand is 2023.3.2
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : There is no newer version available.
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.UWeHWl1n6g
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.UWeHWl1n6g
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:07 : REQ   : jetbrainsgoland : No newer version.
2023-12-29 12:09:07 : REQ   : jetbrainsgoland : ################## End Installomator, exit code 0

2023-12-29 12:09:07 : REQ   : jetbrainsintellijidea : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:07 : INFO  : jetbrainsintellijidea : ################## Version: 10.6beta
2023-12-29 12:09:07 : INFO  : jetbrainsintellijidea : ################## Date: 2023-12-29
2023-12-29 12:09:07 : INFO  : jetbrainsintellijidea : ################## jetbrainsintellijidea
2023-12-29 12:09:07 : DEBUG : jetbrainsintellijidea : DEBUG mode 1 enabled.
2023-12-29 12:09:08 : INFO  : jetbrainsintellijidea : setting variable from argument DEBUG=0
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : name=IntelliJ IDEA
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : appName=
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : type=dmg
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : archiveName=
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : downloadURL=https://download.jetbrains.com/product?code=II&latest&distribution=macM1
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : curlOptions=
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : appNewVersion=2023.3.2
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : appCustomVersion function: Not defined
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : versionKey=CFBundleShortVersionString
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : packageID=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : pkgName=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : choiceChangesXML=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : blockingProcesses=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : installerTool=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : CLIInstaller=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : CLIArguments=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : updateTool=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : updateToolArguments=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : updateToolRunAsCurrentUser=
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : NOTIFY=success
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : LOGGING=DEBUG
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : Label type: dmg
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : archiveName: IntelliJ IDEA.dmg
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : no blocking processes defined, using IntelliJ IDEA as default
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.cDDEDQ28YX
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : App(s) found: /Applications/IntelliJ IDEA.app
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : found app at /Applications/IntelliJ IDEA.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : appversion: 2023.3.2
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : Latest version of IntelliJ IDEA is 2023.3.2
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : There is no newer version available.
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.cDDEDQ28YX
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.cDDEDQ28YX
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:09 : REQ   : jetbrainsintellijidea : No newer version.
2023-12-29 12:09:09 : REQ   : jetbrainsintellijidea : ################## End Installomator, exit code 0

2023-12-29 12:09:10 : REQ   : jetbrainsphpstorm : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:10 : INFO  : jetbrainsphpstorm : ################## Version: 10.6beta
2023-12-29 12:09:10 : INFO  : jetbrainsphpstorm : ################## Date: 2023-12-29
2023-12-29 12:09:10 : INFO  : jetbrainsphpstorm : ################## jetbrainsphpstorm
2023-12-29 12:09:10 : DEBUG : jetbrainsphpstorm : DEBUG mode 1 enabled.
2023-12-29 12:09:10 : INFO  : jetbrainsphpstorm : setting variable from argument DEBUG=0
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : name=PHPStorm
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : appName=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : type=dmg
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : archiveName=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : downloadURL=https://download.jetbrains.com/product?code=PS&latest&distribution=macM1
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : curlOptions=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : appNewVersion=2023.3.2
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : appCustomVersion function: Not defined
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : versionKey=CFBundleShortVersionString
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : packageID=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : pkgName=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : choiceChangesXML=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : blockingProcesses=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : installerTool=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : CLIInstaller=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : CLIArguments=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : updateTool=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : updateToolArguments=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : updateToolRunAsCurrentUser=
2023-12-29 12:09:11 : INFO  : jetbrainsphpstorm : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:11 : INFO  : jetbrainsphpstorm : NOTIFY=success
2023-12-29 12:09:11 : INFO  : jetbrainsphpstorm : LOGGING=DEBUG
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : Label type: dmg
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : archiveName: PHPStorm.dmg
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : no blocking processes defined, using PHPStorm as default
2023-12-29 12:09:12 : DEBUG : jetbrainsphpstorm : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.qA0762o9oJ
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : App(s) found: /Applications/PHPStorm.app
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : found app at /Applications/PHPStorm.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : appversion: 2023.3.2
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : Latest version of PHPStorm is 2023.3.2
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : There is no newer version available.
2023-12-29 12:09:12 : DEBUG : jetbrainsphpstorm : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.qA0762o9oJ
2023-12-29 12:09:12 : DEBUG : jetbrainsphpstorm : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.qA0762o9oJ
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:12 : REQ   : jetbrainsphpstorm : No newer version.
2023-12-29 12:09:12 : REQ   : jetbrainsphpstorm : ################## End Installomator, exit code 0

2023-12-29 12:09:12 : REQ   : jetbrainspycharm : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:12 : INFO  : jetbrainspycharm : ################## Version: 10.6beta
2023-12-29 12:09:12 : INFO  : jetbrainspycharm : ################## Date: 2023-12-29
2023-12-29 12:09:12 : INFO  : jetbrainspycharm : ################## jetbrainspycharm
2023-12-29 12:09:12 : DEBUG : jetbrainspycharm : DEBUG mode 1 enabled.
2023-12-29 12:09:13 : INFO  : jetbrainspycharm : setting variable from argument DEBUG=0
2023-12-29 12:09:13 : DEBUG : jetbrainspycharm : name=PyCharm
2023-12-29 12:09:13 : DEBUG : jetbrainspycharm : appName=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : type=dmg
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : archiveName=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : downloadURL=https://download.jetbrains.com/product?code=PCP&latest&distribution=macM1
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : curlOptions=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : appNewVersion=2023.3.2
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : appCustomVersion function: Not defined
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : versionKey=CFBundleShortVersionString
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : packageID=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : pkgName=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : choiceChangesXML=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : blockingProcesses=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : installerTool=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : CLIInstaller=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : CLIArguments=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : updateTool=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : updateToolArguments=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : updateToolRunAsCurrentUser=
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : NOTIFY=success
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : LOGGING=DEBUG
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : Label type: dmg
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : archiveName: PyCharm.dmg
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : no blocking processes defined, using PyCharm as default
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.0aWPKHlUrp
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : App(s) found: /Applications/PyCharm.app
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : found app at /Applications/PyCharm.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : appversion: 2023.3.2
2023-12-29 12:09:15 : INFO  : jetbrainspycharm : Latest version of PyCharm is 2023.3.2
2023-12-29 12:09:15 : INFO  : jetbrainspycharm : There is no newer version available.
2023-12-29 12:09:15 : DEBUG : jetbrainspycharm : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.0aWPKHlUrp
2023-12-29 12:09:15 : DEBUG : jetbrainspycharm : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.0aWPKHlUrp
2023-12-29 12:09:15 : INFO  : jetbrainspycharm : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:15 : REQ   : jetbrainspycharm : No newer version.
2023-12-29 12:09:15 : REQ   : jetbrainspycharm : ################## End Installomator, exit code 0

2023-12-29 12:09:15 : REQ   : jetbrainsrider : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:15 : INFO  : jetbrainsrider : ################## Version: 10.6beta
2023-12-29 12:09:15 : INFO  : jetbrainsrider : ################## Date: 2023-12-29
2023-12-29 12:09:15 : INFO  : jetbrainsrider : ################## jetbrainsrider
2023-12-29 12:09:15 : DEBUG : jetbrainsrider : DEBUG mode 1 enabled.
2023-12-29 12:09:16 : INFO  : jetbrainsrider : setting variable from argument DEBUG=0
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : name=Rider
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : appName=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : type=dmg
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : archiveName=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : downloadURL=https://download.jetbrains.com/product?code=RD&latest&distribution=macM1
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : curlOptions=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : appNewVersion=2023.3.2
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : appCustomVersion function: Not defined
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : versionKey=CFBundleShortVersionString
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : packageID=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : pkgName=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : choiceChangesXML=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : blockingProcesses=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : installerTool=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : CLIInstaller=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : CLIArguments=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : updateTool=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : updateToolArguments=
2023-12-29 12:09:17 : DEBUG : jetbrainsrider : updateToolRunAsCurrentUser=
2023-12-29 12:09:17 : INFO  : jetbrainsrider : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:17 : INFO  : jetbrainsrider : NOTIFY=success
2023-12-29 12:09:17 : INFO  : jetbrainsrider : LOGGING=DEBUG
2023-12-29 12:09:17 : INFO  : jetbrainsrider : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:17 : INFO  : jetbrainsrider : Label type: dmg
2023-12-29 12:09:17 : INFO  : jetbrainsrider : archiveName: Rider.dmg
2023-12-29 12:09:17 : INFO  : jetbrainsrider : no blocking processes defined, using Rider as default
2023-12-29 12:09:17 : DEBUG : jetbrainsrider : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.yDkRysPGOk
2023-12-29 12:09:17 : INFO  : jetbrainsrider : App(s) found: /Applications/Rider.app
2023-12-29 12:09:17 : INFO  : jetbrainsrider : found app at /Applications/Rider.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:17 : INFO  : jetbrainsrider : appversion: 2023.3.2
2023-12-29 12:09:17 : INFO  : jetbrainsrider : Latest version of Rider is 2023.3.2
2023-12-29 12:09:17 : INFO  : jetbrainsrider : There is no newer version available.
2023-12-29 12:09:17 : DEBUG : jetbrainsrider : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.yDkRysPGOk
2023-12-29 12:09:17 : DEBUG : jetbrainsrider : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.yDkRysPGOk
2023-12-29 12:09:17 : INFO  : jetbrainsrider : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:17 : REQ   : jetbrainsrider : No newer version.
2023-12-29 12:09:17 : REQ   : jetbrainsrider : ################## End Installomator, exit code 0

2023-12-29 12:09:17 : REQ   : jetbrainsrubymind : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:17 : INFO  : jetbrainsrubymind : ################## Version: 10.6beta
2023-12-29 12:09:17 : INFO  : jetbrainsrubymind : ################## Date: 2023-12-29
2023-12-29 12:09:17 : INFO  : jetbrainsrubymind : ################## jetbrainsrubymind
2023-12-29 12:09:17 : DEBUG : jetbrainsrubymind : DEBUG mode 1 enabled.
2023-12-29 12:09:18 : DEBUG : jetbrainsrubymind : DEBUG mode 1, not reopening anything
2023-12-29 12:09:18 : ERROR : jetbrainsrubymind : ERROR: unknown label jetbrainsrubymind
2023-12-29 12:09:18 : REQ   : jetbrainsrubymind : ################## End Installomator, exit code 1

2023-12-29 12:09:18 : REQ   : jetbrainstoolbox : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:18 : INFO  : jetbrainstoolbox : ################## Version: 10.6beta
2023-12-29 12:09:18 : INFO  : jetbrainstoolbox : ################## Date: 2023-12-29
2023-12-29 12:09:18 : INFO  : jetbrainstoolbox : ################## jetbrainstoolbox
2023-12-29 12:09:18 : DEBUG : jetbrainstoolbox : DEBUG mode 1 enabled.
2023-12-29 12:09:19 : INFO  : jetbrainstoolbox : setting variable from argument DEBUG=0
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : name=JetBrains Toolbox
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : appName=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : type=dmg
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : archiveName=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : downloadURL=https://download.jetbrains.com/product?code=TBA&latest&distribution=macM1
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : curlOptions=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : appNewVersion=2.1.3.18901
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : appCustomVersion function: Not defined
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : versionKey=CFBundleShortVersionString
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : packageID=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : pkgName=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : choiceChangesXML=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : blockingProcesses=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : installerTool=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : CLIInstaller=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : CLIArguments=
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : updateTool=
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : updateToolArguments=
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : updateToolRunAsCurrentUser=
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : NOTIFY=success
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : LOGGING=DEBUG
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : Label type: dmg
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : archiveName: JetBrains Toolbox.dmg
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : no blocking processes defined, using JetBrains Toolbox as default
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.ZD6qCa3Eh5
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : App(s) found: /Applications/JetBrains Toolbox.app
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : found app at /Applications/JetBrains Toolbox.app, version 2.1.3.18901, on versionKey CFBundleShortVersionString
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : appversion: 2.1.3.18901
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : Latest version of JetBrains Toolbox is 2.1.3.18901
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : There is no newer version available.
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.ZD6qCa3Eh5
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.ZD6qCa3Eh5
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:20 : REQ   : jetbrainstoolbox : No newer version.
2023-12-29 12:09:20 : REQ   : jetbrainstoolbox : ################## End Installomator, exit code 0

2023-12-29 12:09:20 : REQ   : jetbrainswebstorm : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:20 : INFO  : jetbrainswebstorm : ################## Version: 10.6beta
2023-12-29 12:09:20 : INFO  : jetbrainswebstorm : ################## Date: 2023-12-29
2023-12-29 12:09:20 : INFO  : jetbrainswebstorm : ################## jetbrainswebstorm
2023-12-29 12:09:20 : DEBUG : jetbrainswebstorm : DEBUG mode 1 enabled.
2023-12-29 12:09:21 : INFO  : jetbrainswebstorm : setting variable from argument DEBUG=0
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : name=Webstorm
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : appName=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : type=dmg
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : archiveName=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : downloadURL=https://download.jetbrains.com/product?code=WS&latest&distribution=macM1
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : curlOptions=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : appNewVersion=2023.3.2
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : appCustomVersion function: Not defined
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : versionKey=CFBundleShortVersionString
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : packageID=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : pkgName=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : choiceChangesXML=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : blockingProcesses=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : installerTool=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : CLIInstaller=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : CLIArguments=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : updateTool=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : updateToolArguments=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : updateToolRunAsCurrentUser=
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : NOTIFY=success
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : LOGGING=DEBUG
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : Label type: dmg
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : archiveName: Webstorm.dmg
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : no blocking processes defined, using Webstorm as default
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.nV63iu12CM
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : App(s) found: /Applications/Webstorm.app
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : found app at /Applications/Webstorm.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : appversion: 2023.3.2
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : Latest version of Webstorm is 2023.3.2
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : There is no newer version available.
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.nV63iu12CM
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.nV63iu12CM
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:22 : REQ   : jetbrainswebstorm : No newer version.
2023-12-29 12:09:22 : REQ   : jetbrainswebstorm : ################## End Installomator, exit code 0

All 14 JetBrains labels have an issue where the appNewVersion variable picks up an invisible carriage return character (`0x0d`) which causes the version comparison to report a mismatch even when the versions are the same. This PR updates all 14 labels to use a new regex that resolves the issue.

(I know that generally PRs should only update a single label, but since these are so closely related, with the same problem and same fix, hopefully this is ok.)

Here's an output from running 12 of the labels on a machine that already has the software installed, showing that Installomator now correctly matches the version and skips the install (where previously it would have reinstalled on top).

```
# for label in clion datagrip dataspell gateway goland intellijidea phpstorm pycharm rider rubymind toolbox webstorm; do \
./utils/assemble.sh jetbrains$label DEBUG=0; done
2023-12-29 12:08:55 : REQ   : jetbrainsclion : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:08:56 : INFO  : jetbrainsclion : ################## Version: 10.6beta
2023-12-29 12:08:56 : INFO  : jetbrainsclion : ################## Date: 2023-12-29
2023-12-29 12:08:56 : INFO  : jetbrainsclion : ################## jetbrainsclion
2023-12-29 12:08:56 : DEBUG : jetbrainsclion : DEBUG mode 1 enabled.
2023-12-29 12:08:57 : INFO  : jetbrainsclion : setting variable from argument DEBUG=0
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : name=CLion
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : appName=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : type=dmg
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : archiveName=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : downloadURL=https://download.jetbrains.com/product?code=CL&latest&distribution=macM1
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : curlOptions=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : appNewVersion=2023.3.2
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : appCustomVersion function: Not defined
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : versionKey=CFBundleShortVersionString
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : packageID=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : pkgName=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : choiceChangesXML=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : blockingProcesses=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : installerTool=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : CLIInstaller=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : CLIArguments=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : updateTool=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : updateToolArguments=
2023-12-29 12:08:57 : DEBUG : jetbrainsclion : updateToolRunAsCurrentUser=
2023-12-29 12:08:57 : INFO  : jetbrainsclion : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:08:57 : INFO  : jetbrainsclion : NOTIFY=success
2023-12-29 12:08:57 : INFO  : jetbrainsclion : LOGGING=DEBUG
2023-12-29 12:08:57 : INFO  : jetbrainsclion : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:08:57 : INFO  : jetbrainsclion : Label type: dmg
2023-12-29 12:08:58 : INFO  : jetbrainsclion : archiveName: CLion.dmg
2023-12-29 12:08:58 : INFO  : jetbrainsclion : no blocking processes defined, using CLion as default
2023-12-29 12:08:58 : DEBUG : jetbrainsclion : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.L2zQsnMENN
2023-12-29 12:08:58 : INFO  : jetbrainsclion : App(s) found: /Applications/CLion.app
2023-12-29 12:08:58 : INFO  : jetbrainsclion : found app at /Applications/CLion.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:08:58 : INFO  : jetbrainsclion : appversion: 2023.3.2
2023-12-29 12:08:58 : INFO  : jetbrainsclion : Latest version of CLion is 2023.3.2
2023-12-29 12:08:58 : INFO  : jetbrainsclion : There is no newer version available.
2023-12-29 12:08:58 : DEBUG : jetbrainsclion : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.L2zQsnMENN
2023-12-29 12:08:58 : DEBUG : jetbrainsclion : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.L2zQsnMENN
2023-12-29 12:08:58 : INFO  : jetbrainsclion : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:08:58 : REQ   : jetbrainsclion : No newer version.
2023-12-29 12:08:58 : REQ   : jetbrainsclion : ################## End Installomator, exit code 0

2023-12-29 12:08:58 : REQ   : jetbrainsdatagrip : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:08:58 : INFO  : jetbrainsdatagrip : ################## Version: 10.6beta
2023-12-29 12:08:58 : INFO  : jetbrainsdatagrip : ################## Date: 2023-12-29
2023-12-29 12:08:58 : INFO  : jetbrainsdatagrip : ################## jetbrainsdatagrip
2023-12-29 12:08:58 : DEBUG : jetbrainsdatagrip : DEBUG mode 1 enabled.
2023-12-29 12:08:59 : INFO  : jetbrainsdatagrip : setting variable from argument DEBUG=0
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : name=DataGrip
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : appName=
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : type=dmg
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : archiveName=
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : downloadURL=https://download.jetbrains.com/product?code=DG&latest&distribution=macM1
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : curlOptions=
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : appNewVersion=2023.3.2
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : appCustomVersion function: Not defined
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : versionKey=CFBundleShortVersionString
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : packageID=
2023-12-29 12:08:59 : DEBUG : jetbrainsdatagrip : pkgName=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : choiceChangesXML=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : blockingProcesses=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : installerTool=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : CLIInstaller=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : CLIArguments=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : updateTool=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : updateToolArguments=
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : updateToolRunAsCurrentUser=
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : NOTIFY=success
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : LOGGING=DEBUG
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : Label type: dmg
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : archiveName: DataGrip.dmg
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : no blocking processes defined, using DataGrip as default
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.RQizovI8wo
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : App(s) found: /Applications/DataGrip.app
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : found app at /Applications/DataGrip.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : appversion: 2023.3.2
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : Latest version of DataGrip is 2023.3.2
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : There is no newer version available.
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.RQizovI8wo
2023-12-29 12:09:00 : DEBUG : jetbrainsdatagrip : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.RQizovI8wo
2023-12-29 12:09:00 : INFO  : jetbrainsdatagrip : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:00 : REQ   : jetbrainsdatagrip : No newer version.
2023-12-29 12:09:00 : REQ   : jetbrainsdatagrip : ################## End Installomator, exit code 0

2023-12-29 12:09:01 : REQ   : jetbrainsdataspell : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:01 : INFO  : jetbrainsdataspell : ################## Version: 10.6beta
2023-12-29 12:09:01 : INFO  : jetbrainsdataspell : ################## Date: 2023-12-29
2023-12-29 12:09:01 : INFO  : jetbrainsdataspell : ################## jetbrainsdataspell
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : DEBUG mode 1 enabled.
2023-12-29 12:09:01 : INFO  : jetbrainsdataspell : setting variable from argument DEBUG=0
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : name=DataSpell
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : appName=
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : type=dmg
2023-12-29 12:09:01 : DEBUG : jetbrainsdataspell : archiveName=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : downloadURL=https://download.jetbrains.com/product?code=DS&latest&distribution=macM1
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : curlOptions=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : appNewVersion=2023.3.2
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : appCustomVersion function: Not defined
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : versionKey=CFBundleShortVersionString
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : packageID=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : pkgName=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : choiceChangesXML=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : blockingProcesses=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : installerTool=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : CLIInstaller=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : CLIArguments=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : updateTool=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : updateToolArguments=
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : updateToolRunAsCurrentUser=
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : NOTIFY=success
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : LOGGING=DEBUG
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : Label type: dmg
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : archiveName: DataSpell.dmg
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : no blocking processes defined, using DataSpell as default
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.TXIe6NhFtN
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : App(s) found: /Applications/DataSpell.app
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : found app at /Applications/DataSpell.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : appversion: 2023.3.2
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : Latest version of DataSpell is 2023.3.2
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : There is no newer version available.
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.TXIe6NhFtN
2023-12-29 12:09:02 : DEBUG : jetbrainsdataspell : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.TXIe6NhFtN
2023-12-29 12:09:02 : INFO  : jetbrainsdataspell : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:02 : REQ   : jetbrainsdataspell : No newer version.
2023-12-29 12:09:02 : REQ   : jetbrainsdataspell : ################## End Installomator, exit code 0

2023-12-29 12:09:03 : REQ   : jetbrainsgateway : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:03 : INFO  : jetbrainsgateway : ################## Version: 10.6beta
2023-12-29 12:09:03 : INFO  : jetbrainsgateway : ################## Date: 2023-12-29
2023-12-29 12:09:03 : INFO  : jetbrainsgateway : ################## jetbrainsgateway
2023-12-29 12:09:03 : DEBUG : jetbrainsgateway : DEBUG mode 1 enabled.
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : setting variable from argument DEBUG=0
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : name=JetBrains Gateway
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : appName=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : type=dmg
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : archiveName=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : downloadURL=https://download.jetbrains.com/product?code=GW&latest&distribution=macM1
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : curlOptions=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : appNewVersion=2023.3.2
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : appCustomVersion function: Not defined
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : versionKey=CFBundleShortVersionString
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : packageID=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : pkgName=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : choiceChangesXML=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : blockingProcesses=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : installerTool=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : CLIInstaller=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : CLIArguments=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : updateTool=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : updateToolArguments=
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : updateToolRunAsCurrentUser=
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : NOTIFY=success
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : LOGGING=DEBUG
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : Label type: dmg
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : archiveName: JetBrains Gateway.dmg
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : no blocking processes defined, using JetBrains Gateway as default
2023-12-29 12:09:04 : DEBUG : jetbrainsgateway : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.QbFc2djzZi
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : App(s) found: /Applications/JetBrains Gateway.app
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : found app at /Applications/JetBrains Gateway.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:04 : INFO  : jetbrainsgateway : appversion: 2023.3.2
2023-12-29 12:09:05 : INFO  : jetbrainsgateway : Latest version of JetBrains Gateway is 2023.3.2
2023-12-29 12:09:05 : INFO  : jetbrainsgateway : There is no newer version available.
2023-12-29 12:09:05 : DEBUG : jetbrainsgateway : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.QbFc2djzZi
2023-12-29 12:09:05 : DEBUG : jetbrainsgateway : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.QbFc2djzZi
2023-12-29 12:09:05 : INFO  : jetbrainsgateway : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:05 : REQ   : jetbrainsgateway : No newer version.
2023-12-29 12:09:05 : REQ   : jetbrainsgateway : ################## End Installomator, exit code 0

2023-12-29 12:09:05 : REQ   : jetbrainsgoland : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:05 : INFO  : jetbrainsgoland : ################## Version: 10.6beta
2023-12-29 12:09:05 : INFO  : jetbrainsgoland : ################## Date: 2023-12-29
2023-12-29 12:09:05 : INFO  : jetbrainsgoland : ################## jetbrainsgoland
2023-12-29 12:09:05 : DEBUG : jetbrainsgoland : DEBUG mode 1 enabled.
2023-12-29 12:09:06 : INFO  : jetbrainsgoland : setting variable from argument DEBUG=0
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : name=GoLand
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : appName=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : type=dmg
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : archiveName=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : downloadURL=https://download.jetbrains.com/product?code=GO&latest&distribution=macM1
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : curlOptions=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : appNewVersion=2023.3.2
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : appCustomVersion function: Not defined
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : versionKey=CFBundleShortVersionString
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : packageID=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : pkgName=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : choiceChangesXML=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : blockingProcesses=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : installerTool=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : CLIInstaller=
2023-12-29 12:09:06 : DEBUG : jetbrainsgoland : CLIArguments=
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : updateTool=
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : updateToolArguments=
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : updateToolRunAsCurrentUser=
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : NOTIFY=success
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : LOGGING=DEBUG
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : Label type: dmg
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : archiveName: GoLand.dmg
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : no blocking processes defined, using GoLand as default
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.UWeHWl1n6g
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : App(s) found: /Applications/GoLand.app
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : found app at /Applications/GoLand.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : appversion: 2023.3.2
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : Latest version of GoLand is 2023.3.2
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : There is no newer version available.
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.UWeHWl1n6g
2023-12-29 12:09:07 : DEBUG : jetbrainsgoland : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.UWeHWl1n6g
2023-12-29 12:09:07 : INFO  : jetbrainsgoland : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:07 : REQ   : jetbrainsgoland : No newer version.
2023-12-29 12:09:07 : REQ   : jetbrainsgoland : ################## End Installomator, exit code 0

2023-12-29 12:09:07 : REQ   : jetbrainsintellijidea : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:07 : INFO  : jetbrainsintellijidea : ################## Version: 10.6beta
2023-12-29 12:09:07 : INFO  : jetbrainsintellijidea : ################## Date: 2023-12-29
2023-12-29 12:09:07 : INFO  : jetbrainsintellijidea : ################## jetbrainsintellijidea
2023-12-29 12:09:07 : DEBUG : jetbrainsintellijidea : DEBUG mode 1 enabled.
2023-12-29 12:09:08 : INFO  : jetbrainsintellijidea : setting variable from argument DEBUG=0
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : name=IntelliJ IDEA
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : appName=
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : type=dmg
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : archiveName=
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : downloadURL=https://download.jetbrains.com/product?code=II&latest&distribution=macM1
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : curlOptions=
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : appNewVersion=2023.3.2
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : appCustomVersion function: Not defined
2023-12-29 12:09:08 : DEBUG : jetbrainsintellijidea : versionKey=CFBundleShortVersionString
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : packageID=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : pkgName=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : choiceChangesXML=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : blockingProcesses=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : installerTool=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : CLIInstaller=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : CLIArguments=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : updateTool=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : updateToolArguments=
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : updateToolRunAsCurrentUser=
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : NOTIFY=success
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : LOGGING=DEBUG
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : Label type: dmg
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : archiveName: IntelliJ IDEA.dmg
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : no blocking processes defined, using IntelliJ IDEA as default
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.cDDEDQ28YX
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : App(s) found: /Applications/IntelliJ IDEA.app
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : found app at /Applications/IntelliJ IDEA.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : appversion: 2023.3.2
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : Latest version of IntelliJ IDEA is 2023.3.2
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : There is no newer version available.
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.cDDEDQ28YX
2023-12-29 12:09:09 : DEBUG : jetbrainsintellijidea : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.cDDEDQ28YX
2023-12-29 12:09:09 : INFO  : jetbrainsintellijidea : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:09 : REQ   : jetbrainsintellijidea : No newer version.
2023-12-29 12:09:09 : REQ   : jetbrainsintellijidea : ################## End Installomator, exit code 0

2023-12-29 12:09:10 : REQ   : jetbrainsphpstorm : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:10 : INFO  : jetbrainsphpstorm : ################## Version: 10.6beta
2023-12-29 12:09:10 : INFO  : jetbrainsphpstorm : ################## Date: 2023-12-29
2023-12-29 12:09:10 : INFO  : jetbrainsphpstorm : ################## jetbrainsphpstorm
2023-12-29 12:09:10 : DEBUG : jetbrainsphpstorm : DEBUG mode 1 enabled.
2023-12-29 12:09:10 : INFO  : jetbrainsphpstorm : setting variable from argument DEBUG=0
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : name=PHPStorm
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : appName=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : type=dmg
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : archiveName=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : downloadURL=https://download.jetbrains.com/product?code=PS&latest&distribution=macM1
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : curlOptions=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : appNewVersion=2023.3.2
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : appCustomVersion function: Not defined
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : versionKey=CFBundleShortVersionString
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : packageID=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : pkgName=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : choiceChangesXML=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : blockingProcesses=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : installerTool=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : CLIInstaller=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : CLIArguments=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : updateTool=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : updateToolArguments=
2023-12-29 12:09:11 : DEBUG : jetbrainsphpstorm : updateToolRunAsCurrentUser=
2023-12-29 12:09:11 : INFO  : jetbrainsphpstorm : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:11 : INFO  : jetbrainsphpstorm : NOTIFY=success
2023-12-29 12:09:11 : INFO  : jetbrainsphpstorm : LOGGING=DEBUG
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : Label type: dmg
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : archiveName: PHPStorm.dmg
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : no blocking processes defined, using PHPStorm as default
2023-12-29 12:09:12 : DEBUG : jetbrainsphpstorm : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.qA0762o9oJ
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : App(s) found: /Applications/PHPStorm.app
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : found app at /Applications/PHPStorm.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : appversion: 2023.3.2
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : Latest version of PHPStorm is 2023.3.2
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : There is no newer version available.
2023-12-29 12:09:12 : DEBUG : jetbrainsphpstorm : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.qA0762o9oJ
2023-12-29 12:09:12 : DEBUG : jetbrainsphpstorm : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.qA0762o9oJ
2023-12-29 12:09:12 : INFO  : jetbrainsphpstorm : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:12 : REQ   : jetbrainsphpstorm : No newer version.
2023-12-29 12:09:12 : REQ   : jetbrainsphpstorm : ################## End Installomator, exit code 0

2023-12-29 12:09:12 : REQ   : jetbrainspycharm : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:12 : INFO  : jetbrainspycharm : ################## Version: 10.6beta
2023-12-29 12:09:12 : INFO  : jetbrainspycharm : ################## Date: 2023-12-29
2023-12-29 12:09:12 : INFO  : jetbrainspycharm : ################## jetbrainspycharm
2023-12-29 12:09:12 : DEBUG : jetbrainspycharm : DEBUG mode 1 enabled.
2023-12-29 12:09:13 : INFO  : jetbrainspycharm : setting variable from argument DEBUG=0
2023-12-29 12:09:13 : DEBUG : jetbrainspycharm : name=PyCharm
2023-12-29 12:09:13 : DEBUG : jetbrainspycharm : appName=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : type=dmg
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : archiveName=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : downloadURL=https://download.jetbrains.com/product?code=PCP&latest&distribution=macM1
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : curlOptions=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : appNewVersion=2023.3.2
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : appCustomVersion function: Not defined
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : versionKey=CFBundleShortVersionString
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : packageID=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : pkgName=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : choiceChangesXML=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : blockingProcesses=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : installerTool=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : CLIInstaller=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : CLIArguments=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : updateTool=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : updateToolArguments=
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : updateToolRunAsCurrentUser=
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : NOTIFY=success
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : LOGGING=DEBUG
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : Label type: dmg
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : archiveName: PyCharm.dmg
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : no blocking processes defined, using PyCharm as default
2023-12-29 12:09:14 : DEBUG : jetbrainspycharm : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.0aWPKHlUrp
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : App(s) found: /Applications/PyCharm.app
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : found app at /Applications/PyCharm.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:14 : INFO  : jetbrainspycharm : appversion: 2023.3.2
2023-12-29 12:09:15 : INFO  : jetbrainspycharm : Latest version of PyCharm is 2023.3.2
2023-12-29 12:09:15 : INFO  : jetbrainspycharm : There is no newer version available.
2023-12-29 12:09:15 : DEBUG : jetbrainspycharm : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.0aWPKHlUrp
2023-12-29 12:09:15 : DEBUG : jetbrainspycharm : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.0aWPKHlUrp
2023-12-29 12:09:15 : INFO  : jetbrainspycharm : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:15 : REQ   : jetbrainspycharm : No newer version.
2023-12-29 12:09:15 : REQ   : jetbrainspycharm : ################## End Installomator, exit code 0

2023-12-29 12:09:15 : REQ   : jetbrainsrider : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:15 : INFO  : jetbrainsrider : ################## Version: 10.6beta
2023-12-29 12:09:15 : INFO  : jetbrainsrider : ################## Date: 2023-12-29
2023-12-29 12:09:15 : INFO  : jetbrainsrider : ################## jetbrainsrider
2023-12-29 12:09:15 : DEBUG : jetbrainsrider : DEBUG mode 1 enabled.
2023-12-29 12:09:16 : INFO  : jetbrainsrider : setting variable from argument DEBUG=0
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : name=Rider
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : appName=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : type=dmg
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : archiveName=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : downloadURL=https://download.jetbrains.com/product?code=RD&latest&distribution=macM1
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : curlOptions=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : appNewVersion=2023.3.2
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : appCustomVersion function: Not defined
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : versionKey=CFBundleShortVersionString
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : packageID=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : pkgName=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : choiceChangesXML=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : blockingProcesses=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : installerTool=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : CLIInstaller=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : CLIArguments=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : updateTool=
2023-12-29 12:09:16 : DEBUG : jetbrainsrider : updateToolArguments=
2023-12-29 12:09:17 : DEBUG : jetbrainsrider : updateToolRunAsCurrentUser=
2023-12-29 12:09:17 : INFO  : jetbrainsrider : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:17 : INFO  : jetbrainsrider : NOTIFY=success
2023-12-29 12:09:17 : INFO  : jetbrainsrider : LOGGING=DEBUG
2023-12-29 12:09:17 : INFO  : jetbrainsrider : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:17 : INFO  : jetbrainsrider : Label type: dmg
2023-12-29 12:09:17 : INFO  : jetbrainsrider : archiveName: Rider.dmg
2023-12-29 12:09:17 : INFO  : jetbrainsrider : no blocking processes defined, using Rider as default
2023-12-29 12:09:17 : DEBUG : jetbrainsrider : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.yDkRysPGOk
2023-12-29 12:09:17 : INFO  : jetbrainsrider : App(s) found: /Applications/Rider.app
2023-12-29 12:09:17 : INFO  : jetbrainsrider : found app at /Applications/Rider.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:17 : INFO  : jetbrainsrider : appversion: 2023.3.2
2023-12-29 12:09:17 : INFO  : jetbrainsrider : Latest version of Rider is 2023.3.2
2023-12-29 12:09:17 : INFO  : jetbrainsrider : There is no newer version available.
2023-12-29 12:09:17 : DEBUG : jetbrainsrider : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.yDkRysPGOk
2023-12-29 12:09:17 : DEBUG : jetbrainsrider : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.yDkRysPGOk
2023-12-29 12:09:17 : INFO  : jetbrainsrider : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:17 : REQ   : jetbrainsrider : No newer version.
2023-12-29 12:09:17 : REQ   : jetbrainsrider : ################## End Installomator, exit code 0

2023-12-29 12:09:17 : REQ   : jetbrainsrubymind : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:17 : INFO  : jetbrainsrubymind : ################## Version: 10.6beta
2023-12-29 12:09:17 : INFO  : jetbrainsrubymind : ################## Date: 2023-12-29
2023-12-29 12:09:17 : INFO  : jetbrainsrubymind : ################## jetbrainsrubymind
2023-12-29 12:09:17 : DEBUG : jetbrainsrubymind : DEBUG mode 1 enabled.
2023-12-29 12:09:18 : DEBUG : jetbrainsrubymind : DEBUG mode 1, not reopening anything
2023-12-29 12:09:18 : ERROR : jetbrainsrubymind : ERROR: unknown label jetbrainsrubymind
2023-12-29 12:09:18 : REQ   : jetbrainsrubymind : ################## End Installomator, exit code 1

2023-12-29 12:09:18 : REQ   : jetbrainstoolbox : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:18 : INFO  : jetbrainstoolbox : ################## Version: 10.6beta
2023-12-29 12:09:18 : INFO  : jetbrainstoolbox : ################## Date: 2023-12-29
2023-12-29 12:09:18 : INFO  : jetbrainstoolbox : ################## jetbrainstoolbox
2023-12-29 12:09:18 : DEBUG : jetbrainstoolbox : DEBUG mode 1 enabled.
2023-12-29 12:09:19 : INFO  : jetbrainstoolbox : setting variable from argument DEBUG=0
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : name=JetBrains Toolbox
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : appName=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : type=dmg
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : archiveName=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : downloadURL=https://download.jetbrains.com/product?code=TBA&latest&distribution=macM1
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : curlOptions=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : appNewVersion=2.1.3.18901
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : appCustomVersion function: Not defined
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : versionKey=CFBundleShortVersionString
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : packageID=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : pkgName=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : choiceChangesXML=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : blockingProcesses=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : installerTool=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : CLIInstaller=
2023-12-29 12:09:19 : DEBUG : jetbrainstoolbox : CLIArguments=
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : updateTool=
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : updateToolArguments=
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : updateToolRunAsCurrentUser=
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : NOTIFY=success
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : LOGGING=DEBUG
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : Label type: dmg
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : archiveName: JetBrains Toolbox.dmg
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : no blocking processes defined, using JetBrains Toolbox as default
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.ZD6qCa3Eh5
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : App(s) found: /Applications/JetBrains Toolbox.app
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : found app at /Applications/JetBrains Toolbox.app, version 2.1.3.18901, on versionKey CFBundleShortVersionString
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : appversion: 2.1.3.18901
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : Latest version of JetBrains Toolbox is 2.1.3.18901
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : There is no newer version available.
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.ZD6qCa3Eh5
2023-12-29 12:09:20 : DEBUG : jetbrainstoolbox : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.ZD6qCa3Eh5
2023-12-29 12:09:20 : INFO  : jetbrainstoolbox : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:20 : REQ   : jetbrainstoolbox : No newer version.
2023-12-29 12:09:20 : REQ   : jetbrainstoolbox : ################## End Installomator, exit code 0

2023-12-29 12:09:20 : REQ   : jetbrainswebstorm : ################## Start Installomator v. 10.6beta, date 2023-12-29
2023-12-29 12:09:20 : INFO  : jetbrainswebstorm : ################## Version: 10.6beta
2023-12-29 12:09:20 : INFO  : jetbrainswebstorm : ################## Date: 2023-12-29
2023-12-29 12:09:20 : INFO  : jetbrainswebstorm : ################## jetbrainswebstorm
2023-12-29 12:09:20 : DEBUG : jetbrainswebstorm : DEBUG mode 1 enabled.
2023-12-29 12:09:21 : INFO  : jetbrainswebstorm : setting variable from argument DEBUG=0
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : name=Webstorm
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : appName=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : type=dmg
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : archiveName=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : downloadURL=https://download.jetbrains.com/product?code=WS&latest&distribution=macM1
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : curlOptions=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : appNewVersion=2023.3.2
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : appCustomVersion function: Not defined
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : versionKey=CFBundleShortVersionString
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : packageID=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : pkgName=
2023-12-29 12:09:21 : DEBUG : jetbrainswebstorm : choiceChangesXML=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : expectedTeamID=2ZEFAR8TH3
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : blockingProcesses=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : installerTool=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : CLIInstaller=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : CLIArguments=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : updateTool=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : updateToolArguments=
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : updateToolRunAsCurrentUser=
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : BLOCKING_PROCESS_ACTION=tell_user
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : NOTIFY=success
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : LOGGING=DEBUG
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : Label type: dmg
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : archiveName: Webstorm.dmg
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : no blocking processes defined, using Webstorm as default
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.nV63iu12CM
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : App(s) found: /Applications/Webstorm.app
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : found app at /Applications/Webstorm.app, version 2023.3.2, on versionKey CFBundleShortVersionString
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : appversion: 2023.3.2
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : Latest version of Webstorm is 2023.3.2
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : There is no newer version available.
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.nV63iu12CM
2023-12-29 12:09:22 : DEBUG : jetbrainswebstorm : Debugging enabled, Deleting tmpDir output was:
/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.nV63iu12CM
2023-12-29 12:09:22 : INFO  : jetbrainswebstorm : Installomator did not close any apps, so no need to reopen any apps.
2023-12-29 12:09:22 : REQ   : jetbrainswebstorm : No newer version.
2023-12-29 12:09:22 : REQ   : jetbrainswebstorm : ################## End Installomator, exit code 0
```
@Theile Theile added the application adds or improves an application label label Jan 2, 2024
@Theile Theile added this to the v10.6 milestone Jan 2, 2024
@BigMacAdmin BigMacAdmin self-assigned this Mar 17, 2024
@BigMacAdmin
Copy link
Collaborator

Thank you!

@BigMacAdmin BigMacAdmin merged commit 6e94549 into Installomator:main Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

application adds or improves an application label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants