chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.36k stars 903 forks source link

"Package does not contain a manifest" error occuring on package installs, uninstalls and upgrades #2894

Closed pdsz closed 1 year ago

pdsz commented 2 years ago

What You Are Seeing?

I have been usingChoco Upgrade All at Startup for auto upgrade for quite some time. I did the last manual update a few weeks ago. When I tried it again today (with cup all --pre), I noticed that packages are not updating – after detecting a package that needs an update and trying to perform it, choco returns error Package does not contain a manifest. Usually this error causes the entire cup process to stop at the package that needs to be updated. Nevertheless, there are some packages for which only the text is issued while the update process continues.

Due to this issue, I am unable to update and uninstall any package, as well as to install some of them. For example, the package notcl is installed correctly but cannot be further uninstalled with cuninst:

C:\windows\system32>cinst notcl
Chocolatey v1.2.0
Installing the following packages:
notcl
By installing, you accept licenses for the packages.
Progress: Downloading notcl 1.2.4... 100%

notcl v1.2.4
notcl package files install completed. Performing other installation steps.
 ShimGen has successfully created a shim for notcl.exe
 The install of notcl was successful.
  Software installed to 'C:\ProgramData\chocolatey\lib\notcl'

Chocolatey installed 1/1 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

C:\windows\system32>cuninst notcl
Chocolatey v1.2.0
Uninstalling the following packages:
notcl
notcl not uninstalled. An error occurred during uninstall:
 Package does not contain a manifest.

Chocolatey uninstalled 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - notcl (exited 1) - notcl not uninstalled. An error occurred during uninstall:
 Package does not contain a manifest.

There are some log entries pointing to NuGet (especially for failed cups), e.g., for failed update of package cascadiafonts:

2022-11-09 13:05:18,260 16068 [DEBUG] - Package 'cascadiafonts' found on source 'https://chocolatey.org/api/v2/'
2022-11-09 13:05:18,267 16068 [INFO ] - cascadiafonts v2111.01 is the latest version available based on your source(s).
2022-11-09 13:05:18,277 16068 [WARN ] - 
Chocolatey upgraded 0/0 packages. 
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2022-11-09 13:05:18,283 16068 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
2022-11-09 13:05:18,287 16068 [ERROR] - Package does not contain a manifest.
2022-11-09 13:05:18,294 16068 [ERROR] - More Details: System.InvalidOperationException: Package does not contain a manifest.
   w NuGet.PackageHelper.GetManifestStream(Stream packageStream)
   w NuGet.OptimizedZipPackage.EnsureManifest()
   w NuGet.LocalPackageRepository.OpenPackage(String path)
   w NuGet.LocalPackageRepository.GetPackage(Func`2 openPackage, String path)
   w NuGet.LocalPackageRepository.<GetPackages>d__28.MoveNext()
   w NuGet.CollectionExtensions.AddRange[T](ICollection`1 collection, IEnumerable`1 items)
   w NuGet.LocalPackageRepository.FindPackagesById(Func`2 openPackage, String packageId)
   w NuGet.PackageRepositoryExtensions.FindPackagesById(IPackageRepository repository, String packageId)
   w NuGet.PackageRepositoryExtensions.FindPackage(IPackageRepository repository, String packageId, SemanticVersion version, IPackageConstraintProvider constraintProvider, Boolean allowPrereleaseVersions, Boolean allowUnlisted)
   w chocolatey.infrastructure.app.services.NugetService.upgrade_run(ChocolateyConfiguration config, Action`1 continueAction, Boolean performAction, Action`1 beforeUpgradeAction)
   w chocolatey.infrastructure.app.services.NugetService.upgrade_run(ChocolateyConfiguration config, Action`1 continueAction, Action`1 beforeUpgradeAction)
   w chocolatey.infrastructure.app.services.ChocolateyPackageService.perform_source_runner_function[T](ChocolateyConfiguration config, Func`2 function)
   w chocolatey.infrastructure.app.services.ChocolateyPackageService.upgrade_run(ChocolateyConfiguration config)
   w chocolatey.infrastructure.app.runners.GenericRunner.run(ChocolateyConfiguration config, Container container, Boolean isConsole, Action`1 parseArgs)
   w chocolatey.infrastructure.app.runners.ConsoleApplication.run(String[] args, ChocolateyConfiguration config, Container container)
   w chocolatey.console.Program.Main(String[] args)
2022-11-09 13:05:18,296 16068 [DEBUG] - Exiting with 1

On a second machine with similar software configuration (but rebooted far less often), the problem have not occured. I have tried copying some choco-related EXEs or configuration files residing in C:\ProgramData\chocolatey on the unaffected machine to the affected PC. This resulted in successful execution of cup chocolatey (probably because chocolatey was effectively manually updated to the newest version and thus no longer needed an update), but the problem persisted. There may be something wrong with internal chocolatey's NuGet distribution, but I am unable to investigate it further or fix it.

What is Expected?

No errors during cinst, cup or cuninst execution.

How Did You Get This To Happen? (Steps to Reproduce)

I noticed it during manual update using cup all. Possibly indirectly related to Choco Upgrade All at Startup, e.g., choco/NuGet installation broken when a reboot was performed during the automated upgrade, but this is just my guess.

System Details

Output Log

Full log output of command `cuninst notcl -dv` failing with `Package does not contain a manifest` error:

~~~sh 2022-11-09 13:43:37,451 12188 [DEBUG] - XmlConfiguration is now operational 2022-11-09 13:43:37,488 12188 [DEBUG] - Adding new type 'WebPiService' for type 'ISourceRunner' from assembly 'choco' 2022-11-09 13:43:37,488 12188 [DEBUG] - Adding new type 'WindowsFeatureService' for type 'ISourceRunner' from assembly 'choco' 2022-11-09 13:43:37,504 12188 [DEBUG] - Adding new type 'CygwinService' for type 'ISourceRunner' from assembly 'choco' 2022-11-09 13:43:37,504 12188 [DEBUG] - Adding new type 'PythonService' for type 'ISourceRunner' from assembly 'choco' 2022-11-09 13:43:37,504 12188 [DEBUG] - Adding new type 'RubyGemsService' for type 'ISourceRunner' from assembly 'choco' 2022-11-09 13:43:37,519 12188 [DEBUG] - Adding new type 'SystemStateValidation' for type 'IValidation' from assembly 'choco' 2022-11-09 13:43:37,582 12188 [DEBUG] - Registering new command 'template' in assembly 'choco' 2022-11-09 13:43:37,582 12188 [DEBUG] - Registering new command 'upgrade' in assembly 'choco' 2022-11-09 13:43:37,597 12188 [DEBUG] - Registering new command 'export' in assembly 'choco' 2022-11-09 13:43:37,597 12188 [DEBUG] - Registering new command 'list' in assembly 'choco' 2022-11-09 13:43:37,597 12188 [DEBUG] - Registering new command 'info' in assembly 'choco' 2022-11-09 13:43:37,597 12188 [DEBUG] - Registering new command 'help' in assembly 'choco' 2022-11-09 13:43:37,613 12188 [DEBUG] - Registering new command 'config' in assembly 'choco' 2022-11-09 13:43:37,613 12188 [DEBUG] - Registering new command 'features' in assembly 'choco' 2022-11-09 13:43:37,613 12188 [DEBUG] - Registering new command 'new' in assembly 'choco' 2022-11-09 13:43:37,613 12188 [DEBUG] - Registering new command 'outdated' in assembly 'choco' 2022-11-09 13:43:37,629 12188 [DEBUG] - Registering new command 'pack' in assembly 'choco' 2022-11-09 13:43:37,629 12188 [DEBUG] - Registering new command 'pin' in assembly 'choco' 2022-11-09 13:43:37,629 12188 [DEBUG] - Registering new command 'push' in assembly 'choco' 2022-11-09 13:43:37,629 12188 [DEBUG] - Registering new command 'apikey' in assembly 'choco' 2022-11-09 13:43:37,644 12188 [DEBUG] - Registering new command 'sources' in assembly 'choco' 2022-11-09 13:43:37,644 12188 [DEBUG] - Registering new command 'uninstall' in assembly 'choco' 2022-11-09 13:43:37,644 12188 [DEBUG] - Registering new command 'unpackself' in assembly 'choco' 2022-11-09 13:43:37,660 12188 [DEBUG] - Registering new command 'install' in assembly 'choco' 2022-11-09 13:43:37,707 12188 [INFO ] - ============================================================ 2022-11-09 13:43:37,785 12188 [INFO ] - Chocolatey v1.2.0 2022-11-09 13:43:37,800 12188 [DEBUG] - Chocolatey is running on Windows v 10.0.19045.0 2022-11-09 13:43:37,800 12188 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old". 2022-11-09 13:43:37,816 12188 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old". 2022-11-09 13:43:37,816 12188 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" uninstall notcl -dv 2022-11-09 13:43:37,832 12188 [DEBUG] - Received arguments: uninstall notcl -dv 2022-11-09 13:43:37,847 12188 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage. 2022-11-09 13:43:37,863 12188 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers... 2022-11-09 13:43:37,878 12188 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed... 2022-11-09 13:43:37,894 12188 [DEBUG] - Performing validation checks. 2022-11-09 13:43:37,894 12188 [DEBUG] - Global Configuration Validation Checks: 2022-11-09 13:43:37,910 12188 [DEBUG] - - Package Exit Code / Exit On Reboot = Checked 2022-11-09 13:43:37,910 12188 [DEBUG] - System State Validation Checks: 2022-11-09 13:43:37,925 12188 [DEBUG] - Reboot Requirement Checks: 2022-11-09 13:43:37,925 12188 [DEBUG] - - Pending Computer Rename = Checked 2022-11-09 13:43:37,925 12188 [DEBUG] - - Pending Component Based Servicing = Checked 2022-11-09 13:43:37,941 12188 [DEBUG] - - Pending Windows Auto Update = Checked 2022-11-09 13:43:37,941 12188 [DEBUG] - - Pending File Rename Operations = Ignored 2022-11-09 13:43:37,941 12188 [DEBUG] - - Pending Windows Package Installer = Checked 2022-11-09 13:43:37,957 12188 [DEBUG] - - Pending Windows Package Installer SysWow64 = Checked 2022-11-09 13:43:37,957 12188 [INFO ] - 2 validations performed. 2 success(es), 0 warning(s), and 0 error(s). 2022-11-09 13:43:37,972 12188 [DEBUG] - The source 'https://chocolatey.org/api/v2/' evaluated to a 'normal' source type 2022-11-09 13:43:37,972 12188 [DEBUG] - NOTE: Hiding sensitive configuration data! Please double and triple check to be sure no sensitive data is shown, especially if copying output to a gist for review. 2022-11-09 13:43:37,988 12188 [DEBUG] - Configuration: CommandName='uninstall'| CacheLocation='C:\Users\\AppData\Local\Temp\chocolatey'| ContainsLegacyPackageInstalls='True'| CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'| Sources='https://chocolatey.org/api/v2/'|SourceType='normal'| Debug='True'|Verbose='True'|Trace='False'|Force='False'|Noop='False'| HelpRequested='False'|UnsuccessfulParsing='False'|RegularOutput='True'| QuietOutput='False'|PromptForConfirmation='False'| DisableCompatibilityChecks='False'|AcceptLicense='False'| AllowUnofficialBuild='False'|Input='notcl'|AllVersions='False'| SkipPackageInstallProvider='False'|SkipHookScripts='False'| PackageNames='notcl'|Prerelease='False'|ForceX86='False'| OverrideArguments='False'|NotSilent='False'| ApplyPackageParametersToDependencies='False'| ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'| AllowMultipleVersions='False'|AllowDowngrade='False'| ForceDependencies='False'|PinPackage='False'| Information.PlatformType='Windows'| Information.PlatformVersion='10.0.19045.0'| Information.PlatformName='Windows 10'| Information.ChocolateyVersion='1.2.0.0'| Information.ChocolateyProductVersion='1.2.0'| Information.FullName='choco, Version=1.2.0.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'| Information.Is64BitOperatingSystem='True'| Information.Is64BitProcess='True'|Information.IsInteractive='True'| Information.UserName=''|Information.UserDomainName=''| Information.IsUserAdministrator='True'| Information.IsUserSystemAccount='False'| Information.IsUserRemoteDesktop='False'| Information.IsUserRemote='True'| Information.IsProcessElevated='True'| Information.IsLicensedVersion='False'|Information.LicenseType='Foss'| Information.CurrentDirectory='C:\windows\system32'| Features.AutoUninstaller='True'|Features.ChecksumFiles='True'| Features.AllowEmptyChecksums='False'| Features.AllowEmptyChecksumsSecure='True'| Features.FailOnAutoUninstaller='False'| Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'| Features.LogEnvironmentValues='False'|Features.LogWithoutColor='False'| Features.VirusCheck='False'| Features.FailOnInvalidOrMissingLicense='False'| Features.IgnoreInvalidOptionsSwitches='True'| Features.UsePackageExitCodes='True'| Features.UseEnhancedExitCodes='False'| Features.UseFipsCompliantChecksums='False'| Features.ShowNonElevatedWarnings='True'| Features.ShowDownloadProgress='True'| Features.StopOnFirstPackageFailure='False'| Features.UseRememberedArgumentsForUpgrades='True'| Features.IgnoreUnfoundPackagesOnUpgradeOutdated='False'| Features.SkipPackageUpgradesWhenNotInstalled='False'| Features.RemovePackageInformationOnUninstall='False'| Features.ExitOnRebootDetected='False'| Features.LogValidationResultsOnWarnings='True'| Features.UsePackageRepositoryOptimizations='True'| ListCommand.LocalOnly='False'|ListCommand.IdOnly='False'| ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'| ListCommand.Exact='False'|ListCommand.ByIdOnly='False'| ListCommand.ByTagOnly='False'|ListCommand.IdStartsWith='False'| ListCommand.OrderByPopularity='False'|ListCommand.ApprovedOnly='False'| ListCommand.DownloadCacheAvailable='False'| ListCommand.NotBroken='False'| ListCommand.IncludeVersionOverrides='False'| UpgradeCommand.FailOnUnfound='False'| UpgradeCommand.FailOnNotInstalled='False'| UpgradeCommand.NotifyOnlyAvailableUpgrades='False'| UpgradeCommand.ExcludePrerelease='False'| NewCommand.AutomaticPackage='False'| NewCommand.UseOriginalTemplate='False'|SourceCommand.Command='unknown'| SourceCommand.Priority='0'|SourceCommand.BypassProxy='False'| SourceCommand.AllowSelfService='False'| SourceCommand.VisibleToAdminsOnly='False'| FeatureCommand.Command='unknown'|ConfigCommand.Command='unknown'| ApiKeyCommand.Remove='False'|PinCommand.Command='unknown'| OutdatedCommand.IgnorePinned='False'| ExportCommand.IncludeVersionNumbers='False'|Proxy.BypassOnLocal='True'| TemplateCommand.Command='unknown'| 2022-11-09 13:43:37,988 12188 [DEBUG] - _ Chocolatey:ChocolateyUninstallCommand - Normal Run Mode _ 2022-11-09 13:43:38,003 12188 [INFO ] - Uninstalling the following packages: 2022-11-09 13:43:38,019 12188 [INFO ] - notcl 2022-11-09 13:43:38,066 12188 [DEBUG] - Running list with the following filter = '' 2022-11-09 13:43:38,082 12188 [DEBUG] - --- Start of List --- 2022-11-09 13:43:38,329 12188 [DEBUG] - 7zip 22.1 2022-11-09 13:43:38,353 12188 [DEBUG] - 7zip.install 22.1 2022-11-09 13:43:38,353 12188 [DEBUG] - advanced-renamer 3.88 2022-11-09 13:43:38,369 12188 [DEBUG] - advanced-renamer.install 3.88 2022-11-09 13:43:38,384 12188 [DEBUG] - bulkfilechanger 1.65 2022-11-09 13:43:38,400 12188 [DEBUG] - cascadia-code-nerd-font 2.1.0 2022-11-09 13:43:38,416 12188 [DEBUG] - cascadiacode 2111.01 2022-11-09 13:43:38,431 12188 [DEBUG] - cascadiacodeitalic 2111.01 2022-11-09 13:43:38,447 12188 [DEBUG] - cascadiacodepl 2111.01 2022-11-09 13:43:38,447 12188 [DEBUG] - cascadiacodepl-italic 2111.01 2022-11-09 13:43:38,462 12188 [DEBUG] - cascadiafonts 2111.01 2022-11-09 13:43:38,462 12188 [DEBUG] - cascadiamono 2111.01 2022-11-09 13:43:38,478 12188 [DEBUG] - cascadiamonoitalic 2111.01 2022-11-09 13:43:38,494 12188 [DEBUG] - cascadiamonopl 2111.01 2022-11-09 13:43:38,494 12188 [DEBUG] - choco-cleaner 0.0.8.4 2022-11-09 13:43:38,509 12188 [DEBUG] - choco-install-packages-from-web-winconfig 0.0.1 2022-11-09 13:43:38,509 12188 [DEBUG] - choco-package-list-backup 2022.02.06 2022-11-09 13:43:38,525 12188 [DEBUG] - choco-protocol-support 0.0.1.1 2022-11-09 13:43:38,525 12188 [DEBUG] - choco-upgrade-all-at 0.0.6 2022-11-09 13:43:38,541 12188 [DEBUG] - choco-upgrade-all-at-startup 2021.03.15 2022-11-09 13:43:38,556 12188 [DEBUG] - chocolatey 1.2.0 2022-11-09 13:43:38,572 12188 [DEBUG] - chocolatey-compatibility.extension 1.0.0 2022-11-09 13:43:38,587 12188 [DEBUG] - chocolatey-core.extension 1.4.0 2022-11-09 13:43:38,603 12188 [DEBUG] - chocolatey-dotnetfx.extension 1.0.1 2022-11-09 13:43:38,619 12188 [DEBUG] - chocolatey-font-helpers.extension 0.0.4 2022-11-09 13:43:38,634 12188 [DEBUG] - chocolatey-preinstaller-checks.extension 0.0.2.2 2022-11-09 13:43:38,650 12188 [DEBUG] - chocolatey-toast-notifications.extension 0.0.4 2022-11-09 13:43:38,666 12188 [DEBUG] - chocolatey-windowsupdate.extension 1.0.4 2022-11-09 13:43:38,681 12188 [DEBUG] - ChocoShortcuts 0.4.1 2022-11-09 13:43:38,697 12188 [DEBUG] - dependency-windows10 10.2111 2022-11-09 13:43:38,712 12188 [DEBUG] - dotnetfx 4.8.0.20220524 2022-11-09 13:43:38,744 12188 [DEBUG] - emacs 28.1.0 2022-11-09 13:43:38,744 12188 [DEBUG] - fontforge 2022.03.08 2022-11-09 13:43:38,759 12188 [DEBUG] - Ghostscript.app 9.56.1 2022-11-09 13:43:38,775 12188 [DEBUG] - gnuwin32-coreutils.install 5.3.0 2022-11-09 13:43:38,791 12188 [DEBUG] - grep 3.7 2022-11-09 13:43:38,791 12188 [DEBUG] - hxd 2.4.0.0 2022-11-09 13:43:38,806 12188 [DEBUG] - InkScape 1.2.1 2022-11-09 13:43:38,806 12188 [DEBUG] - instchoco 2.11 2022-11-09 13:43:38,822 12188 [DEBUG] - irfanview 4.60 2022-11-09 13:43:38,837 12188 [DEBUG] - jabref.install 5.7-dev 2022-11-09 13:43:38,837 12188 [DEBUG] - jre8 8.0.333 2022-11-09 13:43:38,853 12188 [DEBUG] - KB2919355 1.0.20160915 2022-11-09 13:43:38,853 12188 [DEBUG] - KB2919442 1.0.20160915 2022-11-09 13:43:38,869 12188 [DEBUG] - KB2999226 1.0.20181019 2022-11-09 13:43:38,869 12188 [DEBUG] - KB3033929 1.0.5 2022-11-09 13:43:38,884 12188 [DEBUG] - MarkdownMonster 2.6.9 2022-11-09 13:43:38,884 12188 [DEBUG] - mkvtoolnix 69.0.0 2022-11-09 13:43:38,900 12188 [DEBUG] - nmap 7.92.0.20220321 2022-11-09 13:43:38,900 12188 [DEBUG] - notcl 1.2.4 2022-11-09 13:43:38,915 12188 [DEBUG] - notepadplusplus 8.4.4 2022-11-09 13:43:38,915 12188 [DEBUG] - notepadplusplus.install 8.4.4 2022-11-09 13:43:38,931 12188 [DEBUG] - openssl 1.1.1.1700 2022-11-09 13:43:38,931 12188 [DEBUG] - pdftk 2.02 2022-11-09 13:43:38,947 12188 [DEBUG] - pdftk-server 2.02 2022-11-09 13:43:38,947 12188 [DEBUG] - pngquant 2.17.0.2022012001 2022-11-09 13:43:38,962 12188 [DEBUG] - powershell-core 7.2.5 2022-11-09 13:43:38,962 12188 [DEBUG] - programmersnotepad 2.4.2 2022-11-09 13:43:38,978 12188 [DEBUG] - programmersnotepad.install 2.4.2 2022-11-09 13:43:38,994 12188 [DEBUG] - putty.portable 0.77 2022-11-09 13:43:39,009 12188 [DEBUG] - pwsh 7.2.5 2022-11-09 13:43:39,009 12188 [DEBUG] - python3 3.10.2 2022-11-09 13:43:39,025 12188 [DEBUG] - qpdf 10.6.3 2022-11-09 13:43:39,040 12188 [DEBUG] - sed 4.8 2022-11-09 13:43:39,056 12188 [DEBUG] - shexview 2.01 2022-11-09 13:43:39,056 12188 [DEBUG] - shmnview 1.41 2022-11-09 13:43:39,072 12188 [DEBUG] - skype 8.86.0.409 2022-11-09 13:43:39,072 12188 [DEBUG] - subtitleedit 3.6.6 2022-11-09 13:43:39,087 12188 [DEBUG] - Sudo 1.1.2 2022-11-09 13:43:39,087 12188 [DEBUG] - svg-explorer-extension 0.1.1.20170428 2022-11-09 13:43:39,103 12188 [DEBUG] - swig 4.0.2.04082020 2022-11-09 13:43:39,119 12188 [DEBUG] - telegram 4.0.2 2022-11-09 13:43:39,134 12188 [DEBUG] - telegram.install 4.0.2 2022-11-09 13:43:39,150 12188 [DEBUG] - termite 3.4 2022-11-09 13:43:39,165 12188 [DEBUG] - tesseract 5.2.0.20220712 2022-11-09 13:43:39,181 12188 [DEBUG] - texstudio 4.2.3 2022-11-09 13:43:39,197 12188 [DEBUG] - texstudio.install 4.2.3 2022-11-09 13:43:39,212 12188 [DEBUG] - vcredist140 14.32.31332 2022-11-09 13:43:39,228 12188 [DEBUG] - vcredist2005 8.0.50727.619501 2022-11-09 13:43:39,244 12188 [DEBUG] - vcredist2010 10.0.40219.32503 2022-11-09 13:43:39,259 12188 [DEBUG] - vcredist2015 14.0.24215.20170201 2022-11-09 13:43:39,259 12188 [DEBUG] - vlc.install 3.0.17.4 2022-11-09 13:43:39,275 12188 [DEBUG] - volume2.install 1.1.7.450 2022-11-09 13:43:39,275 12188 [DEBUG] - winmerge 2.16.20 2022-11-09 13:43:39,290 12188 [DEBUG] - winscp 5.21.1 2022-11-09 13:43:39,290 12188 [DEBUG] - wireshark 3.6.8 2022-11-09 13:43:39,306 12188 [DEBUG] - x-mouse-button-control 2.19.2 2022-11-09 13:43:39,306 12188 [DEBUG] - zerotier-one 1.10.1 2022-11-09 13:43:39,322 12188 [DEBUG] - --- End of List --- 2022-11-09 13:43:39,384 12188 [DEBUG] - Attempting to delete directory "C:\ProgramData\chocolatey\lib-bkp\notcl". 2022-11-09 13:43:39,400 12188 [DEBUG] - Backing up existing notcl prior to operation. 2022-11-09 13:43:39,415 12188 [DEBUG] - Moving 'C:\ProgramData\chocolatey\lib\notcl' to 'C:\ProgramData\chocolatey\lib-bkp\notcl' 2022-11-09 13:43:41,434 12188 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib\notcl". 2022-11-09 13:43:41,455 12188 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\notcl\notcl.exe" to "C:\ProgramData\chocolatey\lib\notcl\notcl.exe". 2022-11-09 13:43:41,611 12188 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\notcl\notcl.nupkg" to "C:\ProgramData\chocolatey\lib\notcl\notcl.nupkg". 2022-11-09 13:43:41,627 12188 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\notcl\notcl.nuspec" to "C:\ProgramData\chocolatey\lib\notcl\notcl.nuspec". 2022-11-09 13:43:43,158 12188 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\notcl' 2022-11-09 13:43:43,174 12188 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\notcl\notcl.exe' with checksum '25C1CA94AEC2876B1B580E871CDBDDF1' 2022-11-09 13:43:43,189 12188 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\notcl\notcl.nupkg' with checksum '0038883169AD4F4EFECC48A43727BF5E' 2022-11-09 13:43:43,189 12188 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\notcl\notcl.nuspec' with checksum '842CB3765E954765C5ABC48E6C83FDB4' 2022-11-09 13:43:43,297 12188 [ERROR] - notcl not uninstalled. An error occurred during uninstall: Package does not contain a manifest. 2022-11-09 13:43:43,328 12188 [WARN ] - Chocolatey uninstalled 0/1 packages. 1 packages failed. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2022-11-09 13:43:43,328 12188 [INFO ] - 2022-11-09 13:43:43,328 12188 [ERROR] - Failures 2022-11-09 13:43:43,344 12188 [ERROR] - - notcl (exited 1) - notcl not uninstalled. An error occurred during uninstall: Package does not contain a manifest. 2022-11-09 13:43:43,344 12188 [WARN ] - If a package uninstall is failing and/or you've already uninstalled the software outside of Chocolatey, you can attempt to run the command with `-n` to skip running a chocolateyUninstall script, additionally adding `--skip-autouninstaller` to skip an attempt to automatically remove system-installed software. Only the packaging files are removed and not things like software installed to Programs and Features. If a package is failing because it is a dependency of another package or packages, then you may first need to consider if it needs to be removed as packages have dependencies for a reason. If you decide that you still want to remove it, head into `$env:ChocolateyInstall\lib` and find the package folder you want to be removed. Then delete the folder for the package. You should use this option only as a last resort. 2022-11-09 13:43:43,359 12188 [WARN ] - Enjoy using Chocolatey? Explore more amazing features to take your experience to the next level at https://chocolatey.org/compare 2022-11-09 13:43:43,359 12188 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers... 2022-11-09 13:43:43,375 12188 [DEBUG] - Exiting with 1 ~~~

TheCakeIsNaOH commented 2 years ago

Looking at the log, these two lines in the stack trace seems to indicate that the issue is a missing or not detected .nuspec inside a .nupkg under $chocolateyinstall\lib: NuGet.LocalPackageRepository.FindPackagesById(Func``2 openPackage, String packageId) NuGet.OptimizedZipPackage.EnsureManifest()

This general area of code was touched recently in https://github.com/chocolatey/nuget-chocolatey/issues/33, but not this code path, as it is still using system.io.packaging, so I don't know how that change could have caused this.

I'm not able to reproduce this by installing/uninstalling the notcl or cascadiafonts packages.

@pdsz, this is a bit of a stab in the dark, but you would be able to run this powershell oneliner to see if there are any of the .nupkg files that are missing their .nuspec?

Get-ChildItem $env:ChocolateyInstall -Recurse -Filter "*.nupkg" | ForEach-Object { $output = & 7z l $_.fullname; if (($output -join "`n") -notlike "*nuspec*") { Write-Host $_.name }}
pdsz commented 2 years ago

@TheCakeIsNaOH, I ran the command that you have suggested – below is the result obtained using my current contents of $chocolateyinstall, i.e., after replacing some of its files with the ones from the unaffected machine (which changed choco version to 1.2.0):

PS C:\Windows\System32> Get-ChildItem $env:ChocolateyInstall -Recurse -Filter "*.nupkg" | ForEach-Object { $output = & 7z l $_.fullname; if (($output -join "`n") -notlike "*nuspec*") { Write-Host $_.name }}
burnttoast-psmodule.nupkg
cascadiamonopl-italic.nupkg
ccleaner.nupkg
emacs.portable.nupkg
exiftool.nupkg
FreeDownloadManager.nupkg
Ghostscript.nupkg
gimp.nupkg
gmkvextractgui.nupkg
irfanviewplugins.nupkg
javaruntime.nupkg
jcpicker.nupkg
KB3035131.nupkg
KB3118401.nupkg
languagetool.nupkg
netfx-4.7.2.nupkg
pdftkbuilder.nupkg
PowerShell.nupkg
putty.nupkg
tightvnc.nupkg
vlc.nupkg
volume2.nupkg
winscp.install.nupkg
xxd.nupkg

When comparing affected and unaffected installations with WinMerge I found that some .nupkg files of the unaffected location were significantly larger than of the affected one. Mostly, the smaller ones were empty (22 bytes).

Here is the list of the empty files in comparison with the non-problematic installation:

Filename Folder Left Size Right Size Left Size (Short) Right Size (Short)
lib   1 966 201 208 1 941 466 335 1,83 GB 1,80 GB
burnttoast-psmodule.nupkg lib\burnttoast-psmodule 22 4 696 22 B 4,58 KB
cascadiacodeitalic.nupkg lib\cascadiacodeitalic 22 201 670 22 B 196 KB
cascadiafonts.nupkg lib\cascadiafonts 22 5 389 22 B 5,26 KB
cascadiamonopl-italic.nupkg lib\cascadiamonopl-italic 22 208 495 22 B 203 KB
ccleaner.nupkg lib\ccleaner 22 4 668 22 B 4,55 KB
choco-cleaner.nupkg lib\choco-cleaner 22 80 196 22 B 78,3 KB
choco-install-packages-from-web-winconfig.nupkg lib\choco-install-packages-from-web-winconfig 22 8 055 22 B 7,86 KB
choco-package-list-backup.nupkg lib\choco-package-list-backup 22 32 658 22 B 31,8 KB
choco-upgrade-all-at.nupkg lib\choco-upgrade-all-at 22 14 788 22 B 14,4 KB
chocolatey.nupkg lib\chocolatey 22 4 459 584 22 B 4,25 MB
FreeDownloadManager.nupkg lib\FreeDownloadManager 22 5 034 22 B 4,91 KB
Ghostscript.nupkg lib\Ghostscript 22 4 062 22 B 3,96 KB
gimp.nupkg lib\gimp 22 6 499 22 B 6,34 KB
gmkvextractgui.nupkg lib\gmkvextractgui 22 4 582 22 B 4,47 KB
irfanviewplugins.nupkg lib\irfanviewplugins 22 5 283 22 B 5,15 KB
javaruntime.nupkg lib\javaruntime 22 3 394 22 B 3,31 KB
jcpicker.nupkg lib\jcpicker 22 5 280 22 B 5,15 KB
KB3035131.nupkg lib\KB3035131 22 5 839 22 B 5,70 KB
KB3118401.nupkg lib\KB3118401 22 5 551 22 B 5,42 KB
languagetool.nupkg lib\languagetool 22 5 929 22 B 5,79 KB
netfx-4.7.2.nupkg lib\netfx-4.7.2 22 6 134 22 B 5,99 KB
pdftkbuilder.nupkg lib\pdftkbuilder 22 19 739 22 B 19,2 KB
PowerShell.nupkg lib\PowerShell 22 11 416 22 B 11,1 KB
putty.nupkg lib\putty 22 6 872 22 B 6,71 KB
tightvnc.nupkg lib\tightvnc 22 12 899 22 B 12,5 KB
vlc.nupkg lib\vlc 22 388 930 22 B 379 KB
winscp.install.nupkg lib\winscp.install 22 20 124 22 B 19,6 KB

I remember that there were some not empty nupkg files which, when opened as ZIP, did not contain some EXEs and other large files that the unaffected ones included. Unfortunately, I am unable to locate them now.

There have been also a lot of files with extension like .nupkg.tmp1.nupkg.tmp8 (in $chocolateyinstall\lib\<packagename>\) as well as .files.backup and registry.backup (n $chocolateyinstall\.chocolatey\), which I have deleted while trying to fix the problem.

I also tried restoring the $chocolateyinstall to the state as it was before my attempts to fix it (with choco version 1.1.0) to use your one-liner. This led to a similar result with seven additional entries (these are probably the ones that I have manually replaced):

cascadiacodeitalic.nupkg
cascadiafonts.nupkg
choco-cleaner.nupkg
choco-install-packages-from-web-winconfig.nupkg
choco-package-list-backup.nupkg
choco-upgrade-all-at.nupkg
chocolatey.nupkg
I also checked the logs and the first entry of `Package does not contain a manifest` error dates back to 2022-07-23:

```pwsh 2022-07-23 16:54:56,007 37520 [DEBUG] - XmlConfiguration is now operational 2022-07-23 16:54:56,070 37520 [INFO ] - ============================================================ 2022-07-23 16:54:56,292 37520 [INFO ] - Chocolatey v1.1.0 2022-07-23 16:54:56,303 37520 [DEBUG] - Chocolatey is running on Windows v 10.0.19044.0 2022-07-23 16:54:56,307 37520 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old". 2022-07-23 16:54:56,314 37520 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old". 2022-07-23 16:54:56,341 37520 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" upgrade all -y --prerelease 2022-07-23 16:54:56,347 37520 [DEBUG] - Received arguments: upgrade all -y --prerelease 2022-07-23 16:54:56,395 37520 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage. 2022-07-23 16:54:56,408 37520 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers... 2022-07-23 16:54:56,422 37520 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed... 2022-07-23 16:54:56,465 37520 [DEBUG] - Performing validation checks. 2022-07-23 16:54:56,477 37520 [DEBUG] - Global Configuration Validation Checks: 2022-07-23 16:54:56,482 37520 [DEBUG] - - Package Exit Code / Exit On Reboot = Checked 2022-07-23 16:54:56,490 37520 [DEBUG] - System State Validation Checks: 2022-07-23 16:54:56,494 37520 [DEBUG] - Reboot Requirement Checks: 2022-07-23 16:54:56,503 37520 [DEBUG] - - Pending Computer Rename = Checked 2022-07-23 16:54:56,507 37520 [DEBUG] - - Pending Component Based Servicing = Checked 2022-07-23 16:54:56,515 37520 [DEBUG] - - Pending Windows Auto Update = Checked 2022-07-23 16:54:56,518 37520 [DEBUG] - - Pending File Rename Operations = Ignored 2022-07-23 16:54:56,527 37520 [DEBUG] - - Pending Windows Package Installer = Checked 2022-07-23 16:54:56,530 37520 [DEBUG] - - Pending Windows Package Installer SysWow64 = Checked 2022-07-23 16:54:56,539 37520 [INFO ] - 2 validations performed. 2 success(es), 0 warning(s), and 0 error(s). 2022-07-23 16:54:56,544 37520 [DEBUG] - The source 'https://community.chocolatey.org/api/v2/' evaluated to a 'normal' source type 2022-07-23 16:54:56,551 37520 [DEBUG] - NOTE: Hiding sensitive configuration data! Please double and triple check to be sure no sensitive data is shown, especially if copying output to a gist for review. 2022-07-23 16:54:56,560 37520 [DEBUG] - Configuration: CommandName='upgrade'|CacheLocation='C:\windows\TEMP\chocolatey'| ContainsLegacyPackageInstalls='True'| CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'| Sources='https://community.chocolatey.org/api/v2/'|SourceType='normal'| Debug='False'|Verbose='False'|Trace='False'|Force='False'|Noop='False'| HelpRequested='False'|UnsuccessfulParsing='False'|RegularOutput='True'| QuietOutput='False'|PromptForConfirmation='False'| DisableCompatibilityChecks='False'|AcceptLicense='True'| AllowUnofficialBuild='False'|Input='all'|AllVersions='False'| SkipPackageInstallProvider='False'|PackageNames='all'| Prerelease='True'| ForceX86='False'|OverrideArguments='False'|NotSilent='False'| ApplyPackageParametersToDependencies='False'| ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'| AllowMultipleVersions='False'|AllowDowngrade='False'| ForceDependencies='False'|Information.PlatformType='Windows'| Information.PlatformVersion='10.0.19044.0'| Information.PlatformName='Windows 10'| Information.ChocolateyVersion='1.1.0.0'| Information.ChocolateyProductVersion='1.1.0'| Information.FullName='choco, Version=1.1.0.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'| Information.Is64BitOperatingSystem='True'| Information.Is64BitProcess='True'|Information.IsInteractive='False'| Information.UserName='SYSTEM'|Information.UserDomainName=''| Information.IsUserAdministrator='True'| Information.IsUserSystemAccount='True'| Information.IsUserRemoteDesktop='False'| Information.IsUserRemote='True'| Information.IsProcessElevated='True'| Information.IsLicensedVersion='False'|Information.LicenseType='Foss'| Information.CurrentDirectory='C:\windows\system32'| Features.AutoUninstaller='True'|Features.ChecksumFiles='True'| Features.AllowEmptyChecksums='False'| Features.AllowEmptyChecksumsSecure='True'| Features.FailOnAutoUninstaller='False'| Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'| Features.LogEnvironmentValues='False'|Features.LogWithoutColor='False'| Features.VirusCheck='False'| Features.FailOnInvalidOrMissingLicense='False'| Features.IgnoreInvalidOptionsSwitches='True'| Features.UsePackageExitCodes='True'| Features.UseEnhancedExitCodes='False'| Features.UseFipsCompliantChecksums='False'| Features.ShowNonElevatedWarnings='True'| Features.ShowDownloadProgress='True'| Features.StopOnFirstPackageFailure='False'| Features.UseRememberedArgumentsForUpgrades='True'| Features.IgnoreUnfoundPackagesOnUpgradeOutdated='False'| Features.SkipPackageUpgradesWhenNotInstalled='False'| Features.RemovePackageInformationOnUninstall='False'| Features.ExitOnRebootDetected='False'| Features.LogValidationResultsOnWarnings='True'| Features.UsePackageRepositoryOptimizations='True'| ListCommand.LocalOnly='False'|ListCommand.IdOnly='False'| ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'| ListCommand.Exact='False'|ListCommand.ByIdOnly='False'| ListCommand.ByTagOnly='False'|ListCommand.IdStartsWith='False'| ListCommand.OrderByPopularity='False'|ListCommand.ApprovedOnly='False'| ListCommand.DownloadCacheAvailable='False'| ListCommand.NotBroken='False'| ListCommand.IncludeVersionOverrides='False'| UpgradeCommand.FailOnUnfound='False'| UpgradeCommand.FailOnNotInstalled='False'| UpgradeCommand.NotifyOnlyAvailableUpgrades='False'| UpgradeCommand.ExcludePrerelease='False'| NewCommand.AutomaticPackage='False'| NewCommand.UseOriginalTemplate='False'|SourceCommand.Command='unknown'| SourceCommand.Priority='0'|SourceCommand.BypassProxy='False'| SourceCommand.AllowSelfService='False'| SourceCommand.VisibleToAdminsOnly='False'| FeatureCommand.Command='unknown'|ConfigCommand.Command='unknown'| ApiKeyCommand.Remove='False'|PinCommand.Command='unknown'| OutdatedCommand.IgnorePinned='False'| ExportCommand.IncludeVersionNumbers='False'|Proxy.BypassOnLocal='True'| TemplateCommand.Command='unknown'| 2022-07-23 16:54:56,568 37520 [DEBUG] - _ Chocolatey:ChocolateyUpgradeCommand - Normal Run Mode _ 2022-07-23 16:54:56,574 37520 [INFO ] - Upgrading the following packages: 2022-07-23 16:54:56,581 37520 [INFO ] - all 2022-07-23 16:54:56,583 37520 [INFO ] - By upgrading, you accept licenses for the packages. 2022-07-23 16:54:56,646 37520 [DEBUG] - Running list with the following filter = '' 2022-07-23 16:54:56,649 37520 [DEBUG] - --- Start of List --- 2022-07-23 16:54:57,538 37520 [DEBUG] - 7zip 22.1 2022-07-23 16:54:57,625 37520 [DEBUG] - 7zip.install 22.1 2022-07-23 16:54:57,644 37520 [DEBUG] - adobereader 2022.001.20169 2022-07-23 16:54:57,668 37520 [DEBUG] - advanced-renamer 3.88 2022-07-23 16:54:57,897 37520 [DEBUG] - advanced-renamer.install 3.88 2022-07-23 16:54:57,961 37520 [DEBUG] - autohotkey 1.1.34.03 2022-07-23 16:54:58,019 37520 [DEBUG] - autohotkey.install 1.1.34.03 2022-07-23 16:54:58,052 37520 [DEBUG] - autohotkey.portable 2.0-beta7 2022-07-23 16:54:58,072 37520 [DEBUG] - bulkfilechanger 1.65 2022-07-23 16:54:58,088 37520 [DEBUG] - burnttoast-psmodule 0.8.5 2022-07-23 16:54:58,105 37520 [DEBUG] - cascadia-code-nerd-font 2.1.0 2022-07-23 16:54:58,120 37520 [DEBUG] - cascadiacode 2111.01 2022-07-23 16:54:58,151 37520 [DEBUG] - cascadiacodeitalic 2111.01 2022-07-23 16:54:58,173 37520 [DEBUG] - cascadiacodepl 2111.01 2022-07-23 16:54:58,236 37520 [DEBUG] - cascadiacodepl-italic 2111.01 2022-07-23 16:54:58,258 37520 [DEBUG] - cascadiafonts 2111.01 2022-07-23 16:54:58,274 37520 [DEBUG] - cascadiamono 2111.01 2022-07-23 16:54:58,288 37520 [DEBUG] - cascadiamonoitalic 2111.01 2022-07-23 16:54:58,301 37520 [DEBUG] - cascadiamonopl 2111.01 2022-07-23 16:54:58,315 37520 [DEBUG] - cascadiamonopl-italic 2111.01 2022-07-23 16:54:58,329 37520 [DEBUG] - choco-cleaner 0.0.8.4 2022-07-23 16:54:58,344 37520 [DEBUG] - choco-install-packages-from-web-winconfig 0.0.1 2022-07-23 16:54:58,358 37520 [DEBUG] - choco-package-list-backup 2022.02.06 2022-07-23 16:54:58,376 37520 [DEBUG] - choco-protocol-support 0.0.1.1 2022-07-23 16:54:58,388 37520 [DEBUG] - choco-upgrade-all-at 0.0.6 2022-07-23 16:54:58,399 37520 [DEBUG] - choco-upgrade-all-at-startup 2021.03.15 2022-07-23 16:54:58,411 37520 [DEBUG] - chocolatey 1.1.0 2022-07-23 16:54:58,423 37520 [DEBUG] - chocolatey-compatibility.extension 1.0.0 2022-07-23 16:54:58,429 37520 [DEBUG] - chocolatey-core.extension 1.4.0 2022-07-23 16:54:58,441 37520 [DEBUG] - chocolatey-dotnetfx.extension 1.0.1 2022-07-23 16:54:58,447 37520 [DEBUG] - chocolatey-font-helpers.extension 0.0.4 2022-07-23 16:54:58,460 37520 [DEBUG] - chocolatey-preinstaller-checks.extension 0.0.2.2 2022-07-23 16:54:58,470 37520 [DEBUG] - chocolatey-toast-notifications.extension 0.0.4 2022-07-23 16:54:58,476 37520 [DEBUG] - chocolatey-windowsupdate.extension 1.0.4 2022-07-23 16:54:58,489 37520 [DEBUG] - ChocoShortcuts 0.4.1 2022-07-23 16:54:58,495 37520 [DEBUG] - dependency-windows10 10.2111 2022-07-23 16:54:58,506 37520 [DEBUG] - dotnetfx 4.8.0.20220524 2022-07-23 16:54:58,548 37520 [DEBUG] - emacs 28.1.0 2022-07-23 16:54:58,557 37520 [DEBUG] - emacs.portable 28.1.0 2022-07-23 16:54:58,563 37520 [DEBUG] - ffmpeg 5.0.1.20220408 2022-07-23 16:54:58,576 37520 [DEBUG] - fontforge 2022.03.08 2022-07-23 16:54:58,583 37520 [DEBUG] - FreeDownloadManager 6.16.2 2022-07-23 16:54:58,593 37520 [DEBUG] - Ghostscript 9.56.1 2022-07-23 16:54:58,599 37520 [DEBUG] - Ghostscript.app 9.56.1 2022-07-23 16:54:58,608 37520 [DEBUG] - gimp 2.10.32.1 2022-07-23 16:54:58,613 37520 [DEBUG] - git 2.37.1 2022-07-23 16:54:58,621 37520 [DEBUG] - git.install 2.37.1 2022-07-23 16:54:58,627 37520 [DEBUG] - gmkvextractgui 2.6.2 2022-07-23 16:54:58,637 37520 [DEBUG] - grep 3.7 2022-07-23 16:54:58,642 37520 [DEBUG] - hxd 2.4.0.0 2022-07-23 16:54:58,651 37520 [DEBUG] - imagemagick.app 7.1.0.43 2022-07-23 16:54:58,655 37520 [DEBUG] - InkScape 1.2.1 2022-07-23 16:54:58,665 37520 [DEBUG] - instchoco 2.11 2022-07-23 16:54:58,669 37520 [DEBUG] - irfanview 4.60 2022-07-23 16:54:58,678 37520 [DEBUG] - irfanviewplugins 4.60 2022-07-23 16:54:58,681 37520 [DEBUG] - jabref 5.7-dev 2022-07-23 16:54:58,694 37520 [DEBUG] - jabref.install 5.7-dev 2022-07-23 16:54:58,699 37520 [DEBUG] - javaruntime 8.0.231 2022-07-23 16:54:58,709 37520 [DEBUG] - jcpicker 5.6.0.2022020201 2022-07-23 16:54:58,719 37520 [DEBUG] - jre8 8.0.333 2022-07-23 16:54:58,724 37520 [DEBUG] - KB2919355 1.0.20160915 2022-07-23 16:54:58,733 37520 [DEBUG] - KB2919442 1.0.20160915 2022-07-23 16:54:58,739 37520 [DEBUG] - KB2999226 1.0.20181019 2022-07-23 16:54:58,750 37520 [DEBUG] - KB3033929 1.0.5 2022-07-23 16:54:58,755 37520 [DEBUG] - KB3035131 1.0.3 2022-07-23 16:54:58,764 37520 [DEBUG] - KB3118401 1.0.5 2022-07-23 16:54:58,771 37520 [DEBUG] - languagetool 5.7 2022-07-23 16:54:58,783 37520 [DEBUG] - MarkdownMonster 2.6.6 2022-07-23 16:54:58,798 37520 [DEBUG] - mkvtoolnix 69.0.0 2022-07-23 16:54:58,810 37520 [DEBUG] - netfx-4.7.2 4.7.2.0 2022-07-23 16:54:58,818 37520 [DEBUG] - nmap 7.92.0.20220321 2022-07-23 16:54:58,834 37520 [DEBUG] - notepadplusplus 8.4.4 2022-07-23 16:54:58,842 37520 [DEBUG] - notepadplusplus.install 8.4.4 2022-07-23 16:54:58,854 37520 [DEBUG] - openssl 1.1.1.1700 2022-07-23 16:54:58,859 37520 [DEBUG] - pdf24 11.2.0 2022-07-23 16:54:58,868 37520 [DEBUG] - pdftk 2.02 2022-07-23 16:54:58,874 37520 [DEBUG] - pdftk-server 2.02 2022-07-23 16:54:58,884 37520 [DEBUG] - pngquant 2.17.0.2022012001 2022-07-23 16:54:58,888 37520 [DEBUG] - PowerShell 5.1.14409.20180811 2022-07-23 16:54:58,898 37520 [DEBUG] - powershell-core 7.2.5 2022-07-23 16:54:58,902 37520 [DEBUG] - programmersnotepad 2.4.2 2022-07-23 16:54:58,913 37520 [DEBUG] - programmersnotepad.install 2.4.2 2022-07-23 16:54:58,925 37520 [DEBUG] - putty 0.77 2022-07-23 16:54:58,930 37520 [DEBUG] - putty.portable 0.77 2022-07-23 16:54:58,940 37520 [DEBUG] - pwsh 7.2.5 2022-07-23 16:54:58,948 37520 [DEBUG] - python3 3.10.2 2022-07-23 16:54:58,962 37520 [DEBUG] - qpdf 10.6.3 2022-07-23 16:54:58,968 37520 [DEBUG] - sed 4.8 2022-07-23 16:54:58,978 37520 [DEBUG] - shexview 2.01 2022-07-23 16:54:58,985 37520 [DEBUG] - shmnview 1.41 2022-07-23 16:54:58,996 37520 [DEBUG] - skype 8.86.0.409 2022-07-23 16:54:59,002 37520 [DEBUG] - subtitleedit 3.6.6 2022-07-23 16:54:59,009 37520 [DEBUG] - Sudo 1.1.2 2022-07-23 16:54:59,014 37520 [DEBUG] - svg-explorer-extension 0.1.1.20170428 2022-07-23 16:54:59,029 37520 [DEBUG] - swig 4.0.2.04082020 2022-07-23 16:54:59,033 37520 [DEBUG] - telegram 4.0.2 2022-07-23 16:54:59,043 37520 [DEBUG] - telegram.install 4.0.2 2022-07-23 16:54:59,046 37520 [DEBUG] - tesseract 5.2.0.20220712 2022-07-23 16:54:59,054 37520 [DEBUG] - texstudio 4.2.3 2022-07-23 16:54:59,058 37520 [DEBUG] - texstudio.install 4.2.3 2022-07-23 16:54:59,066 37520 [DEBUG] - tightvnc 2.8.63 2022-07-23 16:54:59,070 37520 [DEBUG] - vcredist140 14.32.31332 2022-07-23 16:54:59,078 37520 [DEBUG] - vcredist2005 8.0.50727.619501 2022-07-23 16:54:59,083 37520 [DEBUG] - vcredist2010 10.0.40219.32503 2022-07-23 16:54:59,092 37520 [DEBUG] - vcredist2015 14.0.24215.20170201 2022-07-23 16:54:59,099 37520 [DEBUG] - vlc 3.0.17.4 2022-07-23 16:54:59,109 37520 [DEBUG] - vlc.install 3.0.17.4 2022-07-23 16:54:59,113 37520 [DEBUG] - volume2 1.1.7.450 2022-07-23 16:54:59,122 37520 [DEBUG] - volume2.install 1.1.7.450 2022-07-23 16:54:59,130 37520 [DEBUG] - winmerge 2.16.20 2022-07-23 16:54:59,139 37520 [DEBUG] - winscp 5.21.1 2022-07-23 16:54:59,145 37520 [DEBUG] - x-mouse-button-control 2.19.2 2022-07-23 16:54:59,154 37520 [DEBUG] - zerotier-one 1.10.1 2022-07-23 16:54:59,157 37520 [DEBUG] - --- End of List --- 2022-07-23 16:54:59,205 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:54:59,840 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:54:59,850 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:00,024 37520 [DEBUG] - Package '7zip' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:00,034 37520 [INFO ] - 7zip v22.1 is the latest version available based on your source(s). 2022-07-23 16:55:00,054 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:00,061 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:00,065 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:00,105 37520 [DEBUG] - Package '7zip.install' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:00,107 37520 [INFO ] - 7zip.install v22.1 is the latest version available based on your source(s). 2022-07-23 16:55:00,133 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:00,136 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:00,142 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:00,377 37520 [DEBUG] - Package 'adobereader' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:00,388 37520 [INFO ] - adobereader v2022.001.20169 is the latest version available based on your source(s). 2022-07-23 16:55:00,410 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:00,415 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:00,418 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:00,634 37520 [DEBUG] - Package 'advanced-renamer' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:00,642 37520 [INFO ] - advanced-renamer v3.88 is the latest version available based on your source(s). 2022-07-23 16:55:00,664 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:00,667 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:00,673 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:00,705 37520 [DEBUG] - Package 'advanced-renamer.install' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:00,711 37520 [INFO ] - advanced-renamer.install v3.88 is the latest version available based on your source(s). 2022-07-23 16:55:00,732 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:00,739 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:00,741 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:00,952 37520 [DEBUG] - Package 'autohotkey' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:00,955 37520 [INFO ] - autohotkey v1.1.34.03 is the latest version available based on your source(s). 2022-07-23 16:55:00,981 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:00,984 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:00,991 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:01,157 37520 [DEBUG] - Package 'autohotkey.install' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:01,164 37520 [INFO ] - autohotkey.install v1.1.34.03 is the latest version available based on your source(s). 2022-07-23 16:55:01,183 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:01,188 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:01,191 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:01,306 37520 [DEBUG] - Package 'autohotkey.portable' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:01,310 37520 [INFO ] - autohotkey.portable v2.0-beta7 is the latest version available based on your source(s). 2022-07-23 16:55:01,336 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:01,338 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:01,344 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:01,603 37520 [DEBUG] - Package 'bulkfilechanger' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:01,611 37520 [INFO ] - bulkfilechanger v1.65 is the latest version available based on your source(s). 2022-07-23 16:55:01,633 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:01,638 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:01,640 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:01,748 37520 [DEBUG] - Package 'burnttoast-psmodule' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:01,754 37520 [INFO ] - burnttoast-psmodule v0.8.5 is the latest version available based on your source(s). 2022-07-23 16:55:01,781 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:01,784 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:01,789 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:01,887 37520 [DEBUG] - Package 'cascadia-code-nerd-font' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:01,894 37520 [INFO ] - cascadia-code-nerd-font v2.1.0 is the latest version available based on your source(s). 2022-07-23 16:55:01,916 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:01,923 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:01,926 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:01,966 37520 [DEBUG] - Package 'cascadiacode' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:01,970 37520 [INFO ] - cascadiacode v2111.01 is the latest version available based on your source(s). 2022-07-23 16:55:01,993 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:01,996 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:02,002 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:02,219 37520 [DEBUG] - Package 'cascadiacodeitalic' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:02,227 37520 [INFO ] - cascadiacodeitalic v2111.01 is the latest version available based on your source(s). 2022-07-23 16:55:02,246 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:02,254 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:02,257 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:02,476 37520 [DEBUG] - Package 'cascadiacodepl' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:02,481 37520 [INFO ] - cascadiacodepl v2111.01 is the latest version available based on your source(s). 2022-07-23 16:55:02,507 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:02,509 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:02,517 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:02,567 37520 [DEBUG] - Package 'cascadiacodepl-italic' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:02,575 37520 [INFO ] - cascadiacodepl-italic v2111.01 is the latest version available based on your source(s). 2022-07-23 16:55:02,595 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:02,602 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:02,604 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:02,827 37520 [DEBUG] - Package 'cascadiafonts' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:02,832 37520 [INFO ] - cascadiafonts v2111.01 is the latest version available based on your source(s). 2022-07-23 16:55:02,861 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:02,863 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:02,869 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:02,998 37520 [DEBUG] - Package 'cascadiamono' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,019 37520 [INFO ] - cascadiamono v2111.01 is the latest version available based on your source(s). 2022-07-23 16:55:03,042 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,045 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,051 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,078 37520 [DEBUG] - Package 'cascadiamonoitalic' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,086 37520 [INFO ] - cascadiamonoitalic v2111.01 is the latest version available based on your source(s). 2022-07-23 16:55:03,106 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,112 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,115 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,148 37520 [DEBUG] - Package 'cascadiamonopl' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,153 37520 [INFO ] - cascadiamonopl v2111.01 is the latest version available based on your source(s). 2022-07-23 16:55:03,178 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,180 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,186 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,218 37520 [DEBUG] - Package 'cascadiamonopl-italic' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,227 37520 [INFO ] - cascadiamonopl-italic v2111.01 is the latest version available based on your source(s). 2022-07-23 16:55:03,246 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,253 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,255 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,288 37520 [DEBUG] - Package 'choco-cleaner' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,291 37520 [INFO ] - choco-cleaner v0.0.8.4 is the latest version available based on your source(s). 2022-07-23 16:55:03,317 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,320 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,327 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,358 37520 [DEBUG] - Package 'choco-install-packages-from-web-winconfig' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,365 37520 [INFO ] - choco-install-packages-from-web-winconfig v0.0.1 is the latest version available based on your source(s). 2022-07-23 16:55:03,384 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,391 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,393 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,428 37520 [DEBUG] - Package 'choco-package-list-backup' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,431 37520 [INFO ] - choco-package-list-backup v2022.02.06 is the latest version available based on your source(s). 2022-07-23 16:55:03,458 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,460 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,467 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,498 37520 [DEBUG] - Package 'choco-protocol-support' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,505 37520 [INFO ] - choco-protocol-support v0.0.1.1 is the latest version available based on your source(s). 2022-07-23 16:55:03,527 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,534 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,536 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,569 37520 [DEBUG] - Package 'choco-upgrade-all-at' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,571 37520 [INFO ] - choco-upgrade-all-at v0.0.6 is the latest version available based on your source(s). 2022-07-23 16:55:03,591 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,594 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,600 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,629 37520 [DEBUG] - Package 'choco-upgrade-all-at-startup' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,635 37520 [INFO ] - choco-upgrade-all-at-startup v2021.03.15 is the latest version available based on your source(s). 2022-07-23 16:55:03,665 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,671 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,672 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,708 37520 [DEBUG] - Package 'chocolatey' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,714 37520 [INFO ] - chocolatey v1.1.0 is the latest version available based on your source(s). 2022-07-23 16:55:03,733 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,741 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,743 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,779 37520 [DEBUG] - Package 'chocolatey-compatibility.extension' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,784 37520 [INFO ] - chocolatey-compatibility.extension v1.0.0 is the latest version available based on your source(s). 2022-07-23 16:55:03,805 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,808 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,814 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,849 37520 [DEBUG] - Package 'chocolatey-core.extension' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,855 37520 [INFO ] - chocolatey-core.extension v1.4.0 is the latest version available based on your source(s). 2022-07-23 16:55:03,873 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,881 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,884 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,918 37520 [DEBUG] - Package 'chocolatey-dotnetfx.extension' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,921 37520 [INFO ] - chocolatey-dotnetfx.extension v1.0.1 is the latest version available based on your source(s). 2022-07-23 16:55:03,945 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:03,948 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:03,954 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:03,989 37520 [DEBUG] - Package 'chocolatey-font-helpers.extension' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:03,996 37520 [INFO ] - chocolatey-font-helpers.extension v0.0.4 is the latest version available based on your source(s). 2022-07-23 16:55:04,016 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,021 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,024 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,059 37520 [DEBUG] - Package 'chocolatey-preinstaller-checks.extension' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,061 37520 [INFO ] - chocolatey-preinstaller-checks.extension v0.0.2.2 is the latest version available based on your source(s). 2022-07-23 16:55:04,084 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,088 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,093 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,129 37520 [DEBUG] - Package 'chocolatey-toast-notifications.extension' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,134 37520 [INFO ] - chocolatey-toast-notifications.extension v0.0.4 is the latest version available based on your source(s). 2022-07-23 16:55:04,152 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,158 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,160 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,188 37520 [DEBUG] - Package 'chocolatey-windowsupdate.extension' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,191 37520 [INFO ] - chocolatey-windowsupdate.extension v1.0.4 is the latest version available based on your source(s). 2022-07-23 16:55:04,213 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,216 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,223 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,259 37520 [DEBUG] - Package 'chocoshortcuts' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,264 37520 [INFO ] - ChocoShortcuts v0.4.1 is the latest version available based on your source(s). 2022-07-23 16:55:04,284 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,291 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,293 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,320 37520 [DEBUG] - Package 'dependency-windows10' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,323 37520 [INFO ] - dependency-windows10 v10.2111 is the latest version available based on your source(s). 2022-07-23 16:55:04,347 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,349 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,355 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,399 37520 [DEBUG] - Package 'dotnetfx' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,406 37520 [INFO ] - dotnetfx v4.8.0.20220524 is the latest version available based on your source(s). 2022-07-23 16:55:04,450 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,457 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,459 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,491 37520 [DEBUG] - Package 'emacs' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,495 37520 [INFO ] - emacs v28.1.0 is the latest version available based on your source(s). 2022-07-23 16:55:04,522 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,526 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,534 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,570 37520 [DEBUG] - Package 'emacs.portable' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,576 37520 [INFO ] - emacs.portable v28.1.0 is newer than the most recent. You must be smarter than the average bear... 2022-07-23 16:55:04,603 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,609 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,612 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,649 37520 [DEBUG] - Package 'ffmpeg' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,652 37520 [INFO ] - ffmpeg v5.0.1.20220408 is the latest version available based on your source(s). 2022-07-23 16:55:04,677 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,680 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,687 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,720 37520 [DEBUG] - Package 'fontforge' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,726 37520 [INFO ] - fontforge v2022.03.08 is the latest version available based on your source(s). 2022-07-23 16:55:04,747 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,756 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,758 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,789 37520 [DEBUG] - Package 'freedownloadmanager' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,792 37520 [INFO ] - FreeDownloadManager v6.16.2 is the latest version available based on your source(s). 2022-07-23 16:55:04,815 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,818 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,824 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,850 37520 [DEBUG] - Package 'ghostscript' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,857 37520 [INFO ] - Ghostscript v9.56.1 is the latest version available based on your source(s). 2022-07-23 16:55:04,876 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,884 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,887 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:04,919 37520 [DEBUG] - Package 'ghostscript.app' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:04,922 37520 [INFO ] - Ghostscript.app v9.56.1 is the latest version available based on your source(s). 2022-07-23 16:55:04,947 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:04,950 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:04,956 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,000 37520 [DEBUG] - Package 'gimp' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,007 37520 [INFO ] - gimp v2.10.32.1 is the latest version available based on your source(s). 2022-07-23 16:55:05,030 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,038 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,041 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,080 37520 [DEBUG] - Package 'git' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,084 37520 [INFO ] - git v2.37.1 is the latest version available based on your source(s). 2022-07-23 16:55:05,108 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,111 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,116 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,150 37520 [DEBUG] - Package 'git.install' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,158 37520 [INFO ] - git.install v2.37.1 is the latest version available based on your source(s). 2022-07-23 16:55:05,178 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,185 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,189 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,220 37520 [DEBUG] - Package 'gmkvextractgui' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,223 37520 [INFO ] - gmkvextractgui v2.6.2 is the latest version available based on your source(s). 2022-07-23 16:55:05,246 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,249 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,256 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,279 37520 [DEBUG] - Package 'grep' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,287 37520 [INFO ] - grep v3.7 is the latest version available based on your source(s). 2022-07-23 16:55:05,311 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,314 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,320 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,350 37520 [DEBUG] - Package 'hxd' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,356 37520 [INFO ] - hxd v2.4.0.0 is the latest version available based on your source(s). 2022-07-23 16:55:05,375 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,383 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,385 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,420 37520 [DEBUG] - Package 'imagemagick.app' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,423 37520 [INFO ] - imagemagick.app v7.1.0.43 is the latest version available based on your source(s). 2022-07-23 16:55:05,445 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,448 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,454 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,480 37520 [DEBUG] - Package 'inkscape' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,486 37520 [INFO ] - InkScape v1.2.1 is the latest version available based on your source(s). 2022-07-23 16:55:05,512 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,519 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,521 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,550 37520 [DEBUG] - Package 'instchoco' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,552 37520 [INFO ] - instchoco v2.11 is the latest version available based on your source(s). 2022-07-23 16:55:05,578 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,581 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,586 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,610 37520 [DEBUG] - Package 'irfanview' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,616 37520 [INFO ] - irfanview v4.60 is the latest version available based on your source(s). 2022-07-23 16:55:05,634 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,640 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,643 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,680 37520 [DEBUG] - Package 'irfanviewplugins' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,684 37520 [INFO ] - irfanviewplugins v4.60 is the latest version available based on your source(s). 2022-07-23 16:55:05,715 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,717 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,724 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,751 37520 [DEBUG] - Package 'jabref' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,759 37520 [INFO ] - jabref v5.7-dev is the latest version available based on your source(s). 2022-07-23 16:55:05,778 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,868 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,870 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,901 37520 [DEBUG] - Package 'jabref.install' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,905 37520 [INFO ] - jabref.install v5.7-dev is the latest version available based on your source(s). 2022-07-23 16:55:05,933 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:05,935 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:05,940 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:05,980 37520 [DEBUG] - Package 'javaruntime' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:05,988 37520 [INFO ] - javaruntime v8.0.231 is the latest version available based on your source(s). 2022-07-23 16:55:06,010 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,015 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,017 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,051 37520 [DEBUG] - Package 'jcpicker' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,055 37520 [INFO ] - jcpicker v5.6.0.2022020201 is the latest version available based on your source(s). 2022-07-23 16:55:06,079 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,082 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,088 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,120 37520 [DEBUG] - Package 'jre8' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,129 37520 [INFO ] - jre8 v8.0.333 is the latest version available based on your source(s). 2022-07-23 16:55:06,164 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,175 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,184 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,238 37520 [DEBUG] - Package 'kb2919355' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,244 37520 [INFO ] - KB2919355 v1.0.20160915 is the latest version available based on your source(s). 2022-07-23 16:55:06,272 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,274 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,279 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,311 37520 [DEBUG] - Package 'kb2919442' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,316 37520 [INFO ] - KB2919442 v1.0.20160915 is the latest version available based on your source(s). 2022-07-23 16:55:06,336 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,340 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,342 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,381 37520 [DEBUG] - Package 'kb2999226' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,386 37520 [INFO ] - KB2999226 v1.0.20181019 is the latest version available based on your source(s). 2022-07-23 16:55:06,410 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,413 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,418 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,451 37520 [DEBUG] - Package 'kb3033929' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,460 37520 [INFO ] - KB3033929 v1.0.5 is the latest version available based on your source(s). 2022-07-23 16:55:06,481 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,487 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,489 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,521 37520 [DEBUG] - Package 'kb3035131' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,524 37520 [INFO ] - KB3035131 v1.0.3 is the latest version available based on your source(s). 2022-07-23 16:55:06,548 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,551 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,557 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,582 37520 [DEBUG] - Package 'kb3118401' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,589 37520 [INFO ] - KB3118401 v1.0.5 is the latest version available based on your source(s). 2022-07-23 16:55:06,611 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,617 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,620 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,651 37520 [DEBUG] - Package 'languagetool' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,653 37520 [INFO ] - languagetool v5.7 is the latest version available based on your source(s). 2022-07-23 16:55:06,679 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,682 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,688 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,711 37520 [DEBUG] - Package 'markdownmonster' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,718 37520 [INFO ] - MarkdownMonster v2.6.6 is the latest version available based on your source(s). 2022-07-23 16:55:06,739 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,745 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,748 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,783 37520 [DEBUG] - Package 'mkvtoolnix' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,789 37520 [INFO ] - mkvtoolnix v69.0.0 is the latest version available based on your source(s). 2022-07-23 16:55:06,807 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,812 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,815 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,841 37520 [DEBUG] - Package 'netfx-4.7.2' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,845 37520 [INFO ] - netfx-4.7.2 v4.7.2.0 is the latest version available based on your source(s). 2022-07-23 16:55:06,867 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,869 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,875 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,911 37520 [DEBUG] - Package 'nmap' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,917 37520 [INFO ] - nmap v7.92.0.20220321 is the latest version available based on your source(s). 2022-07-23 16:55:06,940 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:06,946 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:06,948 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:06,991 37520 [DEBUG] - Package 'notepadplusplus' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:06,995 37520 [INFO ] - notepadplusplus v8.4.4 is the latest version available based on your source(s). 2022-07-23 16:55:07,019 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:07,023 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:07,030 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:07,061 37520 [DEBUG] - Package 'notepadplusplus.install' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:07,069 37520 [INFO ] - notepadplusplus.install v8.4.4 is the latest version available based on your source(s). 2022-07-23 16:55:07,089 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:07,097 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:07,104 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:07,142 37520 [DEBUG] - Package 'openssl' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:07,148 37520 [INFO ] - openssl v1.1.1.1700 is the latest version available based on your source(s). 2022-07-23 16:55:07,167 37520 [DEBUG] - Using 'https://community.chocolatey.org/api/v2/'. 2022-07-23 16:55:07,174 37520 [DEBUG] - - Supports prereleases? 'True'. 2022-07-23 16:55:07,176 37520 [DEBUG] - - Is ServiceBased? 'True'. 2022-07-23 16:55:07,212 37520 [DEBUG] - Package 'pdf24' found on source 'https://community.chocolatey.org/api/v2/' 2022-07-23 16:55:07,214 37520 [INFO ] - pdf24 v11.2.0 is the latest version available based on your source(s). 2022-07-23 16:55:07,232 37520 [WARN ] - Chocolatey upgraded 0/0 packages. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2022-07-23 16:55:07,236 37520 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers... 2022-07-23 16:55:07,245 37520 [ERROR] - Package does not contain a manifest. 2022-07-23 16:55:07,251 37520 [ERROR] - More Details: System.InvalidOperationException: Package does not contain a manifest. w NuGet.PackageHelper.GetManifestStream(Stream packageStream) w NuGet.OptimizedZipPackage.EnsureManifest() w NuGet.LocalPackageRepository.OpenPackage(String path) w NuGet.LocalPackageRepository.GetPackage(Func`2 openPackage, String path) w NuGet.LocalPackageRepository.d__28.MoveNext() w NuGet.CollectionExtensions.AddRange[T](ICollection`1 collection, IEnumerable`1 items) w NuGet.LocalPackageRepository.FindPackagesById(Func`2 openPackage, String packageId) w NuGet.PackageRepositoryExtensions.FindPackagesById(IPackageRepository repository, String packageId) w NuGet.PackageRepositoryExtensions.FindPackage(IPackageRepository repository, String packageId, SemanticVersion version, IPackageConstraintProvider constraintProvider, Boolean allowPrereleaseVersions, Boolean allowUnlisted) w chocolatey.infrastructure.app.services.NugetService.upgrade_run(ChocolateyConfiguration config, Action`1 continueAction, Boolean performAction, Action`1 beforeUpgradeAction) w chocolatey.infrastructure.app.services.NugetService.upgrade_run(ChocolateyConfiguration config, Action`1 continueAction, Action`1 beforeUpgradeAction) w chocolatey.infrastructure.app.services.ChocolateyPackageService.perform_source_runner_function[T](ChocolateyConfiguration config, Func`2 function) w chocolatey.infrastructure.app.services.ChocolateyPackageService.upgrade_run(ChocolateyConfiguration config) w chocolatey.infrastructure.app.runners.GenericRunner.run(ChocolateyConfiguration config, Container container, Boolean isConsole, Action`1 parseArgs) w chocolatey.infrastructure.app.runners.ConsoleApplication.run(String[] args, ChocolateyConfiguration config, Container container) w chocolatey.console.Program.Main(String[] args) 2022-07-23 16:55:07,261 37520 [DEBUG] - Exiting with 1 ```

I wonder if there is a way to reinstall chocolatey without losing the installed packages, as it could possibly help to fix it. Having to enable some choco features or set the environment variables is not a big difficulty. On the other hand, manually reinstalling and restoring the configuration of each app installed using choco seems like an extremely time-consuming and tedious task. So my last-resort idea is to reinstall choco while retaining the packages.

TheCakeIsNaOH commented 2 years ago

When comparing affected and unaffected installations with WinMerge I found that some .nupkg files of the unaffected location were significantly larger than of the affected one. Mostly, the smaller ones were empty (22 bytes).

Ok, so the .nupkg files are corrupted/empty and actually do not contain .nuspecs

That means that it is not a Chocolatey CLI bug with regard to the reading .nupkg files. So now this is about figuring out how these files got corrupted in the first place, and how to fix it.

I also tried restoring the $chocolateyinstall to the state as it was before my attempts to fix it (with choco version 1.1.0)

Oh, so this started with Chocolatey CLI v1.1.0. That means it is not related to https://github.com/chocolatey/nuget-chocolatey/issues/33, because that came in with v1.2.0

I wonder if there is a way to reinstall chocolatey without losing the installed packages, as it could possibly help to fix it.

The problem is those corrupted and/or empty .nupkg files.

You should be able to remove the folders of the affected packages from the lib directory, and run choco install for each of those packages.

One option would be to see if choco export works, and if it does, then run it to create a packages.config file of all of your installed packages. The move (aka make a sort of backup) the affected package folders under $env:ChocolateyInstall\lib. Finally, run choco install packages.config, and that should install of the removed packages. This should not delete any user data, unless there is a software that stores its config inside $env:ChocolateyInstall\lib\<packageID>, and even if there is, you should have a copy from the moved folders.

If choco export does not work, then either you could write a choco install <package 1> <package 2> ...... or manually write a packages.config for all the affected packages. The move the affected folders, and run that choco install command.

pdsz commented 1 year ago

The choco export command worked, I get the packages.config file of 3 133 bytes.

By removing problematic packages from $env:ChocolateyInstall\lib, I was able to install most of them manually. I chose the manual way, as I think the packages.config file does not cover every package that I have installed with choco – it includes irfanview but not irfanviewplugins, for example, while irfanviewplugins has also been installed and was present in $env:ChocolateyInstall\lib.

I was not able to install part of the manually deleted packages, e.g., python3, subtitleedit, and vcredist140, also due to missing manifest error.

Thus, the cup all works for now, mainly because all the installed packages are presently up-to-date (and those that I was not able to manually reinstall are no longer seen by choco). Nevertheless, now I have similar … not uninstalled. An error occurred during uninstall: Package does not contain a manifest. problem when trying to uninstall some packages, like qpdf (whose .nupkg is 106 MB, and it contents look OK). So I suppose the error will come back when there will be an update to one of the installed packages.

I tried this once again with a small package that I have not used before the problem occurred, notcl, to look into the files created. I can install it successfully and then use the app, but uninstalling fails:

PS C:\ProgramData\chocolatey>cinst notcl
Chocolatey v1.2.0
Installing the following packages:
notcl
By installing, you accept licenses for the packages.
Progress: Downloading notcl 1.2.4... 100%

notcl v1.2.4
notcl package files install completed. Performing other installation steps.
 ShimGen has successfully created a shim for notcl.exe
 The install of notcl was successful.
  Software installed to 'C:\ProgramData\chocolatey\lib\notcl'

Chocolatey installed 1/1 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

PS C:\ProgramData\chocolatey>cuninst notcl
Chocolatey v1.2.0
Uninstalling the following packages:
notcl
notcl not uninstalled. An error occurred during uninstall:
 Package does not contain a manifest.

Chocolatey uninstalled 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - notcl (exited 1) - notcl not uninstalled. An error occurred during uninstall:
 Package does not contain a manifest.

After installation, I get the following files:

The contents of .nupkg file are as below when listed by 7-Zip:

PS C:\ProgramData\chocolatey\lib\notcl> 7z l .\notcl.nupkg

7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15

Scanning the drive for archives:
1 file, 1253495 bytes (1225 KiB)

Listing archive: .\notcl.nupkg

--
Path = .\notcl.nupkg
Type = zip
Physical Size = 1253495

   Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
2014-02-18 10:01:22 .....          490          490  _rels\.rels
2014-02-18 10:01:22 .....          788          373  notcl.nuspec
2014-02-18 10:01:22 .....      1276667      1250862  notcl.exe
2014-02-18 10:01:22 .....          516          516  package\services\metadata\core-properties\1b0b546b359449e3b09b373b6ba29d87.psmdcp
2014-02-18 10:01:22 .....          448          448  [Content_Types].xml
------------------- ----- ------------ ------------  ------------------------
2014-02-18 10:01:22            1278909      1252689  5 files

This is probably OK, as far as I can tell.

After the failed uninstallation, the files listed above remain untouched. I have to delete them manually to remove the package. Also, a file $env:ChocolateyInstall\lib-bkp\notcl\notcl.exe (1 276 667 bytes) is created when the choco uninstall fails.

I thought that this may be related to some problem with the network (e.g., something gets blocked during download), but connecting through a mobile hotspot with PC firewall turned off has led to the same result.

@TheCakeIsNaOH, do you maybe have some further ideas, what could I do to fix this? Now this looks like when the .nupkgs are fixed by the manual reinstallation, there is an issue with uninstalling some packages (which also makes them impossible to upgrade).

pdsz commented 1 year ago

After further attempts to manual removals of folders from $env:ChocolateyInstall\lib, I finally managed to install all the necessary packages and make cup, cinst, and cuninst work again. It turns out that the Package does not contain a manifest. error was probably indeed related to corrupted files like .nupkg, but not necessarily in the package that was to be (un)installed, but also in its dependencies. It is important, because the log does not specify whether the problem occurred in the main package or its dependency. So to get rid of the errors, I had to list the packages that I was unable to reinstall manually (like python3, vlc, subtitleedit, vcredist140, and wireshark), track their dependencies using the log or choco webpage, and delete lib folders of these packages as well (sometimes recursively). Some affected packages were choco-related (e.g., chocolatey-compatibility.extension or chocolatey-core.extension) or system/environment-related (like KB3035131 and vcredist140). I am still not 100% sure that the problem is now gone for good (I still find some out-of-date packages reported as most recent versions and so on, but now there are no failures when forcing their reinstallation), nevertheless I can no longer reproduce it, so I mark this issue as closed.

In short, it seems that the solution is to delete $env:ChocolateyInstall\lib folders of:

To be sure, I also deleted corresponding entries in $env:ChocolateyInstall\.chocolatey, but this probably was not essential for the solution to work.